On 07.10.05 18:13:49, Michel Dänzer wrote: > On Thu, 2005-10-06 at 18:05 +0200, Andreas Pakulat wrote: > > What I want to have is running my Laptop-Screen and my CRT-Monitor with > > their heighest resolution together in a Xinerama-Setup using the > > vertical size of my Laptop display (1050) and the width of double the > > laptop-display (1680). This seems to be _not_ possible with X.org, as > > X.org lets the CRT-Monitor not run with 1600x1200. > > Because you override the virtual resolution to be 1680x1050, 1600x1200 > isn't possible due to the invariant above. > > What happens if you comment out the 'Virtual' directive for "Screen1"?
I now have:
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200" "1680x1050"
ViewPort 0 0
EndSubSection
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1680x1050"
ViewPort 0 0
EndSubSection
EndSection
with Screen1 being the CRT, Screen0 being the Laptop-Panel. Now I get a
3320x1200 Xinerama desktop, with a scrolling CRT and a fixed
Laptop-Panel. Only problem is: There are 150x1680 pixel missing on that
Laptop-Panel, because the lower end is not accessible. The only way to
access these is to define a virtual resolution for the laptop panel
and have it scroll around. I don't want that because it slows me down.
Andreas
--
Artistic ventures highlighted. Rob a museum.
pgpfeGNFjoEjY.pgp
Description: PGP signature

