Hlavní navigace

Názor k článku UMAX ActionBook 570T a Linux od alexei - Priklad /etc/X11/XF86Config(-4): [budete potrebovat upravit radky s Device parametry] Section...

  • Článek je starý, nové názory již nelze přidávat.
  • 10. 6. 2003 14:56

    alexei (neregistrovaný)

    Priklad /etc/X11/XF86Config(-4):
    [budete potrebovat upravit radky s Device parametry]


    Section "ServerLayout"
    Identifier "XFree86 Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Mouse1" "AlwaysCore"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection

    # Internal touchpad...
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "PS/2"
    Option "Device" "/dev/psaux"
    Option "ZAxisMapping" "4 5"
    Option "Emulate3Buttons" "yes"
    EndSection

    # USB Mouse...
    Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5"
    Option "Emulate3Buttons" "no"
    EndSection


    ---FILE TRUNCATED---