Replace the relevant sections in your xorg.conf with the following and
try again:

Section "InputDevice"
 Driver       "wacom"
 Identifier   "cursor"
 Option       "Device" "/dev/input/event3"
 Option       "Type" "cursor"
 Option       "USB" "on"
EndSection

Section "InputDevice"
 Driver       "wacom"
 Identifier   "stylus"
 Option       "Device" "/dev/input/event3"
 Option       "Type" "stylus"
 Option       "USB" "on"
EndSection

Section "InputDevice"
 Driver       "wacom"
 Identifier   "eraser"
 Option       "Device" "/dev/input/event3"
 Option       "Type" "eraser"
 Option       "USB" "on"
EndSection

Section "ServerLayout"
  Identifier   "Layout[all]"
  InputDevice  "Keyboard[0]" "CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
  InputDevice  "cursor" "SendCoreEvents"
  InputDevice  "stylus" "SendCoreEvents"
  InputDevice  "eraser" "SendCoreEvents
  Option       "Clone" "off"
  Option       "Xinerama" "off"
  Screen       "Screen[0]"
EndSection

Ping

On 7/25/07, Wijnand Suijlen <[EMAIL PROTECTED]> wrote:
> On 25/07/07, Gian Paolo Mureddu <[EMAIL PROTECTED]> wrote:
> > Could you please post the relevant parts of  your Xorg.conf file please?
> >
> Here you are.
>
> I left out the sections: "Files", "Monitor", "Modes", "Screen", "DRI",
> and "Extensions"
>
> Section "ServerFlags"
>  Option       "AllowMouseOpenFail" "on"
> EndSection
>
>
> Section "Module"
>  Load         "glx"
>  Load         "type1"
>  Load         "extmod"
>  Load         "dbe"
>  Load         "freetype"
>  Load         "v4l"
> EndSection
>
> Section "InputDevice"
>  Driver       "kbd"
>  Identifier   "Keyboard[0]"
>  Option       "Protocol" "Standard"
>  Option       "XkbLayout" "us"
>  Option       "XkbModel" "pc104"
>  Option       "XkbRules" "xfree86"
> EndSection
>
>
> Section "InputDevice"
>  Driver       "mouse"
>  Identifier   "Mouse[1]"
>  Option       "Buttons" "5"
>  Option       "Device" "/dev/input/mouse0"
>  Option       "Name" "Logitech USB-PS/2 Optical Mouse"
>  Option       "Protocol" "explorerps/2"
>  Option       "Vendor" "Sysp"
>  Option       "ZAxisMapping" "4 5"
> EndSection
>
> Section "InputDevice"
>  Driver       "wacom"
>  Identifier   "Wacom Mouse"
>  Option       "Device" "/dev/input/event3"
>  Option       "SendCoreEvents" "on"
>  Option       "Tilt" "on"
>  Option       "Type" "cursor"
>  Option       "USB" "on"
>  Option       "Vendor" "WACOM"
> EndSection
>
> Section "InputDevice"
>  Driver       "wacom"
>  Identifier   "Wacom Pen"
>  Option       "Device" "/dev/input/event3"
>  Option       "Mode" "Absolute"
>  Option       "SendCoreEvents" "on"
>  Option       "Tilt" "on"
>  Option       "Type" "stylus"
>  Option       "USB" "on"
>  Option       "Vendor" "WACOM"
>  Option       "TwinView" "horizontal"
> EndSection
>
> Section "InputDevice"
>  Driver       "wacom"
>  Identifier   "Wacom Gum"
>  Option       "Device" "/dev/input/event3"
>  Option       "Mode" "Absolute"
>  Option       "SendCoreEvents" "on"
>  Option       "Tilt" "on"
>  Option       "Type" "eraser"
>  Option       "USB" "on"
>  Option       "Vendor" "WACOM"
>  Option       "TwinView" "horizontal"
> EndSection
>
> Section "Device"
>  BoardName    "GeForce FX 5200"
>  BusID        "1:0:0"
>  Driver       "nvidia"
>  Identifier   "Device[0]"
>  Option       "SaXDualHead"
>  Option       "TwinView"
>  Option       "SaXDualMonitorVendor" "PTS"
>  Option       "SecondMonitorHorizSync" "30-80"
>  Option       "SaXDualVSync" "50-75"
>  Option       "MetaModes"
> "1440x900,1440x900;1366x768,1366x768;1280x800,1280x800;1152x864,1152x864;1280x768,1280x768;1024x7
> 68,1024x768;1280x600,1280x600;1024x600,1024x600;800x600,800x600;768x576,768x576;640x480,640x480"
>  Option       "SaXDualOrientation" "LeftOf"
>  Option       "SaXDualResolution" "1440x900"
>  Option       "TwinViewOrientation" "LeftOf"
>  Option       "SaXDualMode" "Xinerama"
>  Option       "SecondMonitorVertRefresh" "50-75"
>  Option       "SaXDualHSync" "30-80"
>  Option       "SaXDualMonitorModel" "PROVIEW MONITOR"
>  Screen       0
>  VendorName   "NVIDIA"
> EndSection
>
>
> Section "ServerLayout"
>  Identifier   "Layout[all]"
>  InputDevice  "Keyboard[0]" "CoreKeyboard"
>  InputDevice  "Mouse[1]" "CorePointer"
>  InputDevice  "Wacom Mouse" "SendCoreEvents"
>  InputDevice  "Wacom Pen" "SendCoreEvents"
>  InputDevice  "Wacom Gum" "SendCoreEvents"
>  Option       "Clone" "off"
>  Option       "Xinerama" "off"
>  Screen       "Screen[0]"
> EndSection
>
>
> kind regards,
> Wijnand

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Linuxwacom-discuss mailing list
Linuxwacom-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss

Reply via email to