Comment 3 for bug 220345

Revision history for this message
In , AlexHofbauer (alex-derhofbauer) wrote :

Yes, checked 2 times now.

Here's the xorg.conf that freezes the system:

Section "ServerLayout"
 Identifier "Layout0"
 Screen 0 "Notebook" 0 0
 InputDevice "Synaptics"
 InputDevice "Logitech"
EndSection

Section "Extensions"
 Option "Composite" "0"
EndSection

Section "ServerFlags"
 Option "AIGLX" "0"
 Option "Allow Open Mouse Fail" "1"
 Option "AllowEmptyInput" "1"
 Option "IgnoreABI" "0"
EndSection

Section "Device"
 Identifier "Mobility Radeon 9700"
 Driver "radeon"
 BusID "PCI:1:0:0"
EndSection

Section "Monitor"
 Identifier "LCD"
 Option "DPMS" "1"
 Gamma 0.90
EndSection

Section "Screen"
 Identifier "Notebook"
 Device "Mobility Radeon 9700"
 Monitor "LCD"
 DefaultDepth 24
 SubSection "Display"
  Depth 24
  Modes "1024x768" "1280x1024"
 EndSubSection
EndSection

Section "InputDevice"
        Identifier "Synaptics"
        Driver "synaptics"
        Option "CorePointer"
        Option "Device" "/dev/input/synaptics"
        Option "Protocol" "event"
        [...]
EndSection

Section "InputDevice"
 Identifier "Logitech"
 Driver "evdev"
 Option "Device" "/dev/input/cclick"
 Option "SendCoreEvents"
 Option "HWHEELRelativeAxisButtons" "7 6"
EndSection