LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > *BSD
User Name
Password
*BSD This forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc.

Notices


Reply
  Search this Thread
Old 01-17-2005, 12:47 PM   #1
comox
LQ Newbie
 
Registered: Jan 2005
Posts: 22

Rep: Reputation: 15
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,
 
Old 01-17-2005, 01:13 PM   #2
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
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.
 
Old 01-17-2005, 04:40 PM   #3
comox
LQ Newbie
 
Registered: Jan 2005
Posts: 22

Original Poster
Rep: Reputation: 15
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,
 
Old 01-17-2005, 04:46 PM   #4
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
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.
 
Old 01-17-2005, 05:18 PM   #5
frob23
Senior Member
 
Registered: Jan 2004
Location: Roughly 29.467N / 81.206W
Distribution: OpenBSD, Debian, FreeBSD
Posts: 1,450

Rep: Reputation: 48
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.
 
Old 01-17-2005, 05:26 PM   #6
comox
LQ Newbie
 
Registered: Jan 2005
Posts: 22

Original Poster
Rep: Reputation: 15
Great Frob23,

Now I'm done.

In case I want Freebsd to automatically start in graphical mode what should I do ?

Thanks,
 
Old 01-17-2005, 05:46 PM   #7
frob23
Senior Member
 
Registered: Jan 2004
Location: Roughly 29.467N / 81.206W
Distribution: OpenBSD, Debian, FreeBSD
Posts: 1,450

Rep: Reputation: 48
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
 
Old 01-17-2005, 05:47 PM   #8
frob23
Senior Member
 
Registered: Jan 2004
Location: Roughly 29.467N / 81.206W
Distribution: OpenBSD, Debian, FreeBSD
Posts: 1,450

Rep: Reputation: 48
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.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
"Xlib: extension "XFree86-DRI" missing on display ":0.0"." zaps Linux - Games 9 05-14-2007 03:07 PM
how to solve missing "XFree86-DRI" on display ":0.0" digitX Linux - Software 13 03-05-2005 03:46 AM
Xlib: extension "XFree86-DRI" missing on display ":0.0". fostiator Linux - Hardware 15 02-20-2005 07:13 AM
"extension "XFree86-DRI" missing on display" upgrading XFree86 to 4.3.0 on Sarge Moloko Debian 5 03-31-2004 05:06 PM
bash-2.05b# Xlib: extension "XFree86-DRI" missing on display ":0.0". citrus Linux - General 8 02-22-2004 10:43 AM

LinuxQuestions.org > Forums > Other *NIX Forums > *BSD

All times are GMT -5. The time now is 03:50 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration