Monday, 7 May 2007

restart xorg

Just discovered Ctrl-Alt-Backspace. Seems to reload a new xorg.conf pretty quick so I'm happy.

Mouse cursor its back to its happy self. fgl_glxgears still unhappy. glxgears up to former 5700 FPS.

Noticed a warning that seems quite helpful...

dell5100:/home/harvest # cat /var/log/Xorg.93.log | grep "(WW)"
(WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found


lspci -v shows the device has two PCI Bus IDs. This page reckons I just whack the second BusID in the same Device section. So here goes...

Section "Device"
BoardName "RADEON X600 Series (RV380 (X) 5B62)"
BusID "1:0:0"
BusID "1:0:1"
Driver "fglrx"
...

No comments: