Jūs neprisijungęs
Aukštyn Tema Programinė įranga / GNU/Linux, bei Unix Operacinės Sistemos / Ubuntu + tuchpadas = :(
- babytux Data 2007-05-24 22:12
Labas, problemele tokia:
Niekaip nesusitvarkau su savo tuchpadu, ir nerandu kur cia suo pakastas?
ACER TM4060
xorg.conf

Section "Files"
  FontPath  "/usr/share/fonts/X11/misc"
  FontPath  "/usr/share/fonts/X11/cyrillic"
  FontPath  "/usr/share/fonts/X11/100dpi/:unscaled"
  FontPath  "/usr/share/fonts/X11/75dpi/:unscaled"
  FontPath  "/usr/share/fonts/X11/Type1"
  FontPath  "/usr/share/fonts/X11/100dpi"
  FontPath  "/usr/share/fonts/X11/75dpi"
  # path to defoma fonts
  FontPath  "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
  Load  "i2c"
  Load  "bitmap"
  Load  "ddc"
  Load  "dri"
  Load  "extmod"
  Load  "freetype"
  Load  "glx"
  Load  "int10"
  Load  "vbe"
EndSection

Section "InputDevice"
  Identifier  "Generic Keyboard"
  Driver    "kbd"
  Option    "CoreKeyboard"
  Option    "XkbRules"  "xorg"
  Option    "XkbModel"  "pc105"
  Option    "XkbLayout"  "us"
EndSection

Section "InputDevice"
  Identifier  "Configured Mouse"
  Driver    "mouse"
  Option    "CorePointer"
  Option    "Device"    "/dev/input/mice"
  Option    "Protocol"    "ImPS/2"
  Option    "ZAxisMapping"    "4 5"
  Option    "Emulate3Buttons"  "true"
EndSection

Section "InputDevice"
  Driver    "wacom"
  Identifier  "stylus"
  Option    "Device"  "/dev/input/wacom"
  Option    "Type"    "stylus"
  Option    "ForceDevice"  "ISDV4"    # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver    "wacom"
  Identifier  "eraser"
  Option    "Device"  "/dev/input/wacom"
  Option    "Type"    "eraser"
  Option    "ForceDevice"  "ISDV4"    # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver    "wacom"
  Identifier  "cursor"
  Option    "Device"  "/dev/input/wacom"
  Option    "Type"    "cursor"
  Option    "ForceDevice"  "ISDV4"    # Tablet PC ONLY
EndSection

Section "Device"
  Identifier  "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
  Driver    "i810"
  BusID    "PCI:0:2:0"
EndSection

Section "Monitor"
  Identifier  "Generic Monitor"
  Option    "DPMS"
  HorizSync  28-51
  VertRefresh  43-60
EndSection
Pagrindinė mevvis Data 2007-05-25 19:04
Pagrindinė Virginijus Data 2007-06-02 15:20 Redaguota: 2007-06-02 15:24
apt-get install synaptics
----------------------
sudo nano /etc/X11/xorg.conf
susirandi Server Layout bloka, ijungi draiverio uzkrovima:

Section "ServerLayout"
  Identifier     "X.org Configured"
  Screen      0  "Screen0" 0 0
  InputDevice    "Synaptics" "CorePointer" 
  InputDevice    "Mouse"      "SendCoreEvents"
  InputDevice    "Keyboard0" "CoreKeyboard"
  Option         "OffTime"  "3"  # 3 indicates number of min until monitor-off
EndSection
--------------------------------------
idedi sita bloka, touchpado aprasymas. isdestyma gali keistis kaip nori.

Section "InputDevice"
  Identifier    "Synaptics"
  Driver        "synaptics"
  Option        "Device"        "/dev/psaux"
  Option        "Protocol"      "auto-dev"
  Option        "LeftEdge"      "1700"
  Option        "RightEdge"     "5300"
  Option        "TopEdge"       "1700"
  Option        "BottomEdge"    "4200"
  Option        "FingerLow"     "25"
  Option        "FingerHigh"    "30"
  Option        "MaxTapTime"    "180"
  Option        "MaxTapMove"    "220"
  Option        "VertScrollDelta" "100"
  Option        "MinSpeed"      "0.09"
  Option        "MaxSpeed"      "0.18"
  Option        "AccelFactor"   "0.0015"
  Option        "SHMConfig"     "on"
#  #  Option       "Repeater"      "/dev/ps2mouse"
EndSection
Aukštyn Tema Programinė įranga / GNU/Linux, bei Unix Operacinės Sistemos / Ubuntu + tuchpadas = :(

Powered by mwForum 2.29.6 © 1999-2015 Markus Wichitill