domingo, 15 de marzo de 2009

Pantalla tactil del aTx2032la en Ubuntu

Para la Tx2032la estos son los pasos para otra es similar:
http://hp-tx2532la.blogspot.com/2008/10/configuracion-de-ubuntu-en-la-hp.html

Descargar WACOM Linux driver: y ponerlo en la carpeta personal
http://prdownloads.sourceforge.net/linuxwacom/linuxwacom-0.8.1-6.tar.bz2

En la consola:
sudo apt-get update
sudo apt-get install build-essential libx11-dev libxi-dev x11proto-input-dev
sudo apt-get install xserver-xorg-dev tk8.4-dev tcl8.4-dev libncurses5-dev
sudo apt-get upgrade
sudo apt-get remove wacom-tools xserver-xorg-input-wacom
sudo apt-get install linux-headers-generic
Extraer el driver
tar xjvf linuxwacom-0.8.1-6.tar.bz2
cd linuxwacom-0.8.1-6
./configure --enable-wacom --prefix=/usr
make
sudo make install
sudo rmmod wacom
Copiar el driver compilado
sudo cp ./src/2.6.27/wacom.ko /lib/modules/`uname -r`/kernel/drivers/input/tablet/wacom.ko
sudo depmod -e
sudo modprobe wacom
Reiniciar Ubuntu
Editar el servidor X
sudo gedit /etc/X11/xorg.conf

Reemplazar todo por:


# 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Monitor"
Identifier "Configured Monitor"
EndSection

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

Section "Module"
Load "glx"
EndSection

Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "RandRRotation" "on"
# Option "Rotate" "CW"
Option "NoLogo" "True"
EndSection
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Type" "stylus"
Option "USB" "on"
Option "Device" "/dev/input/by-path/pci-0000:00:0b.1-usb-0:2.3:1.0-event-mouse"
Option "Button2" "3" # make side-switch a right button
Option "TopX" "225"
Option "TopY" "225"
Option "BottomX" "26300"
Option "BottomY" "16375"
EndSection

Section "InputDevice"
Identifier "touch"
Driver "wacom"
Option "Type" "touch"
Option "USB" "on"
Option "Device" "/dev/input/by-path/pci-0000:00:0b.1-usb-0:2.3:1.1-event-"
Option "TopX" "200"
Option "TopY" "225"
Option "BottomX" "4000"
Option "BottomY" "3875"
EndSection

Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Type" "eraser"
Option "Device" "/dev/input/by-path/pci-0000:00:0b.1-usb-0:2.3:1.0-event-mouse"
Option "USB" "on"
EndSection

Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "stylus" "SendCoreEvents"
Inputdevice "touch" "SendCoreEvents"
Inputdevice "eraser" "SendCoreEvents"
EndSection

Enlace
Guardar y pulsar:

Ctrl+Alt+BackSpace


Fuente:
http://hp-tx2532la.blogspot.com/2008/10/configuracion-de-ubuntu-en-la-hp.html
http://narnia.cs.ttu.edu/drupal/node/183
http://ubuntuforums.org/showthread.php?p=5469447#post5469447
--------------------------------------

No hay comentarios:

Publicar un comentario