Re: Virtual Xinerama

2004-02-14 Thread Jan Dittmer
Alex Deucher wrote: should work for driver based xinerama extensions. Ideally the official extension would be extended to handle both cases. If you come up with a patch, please post! I started to dig through the code to implement some new config options to basically being able to specify a

Virtual Xinerama

2004-02-06 Thread Jan Dittmer
(i.e. dividing your display into two screens so that window always are maximized to half the window, ...), I'm wanting to implement a kind of virtual xinerama support. I've thought about different ways of implementing this. The easiest solution I can see so far is to just extend the screen

Re: Virtual Xinerama

2004-02-06 Thread Jan Dittmer
Jan Dittmer wrote: ps: I already started hacking on this. Seems like I've to dig quite deep into the xinerama layer. :-) Okay, after looking into this, I think what I really just want to do is to fake the reply of PanoramiX{GetScreenCount,GetScreenSize,}, XineramaQueryScreens. Emulatins

Re: Virtual Xinerama

2004-02-06 Thread Alex Deucher
soon and I think this could probably useful elsewhere (i.e. dividing your display into two screens so that window always are maximized to half the window, ...), I'm wanting to implement a kind of virtual xinerama support. I've thought about different ways of implementing this. The easiest