ich muss die Mausachsen invertieren, das klappt unter Hardy und Suse 11.0 auch, nur Intrerpid scheint die Optionen in der xor.conf zu ignorieren
Ausschnitt für die Maus aus der xorg.conf
1 2 3 4 5 6 7 8 9 10 11 12 | Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ExplorerPS/2" Option "ZAxisMapping" "4 5" Option "InvX" "true" Option "InvY" "true" Option "Buttons" "9" Option "Resolution" "800" EndSection |
Hat sich die Syntax geändert oder muss ich noch etwas anderes angeben