LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   why does the command "startx" fail in SLAX (https://www.linuxquestions.org/questions/linux-newbie-8/why-does-the-command-startx-fail-in-slax-585645/)

billexists 09-18-2007 03:58 PM

why does the command "startx" fail in SLAX
 
firstly i am very new to this so if you need me to tell you some info or data from my pc if you could just gently tell me how i would be very grateful.

my question is this:
i am in the process of trying to put linux on my ipod video 5g following this tutorial:

http://ipodlinux.org/forums/viewtopic.php?t=7748

i am currently on step 2.3, when i type in "startx" to slax i get the following error:


(EE)screen(s) found but none have a usable configuration

Fatal server error:
No screens found

...
...

fatal IO error 104 (Connection reset by peer) on X server "0.0"
after 0 requests (0 known processed) with 0 events remaining
.

thanks in advance for anyhelp.

ps. if anyone knows a simpler way for me to get linux and rockboc working on my ipod video i would be very grateful, my end goal is to have DOOM and SUPER MARIO on my ipod.

thanks again

billexists.

Peacedog 09-18-2007 04:09 PM

Hi billexists, Welcome to lq. Did you have a look at either of these?

http://www.slax.org/doc_first_steps_...hp#startinggui

http://www.slax.org/doc_troubleshoot.php#xwindow

Good luck. ;-)

billexists 10-07-2007 08:37 AM

i have looked at both the links you sent me and neither seems to have anything for my particular problem, though thanks very much for trying.

does anyone know what could be the problem with my slax?

thanks again.

Slick666 10-07-2007 08:46 AM

I'm not familiar with SLAX but it's clear that your xserver configuration (/etc/X11/xorg.conf) is not configured correctly.

According to those links you use a program "xconf" to configure the xserver automatically. I would try this again and see if it works. If not I think it is a matter of configuration you xorg.conf file manually. You can take a look in there and see if it makes sense and simply fix it yourself.

To give you some help in this you'll be looking for an entry called "Screen". Everything is defined at the top of the document (screen, mouse, keyboard, videocard, ect,) and then brought together in the server definition at the end. I suspect you'll find your "Screen" element is not defined correctly or simply spell wrong at the end.

I hope this helps

zahav8 10-07-2007 01:21 PM

Startx
 
Hi hello!!

Try to boot as "slax nohotplug", then run xconf, and startx on next (if you "pass" xconf without problems.
enjoy.

saikee 10-07-2007 01:42 PM

This is a common problem whenever a Linux mismatches the video driver or the screen scanning frequencies.

Linux operates on generic drivers for the monitors and video cards. If the one you have isn't listed then Linux will try its best to run a setting it thinks best fit your situation.

The problem can be easily cured if you know what sort of Linux standard driver will work for your video card and edit the scanning frequencies to match those provided by the manufacturer.

Remember you don't supply a driver in running Linux but you need to try a few drivers to get the best result.

I think you may be able to run the X-windows configurator in Slax terminal mode. Try this command
Code:

xorgconfig
The error of the Xorg is listed in /var/log/Xorg.0.log
The xorg cinfiguration is in /etc/X11/xorg.conf which is a text file you can edit
The drivers are stored in /usr/X11R6/lib/modules/drivers or
/usr/lib/xorg/modules/drivers.

Once you have edited the xorg.conf, save the file and try "startx" again until it works.


All times are GMT -5. The time now is 06:56 AM.