Newby: screen corrupted.

ola ulist at gs1.ubuntuforums.org
Tue Mar 29 20:45:47 UTC 2005


you can check your xorg.conf file (/etc/X11/xorg.conf) and browse down
to the section thats about your graphics card.

That should probably say ati (you might have more there and that should
be fine..


Code:
--------------------
    
  Section "Device"
  Identifier  "radeon9250"
  Driver "ati"
  EndSection
  
--------------------


if that doesnt work you should check the monitor modes which is located
just a bit further down that file. Edit the Modes line & perhaps the
DefaultDept


Code:
--------------------
    
  Section "Screen"
  Identifier  "Screen 1"
  Device      "radeon9250"
  Monitor     "710T"
  DefaultDepth 24
  
  Subsection "Display"
  Depth       8
  Modes       "1280x1024" "1024x768" "800x600" "640x480"
  ViewPort    0 0
  EndSubsection
  Subsection "Display"
  Depth       16
  Modes       "1280x1024" "1024x768" "800x600" "640x480"
  ViewPort    0 0
  EndSubsection
  Subsection "Display"
  Depth       24
  Modes       "1280x1024" "1024x768" "800x600" "640x480"
  ViewPort    0 0
  EndSubsection
  EndSection
  
--------------------


Hope this is to any help for You!


-- 
ola




More information about the ubuntu-users mailing list