Re: Easy way to bisect xorg-xserver?

2010-07-08 Thread Dirk Wallenstein
On Wed, Jul 07, 2010 at 04:23:22PM +0200, Clemens Eisserer wrote: Hi, I would like to do some bisecting to find a regression that was introduced somewhere between 1.6 and 1.7. I tried but for me as a non-developer its quite hard to get the right versions of the right libraries, and I gave

Re: Ati X1300 Ubuntu 10.04 2nd monitor

2010-07-08 Thread Tormod Volden
On Thu, Jul 8, 2010 at 9:36 AM, Radoslav Chovan wrote: Hi I can't use 2nd monitor on Ubuntu 10.04 with Ati Radeon X1300 and Radeon drivers. I can't set resolution to 2nd monitor to 1280x1024. Monitor is black and I can see Input signal out of range  It Is Lenovo 19. It was working in 9.10.

Re: Ati X1300 Ubuntu 10.04 2nd monitor

2010-07-08 Thread Tormod Volden
On Thu, Jul 8, 2010 at 1:33 PM, Tormod Volden wrote: Upgrade solved my problems from 6 of July  to yesterday. If I did yesterday upgrade I have this problem again and I can't solve it. Yesterday's update in xorg-edgers bumped the xserver from 1.8 to 1.9. Try updating again now to make sure

Re: Ati X1300 Ubuntu 10.04 2nd monitor

2010-07-08 Thread Alex Deucher
On Thu, Jul 8, 2010 at 3:36 AM, Radoslav Chovan cho...@chovan.net wrote: Hi I can't use 2nd monitor on Ubuntu 10.04 with Ati Radeon X1300 and Radeon drivers. I can't set resolution to 2nd monitor to 1280x1024. Monitor is black and I can see Input signal out of range  It Is Lenovo 19. It was

Virtual desktop - smaller than display

2010-07-08 Thread Martin Langhoff
[ Working on an XO-1.5, F11, X.org 1.6.4, in Xinerama mode across a Via/Chrome device and SiS USB2VGA.] The internal screen and desktop are 1200x900 and we cannot change that (as we have hw that is locked to that rez). Is there a way to feed a Virtual config that is _smaller_ than the display

Re: Virtual desktop - smaller than display

2010-07-08 Thread Alex Deucher
On Thu, Jul 8, 2010 at 3:21 PM, Martin Langhoff martin.langh...@gmail.com wrote: [ Working on an XO-1.5, F11, X.org 1.6.4, in Xinerama mode across a Via/Chrome device and SiS USB2VGA.] The internal screen and desktop are 1200x900 and we cannot change that (as we have hw that is locked to that

Re: Virtual desktop - smaller than display

2010-07-08 Thread Martin Langhoff
On Thu, Jul 8, 2010 at 3:44 PM, Alex Deucher alexdeuc...@gmail.com wrote: if your hw supports a scaler, just set the smaller mode and have it scale up to the larger screen mode.  If not, you'll have to mess with the h/v border widths in the modeline to generate a center mode. Hmmm.

Restoring Xhost Connection

2010-07-08 Thread Liew, Philip
Hi, I just have a question regarding restoring lost X connections. I was running an application remotely through X and during the course of the day that connection dropped. The application was still running but I was no longer able to view the application on my desktop. Is it possible to

Re: Virtual desktop - smaller than display

2010-07-08 Thread Alex Deucher
On Thu, Jul 8, 2010 at 3:59 PM, Martin Langhoff martin.langh...@gmail.com wrote: On Thu, Jul 8, 2010 at 3:44 PM, Alex Deucher alexdeuc...@gmail.com wrote: if your hw supports a scaler, just set the smaller mode and have it scale up to the larger screen mode.  If not, you'll have to mess with

Platform Specific

2010-07-08 Thread David G
Hi, I am attempting to build kdrive (or xorg) for several specific platforms (via cross compiling) and my goal is to end up with just enough of a feature set to fire up rdesktop/vnc or other apps without a window manager and as the only running app. Obviously with keyboard/mouse functionality.

Re: Platform Specific

2010-07-08 Thread Alan Coopersmith
David G wrote: Is libXau, pixman, libXfont, etc even needed? Yes, yes, and yes, unless you start hacking the code to remove all the calls to them, but what you end up with after that won't be an X11 server. -- -Alan Coopersmith-alan.coopersm...@oracle.com Oracle

Re: Platform Specific

2010-07-08 Thread Pat Kane
Gosh, I would really like to see current architectural diagrams for both the client and server sides of X11 Window System. I'd be happy to help construct it and put it on the Wiki (if it is not already there). Is Doxygen a good place to start? On Thu, Jul 8, 2010 at 7:37 PM, Alan Coopersmith