Re: Dispatching and scheduling--basic questions

2008-09-16 Thread Alan Coopersmith
simulate thread-per-GPU X, with the penalty of all that overhead communicating between the master slave servers.) -- -Alan Coopersmith- [EMAIL PROTECTED] Sun Microsystems, Inc. - X Window System Engineering ___ xorg mailing

[ANNOUNCE] libpciaccess 0.10.4

2008-10-17 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alan Coopersmith: Fix various typos (mostly in comments) Correct comment about devices used on Solaris scanpci: add -v flag to enable verbose mode like old scanpci Correct Sun license notice Fix bus probing on Solaris

Re: modular: Changes to 'master'

2008-10-21 Thread Alan Coopersmith
to suggest that the driver will no longer be allowed to be hosted on freedesktop.org's git, ftp or http servers, just that it, like many other modules X.Org hosts and maintains, is no longer in one of our build/test scripts for developers. -- -Alan Coopersmith- [EMAIL PROTECTED

Re: [PATCH] RFC: Add XF86XK_Suspend and XF86XK_Hibernate keysym defs.

2008-10-27 Thread Alan Coopersmith
*/ #define XF86XK_Switch_VT_1 0x1008FE01 -- -Alan Coopersmith- [EMAIL PROTECTED] Sun Microsystems, Inc. - X Window System Engineering ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo

Re: Rotating X Fonts?

2008-10-28 Thread Alan Coopersmith
fields between the dashes. A PDF version is posted at http://www.xfree86.org/current/xlfd.pdf - the section you are looking for is Matrix Transformations, starting on the page numbered 24 (page 26 of the PDF). -- -Alan Coopersmith- [EMAIL PROTECTED] Sun Microsystems, Inc

Re: LBX? or faster remote X?

2008-11-04 Thread Alan Coopersmith
it by default). Out of date docs - the LBX extension was removed from Xorg-server 1.2 (X11R7.2) and later. Any alternatives? Keith Jim's 2003 Usenix paper suggests ssh with compression beats LBX in most cases: http://keithp.com/~keithp/talks/usenix2003/ -- -Alan Coopersmith

Re: how to set CFLAGS variable for compiling Xorg

2008-11-05 Thread Alan Coopersmith
compiler. -- -Alan Coopersmith- [EMAIL PROTECTED] Sun Microsystems, Inc. - X Window System Engineering ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: XEvIE

2008-11-05 Thread Alan Coopersmith
the accessibility programs like GOK should be using instead? -- -Alan Coopersmith- [EMAIL PROTECTED] Sun Microsystems, Inc. - X Window System Engineering ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org

Re: [ANNOUNCE] libXaw 1.0.5

2008-11-07 Thread Alan Coopersmith
, xbiff, listres, possibly others, fail to build now. Why would they fail to build? Shouldn't the released versions have configure scripts with the xaw.m4 already included? Or do you mean they fail if you try to regenerate their configure scripts? -- -Alan Coopersmith- [EMAIL

Re: Moving xkbcomp into the server

2008-11-17 Thread Alan Coopersmith
by users of both libX11 libxcb, and the Xserver itself. -- -Alan Coopersmith- [EMAIL PROTECTED] Sun Microsystems, Inc. - X Window System Engineering ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org

[PATCH] Always use server-display.xkm for xkbcomp output files

2008-11-19 Thread Alan Coopersmith
. (Of course, the oft-mentioned change of not forking xkbcomp to compile to xkm would also solve this, but this is a much simpler short-term fix.) Does this look good to everyone? Anyone know of a reason it would not be a good idea? -- -Alan Coopersmith- [EMAIL PROTECTED

Re: Xorg 1.5.1 SEGV on Solaris 10

2008-11-20 Thread Alan Coopersmith
Adam Jackson wrote: On Thu, 2008-11-20 at 07:45 -0800, Alan Coopersmith wrote: 3c03d9f1efbbacec6e8be58da99bf0977a8e0fec From: Adam Jackson [EMAIL PROTECTED] Date: Mon, 18 Aug 2008 14:37:42 -0400 Subject: [PATCH] Remove sparcPci.c Has this patch actually been tested on sparc Solaris? I'm

Re: Possible bitrot detected while compiling full xorg tree

2008-11-25 Thread Alan Coopersmith
, xf86-video-openchrome, doesn't live in X.Org's git repos, so needs to be grabbed built on it's own.) -- -Alan Coopersmith- [EMAIL PROTECTED] Sun Microsystems, Inc. - X Window System Engineering ___ xorg mailing list xorg

Re: X input module binary compatibility across xorg 1.3, 1.4, or 1.5?

2008-12-01 Thread Alan Coopersmith
with pointers to the functions for the correct ABI.It would be a lot of work... -- -Alan Coopersmith- [EMAIL PROTECTED] Sun Microsystems, Inc. - X Window System Engineering ___ xorg mailing list xorg@lists.freedesktop.org http

Re: Keysyms: HomePage vs WWW

2008-12-01 Thread Alan Coopersmith
Sergey Udaltsov wrote: Of course, this is only for kbd driver (which is nearly deprecated these days, isn't it?;) Except on non-Linux systems, where kbd is still used since evdev can't be. -- -Alan Coopersmith- [EMAIL PROTECTED] Sun Microsystems, Inc. - X Window

Re: Draft: License policy for contributors

2008-12-02 Thread Alan Coopersmith
the preferred standard license notice was. -- -Alan Coopersmith- [EMAIL PROTECTED] Sun Microsystems, Inc. - X Window System Engineering ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: [PATCH] xfree86: Only use the evdev ruleset on linux.

2008-12-04 Thread Alan Coopersmith
xf86Info.useDefaultFontPath = TRUE; -- -Alan Coopersmith- [EMAIL PROTECTED] Sun Microsystems, Inc. - X Window System Engineering ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman

Re: X Server: abused or buggy?

2008-12-09 Thread Alan Coopersmith
fragmented your heap is. X does nothing special beyond free() on the memory. -- -Alan Coopersmith- [EMAIL PROTECTED] Sun Microsystems, Inc. - X Window System Engineering ___ xorg mailing list xorg@lists.freedesktop.org http

Re: X Server: abused or buggy?

2008-12-10 Thread Alan Coopersmith
for. (I know on Solaris there's a slab allocator version of malloc available in libumem, I don't know about libraries for other platforms though, or if Xorg would have to write it's own.) -- -Alan Coopersmith- [EMAIL PROTECTED] Sun Microsystems, Inc. - X Window System

[ANNOUNCE] mkfontscale 1.0.6

2008-12-18 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alan Coopersmith (6): Add support for bzip2 compressed fonts if configured --with-bzip2 Use XORG_CWARNFLAGS XORG_CHANGELOG from xorg-macros 1.2 Add basic README with URL's of git, bugzilla mailing list Add hooks for checking

Re: xscope compilation error

2009-01-05 Thread Alan Coopersmith
to do what I want I'm just reporting this without a patch, sorry. Does the sys/param.h patch added for cygwin fix this for you? http://cgit.freedesktop.org/xorg/app/xscope/commit/?id=eb05316a471da962eefe82c9b9a16a7590653ba7 -- -Alan Coopersmith- alan.coopersm...@sun.com

[ANNOUNCE] xf86-input-mouse 1.4.0

2009-01-09 Thread Alan Coopersmith
-evdev Linux) will need this version of the mouse driver to run with Xorg 1.6. Adam Jackson (1): Remove useless call to xf86AddModuleInfo Alan Coopersmith (18): Merge some hardware support information from README.mouse into man page Fix sun_mouse.c build on Solaris Rename

Re: [ANNOUNCE] xf86-input-mouse 1.4.0

2009-01-10 Thread Alan Coopersmith
Rémi Cardona wrote: Le 10/01/2009 05:45, Alan Coopersmith a écrit : The big change in 1.4.0 is the move of the OS-specific mouse handling code from the Xorg server to the mouse driver. This code was removed from the Xorg server in the Xorg 1.6 development cycle, so users of non-evdev systems

Re: [ANNOUNCE] xf86-input-mouse 1.4.0

2009-01-10 Thread Alan Coopersmith
Beso wrote: 2009/1/10 Alan Coopersmith alan.coopersm...@sun.com: Rémi Cardona wrote: Le 10/01/2009 05:45, Alan Coopersmith a écrit : The big change in 1.4.0 is the move of the OS-specific mouse handling code from the Xorg server to the mouse driver. This code was removed from the Xorg

Re: [ANNOUNCE] xf86-input-mouse 1.4.0

2009-01-10 Thread Alan Coopersmith
code from the xf86-input-evdev module to add new Xi features like input properties to xf86-input-kbd and xf86-input-mouse at some point (though if someone else is interested enough to beat me to it, please go ahead! My to-do list is always far longer than I can ever get to.) -- -Alan

[ANNOUNCE] xtrans 1.2.3

2009-01-11 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alan Coopersmith (4): 18748: xtrans.m4 causes configure --help to list --enable-ipv6 in wrong case. Switch ChangeLog generation to use XORG_CHANGELOG from xorg-macros 1.2 Add bugzilla, mailing list git repo pointers to README

Re: [PATCH] xkb: Set sane build time XKB defaults

2009-01-11 Thread Alan Coopersmith
], +[ XKB_MODEL=pc104 ]) Shouldn't the default model be pc105? (Won't hurt the US kbd users, but the rest of the world would probably appreciate their extra key working by default.) -- -Alan Coopersmith- alan.coopersm...@sun.com Sun Microsystems, Inc. - X

Re: [PATCH] xkb: Set sane build time XKB defaults

2009-01-12 Thread Alan Coopersmith
Daniel Stone wrote: Or maybe even something like this, rather ... From a test build, looks like you also need to do a s/__XKBDEFRULES__/XKB_DFLT_RULES/ in hw/xnest/Keyboard.c -- -Alan Coopersmith- alan.coopersm...@sun.com Sun Microsystems, Inc. - X Window System

Re: [PATCH] xkb: Set sane build time XKB defaults

2009-01-14 Thread Alan Coopersmith
present, haven't checked any other drivers. -- -Alan Coopersmith- alan.coopersm...@sun.com Sun Microsystems, Inc. - X Window System Engineering From aabfda4518579f5782605ed0e47853fbe919848b Mon Sep 17 00:00:00 2001 From: Alan Coopersmith alan.coopersm...@sun.com Date: Mon, 12

Re: [ANNOUNCE] xf86-input-mouse 1.4.0

2009-01-14 Thread Alan Coopersmith
Daniel Stone wrote: On Sat, Jan 10, 2009 at 10:28:35AM -0800, Alan Coopersmith wrote: I don't know if our kernel guys will be doing that (it would have to be a reimplementation instead of a port of the kernel driver due to the license issues).When I discussed porting the xf86-input-evdev

Re: Current tinderbox regression (xserver)

2009-01-20 Thread Alan Coopersmith
Ian Romanick wrote: With that fixed, I hit the following failure: kbd.c:148: error: ‘__XKBDEFRULES__’ undeclared here (not in a function) That's from the XKB --configure/define patch Daniel just pushed, as I warned last week. I'll push a kbd driver fix for that in a few. -- -Alan

Re: Compile error building xf86-input-keyboard from current git

2009-01-21 Thread Alan Coopersmith
__XKBDEFRULES__ #endif -- -Alan Coopersmith- alan.coopersm...@sun.com Sun Microsystems, Inc. - X Window System Engineering ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Compile error building xf86-input-keyboard from current git

2009-01-22 Thread Alan Coopersmith
the folks at linux.conf.au, so things may be a bit off until they wake up again. -- -Alan Coopersmith- alan.coopersm...@sun.com Sun Microsystems, Inc. - X Window System Engineering ___ xorg mailing list xorg

Driver updates/releases needed for Xorg 1.6 release

2009-01-27 Thread Alan Coopersmith
: warning: `miPointerCurrentScreen' is deprecated - Also has above described `InitValuatorClassDeviceStruct' error Fixed in git master: 033361925bf0f425.. don't use deprecated calls for newer XInput ABIS. -- -Alan Coopersmith- alan.coopersm...@sun.com Sun

Re: libXrender - documentation?

2009-01-28 Thread Alan Coopersmith
for the Xsun server only support render on some graphics cards, and some require patches from SunSolve and/or adding +xrender to the Xsun command line options to enable it. -- -Alan Coopersmith- alan.coopersm...@sun.com Sun Microsystems, Inc. - X Window System Engineering

commit mails for xf86-video-mach64 -rage128 still say -ati

2009-01-30 Thread Alan Coopersmith
I was confused tonight to get three commit messages for pushes from me to -ati, until I realized two were for -mach64 -rage128, just have the wrong mail subject - one of our local git gurus want to fix the hooks? -alan- Alan Coopersmith wrote: README | 20 1

Re: Fedora 10, Xorg 7.4 and US15W - Poulsbo - please help - I'm stuck

2009-01-30 Thread Alan Coopersmith
on their hardware or not. -- -Alan Coopersmith- alan.coopersm...@sun.com Sun Microsystems, Inc. - X Window System Engineering ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

[PATCH] Constify atom name strings

2009-02-02 Thread Alan Coopersmith
Changes MakeAtom to take a const char * and NameForAtom to return them, since many callers pass pointers to constant strings stored in read-only ELF sections. Updates in-tree callers as necessary to clear const mismatch warnings introduced by this change. Signed-off-by: Alan Coopersmith

Re: xorg/app/xhost: [PATCH] Remove support for old kerberos5 api.

2009-02-04 Thread Alan Coopersmith
the work.) -- -Alan Coopersmith- alan.coopersm...@sun.com Sun Microsystems, Inc. - X Window System Engineering ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

[PATCH] Print Composite extension version for -ext Composite

2009-02-04 Thread Alan Coopersmith
The only other information I could see to query in the Composite 0.4 protocol spec is the Composite Overlay Window XID, but the request to get that ID has the side effect of mapping the overlay window, and xdpyinfo shouldn't have side effects like that. Signed-off-by: Alan Coopersmith

Re: GIT Noise

2009-02-05 Thread Alan Coopersmith
. -- -Alan Coopersmith- alan.coopersm...@sun.com Sun Microsystems, Inc. - X Window System Engineering ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Patch noise [Was: GIT Noise]

2009-02-06 Thread Alan Coopersmith
not submit patches to the maintainer for the sub-project anymore?.. Most don't have dedicated maintainers or are maintained by the developer community as a group. -- -Alan Coopersmith- alan.coopersm...@sun.com Sun Microsystems, Inc. - X Window System Engineering

Re: [PATCH] xdpyinfo: Print Composite extension version for -ext Composite

2009-02-06 Thread Alan Coopersmith
Alan Coopersmith wrote: The only other information I could see to query in the Composite 0.4 protocol spec is the Composite Overlay Window XID, but the request to get that ID has the side effect of mapping the overlay window, and xdpyinfo shouldn't have side effects like that. I've gone ahead

Re: Janitor/RFC: Xorg packages

2009-02-06 Thread Alan Coopersmith
become a fan of the DRY (Don't Repeat Yourself) programming mantra - every extra copy of code is an opportunity to get out of sync and need to spend more time maintaining it later. -- -Alan Coopersmith- alan.coopersm...@sun.com Sun Microsystems, Inc. - X Window System

Re: [PATCH] libXfont: Avoid sending uninitialized padding data over the network

2009-02-06 Thread Alan Coopersmith
Peter Åstrand wrote: When libXfont is talking to a font server, it doesn't initialize padding bytes. Thanks - patch applied to git master. -- -Alan Coopersmith- alan.coopersm...@sun.com Sun Microsystems, Inc. - X Window System Engineering

Re: Current tinderbox regression (libtrans)

2009-02-09 Thread Alan Coopersmith
in Xtranslocal.c which is included before Xtranssock.c). -Alan Coopersmith- alan.coopersm...@sun.com Sun Microsystems, Inc. - X Window System Engineering Chris Ball wrote: http://tinderbox.x.org/builds/2009-02-07-0001/logs/libICE/#build In file included from /home/cjb/xorg

Re: Where is xkeyboard-config in the X tree

2009-02-17 Thread Alan Coopersmith
Alex Bennee wrote: Searching the source tree I can't find an xkeyboard-config module. Which module is it part of? http://www.freedesktop.org/wiki/Software/XKeyboardConfig -- -Alan Coopersmith- alan.coopersm...@sun.com Sun Microsystems, Inc. - X Window System

Re: Help please, with compile drm

2009-02-17 Thread Alan Coopersmith
was told I should use gmake to do this, but still it doesn't seem clear enough for me to do anything ahead. Suggestions appreciated! I could be wrong, but I don't think drm has solaris support. Just linux and the bsds. I could be wrong, and hopefully Alan Coopersmith will jump in to clarify

Re: Severe memory leaks make X.org unuseable

2009-02-19 Thread Alan Coopersmith
believable. The idea that anyone uses PEX is rather implausible. Even with Solaris's deep commitment to backwards compatibility, we dropped PEX in Solaris 7 in 1998. -- -Alan Coopersmith- alan.coopersm...@sun.com Sun Microsystems, Inc. - X Window System Engineering

Re: libX11-6.2.1 and pkg-config 0.23

2009-02-19 Thread Alan Coopersmith
://xorg.freedesktop.org/releases/individual/lib/ Most of them got version numbers starting at 1.0 when X11R7 split them into individual releases instead of just being released as part of the X11R6 monolithic release. -- -Alan Coopersmith- alan.coopersm...@sun.com Sun

Re: Severe memory leaks make X.org unuseable

2009-02-19 Thread Alan Coopersmith
organization was formed and our development tree was forked from their 4.4rc2 release? http://www.xfree86.org/4.2.0/RELNOTES2.html#5 -- -Alan Coopersmith- alan.coopersm...@sun.com Sun Microsystems, Inc. - X Window System Engineering

Re: Building Xorg/xserver from git

2009-02-23 Thread Alan Coopersmith
(--enable-dri2,etc) to be passed to the /xserver directory? Set the CONFFLAGS environment variable to include flags that are passed to all configure scripts (unknown flags to other modules should be harmless). See the top of the build.sh script for details. -- -Alan Coopersmith

Re: XVideo support in xf86-video-nv / G90

2009-02-24 Thread Alan Coopersmith
profit in paying them to do again in the open one.Companies usually are more interested in their bottom lines than in crushing the dreams of open source users. -- -Alan Coopersmith- alan.coopersm...@sun.com Sun Microsystems, Inc. - X Window System Engineering

Re: Bug# 1382

2009-03-16 Thread Alan Coopersmith
files - RPM's and other package formats are put together by others.) -- -Alan Coopersmith- alan.coopersm...@sun.com Sun Microsystems, Inc. - X Window System Engineering ___ xorg mailing list xorg@lists.freedesktop.org http

Re: Xlib - reporting X errors [+patches]

2009-03-16 Thread Alan Coopersmith
that it already has - it might help avoid things like the abomination that is the gtk error handler, which swallows up useful information like which extension the error was hit in, just so it can print a longer and more useless error message than the Xlib default one. -Alan Coopersmith

Re: clarification requested: apparent termination of xrx project due to deletion of lbx from xorg

2009-03-17 Thread Alan Coopersmith
trees and releases, even if they're not a core part of the X Window System releases any more. -- -Alan Coopersmith- alan.coopersm...@sun.com Sun Microsystems, Inc. - X Window System Engineering ___ xorg mailing list xorg

Re: How to restrict X server to localhost ?

2009-03-18 Thread Alan Coopersmith
, as there is no existing code to allow the configuration of specific interfaces for X. (There probably should be, but since almost all OS'es today include some sort of firewall/IP filtering technology, it's not likely to be high priority on anyone's todo list.) -- -Alan Coopersmith

Re: [PATCH] XKB: cache xkbcomp output for fast start-up v3 for 1.6.0

2009-04-03 Thread Alan Coopersmith
@@ unsigned missing; DebugF(Loaded XKB keymap %s, defined=0x%x\n,fileName,(*xkbRtrn)-defined); } fclose(file); -(void) unlink (fileName); return (need|want)(~missing); } -- -Alan Coopersmith- alan.coopersm...@sun.com Sun Microsystems, Inc

Re: Documentation?

2009-04-07 Thread Alan Coopersmith
a list of directory names. -- -Alan Coopersmith- alan.coopersm...@sun.com Sun Microsystems, Inc. - X Window System Engineering ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

[ANNOUNCE] libX11 1.2.1

2009-04-07 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alan Coopersmith (21): flags member of Display structure needs to be marked volatile Incorporate char range comments from Solaris version of ksc5601.h Incorporate more locale names/aliases from Solaris libX11 Add --with-locale

Re: Documentation?

2009-04-08 Thread Alan Coopersmith
the balance.) Are there any systems in which you can write a million colors to a PsuedoColor colormap? I've not often seen PseudoColor supporting more than 8-bit/256 colors in the real world. -- -Alan Coopersmith- alan.coopersm...@sun.com Sun Microsystems, Inc. - X

Re: Documentation?

2009-04-08 Thread Alan Coopersmith
such patches with anyone who wants to write them, and freedesktop.org always needs more admins to keep up with the load of site work to do. -- -Alan Coopersmith- alan.coopersm...@sun.com Sun Microsystems, Inc. - X Window System Engineering

Re: SHA1 implementations

2009-04-08 Thread Alan Coopersmith
? -- -Alan Coopersmith- alan.coopersm...@sun.com Sun Microsystems, Inc. - X Window System Engineering ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

luit forked?

2009-04-09 Thread Alan Coopersmith
://cgit.freedesktop.org/xorg/app/luit Is there any reason we should have two forks of this? Which one do most distros ship? -- -Alan Coopersmith- alan.coopersm...@sun.com Sun Microsystems, Inc. - X Window System Engineering

Re: [xserver] building xserver with glx but without DRI/DRM

2009-04-14 Thread Alan Coopersmith
will work on those without the kernel side. I haven't checked personally though. -- -Alan Coopersmith- alan.coopersm...@sun.com Sun Microsystems, Inc. - X Window System Engineering ___ xorg mailing list xorg@lists.freedesktop.org

Re: A question about the default mode in xserver

2009-04-22 Thread Alan Coopersmith
have to go back to the XFree86 CVS to see who actually created those files. -- -Alan Coopersmith- alan.coopersm...@sun.com Sun Microsystems, Inc. - X Window System Engineering ___ xorg mailing list xorg@lists.freedesktop.org

Re: disabling MIT-SHM on older Xorg-X11 servers

2009-04-23 Thread Alan Coopersmith
it with the version of X I am using? I tried adding Section Extensions Option MIT-SHM disable EndSection to my xorg.conf but X didn't like that and through an error at start up. Any ideas? Rebuild the server? The Extensions section was added in X11R6.8. -- -Alan

[ANNOUNCE] libpciaccess 0.10.6

2009-04-24 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alan Coopersmith (12): Fill in byte swapping routines for big-endian Solaris machines Don't open/gzopen pci.ids if we're not going to read it Add AC_SYS_LARGEFILE to configure.ac Solaris: Use bus-range properties to limit

Re: Old System, New Install Isuue

2009-04-28 Thread Alan Coopersmith
James Butler wrote: Is it possible to run X without an attached monitor, mouse or keyboard? Yes - Xvfb or Xvnc are the easiest ways. Xorg using the dummy video driver and void input driver is also a possibility. -- -Alan Coopersmith- alan.coopersm...@sun.com Sun

Re: Old System, New Install Isuue

2009-04-28 Thread Alan Coopersmith
James Butler wrote: Alan Coopersmith wrote: James Butler wrote: Is it possible to run X without an attached monitor, mouse or keyboard? Yes - Xvfb or Xvnc are the easiest ways. Xorg using the dummy video driver and void input driver is also a possibility. Thank you! Xfb sounds like

[ANNOUNCE] xf86-input-citron 2.2.2

2009-04-28 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alan Coopersmith (4): Remove xorgconfig xorgcfg from See Also list in man page Add README with pointers to mailing list, bugzilla git repos Delete duplicate EXTRA_DIST line from Makefile Version 2.2.2 Paulo Cesar Pereira de

[ANNOUNCE] xf86-video-mach64 6.8.1

2009-04-29 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Aaron Plattner (1): Make sure the screen is a mach64 screen before doing anything in ATIMach64XVInitialiseAdaptor. Adam Jackson (1): Don't print the resource list on failure. Alan Coopersmith (3): Add README with pointers

Re: Detecting the used keyboard driver

2009-05-04 Thread Alan Coopersmith
for compatibility? evdev does not suceed or replace XKB - they're two different levels of the stack. evdev replaces xf86-input-kbd on Linux systems - both of those drivers report up to the core Xorg server which uses XKB. -- -Alan Coopersmith- alan.coopersm...@sun.com Sun

[ANNOUNCE] xf86-video-cirrus 1.3.0

2009-05-07 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This release adds support for building against Xorg 1.6, but drops support for building against Xorg 1.3 and older. Alan Coopersmith (7): Remove xorgconfig xorgcfg from See Also list in man page Add README with pointers to mailing list

Re: Xorg support to import options for non-Input sections?

2009-05-12 Thread Alan Coopersmith
systems? HAL is OS-agnostic, udev seems very Linux specific. -- -Alan Coopersmith- alan.coopersm...@sun.com Sun Microsystems, Inc. - X Window System Engineering ___ xorg mailing list xorg@lists.freedesktop.org http

Re: Xorg support to import options for non-Input sections?

2009-05-13 Thread Alan Coopersmith
Harald Braumann wrote: On Tue, 12 May 2009 14:41:48 -0700 Alan Coopersmith alan.coopersm...@sun.com wrote: And for non-Linux systems? HAL is OS-agnostic, udev seems very Linux specific. From http://cgit.freedesktop.org/hal/tree/NEWS: ---8

Re: How to make xorg prefer nvidia over nv driver in a xorg.conf less configuration?

2009-05-14 Thread Alan Coopersmith
driver packaging to have those packages install a config script to prefer itself.) -- -Alan Coopersmith- alan.coopersm...@sun.com Sun Microsystems, Inc. - X Window System Engineering ___ xorg mailing list xorg

Re: New APL keyboard maps

2009-05-14 Thread Alan Coopersmith
://www.freedesktop.org/wiki/Software/XKeyboardConfig/Development Their main web page is at: http://www.freedesktop.org/wiki/Software/XKeyboardConfig -- -Alan Coopersmith- alan.coopersm...@sun.com Sun Microsystems, Inc. - X Window System Engineering

Re: Building Xorg on Solaris 8

2009-05-18 Thread Alan Coopersmith
/programs/Xserver/hw/xfree86/common/xf86Events.c and just deleting the closefrom() call. If you do crash and call pstack to print the stack trace to the log, you'll pass all of Xorg's open file descriptors to pstack, but that probably won't hurt it. -- -Alan Coopersmith

Re: Building Xorg on Solaris 8

2009-05-20 Thread Alan Coopersmith
Sorry, I don't remember any known segfaults in mkfontscale, and the hundreds of thousands of lines of code involved through mkfontscale, libXfont, and libfreetype make it infeasible to guess where an unknown bug may lie without any information. -Alan Coopersmith- alan.coopersm

Re: patch XACE

2009-05-21 Thread Alan Coopersmith
find it. XACE has been integrated to the Xorg server since Xorg 1.2 - no patch is necessary nor maintained. -- -Alan Coopersmith- alan.coopersm...@sun.com Sun Microsystems, Inc. - X Window System Engineering ___ xorg mailing

Re: RandR support for Xvfb

2009-05-27 Thread Alan Coopersmith
the man page did not give me much hope, but I'm not sure if I'm missing something (e.g., Xorg -showopts just segfaults on my machine). Unfortunately, choosing which modules to load is restricted to root, since Xorg is setuid root, so a admin would have to set it up for them. -- -Alan

Re: upcoming xi2 and current XTest implementation

2009-05-28 Thread Alan Coopersmith
modularizing, though have cleaned up some since, and need to do more still. (xextproto is of course all historical, since it's a grouping of the extensions historically covered by libXext instead of per-extension libraries.) -- -Alan Coopersmith- alan.coopersm...@sun.com

Re: buttonmapping option

2009-06-03 Thread Alan Coopersmith
. That documentation, where it exists, would be in the xorg.conf man page for general format, and the driver-specific man pages, such as evdev and mouse_drv, for device-specific options. -- -Alan Coopersmith- alan.coopersm...@sun.com Sun Microsystems, Inc. - X Window System Engineering

Re: X.org release engineering?

2009-06-09 Thread Alan Coopersmith
bugs we know of and have failed to release patches for. Point releases, we only really did one in the monolithic days, 6.8.1, since they were so much harder to do then, and while we don't always do them now, I think we've done more than one since. -- -Alan Coopersmith

Re: xfs problem on Ubuntu/Intrepid

2009-06-09 Thread Alan Coopersmith
and most modern applications have moved to the client-side font system of Render/Xft, so never load those via the xserver anyway. -- -Alan Coopersmith- alan.coopersm...@sun.com Sun Microsystems, Inc. - X Window System Engineering

Re: Xvfb - how to enable extensions (doesn't seem to be working right) XFree86-VidModeExtension

2009-06-09 Thread Alan Coopersmith
/xf86VidMode.c not up in one of the common layers shared with Xvfb other servers) - so you'd have to modify the Xvfb code to add support for that extension, but since Xvfb doesn't connect to any monitors, the VidModeExtension seems pretty useless. -- -Alan Coopersmith- alan.coopersm

Re: X.org release engineering?

2009-06-09 Thread Alan Coopersmith
Joerg Sonnenberger wrote: On Tue, Jun 09, 2009 at 07:05:47AM -0700, Alan Coopersmith wrote: Joerg Sonnenberger wrote: On Mon, Jun 08, 2009 at 04:20:00PM -0400, Adam Jackson wrote: Security is handled out of band like any other project. We'll release patches for at least the most recent

Re: Xvfb - how to enable extensions (doesn't seem to be working right) XFree86-VidModeExtension

2009-06-10 Thread Alan Coopersmith
- you don't need any extension to get them. If it needs to know more than that what do you expect Xvfb to report? Would a screen refresh rate of 0Hz make the application happy even if it is technically correct? -- -Alan Coopersmith- alan.coopersm...@sun.com Sun

Re: buttonmapping option

2009-06-10 Thread Alan Coopersmith
of physical buttons that are obscured by ZAxisMapping. Default: 1 2 3 8 9 10 -- -Alan Coopersmith- alan.coopersm...@sun.com Sun Microsystems, Inc. - X Window System Engineering

Re: Keystroke flow in X.org

2009-06-12 Thread Alan Coopersmith
by anyone with an account. -- -Alan Coopersmith- alan.coopersm...@sun.com Sun Microsystems, Inc. - X Window System Engineering ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Xorg missing includes

2009-06-14 Thread Alan Coopersmith
to gettimeofday on some platforms. (The SysV vs. BSD wars may be long done, but their casualties remain.) -- -Alan Coopersmith- alan.coopersm...@sun.com Sun Microsystems, Inc. - X Window System Engineering ___ xorg mailing list

[ANNOUNCE] util-macros 1.2.2

2009-06-18 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alan Coopersmith (1): Version bump: 1.2.2 Dan (1): Fix incorrect warning message in XORG_MACROS_VERSION Dan Nicholson (3): Fix comment in XORG_MACROS_VERSION on usage Restore part of the XORG_MACROS_VERSION comment Use

[ANNOUNCE] xfs 1.1.0

2009-06-18 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ademar de Souza Reis Jr (1): Bug #11567: Fix handling of invalid, non-path FPE Alan Coopersmith (37): Use configure to determine font path to put into xfs config file Use cpp instead of sed for processing man page sample config

[Announce] X Developers' Conference 2009 (September 28-30)

2009-06-23 Thread Alan Coopersmith
A reminder that this year's X Developer's Conference is now just 3 months away, but the wiki pages for attendees and talks are still bare. If you're planning on attending, please add yourself to the attendees wiki. If you've got something to talk about, please add it to the program wiki page.

Re: X.Org crash when trying to use XWarpPointer

2009-06-24 Thread Alan Coopersmith
a defined Window. The Window arguments are the ones you've failed to initialize - father and child in your code. -- -Alan Coopersmith- alan.coopersm...@sun.com Sun Microsystems, Inc. - X Window System Engineering ___ xorg mailing

Re: pixman_region_copy problem

2009-07-08 Thread Alan Coopersmith
vehemens wrote: Anbody else seeing this pixman problem? Assertion failed: (PREFIX(_selfcheck) (src)), function pixman_region_copy, file pixman-region.c, line 373. Looks like some people are: http://bugs.freedesktop.org/show_bug.cgi?id=22642 -- -Alan Coopersmith

Re: [PATCH] xdm compile failed due to asprintf()

2009-07-20 Thread Alan Coopersmith
Thanks - pushed to git master. Sorry about the typo. (Can tell I never build without IPv6 support - was actually wondering when working on that code last week if it was time yet to delete the ifdefs to make IPv6 always be built in.) -Alan Coopersmith- alan.coopersm

[ANNOUNCE] xtrans 1.2.4

2009-07-31 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alan Coopersmith (6): Fix libICE build after code motion in d192bac409... Constify string argument to is_numeric Constify path argument to trans_mkdir() xfs segfaults in _FontTransSocketReopen when cloning itself Fix

[ANNOUNCE] xmag 1.0.3

2009-08-03 Thread Alan Coopersmith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alan Coopersmith (1): Version bump: 1.0.3 Jeremy Huddleston (1): Build fix for file systems that are not case sensitive Julien Cristau (2): allow build outside of source tree xaw8 is gone, use xaw7 Paulo Cesar Pereira de

  1   2   3   4   5   6   7   8   >