Re: Dual Head DVI on Q965/Q963 Express Chipset Family

2008-11-21 Thread garrone
Regarding the devices, I do not have the exact pci device id at the moment. The intel ICH9 family contains pci register id's for this board. I will email you with this information in a few days. The detection is easily addressed from the configuration. I will check out and verify any code changes

Re: [PATCH] xfree86: don't reset Auto(Add|Enable)Devices, use defaults from xf86Globals

2008-11-21 Thread Julien Cristau
On Fri, Nov 21, 2008 at 18:43:58 +0100, Matthieu Herrb wrote: RĂ©mi Cardona wrote: Hi all, Without this commit, Peter's earlier patch xfree86: without CONFIG_HAL, Auto{Add|Enable}Devices and AEI is false still doesn't fully fix the issue. That looks correct. I'm using an equivalent

Re: [PATCH] libX11: Provide translation from XK_partialderivative (8ef) to Unicode (U2202).

2008-11-21 Thread James Cloos
Thanks. Pushed to master as commit c859446c500c883a67f7a86cab1a44844e24dade. It will be part of the next release. -JimC -- James Cloos [EMAIL PROTECTED] OpenPGP: 1024D/ED7DAEA6 ___ xorg mailing list xorg@lists.freedesktop.org

glXGetCurrentDisplay returning NULL even with appropriate visual

2008-11-21 Thread tom fogal
Hi, I've run into a snag in what seems like glX initialization. Through debug versions of client libraries [1], I think I've established why my application is segfaulting in XQueryExtension. The display (`dpy' variable) passed is NULL, which seems quite suspect. Assuming that is indeed the

Radeon X300, dual head

2008-11-21 Thread Hans J. Koch
Hi, I used to have a working system with a Radeon X300 (RV370) card and two monitors 1680x1050 each. I used an ancient xorg version (something like 6.8, can't recall) and had a MergedFB+Xinerama configuration. Worked well for me. A few days ago I dist-upgraded my Debian sid which brought me

Re: Radeon X300, dual head

2008-11-21 Thread Hans J. Koch
On Fri, Nov 21, 2008 at 03:53:51PM -0800, James Purdy wrote: Hi, I am using the exact same setup on the exact same harware. Radeon X300 + 2 1680x1050 monitors. This may not be the best solution, but I use a shell script that runs after xorg starts with the command: xrandr --output DVI-0

how to get fake input events to a Xinput2 master device?

2008-11-21 Thread Christian Beier
Hi there! My first post on this list... I am currently trying to create a networked multi-user collaboration environment, based on Peter Hutterers great MPX (for the multi user part) and x11vnc (networking) as part of a university project. So far i've got MPX up and running, the question i now

Re: glXGetCurrentDisplay returning NULL even with appropriate visual

2008-11-21 Thread tom fogal
Brian Paul [EMAIL PROTECTED] writes: tom fogal wrote: [snip] The display (`dpy' variable) passed is NULL, which seems quite suspect. Assuming that is indeed the problem, the root issue appears to be a: glXQueryVersion(glXGetCurrentDisplay(), ...); line, where

Re: XGetImage returns junk with Xorg/dummy_drv/VTs

2008-11-21 Thread Daniel Stone
On Fri, Nov 21, 2008 at 03:23:03PM -0700, McDonald, Michael-p7438c wrote: I'm trying to run the Xorg server using the dummy driver in the background in Linux. Everything works fine as long as the dummy Xorg has the VT focus. If it's in the background, then XGetImage returns junk data.

Re: how to get fake input events to a Xinput2 master device?

2008-11-21 Thread Daniel Stone
On Sat, Nov 22, 2008 at 01:52:48AM +0100, Christian Beier wrote: So far i've got MPX up and running, the question i now have is: How can i make x11vnc create a new Master Device (or Slave Device) for each connected client and route this client's input events to the corresponding master device?