Code: Select all
Section "Device"
Driver "ati"
. . .
Code: Select all
Section "Monitor"
Identifier "Monitor0"
HorizSync 31-107
VertRefresh 60-160
Option "DPMS"
EndSection
Hmmm - This is in 2004, I got the *exact same* problem in 2006 on the very same setup (my graphics is an ATI Rage 3D, w 255MB RAM);Emphii wrote:i-right-i, Doesn't shift+control+backspace help you out from X to check the logs?
Code: Select all
Section "Module"
...
Load "cfb32"
EndSection
Code: Select all
Section "Device"
Identifier "Card0"
Driver "sunffb"
EndSection
Code: Select all
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
...
Code: Select all
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "Protocol" "Standard"
Option "XkbKeycodes" "sun(type5)"
Option "XkbModel" "type5"
Option "XkbRules" "sun"
Option "XkbLayout" "en_US"
Option "XkbTypes" "types/complete"
Option "XkbCompat" "compat/complete"
Option "XkbGeometry" "sun(type5unix)"
EndSection
I solved it:fajensen wrote:Hmmm - This is in 2004, I got the *exact same* problem in 2006 on the very same setup (my graphics is an ATI Rage 3D, w 255MB RAM);Emphii wrote:i-right-i, Doesn't shift+control+backspace help you out from X to check the logs?
.