TazPuppy 5.0 rc2

Under development: PCMCIA, wireless, etc.
Message
Author
didit
Posts: 25
Joined: Fri 15 Nov 2019, 15:06

#1171 Post by didit »

nvidia-xconfig

Using X configuration file: "/etc/X11/xorg.conf".

VALIDATION ERROR: Data incomplete in file /etc/X11/xorg.conf.
At least one Device section is required.

sh: pkg-config: command not found
Backed up file '/etc/X11/xorg.conf' as
'/etc/X11/xorg.conf.nvidia-xconfig-original'
Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup'
New X configuration file written to '/etc/X11/xorg.conf'

didit
Posts: 25
Joined: Fri 15 Nov 2019, 15:06

#1172 Post by didit »

Thats what i have on TazPuppy and on SCpup (nouveau driver both)
Attachments
Screenshot(1).png
chrome gpu on Scpup
(80.22 KiB) Downloaded 225 times
Screenshot-45.png
chrome gpu on tazpuppy
(66.98 KiB) Downloaded 224 times

mistfire
Posts: 1411
Joined: Wed 05 Nov 2008, 00:35
Location: PH

#1173 Post by mistfire »

@Didit
nvidia-xconfig look for entry in /etc/X11/xorg.conf, however TazPuppy does not store Xorg settings at xorg.conf. Instead it uses individual files saved at /etc/X11/xorg.conf.d folder

Did you try to use ScPup kernel and zdrv files on TazPuppy?

didit
Posts: 25
Joined: Fri 15 Nov 2019, 15:06

#1174 Post by didit »

mistfire wrote:@Didit
Did you try to use ScPup kernel and zdrv files on TazPuppy?
no i did not, scpup kernel 5.4.46 i dont know if it matters too much
Last edited by didit on Sat 04 Jul 2020, 23:53, edited 1 time in total.

mistfire
Posts: 1411
Joined: Wed 05 Nov 2008, 00:35
Location: PH

#1175 Post by mistfire »

@didit

Try to boot TazPuppy using ScPup kernel. Don't forget to rename ScPup zdrv file as zdrv_tazpup_5.0.sfs

Terry H
Posts: 708
Joined: Sun 29 Mar 2009, 16:48
Location: The Heart of Muskoka, ON Canada

#1176 Post by Terry H »

Have been running Tazpuppy RC2 for 2 days now. Frugal install on Dell laptop Core i5-5200U 8 GB RAM. I used a save folder for previous install. I had previously installed firefox-official (76.0), which successfully updated yesterday to 78.0.1. I have added a LibreOffice SFS. All working withut issue.

Tazpuppy 5.0 RC2 is running very smoothly. Great work. Thanks mistfire.

didit
Posts: 25
Joined: Fri 15 Nov 2019, 15:06

#1177 Post by didit »

mistfire wrote:@didit

Try to boot TazPuppy using ScPup kernel. Don't forget to rename ScPup zdrv file as zdrv_tazpup_5.0.sfs
yes i just tried this but nothing changed (but maybe i should use fdrv also idk)
Attachments
Screenshot111.png
tazpuppy with scpup kernel and zdrv
(134.2 KiB) Downloaded 14 times

Terry H
Posts: 708
Joined: Sun 29 Mar 2009, 16:48
Location: The Heart of Muskoka, ON Canada

#1178 Post by Terry H »

didit wrote:
mistfire wrote:@didit

Try to boot TazPuppy using ScPup kernel. Don't forget to rename ScPup zdrv file as zdrv_tazpup_5.0.sfs
yes i just tried this but nothing changed (but maybe i should use fdrv also idk)
Attached is a screenshot of the nvidia folder in an fdrv. It may contain firmware which will assist you.

If you run run from a termnal:

Code: Select all

dmesg | grep -i firmware
It may identify missing firmware, which may be in the fdrv.
Attachments
nvidia.png
Contents nvidia folder in fdrv.
(32.55 KiB) Downloaded 183 times

User avatar
GigaWatt
Posts: 5
Joined: Fri 20 Mar 2020, 14:26

#1179 Post by GigaWatt »

mistfire wrote:@Gigawatt

If you boot TazPuppy for the first time then do the following:

1. Login on commandline as root
2. Run the following commands

Code: Select all

cp /var/log/Xorg.0.log /root/
mkdir -p /root/xorg-conf-files
cp /etc/X11/xorg.conf.d/* /root/xorg-conf-files/
3. Put /home/tux/xorg-conf-files in a tarball
4. Shutdown tazpuppy and create a savefile
5. Boot other puppy
6. If savefile was a file then mount it otherwise enter to the save folder
7. Get the Xorg.0.log and the tarball you made at /home/tux/
8. Upload to this thread.
Sorry, meant to write earlier, but was busy.

I tried with an old beta (58 I believe) and yes, it doesn't load X on that beta. With the latest RC2, it does load X, but the colors are all scrambled and it looks like the graphics timings are of... you get stripes, like on a bad TV channel (back in the analog TV days) and rainbow colors. Maybe a bad driver config :?:.

I'll see if I can take a pic ;).

didit
Posts: 25
Joined: Fri 15 Nov 2019, 15:06

#1180 Post by didit »

tux@TazPuppy:~$ dmesg | grep -i firmware
pci 0000:00:00.0: [Firmware Bug]: reg 0x1c: invalid BAR (can't size)

User avatar
GigaWatt
Posts: 5
Joined: Fri 20 Mar 2020, 14:26

#1181 Post by GigaWatt »

GigaWatt wrote: I tried with an old beta (58 I believe) and yes, it doesn't load X on that beta. With the latest RC2, it does load X, but the colors are all scrambled and it looks like the graphics timings are of... you get stripes, like on a bad TV channel (back in the analog TV days) and rainbow colors. Maybe a bad driver config :?:.

I'll see if I can take a pic ;).
Pic in attachment.

The cursor doesn't seem to be scrambled and you can position it and move it just fine. Another mistake on my part, the colors are correct (since the background is kinda rainbow colored, my first impression was that the colors are also out of place), but as you can see, the whole screen... it's like the horizontal sync is off by one whole frame :?:.

I'm booting TazPuppy from a flash drive and the rig is currently running Windows XP. Everything is fine in XP, so it's not a hardware issue.
Attachments
VIA_Chrome9_Graphics_Problem.jpg
(223.15 KiB) Downloaded 7 times

didit
Posts: 25
Joined: Fri 15 Nov 2019, 15:06

#1182 Post by didit »

i replaced nouveau.ko(on my full installed tazpuppy) with one from scpup and now there is no driver loaded
root@TazPuppy:/home/tux# modprobe nouveau
modprobe: ERROR: could not insert 'nouveau': Exec format error

mistfire
Posts: 1411
Joined: Wed 05 Nov 2008, 00:35
Location: PH

#1183 Post by mistfire »

@diditt replacing nouveau.ko is a bad idea. Undo it. Since you are using the scpup kernel and zdrv files. Try to load also the scpup fdrv file, rename it as fdrv_tazpup_5.0.sfs, put it beside the zdrv file and reboot tazpuppy
Last edited by mistfire on Tue 07 Jul 2020, 03:08, edited 1 time in total.

mistfire
Posts: 1411
Joined: Wed 05 Nov 2008, 00:35
Location: PH

#1184 Post by mistfire »

GigaWatt wrote:
GigaWatt wrote: I tried with an old beta (58 I believe) and yes, it doesn't load X on that beta. With the latest RC2, it does load X, but the colors are all scrambled and it looks like the graphics timings are of... you get stripes, like on a bad TV channel (back in the analog TV days) and rainbow colors. Maybe a bad driver config :?:.

I'll see if I can take a pic ;).
Pic in attachment.

The cursor doesn't seem to be scrambled and you can position it and move it just fine. Another mistake on my part, the colors are correct (since the background is kinda rainbow colored, my first impression was that the colors are also out of place), but as you can see, the whole screen... it's like the horizontal sync is off by one whole frame :?:.

I'm booting TazPuppy from a flash drive and the rig is currently running Windows XP. Everything is fine in XP, so it's not a hardware issue.
May I see the xorg configs of your TazPuppy stored at /etc/X11/xorg.conf.d?

didit
Posts: 25
Joined: Fri 15 Nov 2019, 15:06

#1185 Post by didit »

mistfire wrote:@diditt replacing nouveau.ko is a bad idea. Undo it. Since you are using the scpup kernel and zdrv files. Try to load also the scpup fdrv file, rename it as fdrv_tazpup_5.0.sfs, put it beside the zdrv file and reboot tazpuppy
i made so but i could not run my chrome browser coz of libc.so.6 (required version 2.28 ) - i tried to paste it from my full installed tazpuppy but got segmentation fault error and also tried to paste it into chrome folder - got the same error.. So now i can't recall how i managed to run chrome previously.

mistfire
Posts: 1411
Joined: Wed 05 Nov 2008, 00:35
Location: PH

#1186 Post by mistfire »

@diditt I think you must boot TazPuppy from pristine state and create a new save file.

Post Reply