LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 05-07-2003, 01:30 AM   #1
madhaquer
LQ Newbie
 
Registered: May 2003
Distribution: Slack
Posts: 18

Rep: Reputation: 0
Unhappy Slackware and x windows


Hi, I'm trying to configure my X on my newly installed Slackware 9.0 but I get this error.
My hardware is a cirrus logic clgd5424 card
and lg studioworks 44i monitor

Below is te error i get when I try to start x
----------------
XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20 i686 [ELF]
Build Date: 01 March 2003
Before reporting problems, check http://www.XFree86.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/XFree86.0.log", Time: Wed May 7 05:11:56 2003
(==) Using config file: "/etc/X11/XF86Config"
(EE) No devices detected.

Fatal server error:
no screens found
-------------

Kindly assist.
 
Old 05-07-2003, 03:32 AM   #2
ozanbaba
Member
 
Registered: May 2003
Location: İzmir
Distribution: Slackware64 15.0 Multilib
Posts: 778

Rep: Reputation: 135Reputation: 135
did you install the drivers ?
 
Old 05-07-2003, 04:07 AM   #3
finidi
Member
 
Registered: Dec 2002
Location: World
Distribution: Fedora Core 4
Posts: 127

Rep: Reputation: 15
Appears to be an incomplete / incorrect config file. What method did you use to obtain the config file ? . You could try the -configure option of XFree86 and then start X with the generated config file (option -xf86config) and see what happens.
 
Old 05-07-2003, 12:50 PM   #4
madhaquer
LQ Newbie
 
Registered: May 2003
Distribution: Slack
Posts: 18

Original Poster
Rep: Reputation: 0
How do I do that.


basically I just ran xf86config and answered the questions correctly.
The driver is there coz I compiled the kernel myself and included support for it.

Do you think it's worth trying to get the xfree source and compiling it in ?
 
Old 05-07-2003, 01:31 PM   #5
finidi
Member
 
Registered: Dec 2002
Location: World
Distribution: Fedora Core 4
Posts: 127

Rep: Reputation: 15
It's simple, at the text console run:

XFree86 -configure

this will probe your hardware and write a config file in the current directory.

then

XFree86 -xf86config <the_generated_file>

and see what happens.

I did this and the generated config file was ok except for the mouse detection. Then I tweak it by hand (mouse protocol corrected and polished video modes), actually that is my X config file.

xf86config should produce a correct config file... I suggest you to make the above and compare the files, in order to discover what's wrong (if autodetection does not give good results).
 
Old 05-07-2003, 04:15 PM   #6
madhaquer
LQ Newbie
 
Registered: May 2003
Distribution: Slack
Posts: 18

Original Poster
Rep: Reputation: 0
XFree86 -configure

This seems to cause the screen to go blank.

same case applies to xf86config

what would be the cause of this.
 
Old 05-08-2003, 02:59 AM   #7
finidi
Member
 
Registered: Dec 2002
Location: World
Distribution: Fedora Core 4
Posts: 127

Rep: Reputation: 15
Screen go blank but, the server dies immediately or you have to kill it ?

Please post the server messages for diagnostic. It is at /var/log/XFree86*.log
 
Old 05-08-2003, 07:55 AM   #8
belial
LQ Newbie
 
Registered: May 2003
Distribution: GNU Linux Slackware
Posts: 18

Rep: Reputation: 0
Wink

Use xf86config to configure your Xserver but use VESA compatible driver (this is number 0 or 1 on Card Selection List but on 8.1 . I dont using 9.0 yet but it should be working ). This should work witch all cards.
 
Old 05-08-2003, 10:16 AM   #9
finidi
Member
 
Registered: Dec 2002
Location: World
Distribution: Fedora Core 4
Posts: 127

Rep: Reputation: 15
Okay with vesa driver BUT note the Cirrus Logic GD542x driver.
 
Old 05-09-2003, 02:22 AM   #10
madhaquer
LQ Newbie
 
Registered: May 2003
Distribution: Slack
Posts: 18

Original Poster
Rep: Reputation: 0
here R the contents of /var/log/XFree86.8.log

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/XFree86.8.log", Time: Wed May 7 01:15:34 2003
(EE) Unable to locate/open config file: "/root/XF86Config.new"
(EE) Error from xf86HandleConfigFile()

Fatal server error:
no screens found

When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.8.log".

Thanks for the help
 
Old 05-09-2003, 05:28 AM   #11
finidi
Member
 
Registered: Dec 2002
Location: World
Distribution: Fedora Core 4
Posts: 127

Rep: Reputation: 15
Hey... you must run first

XFree86 -configure

(that put the file "XF86Config.new" at the current directory /root ???)

then,

XFree86 -xf86config XF86Config.new

This should be enough to fire up the server. Look to this lines in the error log:

(EE) Unable to locate/open config file: "/root/XF86Config.new"
(EE) Error from xf86HandleConfigFile()

seems like the server couldn't open the config file. Perform the above two steps consecutively.

Of course, in the first run the screen doesn't go to graphic mode, it's just to probe the hardware.

Last edited by finidi; 05-09-2003 at 05:29 AM.
 
Old 05-09-2003, 05:40 AM   #12
belial
LQ Newbie
 
Registered: May 2003
Distribution: GNU Linux Slackware
Posts: 18

Rep: Reputation: 0
Smile cirrus logic

I wos use Cirrus Logic xxx in my 486 computer..
Try use any of Cirrus Logic drivers it should works.
In slackware 7.0 i use drivers from list (number 190)
Take care
If you have thats problems you should visit Xwindow homepage
 
  


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
Dual boot windows/slackware, but slackware installed first? Cryptic_K Slackware 3 11-20-2006 12:49 PM
slackware and windows paul62 Slackware 7 05-30-2005 05:34 AM
Can slackware be used on windows XP labmonkey1 Slackware 15 03-14-2004 08:44 AM
Windows Xp and slackware 9.0 Scythe Slackware 1 10-24-2003 01:55 AM
Slackware 9.0 X-Windows methsnax Linux - Newbie 3 09-17-2003 05:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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