Currently my xorg.conf settings are being ignored, and the tablet is in 
Absolute mode (I have set to relative)


If anyone has any tips on how to get it working properly, would be much 
appreciated!


Below is the relevant section of my /etc/X11/xorg.conf:

________________________________________________________________

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

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/input/event1"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option     "USB"         "on"
  Option "Button2" "17"
  Option "Speed" "1.2"
  Option        "Type"          "stylus"
#  Option     "TopX"         "0"
#  Option     "TopY"         "0"
#  Option    "BottomX"    "1280"
#  Option    "BottomY"    "1024"
  Option     "Mode"         "Relative"
  #Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/input/event1"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option     "USB"         "on"
  Option "Button2" "17"
Option "Speed" "1.2"
  Option        "Type"          "eraser"
 # Option     "TopX"         "0"
 # Option     "TopY"         "0"
 # Option    "BottomX"    "1280"
 # Option    "BottomY"    "1024"
  Option     "Mode"         "Relative"
  #Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/input/event1"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option     "USB"         "on"
  Option "Button2" "17"
Option "Speed" "1.2"
  Option        "Type"          "cursor"
#  Option     "TopX"         "0"
#  Option     "TopY"         "0"
#  Option    "BottomX"    "1280"
#  Option    "BottomY"    "1024"
  Option     "Mode"         "Relative"
  #Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

...


Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice     "stylus" "SendCoreEvents"
    InputDevice     "cursor" "SendCoreEvents"
    InputDevice     "eraser" "SendCoreEvents"
EndSection

__________________________________________________



Adam Wilson wrote:
> Hi, it's linuxwacom version 0.7.2 i'm using
>
> Thanks
>
> [EMAIL PROTECTED] wrote:
>> Which linuxwacom version are you using? BottomX/Y won't resolve your 
>> issue. It's something else.
>>  
>> Ping
>>  
>> On 11/29/06, *Adam Wilson* <[EMAIL PROTECTED] 
>> <mailto:[EMAIL PROTECTED]>> wrote:
>>
>>     OK - I did a proper reboot and its now reading the xorg.conf again.
>>     Now I am back to the main problem: How to work out the BottomX and
>>     BottomY values so I get smooth action!! With default values, i get
>>     very
>>     jumpy horizontal but ok vertical movement. Editing the BottomX and
>>     BottomY values seems to change it slightly but I cant work out the
>>     pattern.
>>
>>     Thanks
>>
>>     Adam Wilson wrote:
>>
>
>


-- 

Adam Wilson

Developer

*_ PRETTY

E: [EMAIL PROTECTED]
W: www.pretty.co.uk

A: 11 clink street studios
A: London SE1 9DG

F: 087 1433 4095
T: 020 7378 8815



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Linuxwacom-discuss mailing list
Linuxwacom-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss

Reply via email to