Results 1 to 6 of 6

Thread: Ubuntu 9.10 Display Problem

  1. #1
    Join Date
    Jul 2009
    Posts
    19

    Ubuntu 9.10 Display Problem

    I have a computer with a not so bad configuration but still Ubuntu has a lot of display problems. I dunno what to do with Ubuntu 9.10 Display Problem. There are all colored lines and distorted image like stuffs appearing every now and then. I have Ati Radeon Graphics Cards. Can anyone help me?

  2. #2
    Join Date
    Jul 2009
    Posts
    41

    Re: Ubuntu 9.10 Display Problem

    AMD took over ATI and they dropped support for all the older graphics drivers which were developed before may. Anyways, Which drivers are you using, are you using the drivers which were installed by Ubuntu or have you installed the divers from AMD's website or driver CD? Do post back...

  3. #3
    Join Date
    May 2008
    Posts
    4,085

    Re: Ubuntu 9.10 Display Problem

    You need to wait for sometime till the updates releases. Ati drivers are facing a problem which seems to be a bug. It will hopefully be fixed in the new updates. If you have installed Restricted Driver that is if you have installed other driver then which Ubuntu installed by itself, try removing this driver. That may solve your problem. Hope this helps...

  4. #4
    Join Date
    Jan 2009
    Posts
    1,738

    Re: Ubuntu 9.10 Display Problem

    There is a guide which will show you how to use the Free, Open Source driver for many ATI graphics cards called "radeon" or "ati" on the Ubuntu Website. It will provide 2D and 3D acceleration in your video hardware. This driver is not as fast as the closed-source, proprietary "fglrx" driver from AMD/ATI Inc. for some cards, but has better dual-head support, and supports some older chipsets that fglrx does not. : https://help.ubuntu.com/community/RadeonDriver

  5. #5
    Join Date
    Jul 2009
    Posts
    19

    Re: Ubuntu 9.10 Display Problem

    Thank you all for the replies. I am just checking the Ubuntu's website. Lets see if that helps me. Thanks again...

  6. #6
    Join Date
    May 2008
    Posts
    2,680

    Re: Ubuntu 9.10 Display Problem

    Hey, There is a solution for it. You will have to disable all the desktop effects before you can proceed. Now you need to shutdown GDM and switch into CLI mode by pressing Ctrl+Alt+F1 key. Now type the following :
    Code:
    sudo /etc/init.d/gdm stop
    This will shutdown GDM and now type :
    Code:
    sudo nano ~/xorg.conf.new
    This will open the xorg configuration file. Add the end of the file just before "EndSection" add this line as it is : Option "AccelMethod" "EXA"
    Now Copy this configuration to the original file by typing :
    Code:
    sudo cp ~/xorg.conf.new /etc/X11/xorg.conf
    Now start X server :
    Code:
    sudo /etc/init.d/gdm start
    Hope this helps...

Similar Threads

  1. Replies: 4
    Last Post: 30-01-2011, 07:20 PM
  2. Dell Mini 9 external display freezes in Ubuntu
    By Trini Alvarado in forum Monitor & Video Cards
    Replies: 4
    Last Post: 23-04-2010, 04:03 PM
  3. Change display resolution in ubuntu 9.04
    By System_Screwer in forum Operating Systems
    Replies: 3
    Last Post: 27-10-2009, 02:09 PM
  4. Ubuntu give black and white display on s-video out
    By WinSlayer in forum Operating Systems
    Replies: 3
    Last Post: 01-09-2009, 08:23 PM
  5. Problem of display in LCD TV
    By Blazej in forum Monitor & Video Cards
    Replies: 6
    Last Post: 26-12-2008, 09:45 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,719,270,553.70466 seconds with 17 queries