Fedora 10, Belkin KVM, USB Mouse/Keyboard, NVIDIA Card, OpenOffice

2009-02-10 Thread Kevin Johnson
Hello, Here is the setup. I am running two different desktop computers, each with their own monitor, but with only one keyboard / mouse. I am using a Belkin KVM switch to control the keyboard / mouse function between the two. The switch has USB inputs and USB outputs. I am running Fedora10

Re: [PATCH] glx: Replace broken GLX visual setup with a fixed all mode.

2009-02-10 Thread Kristian Høgsberg
On Sun, Feb 8, 2009 at 7:00 AM, Eric Anholt e...@anholt.net wrote: With trying to match depths so that you didn't end up with a depth 24 fbconfig for the 32-bit composite visual, I broke the alpha bits on the depth 24 X visual, which angered other applications. But in fixing that, the

Re: [PATCH 8/9] fb: move some code to mi

2009-02-10 Thread Magnus Kessler
On Thursday 05 February 2009, Maarten Maathuis wrote: --- exa/exa_accel.c |4 +- fb/fb.h | 37 -- fb/fbcopy.c | 331 +-- fb/fboverlay.c | 2 +- fb/fboverlay.h |2 +- fb/fbwindow.c |2 +- mi/Makefile.am

Re: [PATCH 8/9] fb: move some code to mi

2009-02-10 Thread Maarten Maathuis
I'll wait a bit to see what the preferred solution is, but i see three options atm. - A wrapper function in fbcopy.c - A define in fb.h, silently converting fbFoo into miFoo - User side fixes Maarten. ___ xorg mailing list xorg@lists.freedesktop.org

Re: Fedora 10, Belkin KVM, USB Mouse/Keyboard, NVIDIA Card, OpenOffice

2009-02-10 Thread Dan Nicholson
On Tue, Feb 10, 2009 at 10:04 AM, Kevin Johnson kpj...@gmail.com wrote: Hello, Here is the setup. I am running two different desktop computers, each with their own monitor, but with only one keyboard / mouse. I am using a Belkin KVM switch to control the keyboard / mouse function between the

Re: Fedora 10, Belkin KVM, USB Mouse/Keyboard, NVIDIA Card, OpenOffice

2009-02-10 Thread Peter Hutterer
On Tue, Feb 10, 2009 at 01:04:06PM -0500, Kevin Johnson wrote: Here is the setup. I am running two different desktop computers, each with their own monitor, but with only one keyboard / mouse. I am using a Belkin KVM switch to control the keyboard / mouse function between the two. The switch

Re: [RFC] XI2 draft protocol specification (v 0.1)

2009-02-10 Thread Peter Hutterer
Thanks for the comments. All your suggestions have been added, but I'll refrain from commenting on them much (the spec has to work on it's own eventually). Please see the diff below your comments. Is that clearer now? On Mon, Feb 09, 2009 at 03:57:48PM +0100, Simon Thum wrote: Peter Hutterer

Re: [PATCH 8/9] fb: move some code to mi

2009-02-10 Thread Michel Dänzer
On Wed, 2009-02-11 at 00:06 +0100, Maarten Maathuis wrote: I'll wait a bit to see what the preferred solution is, but i see three options atm. - A wrapper function in fbcopy.c - A define in fb.h, silently converting fbFoo into miFoo - User side fixes The first one would be the only ABI