*BSD This forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc.
Notices
Welcome to
LinuxQuestions.org , a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free.
Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please
contact us . If you need to reset your password,
click here .
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
01-17-2005, 12:47 PM
#1
LQ Newbie
Registered: Jan 2005
Posts: 22
Rep:
Undefined Screen " XFree86" reference by serverLayout "XFree86 Configured"
Hi,
I have a problem with my Xserver.
Trying to lunch it but I get the following error message:
"Undefined Screen " XFree86" reference by serverLayout "XFree86 Configured"
What does it mean and what can I do to fix it .
THanks,
01-17-2005, 01:13 PM
#2
Senior Member
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313
Rep:
You need to alter your XF86Config. What you need to do is look what the identifier is in your screen section
Code:
Section "Screen"
Identifier "Screen Configured"
Say it looks like the above change the serverlayout to match it like
Code:
Section "ServerLayout"
Identifier "XFree86 Configured"
# Screen "XFree86"
Screen "Screen Configured"
I've commented the line out with a hash, You can simply edit or delete it if you prefer.
01-17-2005, 04:40 PM
#3
LQ Newbie
Registered: Jan 2005
Posts: 22
Original Poster
Rep:
Hi,
Now the error message I get is:
" xf86Openserial: NO Device specified.
"Mouse: cannot open input Device
PreInit failed for input device "Mouse"
My mouse "InputDevice" section has the following configuration.
Section "InputDevice"
#Identifier and Driver
"Identifier " Mouse"
"Driver " mouse"
Some tell where is the mistake.
Thanks,
01-17-2005, 04:46 PM
#4
Senior Member
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313
Rep:
I'm sorry but I'm reaching the limits of my knowledge with *BSD, but I think what's missing is the device line, which will be something like:
Option "Device" "/dev/input/mice"
But the device is almost defintaley not /dev/input/mice, you'll need to look at your distro's docs for that.
01-17-2005, 05:18 PM
#5
Senior Member
Registered: Jan 2004
Location: Roughly 29.467N / 81.206W
Distribution: FreeBSD, NetBSD
Posts: 1,446
Rep:
Code:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "Buttons" "6"
Note: This is for a wheel mouse... fix the last line for the for your actual mouse.
01-17-2005, 05:26 PM
#6
LQ Newbie
Registered: Jan 2005
Posts: 22
Original Poster
Rep:
Great Frob23,
Now I'm done.
In case I want Freebsd to automatically start in graphical mode what should I do ?
Thanks,
01-17-2005, 05:46 PM
#7
Senior Member
Registered: Jan 2004
Location: Roughly 29.467N / 81.206W
Distribution: FreeBSD, NetBSD
Posts: 1,446
Rep:
Edit /etc/ttys
Change
this line:
Code:
ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure
to this:
Code:
ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm on secure
01-17-2005, 05:47 PM
#8
Senior Member
Registered: Jan 2004
Location: Roughly 29.467N / 81.206W
Distribution: FreeBSD, NetBSD
Posts: 1,446
Rep:
Note: make sure any user you want to log in through that has a valid ~/.xsession -- as ~/.xinitrc will not work. And make sure that ~/.xsession is executable.
Thread Tools
Search this Thread
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
All times are GMT -5. The time now is 08:27 AM .
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know .
Latest Threads
LQ News