Re: RandR support for Xvfb

2009-05-26 Thread Nathaniel Smith
On Tue, May 26, 2009 at 2:42 PM, Alan Coopersmith wrote: > Peter Åstrand wrote: >> RandR support has been added to the Xvnc implementation in the TigerVNC >> project (also included in Fedora 11). >> >> Since Xvfb has so many bugs, I believe Xvnc is a better choice in most >> cases. > > The Xorg se

Large scale X

2009-05-26 Thread Russell Shaw
Hi, If i have 1000 user accounts on one accounts server and dozens of X apps on another apps server, how can a user start an X app when they don't have an account on the apps server? (no user accounts at all on apps server) I'm thinking of traditional X where the users use dumb X terminals, and xd

Re: up-arrow key not working again.

2009-05-26 Thread Peter Hutterer
On Tue, May 26, 2009 at 08:14:44PM -0500, Robin Cook wrote: > Yes I have xkeyboard-config 1.5 > > Section "InputDevice" > Identifier "Keyboard0" > Driver "kbd" > > Option "Protocol" "evdev" > Option "Dev Phys" "isa0060/serio0/input0" I don't think

Re: up-arrow key not working again.

2009-05-26 Thread Robin Cook
Yes I have xkeyboard-config 1.5 Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "Protocol" "evdev" Option "Dev Phys" "isa0060/serio0/input0" Option "XkbRules" "Xorg" Option "XkbModel" "pc104" Optio

xkeyboard-config 1.6

2009-05-26 Thread Sergey Udaltsov
Now, xkeyboard-config is managed not only by Russian guy, but also by the Irish guy. It is still me, announcing release 1.6 Some bugs are fixed (36), new configuration components added. The handling of server keys and X server termination are separated into different xkb option groups. All locale-

Re: [PATCH 2/2] kdrive: do not undef DEBUG macro in mouse driver

2009-05-26 Thread Peter Hutterer
On Tue, May 26, 2009 at 03:30:14PM +0200, Olivier Blin wrote: > The mouse driver had some code to unconditionnally disable debug, even > if configured with --enable-debug. This adds back the mouse driver > debug output when built with debug option. > > Signed-off-by: Olivier Blin > --- > hw/kdri

Re: It's useful to have a working X server if a client holds a grab when it triggers a debugger breakpoint

2009-05-26 Thread Peter Hutterer
On Tue, May 26, 2009 at 02:13:15PM +0100, Daniel Stone wrote: > On Tue, May 26, 2009 at 01:17:15PM +1000, Peter Hutterer wrote: > > On Tue, May 26, 2009 at 11:56:58AM +1000, David Campbell wrote: > > > By "switching to a VT", did you mean pressing CTRL-ALT- to > > > switch to a virtual terminal? >

Re: [PATCH 1/2] kdrive: add protocol mouse option

2009-05-26 Thread Peter Hutterer
On Tue, May 26, 2009 at 03:30:08PM +0200, Olivier Blin wrote: > kdrive probes a lot of PS/2 protocols for the mouse device, which > makes the mouse unusable for some seconds after X startup. > This new "protocol" option allows forcing the mouse protocol. > It can be used this way: > Xfbdev -mouse m

Re: Xkbcomp 1.0.5 build failure

2009-05-26 Thread Peter Hutterer
On Tue, May 26, 2009 at 04:32:45AM -0700, underestimated wrote: > Although I'm running Fedora, this is more of a general X.org build problem. > > Lately I've been trying to build the X.org server, and I need to build > xkbcomp. > > I'm trying to build xkbcomp 1.0.5, but I'm getting the following

Re: up-arrow key not working again.

2009-05-26 Thread Peter Hutterer
On Tue, May 26, 2009 at 05:56:53PM -0500, Robin Cook wrote: > I upgraded xorg-server to 1.6.1 and now the up-arrow key is not working > the way it is supposed to. When I hit it in gnome it causes the > screenshot applet to pop up. > > I had this problem before and someone pointed me to a patch f

Re: Some questions about MPX

2009-05-26 Thread Peter Hutterer
On Tue, May 26, 2009 at 05:24:50PM +0200, K�vin DA SILVA wrote: > I've got some questions about MPX. > First, is it possible to use MPX without typing some commands with xinput? > In other words, to plug a mouse and it appears a new cursor on the screen > (like in the LiveCD Ubuntu/MPX). MPX is

up-arrow key not working again.

2009-05-26 Thread Robin Cook
I upgraded xorg-server to 1.6.1 and now the up-arrow key is not working the way it is supposed to. When I hit it in gnome it causes the screenshot applet to pop up. I had this problem before and someone pointed me to a patch for the previous xorg-server (1.5 I think) but I tried applying the pat

Re: RandR support for Xvfb

2009-05-26 Thread Alan Coopersmith
Peter Åstrand wrote: >> >> I found this post about implementing RandR for Xvnc: >> http://www.nabble.com/Implementing-RandR-td19513964.html >> >> Does anyone know what the status is on this? >> Is there a patch? >> How much work is left/would it be to get RandR working on Xvfb? > > RandR support h

[ANNOUNCE] glproto 1.4.10

2009-05-26 Thread Adam Jackson
Adam Jackson (2): Upgrade GLX Public License 1.0 to FreeB 2.0. glproto 1.4.10 James Cloos (1): Replace static ChangeLog with dist-hook to generate from git log Julien Cristau (1): Update to SGI FreeB 2.0. Paulo Cesar Pereira de Andrade (1): Janitor: Correct make dis

Re: It's useful to have a working X server if a client holds a grab when it triggers a debugger breakpoint

2009-05-26 Thread Harald Braumann
On Tue, 26 May 2009 11:56:58 +1000 David Campbell wrote: > By "switching to a VT", did you mean pressing CTRL-ALT- to > switch to a virtual terminal? > > That doesn't work for me, due to the grab. Pressing those keystrokes > is unresponsive, thus for a standalone system in a location where > th

Re: RandR support for Xvfb

2009-05-26 Thread Peter Åstrand
I found this post about implementing RandR for Xvnc: http://www.nabble.com/Implementing-RandR-td19513964.html Does anyone know what the status is on this? Is there a patch? How much work is left/would it be to get RandR working on Xvfb? RandR support has been added to the Xvnc implementation i

RandR support for Xvfb

2009-05-26 Thread Antoine Martin
Hi, I found this post about implementing RandR for Xvnc: http://www.nabble.com/Implementing-RandR-td19513964.html Does anyone know what the status is on this? Is there a patch? How much work is left/would it be to get RandR working on Xvfb? Thanks Antoine __

Some questions about MPX

2009-05-26 Thread K�vin DA SILVA
Hello, I've got some questions about MPX. First, is it possible to use MPX without typing some commands with xinput? In other words, to plug a mouse and it appears a new cursor on the screen (like in the LiveCD Ubuntu/MPX). Second, in a video, I saw a stuff next to the "cross", which permit to

[PATCH 2/2] kdrive: do not undef DEBUG macro in mouse driver

2009-05-26 Thread Olivier Blin
The mouse driver had some code to unconditionnally disable debug, even if configured with --enable-debug. This adds back the mouse driver debug output when built with debug option. Signed-off-by: Olivier Blin --- hw/kdrive/linux/mouse.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-)

[PATCH 1/2] kdrive: add protocol mouse option

2009-05-26 Thread Olivier Blin
kdrive probes a lot of PS/2 protocols for the mouse device, which makes the mouse unusable for some seconds after X startup. This new "protocol" option allows forcing the mouse protocol. It can be used this way: Xfbdev -mouse mouse,,protocol=ps/2 -keybd keyboard Signed-off-by: Olivier Blin --- h

Re: It's useful to have a working X server if a client holds a grab when it triggers a debugger breakpoint

2009-05-26 Thread Daniel Stone
On Tue, May 26, 2009 at 01:17:15PM +1000, Peter Hutterer wrote: > On Tue, May 26, 2009 at 11:56:58AM +1000, David Campbell wrote: > > By "switching to a VT", did you mean pressing CTRL-ALT- to > > switch to a virtual terminal? > > > > That doesn't work for me, due to the grab. Pressing those key

Xkbcomp 1.0.5 build failure

2009-05-26 Thread underestimated
Hi All, Although I'm running Fedora, this is more of a general X.org build problem. Lately I've been trying to build the X.org server, and I need to build xkbcomp. I'm trying to build xkbcomp 1.0.5, but I'm getting the following error: /opt/X11R7.4/lib/libxcb-xlib.so.0: undefined reference to