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 vertic

Re: Virtual Xinerama

2004-02-06 Thread Alex Deucher
two displays. > As I don't think Nvidia will be fixing this anytime 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 vir

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 multiple

Virtual Xinerama

2004-02-06 Thread Jan Dittmer
bly 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 solution I can see so fa