LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-09-2006, 03:38 PM   #1
johnvillegas
Member
 
Registered: Mar 2006
Location: Boise, ID
Distribution: SuSE
Posts: 88

Rep: Reputation: 15
configuring X


I just made an attempt to configure my screen and got a "fatal server error: no screens found" error. Would I need to post the contents of the output for someone to help me, or could you take a stab at it without the contents? Thanks
 
Old 03-09-2006, 03:46 PM   #2
dcdbutler
Member
 
Registered: Jan 2005
Location: Boston
Distribution: slackware
Posts: 502

Rep: Reputation: 30
You probably have the wrong driver for your chipset. Which driver are you using? Take a look at this page.

http://wiki.x.org/wiki/FAQErrorMessages
 
Old 03-09-2006, 03:47 PM   #3
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Usually rerunning xorgconfig will fix that problem.
 
Old 03-09-2006, 03:48 PM   #4
odevans
Member
 
Registered: Nov 2005
Location: Columbus, OH, USA
Distribution: Slackware
Posts: 246

Rep: Reputation: 30
How did you attempt to configure the X server? Did you run xorgsetup or xorgconfig, or did you attempt to configure it by hand? Posting the error might help - you'll find it in /var/log/Xorg.0.log.

It's usually a good idea to post as much information as possible initially - what exactly you were trying to do, how you were trying to do it and exactly what errors you recieved - we can always scroll over the unimportant bits!
 
Old 03-09-2006, 04:47 PM   #5
johnvillegas
Member
 
Registered: Mar 2006
Location: Boise, ID
Distribution: SuSE
Posts: 88

Original Poster
Rep: Reputation: 15
I ran 'xorgconfig' and when I got done with that I tried to run 'startx', but I got the following output instead:

root@johnvillegas:/etc/X11# startx

_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/johnvillegas:0
_XSERVTransMakeA11COTSServerListeners: failed to open listener for inet6

Release Date: 18 December 2003
X Protocol Version 11, Revision 0, Release 6.7
Build Operating System: Linux 2.4.26 i686 [ELF]
Current Operating System: Linux johnvillegas 2.4.26 #6 Mon Jun 14 19:07:27 PDT 2004 i686
Build Date: 05 June 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: Thu Mar 9 14:10:00 2006
(==) Using config file: "/etc/X11/xorg.conf"
Data incomplete in file /etc/X11/xorg.conf
Undefined Monitor "MultiSync" referenced by Screen "Screen 1"
(EE) Problem parsing the config file
(EE) Error parsing the config file

Fatal server error:
no screens found

Please consult the The X.Org Foundation support
at http://wiki.X.Org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for addition information.
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.

#====================================================End of Output

So, what am I to make of all of this?
 
Old 03-09-2006, 04:55 PM   #6
odevans
Member
 
Registered: Nov 2005
Location: Columbus, OH, USA
Distribution: Slackware
Posts: 246

Rep: Reputation: 30
Quote:
Originally Posted by johnvillegas
(==) Using config file: "/etc/X11/xorg.conf"
Data incomplete in file /etc/X11/xorg.conf
Undefined Monitor "MultiSync" referenced by Screen "Screen 1"
Can you post the "Device" and "Screen" sections of your /etc/xorg.conf and let us know what graphics card / monitor you're using. Also, does X work with the xorg.conf-vesa config?
 
Old 03-09-2006, 04:57 PM   #7
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
You could try
Code:
xorgsetup
It may do a good enough job for you to get into X
 
Old 03-09-2006, 05:10 PM   #8
johnvillegas
Member
 
Registered: Mar 2006
Location: Boise, ID
Distribution: SuSE
Posts: 88

Original Poster
Rep: Reputation: 15
how do I get out of man page without rebooting?
 
Old 03-09-2006, 05:13 PM   #9
odevans
Member
 
Registered: Nov 2005
Location: Columbus, OH, USA
Distribution: Slackware
Posts: 246

Rep: Reputation: 30
Press q

(apparantly this message was too short and must be lengthened to at least 10 characters)
 
Old 03-09-2006, 05:24 PM   #10
johnvillegas
Member
 
Registered: Mar 2006
Location: Boise, ID
Distribution: SuSE
Posts: 88

Original Poster
Rep: Reputation: 15
Section "Device"
##Many lines of comments
Identifier "Card0"
Driver "i810"
VendorName "Intel Corp."
BoardName "82845G/GL [Brookdale-G] Chipset Integrated Graphics Device"
BusID "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

#================================================End of Output
 
Old 03-09-2006, 05:27 PM   #11
johnvillegas
Member
 
Registered: Mar 2006
Location: Boise, ID
Distribution: SuSE
Posts: 88

Original Poster
Rep: Reputation: 15
Video Card is the Intel Extreme Graphics 3D, and the monitor is the NEC MultiSync LCD1700V
 
Old 03-09-2006, 05:30 PM   #12
cwwilson721
Senior Member
 
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Blog Entries: 1

Rep: Reputation: 67
Try 'xorgsetup'....you maybe suprised. The DRI will work then too.
 
Old 03-09-2006, 05:34 PM   #13
johnvillegas
Member
 
Registered: Mar 2006
Location: Boise, ID
Distribution: SuSE
Posts: 88

Original Poster
Rep: Reputation: 15
Sorry, Wilson. I tried 'xorgsetup'--same error upon entering 'startx'.
 
Old 03-09-2006, 05:43 PM   #14
johnvillegas
Member
 
Registered: Mar 2006
Location: Boise, ID
Distribution: SuSE
Posts: 88

Original Poster
Rep: Reputation: 15
how do I find the vertical refresh rate and the horizontal specification that I need to properly configure X?
 
Old 03-09-2006, 06:40 PM   #15
alaskazimm
Member
 
Registered: Mar 2004
Location: Watching it snow in bush Alaska
Distribution: *ubuntu, Smoothwall, WinXP Pro
Posts: 126

Rep: Reputation: 15
Should be in your monitor handbook, or if you're lucky, on the monitor somewhere.
 
  


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
Need some help configuring rodneybeighle Linux - Networking 1 09-08-2005 03:42 PM
Not configuring Culbert Linux - Software 3 08-24-2003 10:37 AM
configuring X evian Linux - Distributions 7 07-05-2003 06:29 PM
configuring x Linux_guru_not Slackware 7 03-29-2003 06:52 AM
configuring X dictatorofgoats Linux - General 2 08-11-2001 09:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:41 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