Ticket #142 (closed usability: fixed)
Release 2.3.0 does not work properly with Wacom graphics tablet
| Reported by: | ralph@… | Owned by: | jeremyhu@… |
|---|---|---|---|
| Priority: | Expected | Milestone: | 2.3.1 |
| Component: | xserver | Version: | 2.3.0 (xserver-1.4.2-apple5) |
| Keywords: | Tablet, Mouse | Cc: |
Description
When using a mouse, release 2.3.0 works as expected.
However, if you have a Wacom Graphics Tablet attached, and you use the pen and tablet in place of the mouse, various window functionality is broken for X11 windows:
- windows cannot be moved by their title bars
- the "traffic lights" to close, iconize and maximize the window do not respond to clicks
- clicking on a window does not bring it to the front
- windows cannot be resized using the drag box at bottom right
In short, it seems that pen clicks are being ignored, or at least, not being treated in the same way as mouse clicks, contrary to the behaviour in all other software.
This makes X11 applications unusable if you use a tablet as your main input device, in place of a mouse (e.g. because of a disability).
Attachments
Change History
Changed 5 years ago by ralph@…
- Attachment Picture 1.tif added
Picture showing details of wacom driver, precise tablet model, etc
comment:2 Changed 5 years ago by ralph@…
I used xev to see what was happening. Significantly, while the pen does generate loads of events, particularly motion notify events, it does not generate any button press or button release events when I tap the pen on the tablet (the usual way of indicating a click with the pen).
comment:3 Changed 5 years ago by jeremyhu@…
- Status changed from new to assigned
- Priority changed from major to critical
- Milestone set to 2.3.1
Check xinput rather than xev. Specifically 'xinput test 2' (I think it's 2, check 'xinput list' to see the right number if I'm wrong).
You should see status of location, pressure, and tilt. Are you getting that correctly?
comment:4 Changed 5 years ago by ralph@…
xinput test 2 only gives me motion events when I move the pen, but no events when I click it (tap it on the tablet): e.g.
xinput test 3 seems to give me motion events when I click the pen, but not when I move it:
motion a[0]=2355 a[1]=1125 a[2]=584 a[3]=0 a[4]=-32
xinput list tells me:
xinput list "Virtual core keyboard" id=0 [XKeyboard]
Num_keys is 248 Min_keycode is 8 Max_keycode is 255
"Virtual core pointer" id=1 [XPointer]
Num_buttons is 32 Num_axes is 2 Mode is Relative Motion_buffer is 256 Axis 0 :
Min_value is 0 Max_value is -1 Resolution is 0
Axis 1 :
Min_value is 0 Max_value is -1 Resolution is 0
"Quartz Pointing Device" id=2 [XExtensionPointer]
Num_buttons is 7 Num_axes is 2 Mode is Relative Motion_buffer is 256 Axis 0 :
Min_value is 0 Max_value is -1 Resolution is 0
Axis 1 :
Min_value is 0 Max_value is -1 Resolution is 0
"pen" id=3 [XExtensionPointer]
Num_buttons is 3 Num_axes is 7 Mode is Relative Motion_buffer is 256 Axis 0 :
Min_value is 0 Max_value is -1 Resolution is 0
Axis 1 :
Min_value is 0 Max_value is -1 Resolution is 0
Axis 2 :
Min_value is 0 Max_value is -1 Resolution is 0
Axis 3 :
Min_value is 0 Max_value is -1 Resolution is 0
Axis 4 :
Min_value is 0 Max_value is -1 Resolution is 0
Axis 5 :
Min_value is 0 Max_value is -1 Resolution is 0
Axis 6 :
Min_value is 0 Max_value is -1 Resolution is 0
"Quartz Keyboard" id=4 [XExtensionKeyboard]
Num_keys is 248 Min_keycode is 8 Max_keycode is 255
comment:5 Changed 5 years ago by ralph@…
Correction.
xinput test 3 repeatedly gives me motion events while the pen is down"
comment:6 Changed 5 years ago by jo.irisson@…
I have added more precise information on ticket #139. Sorry to have gotten confused between the tickets. The details of the behavior of a Wacom Intuos tablet in xinput and xev are given there.
Changed 5 years ago by jeremyhu@…
/Applications/Utilities/X11.app/Contents/MacOS/X11
comment:7 Changed 5 years ago by jeremyhu@…
- Status changed from assigned to closed
- Resolution set to fixed
Replace /Applications/Utilities/X11.app/Contents/MacOS/X11 with the attached file, and you should be able to atleast use the tablet to click, move windows, etc...
whether Gimp will get pressure/tilt data is doubtful, but I hope someone can atleast test that for me...
Thanks.
comment:8 Changed 5 years ago by ralph@…
- Status changed from closed to reopened
- Resolution fixed deleted
Attached X11 does not work at all, for me at least - no server comes up, and I get the same thing over and over in the console:
05/08/2008 8:41:59AM org.x.startx[397] font_cache: Scanning user font directories to generate X11 font caches 05/08/2008 8:41:59AM org.x.startx[397] font_cache: Updating FC cache 05/08/2008 8:41:59AM org.x.privileged_startx[441] font_cache: Scanning user font directories to generate X11 font caches 05/08/2008 8:41:59AM org.x.startx[397] xauth: creating new authority file /Users/ralph/.serverauth.397 05/08/2008 8:42:00AM org.x.privileged_startx[441] font_cache: Updating FC cache 05/08/2008 8:42:00AM org.x.startx[397] Xquartz: X11.app = /Applications/Utilities/X11.app/Contents/MacOS/X11 05/08/2008 8:42:00AM org.x.startx[397] Starting X server: /Applications/Utilities/X11.app/Contents/MacOS/X11 --listenonly 05/08/2008 8:42:02AM org.x.privileged_startx[441] font_cache: Done 05/08/2008 8:42:02AM org.x.startx[397] font_cache: Done 05/08/2008 8:42:06AM org.x.startx[397] waiting for X server to begin accepting connections 05/08/2008 8:42:07AM org.x.startx[397] . 05/08/2008 8:42:14AM org.x.startx[397] . 05/08/2008 8:42:15AM org.x.startx[397] . 05/08/2008 8:42:20AM org.x.startx[397] bootstrap_look_up(): Timed out: Unknown service name 05/08/2008 8:42:22AM org.x.startx[397] giving up. 05/08/2008 8:42:22AM org.x.startx[397] xinit: Operation timed out (errno 60): unable to connect to X server 05/08/2008 8:42:22AM org.x.startx[397] xinit: No such process (errno 3): Server error. 05/08/2008 8:42:22AM org.x.startx[872] font_cache: Scanning user font directories to generate X11 font caches 05/08/2008 8:42:22AM org.x.privileged_startx[441] font_cache: Scanning user font directories to generate X11 font caches 05/08/2008 8:42:22AM org.x.startx[872] font_cache: Updating FC cache 05/08/2008 8:42:22AM org.x.startx[872] xauth: creating new authority file /Users/ralph/.serverauth.872 05/08/2008 8:42:22AM org.x.startx[872] Xquartz: X11.app = /Applications/Utilities/X11.app/Contents/MacOS/X11 05/08/2008 8:42:22AM org.x.startx[872] Starting X server: /Applications/Utilities/X11.app/Contents/MacOS/X11 --listenonly 05/08/2008 8:42:22AM org.x.privileged_startx[441] font_cache: Updating FC cache 05/08/2008 8:42:24AM org.x.startx[872] font_cache: Done 05/08/2008 8:42:25AM org.x.privileged_startx[441] font_cache: Done 05/08/2008 8:42:28AM org.x.startx[872] waiting for X server to begin accepting connections 05/08/2008 8:42:29AM org.x.startx[872] . 05/08/2008 8:42:36AM org.x.startx[872] . 05/08/2008 8:42:37AM org.x.startx[872] . 05/08/2008 8:42:42AM org.x.startx[872] bootstrap_look_up(): Timed out: Unknown service name 05/08/2008 8:42:44AM org.x.startx[872] giving up. 05/08/2008 8:42:44AM org.x.startx[872] xinit: Operation timed out (errno 60): unable to connect to X server 05/08/2008 8:42:44AM org.x.startx[872] xinit: No such process (errno 3): Server error. 05/08/2008 8:42:45AM org.x.startx[1001] font_cache: Scanning user font directories to generate X11 font caches 05/08/2008 8:42:45AM org.x.startx[1001] font_cache: Updating FC cache 05/08/2008 8:42:45AM org.x.privileged_startx[441] font_cache: Scanning user font directories to generate X11 font caches 05/08/2008 8:42:45AM org.x.startx[1001] xauth: creating new authority file /Users/ralph/.serverauth.1001 05/08/2008 8:42:45AM org.x.startx[1001] Xquartz: X11.app = /Applications/Utilities/X11.app/Contents/MacOS/X11 05/08/2008 8:42:45AM org.x.startx[1001] Starting X server: /Applications/Utilities/X11.app/Contents/MacOS/X11 --listenonly 05/08/2008 8:42:45AM org.x.privileged_startx[441] font_cache: Updating FC cache 05/08/2008 8:42:47AM org.x.startx[1001] font_cache: Done 05/08/2008 8:42:47AM org.x.privileged_startx[441] font_cache: Done 05/08/2008 8:42:51AM org.x.startx[1001] waiting for X server to begin accepting connections 05/08/2008 8:42:52AM org.x.startx[1001] . 05/08/2008 8:42:59AM org.x.startx[1001] . 05/08/2008 8:43:00AM org.x.startx[1001] . 05/08/2008 8:43:05AM org.x.startx[1001] bootstrap_look_up(): Timed out: Unknown service name 05/08/2008 8:43:07AM org.x.startx[1001] giving up. 05/08/2008 8:43:07AM org.x.startx[1001] xinit: Operation timed out (errno 60): unable to connect to X server 05/08/2008 8:43:07AM org.x.startx[1001] xinit: No such process (errno 3): Server error. 05/08/2008 8:43:07AM org.x.startx[1133] font_cache: Scanning user font directories to generate X11 font caches 05/08/2008 8:43:07AM org.x.startx[1133] font_cache: Updating FC cache 05/08/2008 8:43:07AM org.x.privileged_startx[441] font_cache: Scanning user font directories to generate X11 font caches 05/08/2008 8:43:07AM org.x.startx[1133] xauth: creating new authority file /Users/ralph/.serverauth.1133 05/08/2008 8:43:07AM org.x.startx[1133] Xquartz: X11.app = /Applications/Utilities/X11.app/Contents/MacOS/X11 05/08/2008 8:43:07AM org.x.startx[1133] Starting X server: /Applications/Utilities/X11.app/Contents/MacOS/X11 --listenonly 05/08/2008 8:43:07AM org.x.privileged_startx[441] font_cache: Updating FC cache 05/08/2008 8:43:09AM org.x.startx[1133] font_cache: Done 05/08/2008 8:43:09AM org.x.privileged_startx[441] font_cache: Done 05/08/2008 8:43:13AM org.x.startx[1133] waiting for X server to begin accepting connections 05/08/2008 8:43:14AM org.x.startx[1133] . 05/08/2008 8:43:21AM org.x.startx[1133] . 05/08/2008 8:43:22AM org.x.startx[1133] . 05/08/2008 8:43:27AM org.x.startx[1133] bootstrap_look_up(): Timed out: Unknown service name 05/08/2008 8:43:29AM org.x.startx[1133] giving up. 05/08/2008 8:43:29AM org.x.startx[1133] xinit: Operation timed out (errno 60): unable to connect to X server 05/08/2008 8:43:29AM org.x.startx[1133] xinit: No such process (errno 3): Server error. 05/08/2008 8:43:29AM org.x.startx[1261] font_cache: Scanning user font directories to generate X11 font caches 05/08/2008 8:43:29AM org.x.startx[1261] font_cache: Updating FC cache 05/08/2008 8:43:29AM org.x.privileged_startx[441] font_cache: Scanning user font directories to generate X11 font caches 05/08/2008 8:43:29AM org.x.startx[1261] xauth: creating new authority file /Users/ralph/.serverauth.1261 05/08/2008 8:43:29AM org.x.startx[1261] Xquartz: X11.app = /Applications/Utilities/X11.app/Contents/MacOS/X11 05/08/2008 8:43:29AM org.x.startx[1261] Starting X server: /Applications/Utilities/X11.app/Contents/MacOS/X11 --listenonly 05/08/2008 8:43:29AM org.x.privileged_startx[441] font_cache: Updating FC cache 05/08/2008 8:43:31AM org.x.startx[1261] font_cache: Done 05/08/2008 8:43:31AM org.x.privileged_startx[441] font_cache: Done 05/08/2008 8:43:35AM org.x.startx[1261] waiting for X server to begin accepting connections 05/08/2008 8:43:36AM org.x.startx[1261] . 05/08/2008 8:43:43AM org.x.startx[1261] . 05/08/2008 8:43:44AM org.x.startx[1261] . 05/08/2008 8:43:49AM org.x.startx[1261] bootstrap_look_up(): Timed out: Unknown service name 05/08/2008 8:43:51AM org.x.startx[1261] giving up. 05/08/2008 8:43:51AM org.x.startx[1261] xinit: Operation timed out (errno 60): unable to connect to X server 05/08/2008 8:43:51AM org.x.startx[1261] xinit: No such process (errno 3): Server error. 05/08/2008 8:43:51AM org.x.startx[1386] font_cache: Scanning user font directories to generate X11 font caches 05/08/2008 8:43:51AM org.x.startx[1386] font_cache: Updating FC cache 05/08/2008 8:43:51AM org.x.privileged_startx[441] font_cache: Scanning user font directories to generate X11 font caches 05/08/2008 8:43:51AM org.x.startx[1386] xauth: creating new authority file /Users/ralph/.serverauth.1386 05/08/2008 8:43:51AM org.x.startx[1386] Xquartz: X11.app = /Applications/Utilities/X11.app/Contents/MacOS/X11 05/08/2008 8:43:51AM org.x.startx[1386] Starting X server: /Applications/Utilities/X11.app/Contents/MacOS/X11 --listenonly 05/08/2008 8:43:51AM org.x.privileged_startx[441] font_cache: Updating FC cache 05/08/2008 8:43:53AM org.x.startx[1386] font_cache: Done 05/08/2008 8:43:53AM org.x.privileged_startx[441] font_cache: Done 05/08/2008 8:43:57AM org.x.startx[1386] waiting for X server to begin accepting connections 05/08/2008 8:43:58AM org.x.startx[1386] . 05/08/2008 8:44:05AM org.x.startx[1386] . 05/08/2008 8:44:06AM org.x.startx[1386] . 05/08/2008 8:44:11AM org.x.startx[1386] bootstrap_look_up(): Timed out: Unknown service name 05/08/2008 8:44:13AM org.x.startx[1386] giving up. 05/08/2008 8:44:13AM org.x.startx[1386] xinit: Operation timed out (errno 60): unable to connect to X server 05/08/2008 8:44:13AM org.x.startx[1386] xinit: No such process (errno 3): Server error. 05/08/2008 8:44:13AM org.x.startx[1512] font_cache: Scanning user font directories to generate X11 font caches 05/08/2008 8:44:13AM org.x.startx[1512] font_cache: Updating FC cache 05/08/2008 8:44:13AM org.x.privileged_startx[441] font_cache: Scanning user font directories to generate X11 font caches 05/08/2008 8:44:13AM org.x.startx[1512] xauth: creating new authority file /Users/ralph/.serverauth.1512 05/08/2008 8:44:13AM org.x.startx[1512] Xquartz: X11.app = /Applications/Utilities/X11.app/Contents/MacOS/X11 05/08/2008 8:44:13AM org.x.startx[1512] Starting X server: /Applications/Utilities/X11.app/Contents/MacOS/X11 --listenonly 05/08/2008 8:44:13AM org.x.privileged_startx[441] font_cache: Updating FC cache 05/08/2008 8:44:15AM org.x.startx[1512] font_cache: Done 05/08/2008 8:44:15AM org.x.privileged_startx[441] font_cache: Done 05/08/2008 8:44:19AM org.x.startx[1512] waiting for X server to begin accepting connections 05/08/2008 8:44:20AM org.x.startx[1512] . 05/08/2008 8:44:23AM cocoAspell[1635] Attempting to regirster 21 dictionaries 05/08/2008 8:44:23AM cocoAspell[1635] cocoAspell registered English (United Kingdom) [ize-w_accents] from /Library/Application Support/cocoAspell/aspell6-en-6.0-0/en_GB-ize-w_accents 05/08/2008 8:44:23AM cocoAspell[1635] Starting Aspell SpellChecker. 05/08/2008 8:44:27AM org.x.startx[1512] . 05/08/2008 8:44:28AM org.x.startx[1512] . 05/08/2008 8:44:33AM org.x.startx[1512] bootstrap_look_up(): Timed out: Unknown service name 05/08/2008 8:44:35AM org.x.startx[1512] giving up. 05/08/2008 8:44:35AM org.x.startx[1512] xinit: Operation timed out (errno 60): unable to connect to X server 05/08/2008 8:44:35AM org.x.startx[1512] xinit: No such process (errno 3): Server error. 05/08/2008 8:44:36AM org.x.startx[1637] font_cache: Scanning user font directories to generate X11 font caches 05/08/2008 8:44:36AM org.x.startx[1637] font_cache: Updating FC cache 05/08/2008 8:44:36AM org.x.privileged_startx[441] font_cache: Scanning user font directories to generate X11 font caches 05/08/2008 8:44:36AM org.x.startx[1637] xauth: creating new authority file /Users/ralph/.serverauth.1637 05/08/2008 8:44:36AM org.x.startx[1637] Xquartz: X11.app = /Applications/Utilities/X11.app/Contents/MacOS/X11 05/08/2008 8:44:36AM org.x.startx[1637] Starting X server: /Applications/Utilities/X11.app/Contents/MacOS/X11 --listenonly 05/08/2008 8:44:36AM org.x.privileged_startx[441] font_cache: Updating FC cache 05/08/2008 8:44:38AM org.x.startx[1637] font_cache: Done 05/08/2008 8:44:38AM org.x.privileged_startx[441] font_cache: Done 05/08/2008 8:44:42AM org.x.startx[1637] waiting for X server to begin accepting connections 05/08/2008 8:44:43AM org.x.startx[1637] . 05/08/2008 8:44:50AM org.x.startx[1637] . 05/08/2008 8:44:51AM org.x.startx[1637] . 05/08/2008 8:44:56AM org.x.startx[1637] bootstrap_look_up(): Timed out: Unknown service name 05/08/2008 8:44:58AM org.x.startx[1637] giving up. 05/08/2008 8:44:58AM org.x.startx[1637] xinit: Operation timed out (errno 60): unable to connect to X server 05/08/2008 8:44:58AM org.x.startx[1637] xinit: No such process (errno 3): Server error. 05/08/2008 8:44:58AM org.x.startx[1761] font_cache: Scanning user font directories to generate X11 font caches 05/08/2008 8:44:58AM org.x.startx[1761] font_cache: Updating FC cache 05/08/2008 8:44:58AM org.x.privileged_startx[441] font_cache: Scanning user font directories to generate X11 font caches 05/08/2008 8:44:58AM org.x.startx[1761] xauth: creating new authority file /Users/ralph/.serverauth.1761 05/08/2008 8:44:58AM org.x.startx[1761] Xquartz: X11.app = /Applications/Utilities/X11.app/Contents/MacOS/X11 05/08/2008 8:44:58AM org.x.startx[1761] Starting X server: /Applications/Utilities/X11.app/Contents/MacOS/X11 --listenonly 05/08/2008 8:44:58AM org.x.privileged_startx[441] font_cache: Updating FC cache 05/08/2008 8:45:00AM org.x.startx[1761] font_cache: Done 05/08/2008 8:45:00AM org.x.privileged_startx[441] font_cache: Done 05/08/2008 8:45:04AM org.x.startx[1761] waiting for X server to begin accepting connections 05/08/2008 8:45:05AM org.x.startx[1761] . 05/08/2008 8:45:12AM org.x.startx[1761] . 05/08/2008 8:45:13AM org.x.startx[1761] . 05/08/2008 8:45:18AM org.x.startx[1761] bootstrap_look_up(): Timed out: Unknown service name 05/08/2008 8:45:20AM org.x.startx[1761] giving up. 05/08/2008 8:45:20AM org.x.startx[1761] xinit: Operation timed out (errno 60): unable to connect to X server 05/08/2008 8:45:20AM org.x.startx[1761] xinit: No such process (errno 3): Server error. 05/08/2008 8:45:20AM org.x.startx[1885] font_cache: Scanning user font directories to generate X11 font caches 05/08/2008 8:45:20AM org.x.startx[1885] font_cache: Updating FC cache 05/08/2008 8:45:20AM org.x.privileged_startx[441] font_cache: Scanning user font directories to generate X11 font caches 05/08/2008 8:45:20AM org.x.startx[1885] xauth: creating new authority file /Users/ralph/.serverauth.1885 05/08/2008 8:45:20AM org.x.startx[1885] Xquartz: X11.app = /Applications/Utilities/X11.app/Contents/MacOS/X11 05/08/2008 8:45:20AM org.x.startx[1885] Starting X server: /Applications/Utilities/X11.app/Contents/MacOS/X11 --listenonly 05/08/2008 8:45:20AM org.x.privileged_startx[441] font_cache: Updating FC cache 05/08/2008 8:45:22AM org.x.startx[1885] font_cache: Done 05/08/2008 8:45:22AM org.x.privileged_startx[441] font_cache: Done 05/08/2008 8:45:26AM org.x.startx[1885] waiting for X server to begin accepting connections 05/08/2008 8:45:27AM org.x.startx[1885] . 05/08/2008 8:45:34AM org.x.startx[1885] . 05/08/2008 8:45:35AM org.x.startx[1885] . 05/08/2008 8:45:40AM org.x.startx[1885] bootstrap_look_up(): Timed out: Unknown service name 05/08/2008 8:45:42AM org.x.startx[1885] giving up. 05/08/2008 8:45:42AM org.x.startx[1885] xinit: Operation timed out (errno 60): unable to connect to X server 05/08/2008 8:45:42AM org.x.startx[1885] xinit: No such process (errno 3): Server error. 05/08/2008 8:45:42AM org.x.startx[2009] font_cache: Scanning user font directories to generate X11 font caches 05/08/2008 8:45:42AM org.x.startx[2009] font_cache: Updating FC cache 05/08/2008 8:45:42AM org.x.privileged_startx[441] font_cache: Scanning user font directories to generate X11 font caches 05/08/2008 8:45:42AM org.x.startx[2009] xauth: creating new authority file /Users/ralph/.serverauth.2009 05/08/2008 8:45:42AM org.x.startx[2009] Xquartz: X11.app = /Applications/Utilities/X11.app/Contents/MacOS/X11 05/08/2008 8:45:42AM org.x.startx[2009] Starting X server: /Applications/Utilities/X11.app/Contents/MacOS/X11 --listenonly 05/08/2008 8:45:42AM org.x.privileged_startx[441] font_cache: Updating FC cache 05/08/2008 8:45:44AM org.x.startx[2009] font_cache: Done 05/08/2008 8:45:44AM org.x.privileged_startx[441] font_cache: Done 05/08/2008 8:45:53AM org.x.startx[2009] waiting for X server to begin accepting connections 05/08/2008 8:45:54AM org.x.startx[2009] . 05/08/2008 8:46:01AM org.x.startx[2009] . 05/08/2008 8:46:02AM org.x.startx[2009] . 05/08/2008 8:46:07AM org.x.startx[2009] bootstrap_look_up(): Timed out: Unknown service name 05/08/2008 8:46:09AM org.x.startx[2009] giving up. 05/08/2008 8:46:09AM org.x.startx[2009] xinit: Operation timed out (errno 60): unable to connect to X server 05/08/2008 8:46:09AM org.x.startx[2009] xinit: No such process (errno 3): Server error. 05/08/2008 8:46:10AM org.x.startx[2133] font_cache: Scanning user font directories to generate X11 font caches 05/08/2008 8:46:10AM org.x.startx[2133] font_cache: Updating FC cache 05/08/2008 8:46:10AM org.x.privileged_startx[441] font_cache: Scanning user font directories to generate X11 font caches 05/08/2008 8:46:10AM org.x.startx[2133] xauth: creating new authority file /Users/ralph/.serverauth.2133 05/08/2008 8:46:10AM org.x.startx[2133] Xquartz: X11.app = /Applications/Utilities/X11.app/Contents/MacOS/X11 05/08/2008 8:46:10AM org.x.startx[2133] Starting X server: /Applications/Utilities/X11.app/Contents/MacOS/X11 --listenonly 05/08/2008 8:46:10AM org.x.privileged_startx[441] font_cache: Updating FC cache 05/08/2008 8:46:12AM org.x.startx[2133] font_cache: Done 05/08/2008 8:46:12AM org.x.privileged_startx[441] font_cache: Done 05/08/2008 8:46:16AM org.x.startx[2133] waiting for X server to begin accepting connections 05/08/2008 8:46:17AM org.x.startx[2133] . 05/08/2008 8:46:24AM org.x.startx[2133] . 05/08/2008 8:46:25AM org.x.startx[2133] . 05/08/2008 8:46:30AM org.x.startx[2133] bootstrap_look_up(): Timed out: Unknown service name 05/08/2008 8:46:32AM org.x.startx[2133] giving up. 05/08/2008 8:46:32AM org.x.startx[2133] xinit: Operation timed out (errno 60): unable to connect to X server 05/08/2008 8:46:32AM org.x.startx[2133] xinit: No such process (errno 3): Server error. 05/08/2008 8:46:32AM org.x.startx[2257] font_cache: Scanning user font directories to generate X11 font caches 05/08/2008 8:46:32AM org.x.startx[2257] font_cache: Updating FC cache 05/08/2008 8:46:32AM org.x.privileged_startx[441] font_cache: Scanning user font directories to generate X11 font caches 05/08/2008 8:46:32AM org.x.startx[2257] xauth: creating new authority file /Users/ralph/.serverauth.2257 05/08/2008 8:46:32AM org.x.startx[2257] Xquartz: X11.app = /Applications/Utilities/X11.app/Contents/MacOS/X11 05/08/2008 8:46:32AM org.x.startx[2257] Starting X server: /Applications/Utilities/X11.app/Contents/MacOS/X11 --listenonly 05/08/2008 8:46:32AM org.x.privileged_startx[441] font_cache: Updating FC cache 05/08/2008 8:46:34AM org.x.startx[2257] font_cache: Done 05/08/2008 8:46:34AM org.x.privileged_startx[441] font_cache: Done 05/08/2008 8:46:38AM org.x.startx[2257] waiting for X server to begin accepting connections 05/08/2008 8:46:39AM org.x.startx[2257] . 05/08/2008 8:46:46AM org.x.startx[2257] . 05/08/2008 8:46:47AM org.x.startx[2257] . 05/08/2008 8:46:52AM org.x.startx[2257] bootstrap_look_up(): Timed out: Unknown service name 05/08/2008 8:46:54AM org.x.startx[2257] giving up. 05/08/2008 8:46:54AM org.x.startx[2257] xinit: Operation timed out (errno 60): unable to connect to X server 05/08/2008 8:46:54AM org.x.startx[2257] xinit: No such process (errno 3): Server error. 05/08/2008 8:46:54AM org.x.startx[2381] font_cache: Scanning user font directories to generate X11 font caches 05/08/2008 8:46:54AM org.x.startx[2381] font_cache: Updating FC cache 05/08/2008 8:46:54AM org.x.privileged_startx[441] font_cache: Scanning user font directories to generate X11 font caches 05/08/2008 8:46:54AM org.x.startx[2381] xauth: creating new authority file /Users/ralph/.serverauth.2381 05/08/2008 8:46:54AM org.x.startx[2381] Xquartz: X11.app = /Applications/Utilities/X11.app/Contents/MacOS/X11 05/08/2008 8:46:54AM org.x.startx[2381] Starting X server: /Applications/Utilities/X11.app/Contents/MacOS/X11 --listenonly 05/08/2008 8:46:54AM org.x.privileged_startx[441] font_cache: Updating FC cache 05/08/2008 8:46:56AM org.x.startx[2381] font_cache: Done 05/08/2008 8:46:56AM org.x.privileged_startx[441] font_cache: Done 05/08/2008 8:47:00AM org.x.startx[2381] waiting for X server to begin accepting connections 05/08/2008 8:47:01AM org.x.startx[2381] . 05/08/2008 8:47:08AM org.x.startx[2381] . 05/08/2008 8:47:09AM org.x.startx[2381] . 05/08/2008 8:47:14AM org.x.startx[2381] bootstrap_look_up(): Timed out: Unknown service name 05/08/2008 8:47:16AM org.x.startx[2381] giving up. 05/08/2008 8:47:16AM org.x.startx[2381] xinit: Operation timed out (errno 60): unable to connect to X server 05/08/2008 8:47:16AM org.x.startx[2381] xinit: No such process (errno 3): Server error. 05/08/2008 8:47:16AM org.x.startx[2507] font_cache: Scanning user font directories to generate X11 font caches 05/08/2008 8:47:16AM org.x.startx[2507] font_cache: Updating FC cache 05/08/2008 8:47:16AM org.x.privileged_startx[441] font_cache: Scanning user font directories to generate X11 font caches 05/08/2008 8:47:16AM org.x.startx[2507] xauth: creating new authority file /Users/ralph/.serverauth.2507 05/08/2008 8:47:16AM org.x.startx[2507] Xquartz: X11.app = /Applications/Utilities/X11.app/Contents/MacOS/X11 05/08/2008 8:47:16AM org.x.startx[2507] Starting X server: /Applications/Utilities/X11.app/Contents/MacOS/X11 --listenonly 05/08/2008 8:47:16AM org.x.privileged_startx[441] font_cache: Updating FC cache 05/08/2008 8:47:18AM org.x.startx[2507] font_cache: Done 05/08/2008 8:47:18AM org.x.privileged_startx[441] font_cache: Done 05/08/2008 8:47:22AM org.x.startx[2507] waiting for X server to begin accepting connections 05/08/2008 8:47:23AM org.x.startx[2507] . 05/08/2008 8:47:30AM org.x.startx[2507] . 05/08/2008 8:47:31AM org.x.startx[2507] . 05/08/2008 8:47:36AM org.x.startx[2507] bootstrap_look_up(): Timed out: Unknown service name 05/08/2008 8:47:38AM org.x.startx[2507] giving up. 05/08/2008 8:47:38AM org.x.startx[2507] xinit: Operation timed out (errno 60): unable to connect to X server 05/08/2008 8:47:38AM org.x.startx[2507] xinit: No such process (errno 3): Server error. 05/08/2008 8:47:38AM org.x.startx[2634] font_cache: Scanning user font directories to generate X11 font caches 05/08/2008 8:47:38AM org.x.startx[2634] font_cache: Updating FC cache 05/08/2008 8:47:38AM org.x.privileged_startx[441] font_cache: Scanning user font directories to generate X11 font caches 05/08/2008 8:47:38AM org.x.startx[2634] xauth: creating new authority file /Users/ralph/.serverauth.2634 05/08/2008 8:47:38AM org.x.startx[2634] Xquartz: X11.app = /Applications/Utilities/X11.app/Contents/MacOS/X11 05/08/2008 8:47:38AM org.x.startx[2634] Starting X server: /Applications/Utilities/X11.app/Contents/MacOS/X11 --listenonly 05/08/2008 8:47:38AM org.x.privileged_startx[441] font_cache: Updating FC cache 05/08/2008 8:47:40AM org.x.startx[2634] font_cache: Done 05/08/2008 8:47:41AM org.x.privileged_startx[441] font_cache: Done 05/08/2008 8:47:44AM org.x.startx[2634] waiting for X server to begin accepting connections 05/08/2008 8:47:45AM org.x.startx[2634] . 05/08/2008 8:47:52AM org.x.startx[2634] . 05/08/2008 8:47:53AM org.x.startx[2634] . 05/08/2008 8:47:58AM org.x.startx[2634] bootstrap_look_up(): Timed out: Unknown service name 05/08/2008 8:48:00AM org.x.startx[2634] giving up. 05/08/2008 8:48:00AM org.x.startx[2634] xinit: Operation timed out (errno 60): unable to connect to X server 05/08/2008 8:48:00AM org.x.startx[2634] xinit: No such process (errno 3): Server error. 05/08/2008 8:48:01AM org.x.startx[2760] font_cache: Scanning user font directories to generate X11 font caches 05/08/2008 8:48:01AM org.x.startx[2760] font_cache: Updating FC cache 05/08/2008 8:48:01AM org.x.privileged_startx[441] font_cache: Scanning user font directories to generate X11 font caches 05/08/2008 8:48:01AM org.x.startx[2760] xauth: creating new authority file /Users/ralph/.serverauth.2760 05/08/2008 8:48:01AM org.x.startx[2760] Xquartz: X11.app = /Applications/Utilities/X11.app/Contents/MacOS/X11 05/08/2008 8:48:01AM org.x.startx[2760] Starting X server: /Applications/Utilities/X11.app/Contents/MacOS/X11 --listenonly 05/08/2008 8:48:01AM org.x.privileged_startx[441] font_cache: Updating FC cache 05/08/2008 8:48:03AM org.x.startx[2760] font_cache: Done 05/08/2008 8:48:03AM org.x.privileged_startx[441] font_cache: Done 05/08/2008 8:48:07AM org.x.startx[2760] waiting for X server to begin accepting connections 05/08/2008 8:48:08AM org.x.startx[2760] . 05/08/2008 8:48:15AM org.x.startx[2760] . 05/08/2008 8:48:16AM org.x.startx[2760] . 05/08/2008 8:48:21AM org.x.startx[2760] bootstrap_look_up(): Timed out: Unknown service name 05/08/2008 8:48:23AM org.x.startx[2760] giving up. 05/08/2008 8:48:23AM org.x.startx[2760] xinit: Operation timed out (errno 60): unable to connect to X server 05/08/2008 8:48:23AM org.x.startx[2760] xinit: No such process (errno 3): Server error. 05/08/2008 8:48:23AM org.x.startx[2885] font_cache: Scanning user font directories to generate X11 font caches 05/08/2008 8:48:23AM org.x.startx[2885] font_cache: Updating FC cache 05/08/2008 8:48:23AM org.x.privileged_startx[441] font_cache: Scanning user font directories to generate X11 font caches 05/08/2008 8:48:23AM org.x.startx[2885] xauth: creating new authority file /Users/ralph/.serverauth.2885 05/08/2008 8:48:23AM org.x.startx[2885] Xquartz: X11.app = /Applications/Utilities/X11.app/Contents/MacOS/X11 05/08/2008 8:48:23AM org.x.startx[2885] Starting X server: /Applications/Utilities/X11.app/Contents/MacOS/X11 --listenonly 05/08/2008 8:48:23AM org.x.privileged_startx[441] font_cache: Updating FC cache 05/08/2008 8:48:25AM org.x.startx[2885] font_cache: Done 05/08/2008 8:48:25AM org.x.privileged_startx[441] font_cache: Done 05/08/2008 8:48:29AM org.x.startx[2885] waiting for X server to begin accepting connections 05/08/2008 8:48:30AM org.x.startx[2885] . 05/08/2008 8:48:37AM org.x.startx[2885] . 05/08/2008 8:48:38AM org.x.startx[2885] . 05/08/2008 8:48:43AM org.x.startx[2885] bootstrap_look_up(): Timed out: Unknown service name 05/08/2008 8:48:45AM org.x.startx[2885] giving up. 05/08/2008 8:48:45AM org.x.startx[2885] xinit: Operation timed out (errno 60): unable to connect to X server 05/08/2008 8:48:45AM org.x.startx[2885] xinit: No such process (errno 3): Server error. 05/08/2008 8:48:45AM org.x.startx[3009] font_cache: Scanning user font directories to generate X11 font caches 05/08/2008 8:48:45AM org.x.startx[3009] font_cache: Updating FC cache 05/08/2008 8:48:45AM org.x.privileged_startx[441] font_cache: Scanning user font directories to generate X11 font caches 05/08/2008 8:48:45AM org.x.startx[3009] xauth: creating new authority file /Users/ralph/.serverauth.3009 05/08/2008 8:48:45AM org.x.startx[3009] Xquartz: X11.app = /Applications/Utilities/X11.app/Contents/MacOS/X11 05/08/2008 8:48:45AM org.x.startx[3009] Starting X server: /Applications/Utilities/X11.app/Contents/MacOS/X11 --listenonly 05/08/2008 8:48:45AM org.x.privileged_startx[441] font_cache: Updating FC cache 05/08/2008 8:48:47AM org.x.startx[3009] font_cache: Done 05/08/2008 8:48:47AM org.x.privileged_startx[441] font_cache: Done 05/08/2008 8:48:51AM org.x.startx[3009] waiting for X server to begin accepting connections
comment:9 Changed 5 years ago by ralph@…
- Status changed from reopened to closed
- Resolution set to fixed
Ignore last post. It seems the download was corrupted. On redoing the download, X11 now works as expected.
I can confirm that I can now use the wacom tablet to bring windows to front, move them, etc, as promised!
comment:10 Changed 5 years ago by mof.cel@…
- Status changed from closed to reopened
- Resolution fixed deleted
I am having this same issue with X11 not recognizing mouse events from Wacom Tablet. I tried several times downloading the attached X11 executable but it does not launch, returning "Malformed Mach-o file"
comment:11 follow-up: ↓ 12 Changed 5 years ago by jeremyhu@…
- Status changed from reopened to closed
- Resolution set to fixed
Well then just install 2.3.1_rc1 which has the fix.
comment:12 in reply to: ↑ 11 Changed 5 years ago by mof.cel@…
Ok thanks! I wasn't aware of 2.3.1_rc1.
