lunedì 26 gennaio 2009

funzioni tablet

Per abilitare le funzioni tablet del mio Portege M200, i passi da fare sono abbastanza semplici. Dal passaggio da hardy a intrepid ho dovuto modificare il file xorg.conf.

Comunque per rendere effettive le funzioni tablet su intrepid, inanzitutto vanno installati i pacchetti wacom:

apt-get install wacom-tools xserver-xorg-input-wacom

e poi vanno aggiunte le specifiche del server Xorg. Riporto l'intero file xorg.conf cosicche' se altri utenti hanno il mio modello di toshiba, possono copiarlo pari pari.

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

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

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
option "SHMConfig" "on"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection

Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
Option "RandRRotation" "on"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
Option "Button2" "3"
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
Option "Button1" "2"
EndSection
Section "Module"
Load "glx"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "stylus" "SendCoreEvents"
Inputdevice "cursor" "SendCoreEvents"
Inputdevice "eraser" "SendCoreEvents"
# InputDevice "Synaptics Touchpad"
EndSection

OK, al prossimo riavvio del sistema la stilo dovrebbe funzionare a dovere.

1 commento:

  1. Ciao!!
    Anche io ho questo portatile..!!
    proverò a seguire la tua guida... e ti farò sapere!!
    Volevo sapere una cosa:
    riguardo alla rotazione schermo, funzioni tasto schermo(quelli laterali e in basso)..Ci sono altre guide? Tu hai effettuato prove??
    Grazie!
    puoi anche scrivermi a .
    lucchinet@yahoo.it

    p.s. questoportatile è bello, però la toshiba per alcune cose poteva far meglio..sopratutto istallazione sistema operativo e boot!!

    RispondiElimina

Related Posts Plugin for WordPress, Blogger...