xorg and 100hz Full HD TV

2008-12-05 Thread Revolver Onslaught
Hello, I purchased a 100hz HD TV. To obtain full HD support on my linux desktop, I also purchased a Nvidia 9500GT. However, I cannot switch to 100hz any more. My xorg is the following: # xorg.conf (X.Org X Window System server configuration file) # # This file was generated by dexconf, the

Current tinderbox regression (xserver)

2008-12-05 Thread Chris Ball
http://tinderbox.x.org/builds/2008-12-05-0010/ http://tinderbox.x.org/builds/2008-12-05-0010/logs/xserver/#build loader.c:77:17: error: sym.h: No such file or directory loader.c: In function 'LoaderInit': loader.c:110: error: 'dixLookupTab' undeclared (first use in this function) loader.c:110:

libpciaccess ROM read is thrice broken (was: X Hangs at Initializing int10) try 2

2008-12-05 Thread Alex Villací­s Lasso
Resending as previous attempt complains attachments are too big. All of the following applies to the stock linux 2.6 kernel from a fresh installation of Fedora 10. I have been looking into the int10 hang when initializing the BIOS of a secondary card. This is what I found: - The function

mi: UpdateSprite only if the device is attached.

2008-12-05 Thread John Tapsell
Hi all, This commit introduces a bug for me. I use Xorg with no mouse attached, but use synergy to control the mouse. The commit means that I no longer have a visible mouse cursor. The mouse cursor is still 'there' in terms that I can click buttons etc with it, but it's just not visible.

[Q] Xorg VNC driver?

2008-12-05 Thread Pat Kane
Does anyone know of a loadable VNC driver for Xorg 1.5? What would it take to create such a thing? Would I need to create both an input driver and a video driver, or could I get by with one hybred beastie? Pat --- ___ xorg mailing list

Re: [Q] Xorg VNC driver?

2008-12-05 Thread Alan Hourihane
On Fri, 2008-12-05 at 11:37 -0600, Pat Kane wrote: Does anyone know of a loadable VNC driver for Xorg 1.5? What would it take to create such a thing? Would I need to create both an input driver and a video driver, or could I get by with one hybred beastie? Hi Pat, Check out xf4vnc.sf.net

Xrandr live DPI changes

2008-12-05 Thread Benjamin M. Schwartz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is Xrandr supposed to allow me to alter the nominal DPI and physical screen size (mm) of a running X server? I tried to do xrandr --dpi 200 and the windows repainted themselves but nothing changed. I tried --fbmm too. Either way, xrandr didn't

[PATCH] Handle hotplugged devices from xorg.conf

2008-12-05 Thread Dan Nicholson
Hotplug hooks are added to the HAL core to allow the DDX to handle device hotplugging. If a registered hook returns False, config/hal will continue processing the event. This allows the DDX to examine the type of device and deciding whether to handle it or not. For xorg, two hooks have been

Re: Current tinderbox regression (xserver)

2008-12-05 Thread Paulo César Pereira de Andrade
http://tinderbox.x.org/builds/2008-12-05-0010/ http://tinderbox.x.org/builds/2008-12-05-0010/logs/xserver/#build loader.c:77:17: error: sym.h: No such file or directory loader.c: In function 'LoaderInit': loader.c:110: error: 'dixLookupTab' undeclared (first use in this function)

Re: XGE protocol spec

2008-12-05 Thread Jim Gettys
A couple comments below. On Mon, 2008-12-01 at 16:15 +1000, Peter Hutterer wrote: Below is the protocol spec for the X Generic Event Extension (XGE). It'll be shipped with 1.6 even though there won't be any consumers for it yet. (This is the current proto/xextproto/geproto.txt file as valid in

Re: Merge conflict in gem kernel with git-pull

2008-12-05 Thread garrone
And I resolved this problem of git-pull resulting in a conflicted merge by using the commands: $ git fetch origin $ git reset --hard origin ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg