SliTaz SliTaz Forum

You are not logged in.

#26 2018-02-18 14:37:31

kultex
Administrator
Registered: 2011-03-28
Posts: 1,175

Re: slitaz, GMA, xorg, opengl..

opengl is the next stepp....

I need the Xorg.0.log and if next displays correct 1024x600 then also Xorg.0.log from next - if next is also 800x600 then the Xorg.0.log from another linux, that is 1024x600

Offline

#27 2018-02-18 15:26:19

lm2
Member
Registered: 2017-02-16
Posts: 155

Re: slitaz, GMA, xorg, opengl..

ty for the reply

here, by using the uploaded rootfs.gz, with the already slitaz installed (not a live) sli5

https://paste.fedoraproject.org/paste/W6vS~zEpNADACYPjuzBJ-Q/raw

https://paste.fedoraproject.org/paste/Vi~gtqN8AKpxcZN79KayPg/raw

Offline

#28 2018-02-18 15:27:02

lm2
Member
Registered: 2017-02-16
Posts: 155

Re: slitaz, GMA, xorg, opengl..

the xorg in next live was showing proper 1024x600 screen; xorg.0.log was on previous pages.

Offline

#29 2018-02-18 16:00:40

kultex
Administrator
Registered: 2011-03-28
Posts: 1,175

Re: slitaz, GMA, xorg, opengl..

this bootline is wrong and you are still using vesa...

root=/dev/sda6 quiet initrd=/boot/rootfs22.gz screen=text

this is for booting the iso/rootfs.gz

title SliTaz cooking

kernel /boot/vmlinuz-3.2.98 rw root=/dev/null vga=normal

initrd /boot/rootfs.gz

this is for boot from installation

title SliTaz GNU/Linux (cooking)

root (hd0,1)

kernel /boot/vmlinuz-3.2.98-slitaz root=/dev/sda2

Offline

#30 2018-02-18 16:06:05

lm2
Member
Registered: 2017-02-16
Posts: 155

Re: slitaz, GMA, xorg, opengl..

i dont understand..

when i try to boot on another file, here the rootfs.gz you uploaded, i put it in the /boot with another name, i change the name in the grub to make it booting on.

i always keep the original files.

but it's booting the rootfs you uploaded..

(and i made back the changes by setting intel in the tazx tool, which is using the vesa so, as you asked to do not modify xorg conf files...)

Offline

#31 2018-02-18 17:54:24

kultex
Administrator
Registered: 2011-03-28
Posts: 1,175

Re: slitaz, GMA, xorg, opengl..

but when I look the the Xorg.0.log, I just can see, that there is somesthing wrong

[    20.941] Kernel command line: root=/dev/sda6 quiet  initrd=/boot/rootfs22.gz

root=/dev/sda6 is wrong

and then the lines

[    21.761] (II) UnloadModule: "intel"

[    21.761] (II) Unloading intel

tell, that you are using vesa not intel driver

can you add this line to your menu.lst

title SliTaz cooking with intel driver

kernel /boot/vmlinuz-3.2.98 rw root=/dev/null vga=normal

initrd /boot/rootfs22.gz

and then boot this

Offline

#32 2018-02-18 18:03:25

lm2
Member
Registered: 2017-02-16
Posts: 155

Re: slitaz, GMA, xorg, opengl..

i'm gonna try;

just understand:

tazx, select intel driver ==> vesa/fbdev, no intel driver added to xorg conf files; not in RC5.

i'm gonna try for the root=/dev/null

Offline

#33 2018-02-18 18:07:13

lm2
Member
Registered: 2017-02-16
Posts: 155

Re: slitaz, GMA, xorg, opengl..

just replaced /dev/sda6 by /dev/null :

kernel panic - not syncing : vfs unable to mount root fs on unknown block (0;0)

i knew i had to let this.. it's not about to boot linux without this

Offline

#34 2018-02-18 18:11:39

kultex
Administrator
Registered: 2011-03-28
Posts: 1,175

Re: slitaz, GMA, xorg, opengl..

post your grub lines

Offline

#35 2018-02-18 18:51:54

lm2
Member
Registered: 2017-02-16
Posts: 155

Re: slitaz, GMA, xorg, opengl..

title SliTaz GNU/Linux (Kernel 3.2.71-slitaz)

(hd0.4)

kernel /boot/vmlinuz-3.2.71-slitaz root=/dev/sda6 quiet  initrd=/boot/rootfs22.gz

Offline

#36 2018-02-18 19:46:03

kultex
Administrator
Registered: 2011-03-28
Posts: 1,175

Re: slitaz, GMA, xorg, opengl..

you have to add this to your menu.lst and boot this!

title SliTaz cooking with intel driver

kernel (hd0,0)/boot/vmlinuz-3.2.98 rw root=/dev/null

initrd (hd0,0)/boot/rootfs22.gz

and there must be vmlinuz-3.2.98   my rootfs.gz is with 3.2.98

and adopt the (hd0,0) where your /boot folder is.....

Offline

#37 2018-02-18 20:11:02

lm2
Member
Registered: 2017-02-16
Posts: 155

Re: slitaz, GMA, xorg, opengl..

doing this just crashes linux at startup..

Offline

#38 2018-02-18 20:46:54

michaelbischof
Member
Registered: 2012-01-20
Posts: 536

Re: slitaz, GMA, xorg, opengl..

@ Kultex

Isn't there a mistake? If you boot from an installed Slitaz you will not use a initrd-line, will you?

And if you use this frugal install the first kernel line must be /boot/bzImage rw root=/dev/null nomodeset

I just booted from Live-CD on an older machine with this graphic card:

NVIDIA Corporation C51 [GeForce 6150 LE] (rev a2)

Without nomodeset I see a disturbed unuseful crazy screen, with it it works flawlessly.

Offline

#39 2018-02-18 21:31:12

kultex
Administrator
Registered: 2011-03-28
Posts: 1,175

Re: slitaz, GMA, xorg, opengl..

@ michaelbischof

in your case it is clear - nomodeset forced the iso to use vesa instead of fbdev driver - some geforce cards dont work with fbdev.  But to get full grafic power, you have to install the nvidia driver.

lm2 has a intel video card and I made him a rootfs.gz with intel drivers and I wanted, that he boots this rootfs.gz not his installed slitaz.

@lm2

maybe my rootfs.gz was damaged with up and download from wetransfer..

no more ideas - only try it with the normal iso - and try it with screen=text and tazx

because you can boot the normal iso.....

Offline

#40 2018-02-18 22:28:32

lm2
Member
Registered: 2017-02-16
Posts: 155

Re: slitaz, GMA, xorg, opengl..

what do you call normal iso?

up to here on this thread i was dealing with the installed slitaz: rc5, and the only one time i changed was with the Next iso.

so i dont know what to do;

ps: on slitaz 5, when using tazx to install intel driver, yes, that puts vesa in the first card on the 60-device.

Offline

#41 2018-02-19 05:53:45

kultex
Administrator
Registered: 2011-03-28
Posts: 1,175

Re: slitaz, GMA, xorg, opengl..

the problem with your installed slitaz version is, that I do not know what you changed - I just see in the xorg.0.log strange bootlines, I dont know what you mean with rc5 - I gess you mean RC3  - but rc3 is now nearly 3 years old and there are hundreds of changes.

The only possibilty I see is - you have to boot last slitaz rolling to text mode, get root, run tazx, get back to tux, startx manually and post the output of Xorg.0.log

and one more time, you cannot run tazx, when X is running with vesa

Offline

#42 2018-02-19 11:26:18

lm2
Member
Registered: 2017-02-16
Posts: 155

Re: slitaz, GMA, xorg, opengl..

so i'm talking about rc3 yes, the 3rd RC of slitaz 5, sorry

i'm using slitaz 5 since two years now, i'm not gonna upgrade because it's enough well for me

so slitaz rolling means s5rc3? the HDD installation so...

i can try the text mode... to xorg.0.log experiment in few hours.

i always run tazx in command; when i put intel on the 60-device, xorg just doesnt launch; but i always have access to the tazx tool, even in command line

Offline

#43 2018-02-19 16:47:45

kultex
Administrator
Registered: 2011-03-28
Posts: 1,175

Re: slitaz, GMA, xorg, opengl..

maybe its a matter of security? and not a matter of enough well?

and maybe we have now a new kernel and the packages you install now dont fit to the old packages from RC3?

and if I dont see screen=text in the Xorg.0.log as bootparameter, no more help

Offline

#44 2018-02-19 19:59:58

lm2
Member
Registered: 2017-02-16
Posts: 155

Re: slitaz, GMA, xorg, opengl..

so here if i understand well you want the xorg.0.log of each :

slitaz 5 rc3 booting in liveusb

slitaz 5 on installed hdd

slitaz next

?

with for each one, the screen=text, and do i have to do a tazx for installing intel driver on taz5? do i have to check if it's intel or vesa?

Offline

#45 2018-02-19 20:01:43

lm2
Member
Registered: 2017-02-16
Posts: 155

Re: slitaz, GMA, xorg, opengl..

btw i just booted on liveusb slitaz 5Rc4 20180211 with screen=text in grub line (then enter right?)

==> directly to the lxde desktop, it doesnt boot directly in shell/tty

Offline

#46 2018-02-19 20:58:24

kultex
Administrator
Registered: 2011-03-28
Posts: 1,175

Re: slitaz, GMA, xorg, opengl..

only last rolling iso - nothing else

Offline

#47 2018-02-19 21:44:32

lm2
Member
Registered: 2017-02-16
Posts: 155

Re: slitaz, GMA, xorg, opengl..

yes, so :

i put it on usb stick

i boot on it

i tab just after language

i add screen=text

i wait the shell or desktop

i give you the xorg.log

i just did this, it goes on the lxde desktop

Offline

#48 2018-02-20 07:34:27

Ceel
Administrator
Registered: 2011-04-02
Posts: 1,424

Re: slitaz, GMA, xorg, opengl..

@ lm2,

In Rolling ISO, you have a first screen for language then a second with core, web boot...

On this second screen, select core, hit [Tab] and add screen=text at the end of the line. SliTaz will boot in text mode.

Offline

#49 2018-02-20 10:54:19

lm2
Member
Registered: 2017-02-16
Posts: 155

Re: slitaz, GMA, xorg, opengl..

@ceel thankies

here it is, for rolling of taz5 :

https://paste.fedoraproject.org/paste/JJ3gJb2l6Ftsm~Zhx3ysNg/raw

https://paste.fedoraproject.org/paste/ChQS0ld7z12RTiJOh9DYXA/raw

staying at your disposition to solve this..

Offline

#50 2018-02-20 12:42:35

kultex
Administrator
Registered: 2011-03-28
Posts: 1,175

Re: slitaz, GMA, xorg, opengl..

please explain what is xorg.0.log and xorg.2.log

and it would be nice to have the Xorg.0.log from next - it is not in former posts

and for the future please use only screen=text no home=

Offline

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

Board footer

Powered by FluxBB
Modified by Visman

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