Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] At my wits end and completely desperate (wacom problem)
- Date: Sat, 01 Apr 2006 00:25:18 +0900
- From: Dave Gutteridge <dave@example.com>
- Subject: Re: [tlug] At my wits end and completely desperate (wacom problem)
- References: <442906E2.7060909@example.com> <1143599452.2464.57.camel@example.com> <442CDEE6.2030203@example.com> <442CF633.4010303@example.com> <442D105E.8020701@example.com> <17453.6304.352315.982962@example.com>
- User-agent: Mail/News 1.5 (X11/20060309)
Marcus,The output of /var/log/Xorg.0.log seems to confirm my suspicion that the problem is the mouse and the stylus driver fighting for control of the tablet, as well as the driver not actually being present. The file is long, but I've tried to pull out the relevant parts:What are the settings in your xorg.conf and is the wacom driver for X11 present/loaded (see /var/log/Xorg.0.log).dave@example.com:~$ more /var/log/Xorg.0.log X Window System Version 7.0.0 Release Date: 21 December 2005 X Protocol Version 11, Revision 0, Release 7.0 Build Operating System:Linux 2.6.12 i686Current Operating System: Linux homebase 2.6.15-19-686 #1 SMP PREEMPT Mon Mar 20 17:33:20 UTC 2006 i686Build Date: 16 March 2006 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar 31 20:05:45 2006 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "Default Layout" (**) |-->Screen "Default Screen" (0) (**) | |-->Monitor "L1950T" (**) | |-->Device "Generic Video Card" (**) |-->Input Device "Generic Keyboard" (**) |-->Input Device "Configured Mouse" (**) |-->Input Device "stylus" (**) |-->Input Device "eraser" (**) |-->Input Device "cursor"(WW) Duplicate core pointer devices. Removing core pointer attribute from "stylus"... (II) LoadModule: "wacom" (WW) Warning, couldn't open module wacom (II) UnloadModule: "wacom" (EE) Failed to load module "wacom" (module does not exist, 0) ... (EE) No Input driver matching `wacom' (II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)(II) Configured Mouse: ps2EnableDataReporting: succeeded Sorry I forgot to include xorg.conf before: dave@example.com:~$ more /etc/X11/xorg.conf # /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page. # (Type "man /etc/X11/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. # # 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 "Files" FontPath "/usr/share/X11/fonts/misc" FontPath "/usr/share/X11/fonts/cyrillic" FontPath "/usr/share/X11/fonts/100dpi/:unscaled" FontPath "/usr/share/X11/fonts/75dpi/:unscaled" FontPath "/usr/share/X11/fonts/Type1" FontPath "/usr/share/X11/fonts/100dpi" FontPath "/usr/share/X11/fonts/75dpi" # path to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection Section "Module" Load "i2c" Load "bitmap" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "type1" Load "vbe" Load "wacom" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mouse0" Option "Protocol" "ExplorerPS/2" Option "Emulate3Buttons" "true" EndSection Section "InputDevice" Driver "wacom" Identifier "stylus" Option "Device" "/dev/input/wacom" Option "Type" "stylus" Option "CorePointer" Option "USB" "on" Option "Mode" "Relative" EndSection Section "InputDevice" Driver "wacom" Identifier "eraser" Option "Device" "/dev/input/wacom" Option "Type" "eraser" Option "USB" "on" EndSection Section "InputDevice" Driver "wacom" Identifier "cursor" Option "Device" "/dev/input/wacom" Option "Type" "cursor" Option "USB" "on" EndSection Section "Device" Identifier "Generic Video Card" Driver "vesa" BusID "PCI:0:2:0" EndSection Section "Monitor" Identifier "L1950T" Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "Generic Video Card" Monitor "L1950T" DefaultDepth 24 SubSection "Display" Depth 1Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"EndSubSection SubSection "Display" Depth 4Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"EndSubSection SubSection "Display" Depth 8Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"EndSubSection SubSection "Display" Depth 15Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"EndSubSection SubSection "Display" Depth 16Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"EndSubSection SubSection "Display" Depth 24Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "stylus" "SendCoreEvents" InputDevice "eraser" "SendCoreEvents" InputDevice "cursor" "SendCoreEvents" EndSection Section "DRI" Mode 0666 EndSection -- Dave M G
- Follow-Ups:
- Re: [tlug] At my wits end and completely desperate (wacom problem)
- From: Josh Glover
- Re: [tlug] At my wits end and completely desperate (wacom problem)
- From: Stephen J. Turnbull
Home | Main Index | Thread Index
- Prev by Date: [tlug] ati tv wonder/ve does not work in FC5
- Next by Date: Re: [tlug] ati tv wonder/ve does not work in FC5
- Previous by thread: Re: [tlug] http://www.google.com/ has Good Internationalization
- Next by thread: Re: [tlug] At my wits end and completely desperate (wacom problem)
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links