Xorg impossible problems

Kevin Oberman oberman at es.net
Sun Sep 23 11:38:59 PDT 2007


> Date: Sun, 23 Sep 2007 19:52:14 +0200
> From: Christer Hermansson <mail at chdevelopment.se>
> Sender: owner-freebsd-x11 at freebsd.org
> 
> >And finally my xorg.conf file:
> >
> >Section "ServerLayout"
> >        Identifier     "X.org Configured"
> >        Screen      0  "Screen0" 0 0
> >        InputDevice    "Mouse0" "CorePointer"
> >        InputDevice    "Keyboard0" "CoreKeyboard"
> >EndSection
> 
> I think you should change the line  
> 
> Screen      0  "Screen0" 0 0
> 
> to
> 
> Screen      "Screen0"

See the man page for xorg.conf(5) in the section on ServerLayout.

Assuming a single screen display, there is no difference between these
two syntaxes. Xorg -config will generate the more verbose form, but the
three integer arguments are optional and default to '0', so this is
unlikely to make any difference.

Of course, if there are two screens, the extra arguments are no longer
optional. 
-- 
R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: oberman at es.net			Phone: +1 510 486-8634
Key fingerprint:059B 2DDF 031C 9BA3 14A4  EADA 927D EBB3 987B 3751
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 224 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20070923/144c1d8a/attachment.pgp


More information about the freebsd-x11 mailing list