Re: int10 using vbios from wrong card

2009-02-21 Thread Timothy S. Nelson
On Fri, 20 Feb 2009, Steven J Newbury wrote: While trying to figure out where my VGA-SCART video output has disappeared, I noticed my secondary Radeon 9250 is being booted with the VBIOS from the primary X800 as can be seen in the attached log. Older logs from working versions seem to show

GUI is not loading--seems Graphics card is not supporting

2009-02-21 Thread sivakumar purushothaman
Hi ,      I have Toshiba Satellite L305-S5907 laptop with Microsoft Vista.I installed Fedora 9 and Susie Linux on my laptop but GUI is not loading on both,system will try to load GUI and showing different colors of lines,spots and screen blinks and goes blank , but desktop is not loading .  

No brightness correction in Open-Arena (also xdriinfo different than glxinfo)

2009-02-21 Thread Mateusz Kaduk
Hi, I am using latest master git libdrm/mesa/xf86-intel/xorg-server along with latest 2.6.29-rc4-drm-intel-next-18.02.09 When I run OpenArena 0.8.1-2, I see that brightness setting is not working. Whole game is really dark, and changing brightness settings does not affect that. (max brightness =

Re: GUI is not loading--seems Graphics card is not supporting

2009-02-21 Thread Mateusz Kaduk
I don't know much about your card. But you can look up in /var/log/Xorg.0.log why X server is not starting. Also providing version of xf86-intel, xorg-core, kernel might be helpful for people that know more than me. 2009/2/21 sivakumar purushothaman shi...@yahoo.com Hi , I have Toshiba

xf86-video-intel: out of range after exit from X

2009-02-21 Thread lego12239
Hi, all. I have a next problem. When I exit from X.org or try to switch to console, I get the out of range message written by my LCD. When I use the vesa video driver, everything is ok. I tried xf86-video-intel from 2.4.2 up to 2.5.99.2. Soft: OS - Debian 4.0r7; X.org is from

Re: xserver-xorg-input-synaptics multiple finger

2009-02-21 Thread Kalman KHIRALY
There's some devices that announce multi-finger capabilities even if they don't actualy do multi-finger. This is a kernel bug, fixed in 2.6.29. Chances are you have one of them. Hi! Linux lamagep 2.6.29-020629rc5-generic #020629rc5 SMP Sun Feb 15 18:53:03 UTC 2009 i686 GNU/Linux I have

xf86-video-intel: out of range after exit from X

2009-02-21 Thread lego12239
In the previous message I haven't pointed a kernel version - 2.6.27. Hi, all. I have a next problem. When I exit from X.org or try to switch to console, I get the out of range message written by my LCD. When I use the vesa video driver, everything is ok. I tried xf86-video-intel from 2.4.2

Re: xserver-xorg-input-synaptics multiple finger

2009-02-21 Thread Peter Hutterer
On Sat, Feb 21, 2009 at 10:50:11AM +0100, Kalman KHIRALY wrote: There's some devices that announce multi-finger capabilities even if they don't actualy do multi-finger. This is a kernel bug, fixed in 2.6.29. Chances are you have one of them. Linux lamagep 2.6.29-020629rc5-generic

Re: Desktop is not using full screen space

2009-02-21 Thread John Tapsell
2009/2/20 Alex Deucher alexdeuc...@gmail.com: On Fri, Feb 20, 2009 at 6:10 PM, S D sund...@yahoo.com wrote: --- On Fri, 2/20/09, Alex Deucher alexdeuc...@gmail.com wrote: Adjust the horizontal and vertical size on your monitor until it fills your screen. Couldn't this just be a case that

Current tinderbox regression (libX11)

2009-02-21 Thread Chris Ball
http://tinderbox.x.org/builds/2009-02-21-0024/logs/libX11/#clean $ make clean Making clean in man make[1]: Entering directory `/home/cjb/xorg-git/xorg/lib/libX11/man' Making clean in xkb make[2]: Entering directory `/home/cjb/xorg-git/xorg/lib/libX11/man/xkb' make[2]: *** No rule to make target

Re: Desktop is not using full screen space

2009-02-21 Thread Alex Deucher
On Sat, Feb 21, 2009 at 7:22 AM, John Tapsell johnf...@gmail.com wrote: 2009/2/20 Alex Deucher alexdeuc...@gmail.com: On Fri, Feb 20, 2009 at 6:10 PM, S D sund...@yahoo.com wrote: --- On Fri, 2/20/09, Alex Deucher alexdeuc...@gmail.com wrote: Adjust the horizontal and vertical size on your

Current tinderbox regression (libX11)

2009-02-21 Thread Colin Harrison
Hi, Chris, your fix makes the build work again..but there is no fi_FI stuff in the produced locale directory? Thanks Colin ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: libX11-6.2.1 and pkg-config 0.23

2009-02-21 Thread James Cloos
Try running pkg-config with PKG_CONFIG_DEBUG_SPEW=1 set in your environ. I get: :; env PKG_CONFIG_DEBUG_SPEW=1 pkg-config --cflags xproto , env PKG_CONFIG_DEBUG_SPEW=1 pkg-config --cflags xproto | === many lines elided === | Path position of 'Xproto' is 2 | Package Xproto has

Re: Current tinderbox regression (libX11)

2009-02-21 Thread Chris Ball
Hi Colin, Hi, Chris, your fix makes the build work again..but there is no fi_FI stuff in the produced locale directory? First line of fi_FI.UTF-8/Makefile.am: x11thislocaledir = $(X11_LOCALEDATADIR)/en_US.UTF-8 Looks bogus to me. James/Julien, what do you think? - Chris. -- Chris

Re: [PATCH] 64-bit issues in libx11

2009-02-21 Thread Maarten Maathuis
Committed as http://cgit.freedesktop.org/xorg/lib/libX11/commit/?id=da6bbca07c796c69172a649405474f03bee66754 Please provide git patches in the future (it's easier for both sides). Maarten. On Fri, Feb 20, 2009 at 3:10 AM, Emilio Jesús Gallego Arias egall...@babel.ls.fi.upm.es wrote: It seems

Re: Current tinderbox regression (libX11)

2009-02-21 Thread Chris Ball
Hi, First line of fi_FI.UTF-8/Makefile.am: x11thislocaledir = $(X11_LOCALEDATADIR)/en_US.UTF-8 Looks bogus to me. James/Julien, what do you think? Julien agrees, have tested and pushed a fix. Thanks, - Chris. -- Chris Ball c...@laptop.org

Re: libX11-6.2.1 and pkg-config 0.23

2009-02-21 Thread Dan Nicholson
On Sat, Feb 21, 2009 at 10:42 AM, James Cloos cl...@jhcloos.com wrote: (I had to compile pkg-config with -ggdb -O0 and try tracing thru to discover the existance of PKG_CONFIG_DEBUG_SPEW.) pkg-config(1): ... ENVIRONMENT VARIABLES ... PKG_CONFIG_DEBUG_SPEW If set, causes

RE: [PATCH 0/9] handle detailed timing and short video descriptor of CEA extension

2009-02-21 Thread Ma, Ling
Hi Aajx, Thanks for your clarification about the patches, I have cleaned them up and re-sent. Whether could we merge them, or there are still some things to fix? Regards Ma Ling -Original Message- From: xorg-devel-boun...@lists.x.org [mailto:xorg-devel-boun...@lists.x.org] On Behalf Of