Comment 14 for bug 40700

Revision history for this message
ETSlinux (startrekeddy888) wrote :

I have a laptop that has an mobility ATI Radeon 9600 and a nice screen that can go 1280*800 MAX.
I also used to get those really annoying black-messed-up-screen. But now everything works alright.

[CODE]
Section "Device"
 Identifier "Generic Video Card"
 Driver "ati"
 BusID "PCI:1:0:0"
 Option "UseFBDev" "true"
EndSection

Section "Monitor"
 Identifier "Generic Monitor"
 Option "DPMS"
 HorizSync 60
 VertRefresh 60
EndSection

Section "Screen"
 Identifier "Default Screen"
 Device "Generic Video Card"
 Monitor "Generic Monitor"
 DefaultDepth 24
 SubSection "Display"
  Depth 1
  Modes "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 4
  Modes "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 8
  Modes "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 15
  Modes "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 16
  Modes "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 24
  Modes "1024x768" "800x600" "640x480"
 EndSubSection
EndSection
[/CODE]
-----
WITH
----

[CODE]
Section "Device"
Identifier "ATI Technologies, Inc. RV350 NP [Mobility Radeon 9600/9700 M10/M11]"
Driver "ati"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
 Identifier "Generic Monitor"
 Option "DPMS"
 HorizSync 60
 VertRefresh 60
EndSection

Section "Screen"
 Identifier "Default Screen"
 Device "ATI Technologies, Inc. RV350 NP [Mobility Radeon 9600/9700 M10/M11]"
 Monitor "Generic Monitor"
 DefaultDepth 24
 SubSection "Display"
  Depth 1
  Modes "1280x800"
 EndSubSection
 SubSection "Display"
  Depth 4
  Modes "1280x800"
 EndSubSection
 SubSection "Display"
  Depth 8
  Modes "1280x800"
 EndSubSection
 SubSection "Display"
  Depth 15
  Modes "1280x800"
 EndSubSection
 SubSection "Display"
  Depth 16Section "Device"
 Identifier "Generic Video Card"
 Driver "ati"
 BusID "PCI:1:0:0"
 Option "UseFBDev" "true"
EndSection

Section "Monitor"
 Identifier "Generic Monitor"
 Option "DPMS"
 HorizSync 60
 VertRefresh 60
EndSection

Section "Screen"
 Identifier "Default Screen"
 Device "Generic Video Card"
 Monitor "Generic Monitor"
 DefaultDepth 24
 SubSection "Display"
  Depth 1
  Modes "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 4
  Modes "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 8
  Modes "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 15
  Modes "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 16
  Modes "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 24
  Modes "1024x768" "800x600" "640x480"
 EndSubSection
EndSection
  Modes "1280x800"
 EndSubSection
 SubSection "Display"
  Depth 24
  Modes "1280x800"
 EndSubSection

EndSection[/CODE]