Does xrandr1.3 rotate support panning?

2009-02-20 Thread FloraGui
Dear All: Recently, I use xrandr1.3, I use following command: xrandr --output VGA --panning 1600x1200 the screen can do panning then I use xrandr --output VGA --rotate left it can not do panning. Does xrandr1.3 support rotate panning ? Thanks!

Re: [PATCH] 64-bit issues in libx11

2009-02-20 Thread Maarten Maathuis
While we're on this subject, i have a question as well (same file, line 175). if(event) widen(event_sequence, event-full_sequence); What purpose does that serve? Maarten. ___ xorg mailing list xorg@lists.freedesktop.org

Re: Severe memory leaks make X.org unuseable

2009-02-20 Thread Ross Burton
On Thu, 2009-02-19 at 16:44 -0800, milnser43...@yahoo.com wrote: I am sorry about the trouble that this misunderstanding has caused. I am just glad to know that the Xserver is really taking up only 30 mb of ram or so. So your system is no longer totally unusable and other programs are no

Mouse problem with event driver

2009-02-20 Thread Christoph Gösgens
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I've got a problem with my mouse. Most likely something hasn't been configured correctly yet, but i can't find what it might be. I hope you can help. I've got two computers at my desk. A fairly new one, and an older one. Each has got their

Re: Desktop is not using full screen space

2009-02-20 Thread Alex Deucher
On Fri, Feb 20, 2009 at 2:25 AM, S D sund...@yahoo.com wrote: Hi, Need help with the following problem: Desktop is not using full available screen space. The system was working fine in Debian Etch. Then it was upgraded to Debian Lenny. Hardware remains the same, no changes were made.

Re: Does xrandr1.3 rotate support panning?

2009-02-20 Thread Keith Packard
On Fri, 2009-02-20 at 16:28 +0800, flora...@viatech.com.cn wrote: Does xrandr1.3 support rotate panning ? X server 1.6 will, but the initial panning support didn't work under rotation (or other transforms). -- keith.pack...@intel.com signature.asc Description: This is a digitally signed

Getting there Re: Current support and roadmap for discrete graphics card hot switching

2009-02-20 Thread Albert Vilella
Hi all, Just to give a heads up to everyone interested in this thread, one of the Sony Vaio Z-series launchpad team members has found a way to turn on/off the discrete nvidia graphics card by investigating the DSDT tables. So we have at least 60 happy users that can enjoy this feature now.

XTrap removal

2009-02-20 Thread milnser43...@yahoo.com
What is the rationale behind removing the xtrap extension. Doing some reading on this indicates that the Xtrap extension allows synthesis of X input events and capture of X events. It seems as though it would be important to be able to capture both incoming events from a client and to be able

int10 using vbios from wrong card

2009-02-20 Thread Steven J Newbury
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 the same thing, so that's not necessarily caused my

compiling xcompmgr, xorg-macros

2009-02-20 Thread Dan
Hi - I checked out xcompmgr from the public git, and tried to compile it; the autogen.sh produced this error: error: configure built with too old a version of xorg-macros.m4 - requires version 1.1.0 or newer (the version number is wrong, as in the patch I sent earlier. really, I have v1.1 and

Re: compiling xcompmgr, xorg-macros

2009-02-20 Thread Dan Nicholson
On Fri, Feb 20, 2009 at 1:49 PM, Dan danstowell+x...@gmail.com wrote: Hi - I checked out xcompmgr from the public git, and tried to compile it; the autogen.sh produced this error: error: configure built with too old a version of xorg-macros.m4 - requires version 1.1.0 or newer (the

Re: Mouse problem with event driver

2009-02-20 Thread Peter Hutterer
On Fri, Feb 20, 2009 at 12:03:32PM +0100, Christoph Gösgens wrote: I've got a problem with my mouse. Most likely something hasn't been configured correctly yet, but i can't find what it might be. I hope you can help. I've got two computers at my desk. A fairly new one, and an older one.

Re: Desktop is not using full screen space

2009-02-20 Thread S D
--- 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. I didn't want to do it because I already had my monitor tuned before the upgrade and it was working fine. Besides I use this same monitor

Re: XTrap removal

2009-02-20 Thread Daniel Stone
On Fri, Feb 20, 2009 at 11:22:43AM -0800, milnser43...@yahoo.com wrote: What is the rationale behind removing the xtrap extension. [...] Some people (including some of my friends) have a problem where there's effectively no filter between their brain and their mouth, and they just say whatever

Re: Desktop is not using full screen space

2009-02-20 Thread Alex Deucher
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. I didn't want to do it because I already had my monitor tuned before the

Re: XtDisplayToApplicationContext fails with Error: Couldn't find per display information

2009-02-20 Thread Tristan Schmelcher
Eirik's take on things is how I recall hearing it is designed. The Firefox source in gtk2xtbin.c seems to be related to this. It's sounding from this discussion like this must be a bug in how Firefox pretends to be an Xt app, so I probably can't do much about it. I've worked around the problem

Building Xorg/xserver from git

2009-02-20 Thread ace102
Does anyone see any potential problems with using this in my main build script for 1.5.99.903+ : CC=gcc-4.3 LDFLAGS=-L/usr/lib -Wl,-rpath,/lib -Wl,-rpath,/usr/lib PATH=/usr/bin:$PATH ./util/modular/build.sh /usr Also , where would I specify the config options (--enable-dri2,etc) to be

radeon planar textured video

2009-02-20 Thread Roland Scheidegger
So currently the driver converts planar yuv data to packed when using textured video. And I fought so hard to convince the overlay scaler to accept planar data correctly ages ago :-). Anyway, when trying to view HD clips on my rs690, I noticed that Xorg indeed consumes quite a few cpu cycles, and

Input hotplug issue : Handling the first key from new device

2009-02-20 Thread Henry Zhao
In a system with multiple input keyboard devices, mapping table switch takes place when server receives the first keystroke from a new device. At that time the server does the followig (in that sequence): * updating mapping tables to the new device * sending MappingNotify to clients *

[PATCH] Interlaced RGB/PAL Output with FRC for Intel i9xx Chipsets

2009-02-20 Thread Thomas Hilber
Hi list, with the attached patch and xorg.conf you can use Intel i9xx chipsets to directly drive RGB/PAL SCART devices like a TV set. As with my former Radeon vga-sync-fields patch even/odd fields are routed straightly from softdecoder to the VGA port. No software deinterlacing takes place