[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#420419: xserver-xorg-video-intel: Chrashes on startup



Am Sonntag, den 22.04.2007, 21:16 +0200 schrieb Brice Goglin:

> > Section "Screen"
> >         Identifier      "LCD Screen"
> >         Device          "915-LCD"
> >         Monitor         "LCD"
> >         DefaultDepth    24
> >         SubSection "Display"
> >                 Depth           16
> >                 Modes           "1024x768"
> >         EndSubSection
> >         SubSection "Display"
> >                 Depth           24
> >                 Modes           "1024x768"
> >         EndSubSection
> > EndSection
> >
> > Section "Screen"
> >         Identifier      "External Screen"
> >         Device          "915-External"
> >         Monitor         "External"
> >         DefaultDepth    24
> >         SubSection "Display"
> >                 Depth           16
> >                 Modes           "1280x1024" "1024x768"
> >         EndSubSection
> >         SubSection "Display"
> >                 Depth           24
> >                 Modes           "1280x1024" "1024x768"
> >         EndSubSection
> > EndSection
> >   
> 
> Keep a single entry and drop the "Modes" lines.
> Instead of the "Modes" line, add "Virtual 2048 2048" (or whatever
> virtual screen size you need to put both monitors aside).
> 
> > Section "ServerLayout"
> > 	Identifier	"Default Layout"
> >         Screen                  "LCD Screen"
> >         Screen                  "External Screen" LeftOf "LCD Screen"
> > #        Screen                  "External Screen" RightOf "LCD Screen"
> > #	Screen		"Default Screen"
> >   
> 
> Keep a single Screen line without any LeftOf/RightOf indication.
> 
> To get the same behavior with this config, you may just do something like
>     xrandr --output VGA --right-of LVDS
> after starting X to place one monitor on the right of the other one.

I know that maybe this info is anywere else, but I cannot find it. I
followed your instructions, but then I do not get the same results as
before. If I add the Virtual option, I get the same effect as before
with Xinerama. If I remove the Virtual both monitors have the same copy
of the image.

Neither of the is what I have before. Before I have two independent
monitors. It was not possible to move windows across them, etc. it was
not like Xinerama.

So, I would not say that I can upgrade reteining the old behaviour :(

Thanks.




Reply to: