no luck with this. I did the udev rules and now have the following:
Code:
ll /dev/usb
total 0
drwxr-xr-x 2 root root 100 2010-05-18 08:12 ./
drwxr-xr-x 17 root root 3960 2010-05-18 08:12 ../
crw-rw---- 1 root root 180, 96 2010-05-18 08:12 hiddev0
crw-rw---- 1 root root 180, 97 2010-05-18 08:12 hiddev1
lrwxrwxrwx 1 root root 7 2010-05-18 08:12 quanta_touch -> hiddev0
Also, when I cat the quata_touch port, and touch the screen, I see seomthing sreaming out of it, but it's not human readable.
looks like the problem is with the X server.
this is my xorg.conf
Code:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildd@palmer) Fri Apr 9 10:35:18 UTC 2010
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
# I added this for touchscreen T230H
Identifier "Acer T230H"
Driver "hidtouch"
Option "SendCoreEvents" "true"
Option "ReportingMode" "Raw"
# Option "Device" "/dev/usb/hiddev0"
Option "Device" "/dev/usb/quanta_touch"
Option "PacketCount" "13"
Option "OpcodePressure" "852034"
Option "OpcodeX" "65584"
Option "OpcodeY" "65585"
Option "CalibrationModel" "1"
Option "CornerTopLeftX" "0"
Option "CornerTopLeftY" "0"
Option "CornerTopRightX" "1920" # 1920 for 23"
Option "CornerTopRightY" "0"
Option "CornerBottomLeftX" "0"
Option "CornerBottomLeftY" "1080" # 1080 for 23"
Option "CornerBottomRightX" "1920" # 1920 for 23"
Option "CornerBottomRightY" "1080" # 1080 for 23"
Option "CornerScreenWidth" "1920" # 1920 for 23"
Option "CornerScreenHeight" "1080" # 1080 for 23"
EndSection
Section "ServerLayout"
# I added this for touchscreen T230H
Identifier "Touchscreen"
InputDevice "Acer T230H" "SendCoreEvents"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Acer T230H"
HorizSync 30.0 - 80.0
VertRefresh 55.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "Quadro NVS 140M"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "1"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "CRT: nvidia-auto-select +0+0, DFP: 1680x1050_60_0 +0+0; CRT: nvidia-auto-select +0+0, DF
P: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Bookmarks