Portál AbcLinuxu, 10. května 2025 02:18
Ahoj, potřebouju pomoct s nastavením emulace kolečka myši na debianu sid...
Jde o to aby při stisku prostředního tlačítka fungoval trackpoint jako kolečko myši.
dříve jsem používal testing a při xorg.conf:
Section "ServerFlags"
Option "AutoAddDevices" "false"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "cz"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Emulate3Buttons" "off"
Option "EmulateWheel" "on"
Option "EmulateWheelTimeOut" "200"
Option "EmulateWheelButton" "2"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection
všechno fungovalo...
Teď když jsem přešel na sida tento xorg.conf způsobí, že po startu X-ek nefunguje klávesnice ani myš, takže se nedá přihlásit.
Momentálně, po spuštění dpkg-reconfigure -phigh xserver-xorg vypadá můj xorg.conf takto...
Section "Device"
Identifier "Configured Video Device"
EndSection
Což se mi nezdá moc ok
Předem díky za případné odpovědi
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.