TazPuppy 5.0 rc2

Under development: PCMCIA, wireless, etc.
Message
Author
mistfire
Posts: 1411
Joined: Wed 05 Nov 2008, 00:35
Location: PH

#1156 Post by mistfire »

@gabtech
Did you boot TazPuppy on pristine state? May I see the screenshot of your TazPuppy?

@proebler
Setting screen brightness was on the TazPanel.

gabtech
Posts: 107
Joined: Sun 14 Apr 2013, 11:42

Tazpup(desktop)

#1157 Post by gabtech »


proebler
Posts: 178
Joined: Tue 24 Jan 2012, 11:15
Location: TAS

#1158 Post by proebler »

mistfire wrote:@proebler
Setting screen brightness was on the TazPanel.
.. not when you are logged in as tux :wink:

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

#1159 Post by mistfire »

@proebler

When you logged in as non-root user

Click user icon on TazPanel (colored green, around upper right corner). It will prompt you logged in as root

Username: root
Password: root

When logged in, the user icon will became slitaz icon.

The TazPanel is now on root mode

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

#1160 Post by mistfire »

@gabtech

That's weird that lxpanel crash on your computer while on @proebler's computer doesn't.

Do the following:

1. Boot tazpuppy in pristine state
2. Logged in as root
3. Click Documents from Desktop and go to /usr/bin
4. Right click Xorg and open with geany
5. Press CTRL + H or Click Edit>Replace from menu bar

Find: "$@"
Replace with: "$@" 2>/root/xerrs.log

6. Click "Replace" twice
7. Click Save
8. Press CTRL + ALT + BACKSPACE to restart Xorg
9. Logged in as tux
10. Wait for at least a minute after logged in
11. Click Documents from Desktop and go to /root
12. Get xerrs.log file and save on your storage device

13. Boot other puppy and send the xerrs.log that you saved from storage device here

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

#1161 Post by Terry H »

New manual frugal install tazpuppy beta55 to Sandisk Ultra Fit Flash drive, manually installed palemoon 28.9.3. Created Save folder. All working well.

Thank you mistfire for your continued development work.

gabtech
Posts: 107
Joined: Sun 14 Apr 2013, 11:42

#1162 Post by gabtech »


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

#1163 Post by mistfire »

TazPuppy 5.0 beta 56

Changes:
* On the fly changing save session manager settings for PUPMODE 3/7/13
* Improved package management

Download: https://drive.google.com/file/d/1yUqhJG ... nEnkNUYIzX
MD5 Checksum: 4ec24cd186690a66509953649de67d0d

Build kit: https://drive.google.com/file/d/1SGwxPu ... r5nCR4VRln

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

#1164 Post by mistfire »

On my latest experiment, I successfully modified tazpkg to make it independent and stand alone. I was able to run tazpkg on puppy without tazpuppy or slitaz. It only requires busybox and awk for command line.

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

#1165 Post by mistfire »

TazPuppy 5.0 Release Candidate 1 released

Changes:
* Some improvements on package management. Tazpkg is now stand-alone and fully independent
* Fixed issues on xdg components

Download: https://drive.google.com/file/d/1AYPCAU ... sp=sharing
MD5 Checksum: 0854fdae774d8a41482440fdde9934e8

Build kit: https://drive.google.com/file/d/1rCI3Ne ... sp=sharing

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

#1166 Post by mistfire »

TazPuppy build kit has been uploaded

Download link at the first post of this thread

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

#1167 Post by mistfire »

On my latest experiment, I succesfully ran slitaz cooker, I able to compile source code and build slitaz packages using tazpuppy.

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

#1168 Post by mistfire »

TazPuppy 5.0 Release Candidate 2 released

Changes:
* Easy to setup slitaz cooker.
* Slitaz cooker server is now added on menu
* Some bugfixes

Download: https://drive.google.com/file/d/1cMON88 ... VqmcMJdhyd
MD5 Checksum: ea8d96eb2e44f5f1321fa70a15717c47

Build Kit: https://drive.google.com/file/d/1rxQRV0 ... olCAQvwm6x

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

#1169 Post by GigaWatt »

Doesn't load X on old VIA Chrome9 HC IGP integrated graphics. Haven't tested with any other VIA Chrome integrated graphics chips.

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

#1170 Post by mistfire »

@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.

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

Post Reply