View previous topic :: View next topic |
Author |
Message |
Cheesebaron n00b
Joined: 19 Nov 2006 Posts: 24 Location: DTU, Denmark
|
Posted: Mon May 12, 2008 4:41 pm Post subject: Lenovo/IBM thinkpad X60t Wacom digitizer issues |
|
|
Hello everybody!
I have some problems with my Wacom digitizer in my X60t tablet PC. I finally got X responding on the the data from the wacom device, but now my final problem is that I can only use it with a very small part of the upper corner of my screen. So it's not quite usable. I would like it to stretch over the whole screen.
I'm using kernel 2.6.25 tuxonice r3 and linuxwacom 0.8.0-1 from this ebuild: https://bugs.gentoo.org/show_bug.cgi?id=221117
Didn't work with the ebuild in portage.
Wacdump reports max x,y coordinates of: 24576,18432 which are set when X.org starts up.
Xorg.conf:
Code: |
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Cursor" "SendCoreEvents"
InputDevice "Stylus" "SendCoreEvents"
InputDevice "Eraser" "SendCoreEvents"
EndSection
Section "ServerFlags"
Option "off time" "5"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc/"
# FontPath "/usr/share/fonts/TTF/"
# FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/corefonts/"
FontPath "/usr/share/fonts/cronyx/75dpi/"
FontPath "/usr/share/fonts/cronyx/100dpi/"
FontPath "/usr/share/fonts/freefonts/"
FontPath "/usr/share/fonts/cronyx/misc/"
FontPath "/usr/share/doc/freefonts-0.10-r3/"
FontPath "/usr/share/fonts/intlfonts/"
EndSection
Section "Module"
Load "record"
Load "extmod"
Load "dbe"
Load "GLcore"
Load "dri"
Load "glx"
Load "xtrap"
Load "type1"
Load "freetype"
Load "wacom"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
# Option "XkbModel" "pc105"
Option "XkbLayout" "dk"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mouse0"
Option "ZAxisMapping" "4 5"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
EndSection
Section "InputDevice"
Identifier "Cursor"
Driver "wacom"
Option "Device" "/dev/ttyS0"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"
# Option "KeepShape" "on"
Option "Mode" "Absolute"
# Option "BottomY" "1050"
# Option "BottomX" "1400"
EndSection
Section "InputDevice"
Identifier "Stylus"
Driver "wacom"
Option "Device" "/dev/ttyS0"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"
# Option "KeepShape" "on"
Option "TPCButton" "off"
# Option "BottomY" "1050"
# Option "BottomX" "1400"
EndSection
Section "InputDevice"
Identifier "Eraser"
Driver "wacom"
Option "Device" "/dev/ttyS0"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"
# Option "KeepShape" "on"
# Option "BottomY" "1050"
# Option "BottomX" "1400"
EndSection
Section "Monitor"
DisplaySize 245 184
Identifier "Monitor0"
VendorName "LEN"
ModelName "4005"
Option "DPMS"
HorizSync 30-67
VertRefresh 50-75
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
|
X.org.log:
Code: |
grep -i wacom /var/log/Xorg.0.log
(II) LoadModule: "wacom"
(II) Loading /usr/lib/xorg/modules/input//wacom_drv.so
(II) Module wacom: vendor="X.Org Foundation"
(II) Wacom driver level: 47-0.8.0-1 $
(**) WACOM: suppress value is 2
(**) WACOM: suppress value is 2
(**) WACOM: suppress value is 2
(II) XINPUT: Adding extended input device "Eraser" (type: Wacom Eraser)
(II) XINPUT: Adding extended input device "Stylus" (type: Wacom Stylus)
(II) XINPUT: Adding extended input device "Cursor" (type: Wacom Cursor)
(==) Wacom using pressure threshold of 15 for button 1
(==) Wacom General ISDV4 tablet speed=9600 (19200) maxX=24576 maxY=18432 maxZ=255 resX=2540 resY=2540 tilt=disabled
(==) Wacom device "Eraser" top X=0 top Y=0 bottom X=24576 bottom Y=18432 resol X=2540 resol Y=2540
(==) Wacom device "Stylus" top X=0 top Y=0 bottom X=24576 bottom Y=18432 resol X=2540 resol Y=2540
(==) Wacom device "Cursor" top X=0 top Y=0 bottom X=24576 bottom Y=18432 resol X=2540 resol Y=2540
|
Can someone please help? _________________ ThinkPad X60t | Gentoo ~x86 | Zen-sources |
|
Back to top |
|
|
Cheesebaron n00b
Joined: 19 Nov 2006 Posts: 24 Location: DTU, Denmark
|
Posted: Thu May 15, 2008 11:01 am Post subject: |
|
|
Bump, are there really no one that can help me?
Let me illustrate how it is if you dont understand what I wrote.
The black area in the picture is where I'm able to control the cursor, if I go outside of it, the cursor just goes to the edge of the screen. The red area is the area I control with the black area.
Image: http://212.242.131.63/images/illu1.png _________________ ThinkPad X60t | Gentoo ~x86 | Zen-sources |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|