Bug 9939 - Wacom Device falsely detected in xorg.conf
Summary: Wacom Device falsely detected in xorg.conf
Status: RESOLVED WORKSFORME
Alias: None
Product: xorg
Classification: Unclassified
Component: Input/wacom (show other bugs)
Version: 7.1 (2006.05)
Hardware: x86 (IA32) Linux (All)
: medium normal
Assignee: Xorg Project Team
QA Contact:
URL: https://bugs.launchpad.net/ubuntu/+so...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-10 11:35 UTC by Stéphane Marguet
Modified: 2007-02-10 20:34 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Stéphane Marguet 2007-02-10 11:35:17 UTC
On Ubuntu, a lot of xorg.conf files include wacom device that doesn't exist.
In my xorg.conf (ati 9600) :

Section "InputDevice"
  Driver "wacom"
  Identifier "stylus"
  Option "Device" "/dev/wacom"
  Option "Type" "stylus"
  Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
  Driver "wacom"
  Identifier "eraser"
  Option "Device" "/dev/wacom"
  Option "Type" "eraser"
  Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
  Driver "wacom"
  Identifier "cursor"
  Option "Device" "/dev/wacom"
  Option "Type" "cursor"
  Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

It's not very important as it is working anyway but it's creating errors in log files.

(EE) xf86OpenSerial: Cannot open device /dev/wacom
Comment 1 Alan Coopersmith 2007-02-10 15:10:43 UTC
What's generating these xorg.conf files?   Something Ubuntu-specific?
Comment 2 Stéphane Marguet 2007-02-10 15:27:27 UTC
(In reply to comment #1)
> What's generating these xorg.conf files?   Something Ubuntu-specific?
> 

I don't know if it's Ubuntu specific. That's why i'm submitting this bug upstream.
It's anyway quite common in xorg detection in Ubuntu. 
Comment 3 Daniel Stone 2007-02-10 20:34:30 UTC
This is part of the xorg.conf generator in Ubuntu; please file a bug in Launchpad.  It will likely get rejected, however, if the only reasoning is cosmetic ...


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.