LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   fatal error : NO SCREEN FOUND (https://www.linuxquestions.org/questions/slackware-14/fatal-error-no-screen-found-243443/)

kaly182 10-16-2004 11:51 AM

fatal error : NO SCREEN FOUND
 
when i install linux slackwere 10.0 and configurate (whit xorfconfig) i write startx ,in console . FATAL ERROR :

_XSERTransSocketOpenCOTSServer: unable to open Sockef for inet6
_XSERTransOpen: transport open faild for inet6 /darkstar : 0
_XSERTransMakeAllCOTSServerListeners: faild to open listener for inet6

......

FATAL IO ERROR 104 (CONECTING RESET BY PEER) ON X SERVER ":0.0" AFTER 0 REQUESTS (0 KNOWN PROCESSED) WITH 0 EVENTS REMAINING.

PLESE HEKP ME.THX.

urka58 10-16-2004 03:32 PM

Can you post your /etc/X11/xorg.conf? What hardware you are going to set up (graphic card, monitor, mouse....) Otherwise is very difficult for anybody to help you.
As a momentary fix you can try choosing the "vesa" driver while configuring the x server.
That driver should work on almost every system .
Hope this helps
Ciao

kaly182 10-17-2004 05:58 AM

how can i post you?
i have nvidia 2 mx 32mb, intel p 3 800 mhz , 256 ram , 15 giga disc , and samsung syncmaster 750p monitor , logitech mouse and chery keypad.

gbonvehi 10-17-2004 07:36 AM

Try with: X -configure
Also, how are you trying to run X, with startx ?

Oh, forgot to say, the ipv6 warnings are normal, don't worry about them
when the server crashes try to paste the lines starting with (EE)

urka58 10-17-2004 10:57 AM

The driver you should select is probably "nv"
Try this and then you'll probably be able to configure the mouse, keyboard and so on....
Ciao

kaly182 10-18-2004 03:15 AM

i have selected driver nvidia geforce . i run with startx.

kaly182 10-18-2004 03:24 AM

x -configure command dont found .
How i paste the lines starting with (EE) ?

darthtux 10-18-2004 03:42 AM

That's a capital X.
X -configure

fcaraballo 10-18-2004 12:25 PM

You should also set your monitors Horizontal and Vertical refresh rates under the Monitor section.

Example:
Code:

Section "Monitor"
    Identifier  "Monitor0"
    HorizSync  30-96 <-------
    VertRefresh 50-160 <------
    Option "DPMS"

MagicMan

marsques 10-18-2004 04:52 PM

in console (terminal screen) type $gedit

click on Open in the menu, then double click on Filesystem > etc > X11 > xorg.conf

copy all the contents in the file and past it in your next post...

blk96gt 10-18-2004 05:55 PM

Quote:

Originally posted by marsques
in console (terminal screen) type $gedit

click on Open in the menu, then double click on Filesystem > etc > X11 > xorg.conf

copy all the contents in the file and past it in your next post...

He can't start gedit since X won't start up.

fphillips 10-18-2004 10:07 PM

he can put it on floppy/usbdrive and take it to another computer.

kaly182 10-19-2004 01:56 AM

If i write $gedit it dosent appers nonhing. And if i write X -configure i dont have screen

gbonvehi 10-19-2004 02:01 AM

What do you mean by "I don't have screen", did you noticed that X -configure generates a different conf file (it defaults to /root/xorg.conf.new) and tells you how to run it using that file?
If that doesn't work try copying /etc/X11/xorg.conf-vesa to /etc/X11/xorg.conf typing:
Code:

cp /etc/X11/xorg.conf-vesa /etc/X11/xorg.conf
and then run startx

kaly182 10-19-2004 01:20 PM

It dosent change nothing.
stil same error.

...but i think there is error cose monitor.

kaly182 10-19-2004 01:29 PM

ow i forgot tell you this : when i satart my computer - computer is loading files and ther i see : kmod faild to.....

gbonvehi 10-19-2004 09:11 PM

Ok then try looking for the correct refresh rates of your monitor and be sure that they're correctly setup in the file. This errors often happens when the driver is the wrong one or when refresh rates doesn't match your monitor.

fcaraballo 10-19-2004 11:32 PM

The refresh rates in the example in my previous post was for your monitor. I had looked them up for you. :D

MagicMan

kaly182 10-20-2004 08:41 AM

but how ? with xorgconfig ?

fcaraballo 10-20-2004 04:57 PM

Sorry, yes.
Edit /etc/X11/xorg.conf and scroll down till you find the Monitor Section. Change the default values to HorizSync 30-96, VertRefresh 50-160 and save.

MagicMan

Edit:
If your not sure of which command line editor to use, try pico. It's an easy one to learn.


folkenfanel 10-20-2004 04:59 PM

X.org
 
Hi

Try these ones

xorgconfig

xorgsetup

xorgcfg

I dont remember the exact commands but i do think these are the ones, in any case they are in /usr/X11/bin. You should also try to run X with the framebuffer. In the last case, that should work until you manage to get your card to work.

Good luck!

kaly182 10-21-2004 08:41 AM

yeah but are this errors too :

(==) Log file:"/var/log/Xorg.0.log"
(==) using config file : "/etc/X11/xorg.conf"
(WW) NV: No match Device section for instance (BusID PCI:1:0:0) found
(EE) No devices detected

Are there problems with graphic card ???

marsques 10-21-2004 12:50 PM

if your computers got a bootable cdrom drive you could try a live distor such as knoppix or slackware-live... and if they successfully load X you could copy its xorg.conf file to /etc/X11/xorg.conf...


All times are GMT -5. The time now is 09:28 PM.