[ltp] (no subject)

Alex Deucher linux-thinkpad@linux-thinkpad.org
Tue, 26 Oct 2004 09:29:40 -0400


On Tue, 26 Oct 2004 09:56:00 +0200 (MEST), wolfgang pauli <ookami@gmx.de> wrote:
> Hi,
> 
> Thank You for the suggestions. I changed my config accordingly. But it still
> won't work. I get the same screen on both monitors and the log-file says
> "screen1 not present".  I posted the log-file now. Hope zou have time to
> look through it. Because am really a xserver-beginner I put everything
> there, as I can not tell what is important and what not.

See comments inline below.

> 
> Thanks!
> 
> Wolfgang
> 
> X Window System Version 6.8.1
> Release Date: 17 September 2004
> X Protocol Version 11, Revision 0, Release 6.8.1
> Build Operating System: Linux 2.6.7-1-686 i686 [ELF]
> Current Operating System: Linux hal9000 2.6.7-1-686 #1 Thu Jul 8 05:36:53
> EDT 2004 i686
> Build Date: 25 October 2004
>         Before reporting problems, check http://wiki.X.Org
>         to make sure that you have the latest version.
> Module Loader present
> Markers: (--) probed, (**) from config file, (==) default setting,
>         (++) from command line, (!!) notice, (II) informational,
>         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> (==) Log file: "/var/log/Xorg.0.log", Time: Tue Oct 26 09:49:13 2004
> (==) Using config file: "/usr/X11R6/lib/X11/xorg.conf"
> (==) ServerLayout "X.org Configured"
> (**) |-->Screen "Screen0" (0)
> (**) |   |-->Monitor "Monitor0"
> (**) |   |-->Device "Card0"
> (**) |-->Screen "Screen0" (1)
> (**) |   |-->Monitor "Monitor0"
> (**) |   |-->Device "Card0"
> (EE) Screen Screen1 doesn't exist: deleting placement

something is wrong with your config in either the server layout
section or the screen section.  there needs to be a separate screen
section for each head.  the log should read like this:
 (**) |-->Screen "Screen0" (0)
 (**) |   |-->Monitor "Monitor0"
 (**) |   |-->Device "Card0"
 (**) |-->Screen "Screen1" (1)
 (**) |   |-->Monitor "Monitor1"
 (**) |   |-->Device "Card1"

your screen layout should look like this:
        Screen      0  "Screen0" 0 0
	Screen	    1 "Screen1" RightOf "Screen0"
and your screen sections should look like this:
Section "Screen"
	Identifier   "Screen0"
        Device       "Card0"
        Monitor      "Monitor0"
	DefaultDepth	16
	Subsection "Display"
        	Depth       16
                Modes       "1024x768" "800x600" "640x480" 
	EndSubsection
EndSection

Section "Screen"
        Identifier   "Screen1"
        Device       "Card1"
        Monitor      "Monitor1"
        DefaultDepth    16
        Subsection "Display"
                Depth       16
                Modes       "1024x768" "800x600" "640x480"
        EndSubsection
EndSection

> (**) |-->Input Device "Mouse0"
> (**) |-->Input Device "Keyboard0"
> (**) FontPath set to
> "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/TTF/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
> (**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
> (**) ModulePath set to "/usr/X11R6/lib/modules"
> (**) Option "AllowMouseOpenFail" "true"
> (**) Option "Xinerama" "true"
> (**) Xinerama: enabled