ATI-8.32.5 blank screen fix

I’ve just upgraded my ATI drivers from 8.29.6 to 8.32.5, restarted my X and was greeted with a very beautiful blank/black screen. Playing a bit with my ModeLine in xorg.conf though I was able to make it work again.

I just needed to change:
Modeline "1280x1024_75.00" 138.54 1280 1368 1504 1728 1024 1025 1028 1069 -HSync +Vsync

to:
Modeline "1280x1024_75.00" 138.54 1280 1368 1504 1728 1024 1025 1028 1069

This Modeline created by gft makes my monitor work at 75Hz instead of the 60Hz that ddc provides to xorg.

I don’t know why but it looks like the new drivers don’t like the polarity options that the previous drivers had no problem with…

Anyway, here’s the part of my xorg.conf referring to my Monitor and Graphics Driver that currently works:

Section "Monitor"
Identifier "Monitor0"
VendorName "LG"
ModelName "L1970H"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 75.0
# 1280x1024 @ 75.00 Hz (GTF) hsync: 80.17 kHz; pclk: 138.54 MHz
Modeline "1280x1024_75.00" 138.54 1280 1368 1504 1728 1024 1025 1028 1069
Option "DPMS"
EndSection
Section "Device"
Identifier "ATI 9500 Pro"
Driver "fglrx"
Option "no_accel" "no"
Option "no_dri" "no"
# === misc DRI settings ===
Option "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mtrr
Option "DesktopSetup" "Single"
Option "HSync2" "unspecified"
Option "VRefresh2" "unspecified"
Option "ScreenOverlap" "0"
# === TV-out Management ===
Option "ForceMonitors" "tmds1,notv"
Option "TVStandard" "NTSC-M"
Option "TVHSizeAdj" "0"
Option "TVVSizeAdj" "0"
Option "TVHPosAdj" "0"
Option "TVVPosAdj" "0"
Option "TVHStartAdj" "0"
Option "TVColorAdj" "0"
Option "GammaCorrectionI" "0x06419064"
Option "GammaCorrectionII" "0x00b0000b"
# === OpenGL specific profiles/settings ===
Option "VideoOverlay" "on"
# === OpenGL Overlay ===
Option "OpenGLOverlay" "off"
# === Center Mode (Laptops only) ===
Option "CenterMode" "off"
# === Pseudo Color Visuals (8-bit visuals) ===
Option "PseudoColorVisuals" "off"
# === QBS Management ===
Option "Stereo" "off"
Option "StereoSyncEnable" "off"
# === FSAA Management ===
Option "UseFastTLS" "1"
Option "UseInternalAGPGART" "yes"
Option "FSAAEnable" "on"
Option "FSAAScale" "2"
BusID "PCI:1:0:0"
EndSection

And the glxgears result:
17418 frames in 5.0 seconds = 3483.523 FPS
17341 frames in 5.0 seconds = 3468.088 FPS
17428 frames in 5.0 seconds = 3485.311 FPS
17548 frames in 5.0 seconds = 3509.505 FPS

One Response to “ATI-8.32.5 blank screen fix”

  1. sivitos
    February 12th, 2007 | 19:19
    Using Debian IceWeasel Debian IceWeasel 2.0.0.1 on Debian GNU/Linux Debian GNU/Linux

    You don’t need Modeline’s if you use DDC.

Leave a reply