926 reputation
412
bio website blogs.oracle.com/alanc
location California
age 39
visits member for 2 years, 9 months
seen 54 mins ago
stats profile views 41

Software engineer at Sun Oracle working on the X Window System for Solaris, OpenSolaris, and Linux. Active member of the X.Org community.


Dec
16
answered Can't register or update Solaris 11 Express
Dec
16
comment Missing Xutf8LookupString call in Solaris 10
Yes, Solaris 11 is building on the sources from OpenSolaris and has the X11R7 versions of the X libraries which include this function, not the older X11R6.6 ones that were found in Solaris 10.
Dec
15
answered Missing Xutf8LookupString call in Solaris 10
Dec
15
comment What is Wayland?
Mac OS X didn't abandon X, as it was never there to begin with - they actually added it in later releases, but also as an option on top of their core display system for displaying X applications. Their core display system is Quartz - see en.wikipedia.org/wiki/Quartz_%28graphics_layer%29 and for a comparison to X at the time developers.slashdot.org/comments.pl?sid=75257&cid=6734612 .
Dec
13
answered What is Wayland?
Dec
10
comment [LFS] What is the most compatible tiny X server?
XFree86 hasn't been updated in a long time, and doesn't support most recent hardware.
Nov
28
comment What is the difference between X and XFree?
Before X.Org the reference implemenation came from The Open Group, and before that the X Consortium. They provided X servers for a variety of Unix platforms and workstation vendors, including in some versions the XFree86 server for BSD & Linux distros.
Nov
27
comment Xorg Server Failing to Startup
The "vesa" and "fbdev" modules listed are Xorg server modules, not kernel modules. They are .so files found in /usr/lib/xorg/modules/drivers and are the fallbacks Xorg automatically tries if the specific driver module for your screen can't be loaded.
Nov
23
answered Disable Composite without restarting X
Nov
21
answered Xorg partially working for a font error
Nov
16
comment What is the difference between X and XFree?
XFree86 was never the reference implementation, just the one that virtually all Linux & BSD distros shipped since it had far more drivers for x86 systems than the MIT/X Consortium/Open Group sample implementation.
Nov
11
comment Multi-monitor Xorg nVidia on Ubuntu 10.10 without root?
Configure TwinView in the nvidia-settings gui as normal, then choose the last item in the left column, nvidia-settings Configuration, and on that tab click the Save Current Configuration button to create ~/.nvidia-settings-rc
Nov
10
answered Multi-monitor Xorg nVidia on Ubuntu 10.10 without root?
Nov
3
comment Getting the number and names of windows in Xvfb
Well, I did when I modified xwininfo to use xcb, but that was as much to serve as an xcb example & test code as for the actual benefits. blogs.sun.com/alanc/entry/porting_xwininfo_to_xcb has a much longer explanation than I can provide here.
Nov
3
comment Getting the number and names of windows in Xvfb
You could call XQueryTree yourself, as the older versions of xwininfo do, or the xcb equivalents as the new versions do.
Nov
3
answered Getting the number and names of windows in Xvfb
Oct
20
answered How to install xfontsel on Fedora 13? Any alternative?
Oct
10
answered Using many monitors (4+) in linux
Oct
1
answered Where do X error messages go?
Oct
1
answered Sharing an X server (session) across computers