I already wrote about it in the "Xorg hits testing" 3ad, just decided
to let some packages be updated and see if it would be fixed.
There's nothing to do, after a random amount of minutes (1-30, up to
now) it completely freezes the machine. No mouse or keyboard, no ssh,
no ping, no acpi, nothing. The log just interrupts without signalling
any problem, and there's nothing I can check. /var/log/messages stops
where it usually stops at a normal boot, same for /var/log/Xorg.0.log.
I'm attaching my xorg.conf, even though it seems very clean to me. I
can provide any other file to everyone that could help me: kernel
conf, Xorg.0.log...
xorg.conf:
Section "ServerLayout"
Identifier "Layout"
Screen 0 "Screen" 0 0
InputDevice "Keyboard" "CoreKeyboard"
InputDevice "UsbMouse" "CorePointer"
InputDevice "Touchpad" "AlwaysCore"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection
Section "Module"
Load "freetype"
#Load "xtt"
Load "extmod"
Load "glx"
Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "type1"
#Load "speedo"
EndSection
Section "InputDevice"
Identifier "Touchpad"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Emulate3Buttons"
Option "Device" "/dev/psaux"
EndSection
Section "InputDevice"
Identifier "UsbMouse"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/psaux"
Option "ZAxis Mapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Keyboard"
Driver "keyboard"
Option "XkbModel" "airkey"
Option "XkbLayout" "it"
EndSection
Section "Monitor"
Identifier "LCD"
EndSection
Section "Device"
Identifier "ATI Graphics Adapter"
Driver "radeon"
EndSection
Section "Screen"
Identifier "Screen"
Device "ATI Graphics Adapter"
Monitor "LCD"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1400x1050"
EndSubSection
EndSection
_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch