SliTaz SliTaz Forum

You are not logged in.

#1 2011-09-12 08:55:36

outwork
Member
Registered: 2011-03-29
Posts: 15

Slitaz live cd - no gui

Today ive tried to install slitaz on my old machine, but i have no gui after the boot. I tried "startx" command but i get an error message, something like these: "fatat server error: no screen found". I verified the xorg.conf file, it was empty, after these i genereated a new one with "X -configure" command and copied the content of the new xorg.conf file to /etc/X11/xorg.conf. After these i tried the "startx" command, ive get the same error like the beginning.

Some notes: i have an integrated nvidia graphics card ( i think it is a 7025 one), and i dont have a ext3/ext4 formated partition ( i read somewhere that if you dont have a formated partition into ext3 or ext4 the Xorg couldnt start - these could be my problem?). At the moment im not at home, so some informations provided in these post could be incorrect, when i will be at home i will fix these errors. THX

Offline

#2 2011-09-13 06:07:52

outwork
Member
Registered: 2011-03-29
Posts: 15

Re: Slitaz live cd - no gui

any ideas?

Offline

#3 2011-09-13 06:49:58

Tommy Gunn
Member
Registered: 2011-09-03
Posts: 18

Re: Slitaz live cd - no gui

Sorry for my bad english. When GUI disappeared? When you boot livecd or already installed SliTaz?

Offline

#4 2011-09-13 07:02:59

Tommy Gunn
Member
Registered: 2011-09-03
Posts: 18

Re: Slitaz live cd - no gui

If livecd, it unnecessary to have ext3 or ext4 or any other partition. Because livecd  put itself to RAM and do not need any hard drive.

If you want to install SliTaz, Installator automaticly formate partion that your choose to ext3.

Offline

#5 2011-09-13 09:41:35

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: Slitaz live cd - no gui

@outwork

If your connected to internet

Login to console as root password: root

tazx

Choose nv for nvidia

Should recharge tazpkg then download/install nv and configure xorg

Use either startx or /etc/init.d/slim start to start xorg

For more help give the complete output:

uname -a

lspci -nn | grep -i VGA

Offline

#6 2011-09-13 20:38:46

outwork
Member
Registered: 2011-03-29
Posts: 15

Re: Slitaz live cd - no gui

@Tommy Gunn: it is a livecd

@mojo: Here are the outputs:
uname -a:
Linux slitaz 2.6.37-slitaz #2 SMP Sat May 21 19:25:28 CEST 2011 i686 GNU/LINUX

lspci -nn | grep -i VGA:
00:0d:0 VGA compatible controller [0300] : nVidia  Corporation C61 [GeForce 7025/nForce 630a] [10dc:03d6] [rev a2]

I installed the nvidia driver but i get an error message (i will update my post with the exact error message)

update: the error message after installing the nvidia driver:

_XSERVTransSocketOpenCOTTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/slitaz:1
_XSERVTransMakeALLCOTTSServerListners: failed to open listner for inet6

X.ORG X Server 1.9.5
Release date: [...]
Build Operating System: [...]
Current Operating System: [...]
Kernel Command Line: [...]
Build date: [...]

Current version of pixman: 0.22.0

[...]

List of video drivers:
       nv
       vesa

Number of created screens does not match number of detected devices.
Configuration failed.

Offline

#7 2011-09-14 01:41:27

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: Slitaz live cd - no gui

The nv driver doesn't work with your graphics.

Try configuring xorg.conf to get a screen with the vesa driver.

Instructions: http://doc.slitaz.org/en:guides:xorg-xvesa /Configuring X/Adding Resolutions

Offline

#8 2011-09-14 04:31:39

outwork
Member
Registered: 2011-03-29
Posts: 15

Re: Slitaz live cd - no gui

I have an old xorg.conf file (it was generated about 2 years ago in ubuntu). Can I use these settings to create the new xorg?

The xorg.conf file: http://pastebin.com/upM2c243

"The nv driver doesn’t work with your graphics."
I dont have to install nvidia driver?

Offline

#9 2011-09-16 09:26:13

outwork
Member
Registered: 2011-03-29
Posts: 15

Re: Slitaz live cd - no gui

I created a new xorg.conf file from my old config file. Here it is: http://pastebin.com/VcThiE1L
I replaced the old one with these and after these i typed "startx", the problem is the same: “fatat server error: no screen found” I made a mistake in the xorg.conf file or the file is incomplet?  I must to type any command to use the new xorg.conf settings? any suggestion? Thx

Offline

#10 2011-09-17 05:43:33

outwork
Member
Registered: 2011-03-29
Posts: 15

Re: Slitaz live cd - no gui

update: here is my Xorg.0.log file: http://pastebin.com/Jx2xGPLN

There is an error at the end of the file:

[   332.019] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[   332.019] (EE) NV: The PCI device 0x10de03d6 ((null)) at 00@00:13:0 has a kernel module claiming it.
[   332.019] (EE) NV: This driver cannot operate until it has been unloaded.
[   332.019] Number of created screens does not match number of detected devices.
  Configuration failed.

I think these could be the key of my problem. Please help me!

Offline

#11 2011-09-17 06:57:24

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: Slitaz live cd - no gui

nouveau module in linux-drm is a problem.

Add screen=text to bootcode

Login as root password: root

#tazpkg remove linux-drm

When you're asked if you want to remove packages depending on it hit Enter(No)

#tazx

Install nv

#/etc/init.d/slim start

Offline

#12 2011-09-17 07:14:56

outwork
Member
Registered: 2011-03-29
Posts: 15

Re: Slitaz live cd - no gui

Thank you for the reply. Ive tried what you said but these dont resolved my problem (ive get these same error). Other suggestion?

Offline

#13 2011-09-17 15:25:11

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: Slitaz live cd - no gui

Add nomodeset to bootcode

#tazx

Install nv

#/etc/init.d/slim start

Offline

#14 2011-09-17 16:24:14

outwork
Member
Registered: 2011-03-29
Posts: 15

Re: Slitaz live cd - no gui

Yes! Finally the desktop appears, but the image quality is ultra-low ( there is a problem with the refresh too ) how can i fix it?

update: i resolved the problem, now the screen is sharp (installed lxrandr and set the refresh rate to 60Hz)

The current maximum resolution is now 1024x768. How can I add 1280x1024? Thx

Offline

#15 2011-09-17 18:25:24

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: Slitaz live cd - no gui

I've never been able to get a resolution higher than 1024x768 with the VESA driver.

Look at your Xorg.0.log ,usually it's hardware limitations because you don't have sufficient video memory to drive the display.Xorg-server will try numerous resolutions and give the reason it failed in the log.

Offline

#16 2011-09-17 19:29:30

outwork
Member
Registered: 2011-03-29
Posts: 15

Re: Slitaz live cd - no gui

but i use the"nv" driver, not the VESA.

P.S. I will update my post with the Xorg.0.log file. Thank you for your support, i learned a lot smile

Offline

#17 2012-12-17 17:43:10

jjk
Member
Registered: 2012-09-22
Posts: 82

Re: Slitaz live cd - no gui

I've pretty much the same problem, how did you exactly fix this, i tried the fixes described in the posts above. boot with screen=text and nomodeset run tazx install xorg, install nv driver (i got nvidia video card, vesa driver has same problem, tried that too). it gives error: "screen number doesn't match or something". what should i do?

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.019 seconds, 8 queries executed - Memory usage: 1.56 MiB (Peak: 1.77 MiB) ]