Re: [gentoo-alpha] Need X testers on Alpha. I think we've got it this time.

2009-10-08 Thread Karl Goetz
On Thu, 08 Oct 2009 09:59:11 -0400 Jarod Wilson wrote: Leaving all the CCs in place, sorry to those who don't need this info. > On 10/8/09 9:56 AM, Matt Turner wrote: > > On Thu, Oct 8, 2009 at 8:49 AM, Geoff > > Martin wrote: > >> I have a 164LX with a Matrox Millennium II and a "just >

keyboard problem under X with a different kernel

2009-10-08 Thread Frédéric L . W . Meunier
I posted at http://marc.info/?l=linux-kernel&m=125494753228217&w=2 , but no answer. My keyboard (ABNT2 PS/2) seems to be broken under X with 2.6.31.2. After less than an hour, it starts acting crazy. The first time, all leds turned off and I couldn't type anything. The second time, all leds a

[PATCH app/xinput] Clean up --version, don't require a DISPLAY and display the server version too.

2009-10-08 Thread Peter Hutterer
version.c was removed, seemed a bit excessive for the 20 lines of code. --version is integrated separate from the other commands now, checked before opening the display. xinput now prints its own version in all cases, even if the display is unavailable. If the display is available, it prints the se

Re: [PATCH app/xinput] man: clean up the man page.

2009-10-08 Thread Alan Coopersmith
Looks good to me. Reviewed-by: Alan Coopersmith Peter Hutterer wrote: > Several changes to the man page to tidy it up a bit: > - RCS tag removed > - synopsis shortened, OPTIONS section added instead > - "xinput" dropped before the option descriptions, options in manpage > prefixed with '--'. >

[PATCH app/xinput] man: clean up the man page.

2009-10-08 Thread Peter Hutterer
Several changes to the man page to tidy it up a bit: - RCS tag removed - synopsis shortened, OPTIONS section added instead - "xinput" dropped before the option descriptions, options in manpage prefixed with '--'. - device_name replaced with just device, since it may be a deviceid. - Removed refer

Re: [PATCH] Add support for RENDER BGRA formats.

2009-10-08 Thread Aaron Plattner
On Sun, Aug 02, 2009 at 08:00:01AM -0700, wrote: > From: Michel Dänzer > > --- > composite/compinit.c |4 +++- > exa/exa_render.c | 30 +- > fb/fbpict.h |2 ++ > hw/xfree86/xaa/xaaPict.c | 20 > render/picture

[PATCH] EXA: fix exaGetRGBAFromPixel to not loop forever on PICT_a8 pictures

2009-10-08 Thread skeggsb
From: Ben Skeggs Easily reproducible by running "rendercheck -t fill". It should be safe to just test against rbits for all colour components as we should always have values for r/g/bbits for PICT_FORMAT_COLOR formats. Signed-off-by: Ben Skeggs --- exa/exa_render.c | 34

Re: [PATCH:app/setxkbmap] Add -query option to print current RLMVO settings

2009-10-08 Thread Peter Hutterer
On Thu, Oct 08, 2009 at 04:55:18PM -0700, Alan Coopersmith wrote: > Signed-off-by: Alan Coopersmith > --- > > When a user asked on #xorg today how to see their current settings, I > couldn't find a better answer than "xprop -root _XKB_RULES_NAMES", so I > made one that was a little less user ho

[PATCH:app/setxkbmap] Add -query option to print current RLMVO settings

2009-10-08 Thread Alan Coopersmith
Signed-off-by: Alan Coopersmith --- When a user asked on #xorg today how to see their current settings, I couldn't find a better answer than "xprop -root _XKB_RULES_NAMES", so I made one that was a little less user hostile. setxkbmap.c | 12 +++- setxkbmap.man |4 2 files

Re: modular: Changes to 'master'

2009-10-08 Thread Chris Wilson
Excerpts from Jeremy Huddleston's message of Thu Oct 08 22:38:36 +0100 2009: > Yes, but where is your rule for mkfontscale? Oops, that's still in my meta-moduleset... -ickle -- Chris Wilson, Intel Open Source Technology Centre ___ xorg-devel mailing lis

Re: modular: Changes to 'master'

2009-10-08 Thread Jeremy Huddleston
Yes, but where is your rule for mkfontscale? ./tinderbox_test.sh jhbuild clean: libfontenc has a dependency on unknown "mkfontscale" module Usage: jhbuild [ -f config ] command [ options ... ] jhbuild autobuild: libfontenc has a dependency on unknown "mkfontscale" module Usage: jhbuild [

Re: [PATCH] modes: Force output modes for manually enabled heads

2009-10-08 Thread Keith Packard
Excerpts from Aaron Plattner's message of Thu Oct 08 13:29:03 -0700 2009: > How do you propose having that happen? Having X autodetect hotplugged > screens and automatically extend the desktop to them? Does that work > today? The kernel does hotplug detection and sends a uevent to the X server

Re: [PATCH] modes: Force output modes for manually enabled heads

2009-10-08 Thread Aaron Plattner
On Thu, Oct 08, 2009 at 01:09:43PM -0700, Adam Jackson wrote: > On Thu, 2009-10-08 at 10:44 -0700, Aaron Plattner wrote: > > On Thu, Oct 08, 2009 at 10:09:20AM -0700, Keith Packard wrote: > > > Excerpts from Chris Wilson's message of Thu Oct 08 09:43:16 -0700 2009: > > > > In a headless configurati

Re: [PATCH] modes: Force output modes for manually enabled heads

2009-10-08 Thread Adam Jackson
On Thu, 2009-10-08 at 10:44 -0700, Aaron Plattner wrote: > On Thu, Oct 08, 2009 at 10:09:20AM -0700, Keith Packard wrote: > > Excerpts from Chris Wilson's message of Thu Oct 08 09:43:16 -0700 2009: > > > In a headless configuration, in order to convince the XServer to start > > > the user must expl

Re: [PATCH] modes: Force output modes for manually enabled heads

2009-10-08 Thread Aaron Plattner
On Thu, Oct 08, 2009 at 10:09:20AM -0700, Keith Packard wrote: > Excerpts from Chris Wilson's message of Thu Oct 08 09:43:16 -0700 2009: > > In a headless configuration, in order to convince the XServer to start > > the user must explicitly enable an output. > > I see that as the fundemental probl

Re: [PATCH] modes: Force output modes for manually enabled heads

2009-10-08 Thread Keith Packard
Excerpts from Chris Wilson's message of Thu Oct 08 09:43:16 -0700 2009: > In a headless configuration, in order to convince the XServer to start > the user must explicitly enable an output. I see that as the fundemental problem here. I'd suggest that the server should allow the device to start wit

Re: [PATCH] modes: Force output modes for manually enabled heads

2009-10-08 Thread Julien Cristau
On Thu, Oct 8, 2009 at 17:43:16 +0100, Chris Wilson wrote: > @@ -1564,8 +1550,24 @@ xf86ProbeOutputModes (ScrnInfoPtr scrn, int maxX, int > maxY) > /* >* Check connection status >*/ > - output->status = (*output->funcs->detect)(output); > - > + if (xf86GetOptValBool

[PATCH] modes: Force output modes for manually enabled heads

2009-10-08 Thread Chris Wilson
In a headless configuration, in order to convince the XServer to start the user must explicitly enable an output. Except that doing so does not initialise any output modes, and so the server still gives up in disgust. Instead by rearranging the user override, we can continue to setup the default mo

Re: [gentoo-alpha] Need X testers on Alpha. I think we've got it this time.

2009-10-08 Thread Rémi Cardona
Le 08/10/2009 15:52, Matt Turner a écrit : > Copy the xorg-server-.ebuild from your layman overlay to your > local overlay (/usr/local/portage/x11-base/xorg-server/). Edit the > file and change this line: > > EGIT_REPO_URI="git://anongit.freedesktop.org/git/xorg/xserver" > to > EGIT_REPO_URI="g

Re: [gentoo-alpha] Need X testers on Alpha. I think we've got it this time.

2009-10-08 Thread Julien Cristau
On Thu, Oct 8, 2009 at 10:05:32 -0400, Matt Turner wrote: > On Thu, Oct 8, 2009 at 9:59 AM, Jarod Wilson wrote: > > Not a Debian user either, but I believe... > > > > apt-get build-dep > > > > ...should do the trick, more or less. > > Thanks. I just wonder if it'll pull in the needed versions?

Re: [gentoo-alpha] Need X testers on Alpha. I think we've got it this time.

2009-10-08 Thread Matt Turner
On Thu, Oct 8, 2009 at 9:59 AM, Jarod Wilson wrote: > On 10/8/09 9:56 AM, Matt Turner wrote: >> >> On Thu, Oct 8, 2009 at 8:49 AM, Geoff Martin >>  wrote: >>> >>>      I have a 164LX with a Matrox Millennium II and a "just installed" >>> Debian Lenny, all hardware is the same as 10 years ago : ).

Re: [gentoo-alpha] Need X testers on Alpha. I think we've got it this time.

2009-10-08 Thread Jarod Wilson
On 10/8/09 9:56 AM, Matt Turner wrote: > On Thu, Oct 8, 2009 at 8:49 AM, Geoff Martin wrote: >> I have a 164LX with a Matrox Millennium II and a "just installed" >> Debian Lenny, all hardware is the same as 10 years ago : ). Can I help you >> with the test? what do I need to do? > > In gener

Re: [gentoo-alpha] Need X testers on Alpha. I think we've got it this time.

2009-10-08 Thread Matt Turner
On Thu, Oct 8, 2009 at 9:35 AM, Brian Parkhurst wrote: > How do you recommend I download your repo for compiling under gentoo? The easiest/best way is to first install layman (emerge layman) and with it add the 'x11' overlay. See here for instructions wrt layman: http://en.gentoo-wiki.com/wiki/O

Re: [gentoo-alpha] Need X testers on Alpha. I think we've got it this time.

2009-10-08 Thread Matt Turner
On Thu, Oct 8, 2009 at 8:49 AM, Geoff Martin wrote: > I have a 164LX with a Matrox Millennium II and a "just installed" > Debian Lenny, all hardware is the same as 10 years ago : ). Can I help you > with the test? what do I need to do? In general, you need to install the xserver's dependenci

Re: RC1 review for font module changes

2009-10-08 Thread Rémi Cardona
Le 08/10/2009 07:53, Alan Coopersmith a écrit : > A complete set of the patches to all font modules, and tarballs built > from them has been posted temporarily at: > http://people.freedesktop.org/~alanc/7.5-fonts-RC1/ That's a _lot_ of code removal :) I don't see much else to be put in the

Re: [PATCH] font-util 1.1.0: Add new macros to replace code common to many font modules

2009-10-08 Thread Rémi Cardona
Le 07/10/2009 07:32, Alan Coopersmith a écrit : > XORG_FONT_MACROS_VERSION(required-version) > XORG_FONT_CHECK_ENCODING(encoding) > XORG_FONT_CHECK_ENCODING_LIST(encoding1 encoding2) > XORG_FONT_REQUIRED_PROG(VARNAME, progname) > XORG_FONT_FCCACHE() > XORG_FONT_COMMON_UTILS() > XORG_FONT_BDF_UT