After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 406803 - wacom config in xorg.conf + a11y setting causes gdm crash
wacom config in xorg.conf + a11y setting causes gdm crash
Status: RESOLVED NOTGNOME
Product: gdm
Classification: Core
Component: general
2.17.x
Other All
: High major
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2007-02-11 19:01 UTC by Henrik Nilsen Omma
Modified: 2008-09-04 18:38 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Henrik Nilsen Omma 2007-02-11 19:01:07 UTC
Steps to reproduce:
1. Install a standard Ubuntu system (or a live CD)
2. Enable accessible login
3. Log out and back in

This happens with both gdmlogin and gdmgreeter. 


Stack trace:

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.15.7 x86_64 
Current Operating System: Linux ubuntu-desktop 2.6.20-6-generic #2 SMP Wed Jan 31 19:04:30 UTC 2007 x86_64
Build Date: 07 July 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: Mon Feb  5 12:52:04 2007
(==) Using config file: "/etc/X11/xorg.conf"
(EE) end of block range 0x3ffffff < begin 0xe0000000
(EE) end of block range 0x3ffffff < begin 0xe0000000
(EE) AIGLX: Screen 0 is not DRI capable
error opening security policy file /usr/lib/xserver/SecurityPolicy
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
(EE) xf86OpenSerial: Cannot open device /dev/wacom
	No such file or directory.
Error opening /dev/wacom : Success
(EE) xf86OpenSerial: Cannot open device /dev/wacom
	No such file or directory.
Error opening /dev/wacom : Success
(EE) xf86OpenSerial: Cannot open device /dev/wacom
	No such file or directory.
Error opening /dev/wacom : Success
(EE) xf86OpenSerial: Cannot open device /dev/wacom
	No such file or directory.
Error opening /dev/wacom : Success
(EE) xf86OpenSerial: Cannot open device /dev/wacom
	No such file or directory.
Error opening /dev/wacom : Success
(EE) xf86OpenSerial: Cannot open device /dev/wacom
	No such file or directory.
Error opening /dev/wacom : Success
Could not init font path element /usr/share/fonts/X11/TTF/, removing from list!
Could not init font path element /usr/share/fonts/X11/OTF, removing from list!
Could not init font path element /usr/share/fonts/X11/CID/, removing from list!

Other information:
The xorg.conf file in Ubuntu has support for wacom tablets by default:

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

etc.

Commenting out all the related entries un-breaks gdm.
Comment 1 Brian Cameron 2007-02-12 04:15:38 UTC
This looks like an Xserver configuration issue, not a GDM bug.  I'd recommend following this up with the Xorg team.  Or this might be a problem with the default configuration provided by your distro.
Comment 2 Henrik Nilsen Omma 2007-02-12 09:06:39 UTC
Yes, I had this discusson for about a year with the GOK team as well. GOK crashed doe to the same settings. With the recent release of v1.2.1 it finally works, without changing the wacom settings in xorg.conf. 
Comment 3 Brian Cameron 2007-02-12 09:44:25 UTC
Okay.  What fixes to GOK were required to get this working?  Do you think changes are needed to GDM to make this work as well?  If so, more detail would be helpful.
Comment 4 Henrik Nilsen Omma 2008-09-04 18:14:18 UTC
I can no longer reproduce this in the development version of Ubuntu (intrepid). You can probably close this bug.
Comment 5 Brian Cameron 2008-09-04 18:38:07 UTC
Okay, closing.  Please reopen if you find there is an issue that needs attention in GDM.