Puppy Linux Discussion Forum Forum Index Puppy Linux Discussion Forum
Puppy HOME page : puppylinux.com
"THE" alternative forum : puppylinux.info
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

The time now is Sat 25 May 2013, 10:52
All times are UTC - 4
 Forum index » House Training » Bugs ( Submit bugs )
Quirky 1.2 feedback
Moderators: Flash, Ian, JohnMurga
Post new topic   Reply to topic View previous topic :: View next topic
Page 13 of 14 [196 Posts]   Goto page: Previous 1, 2, 3, ..., 11, 12, 13, 14 Next
Author Message
B.K. Johnson

Joined: 12 Oct 2009
Posts: 78

PostPosted: Thu 05 Aug 2010, 18:37    Post subject: CD eject at shutdown  

MinHundHettePerro
The mods worked in the sense that the 2 optical drives were ejected but there was additional error messages which I don't understand. Any idea what's the cause and how to fix?

Ejecting CD's...Remove the medium, then press [Enter]:

On pressing the Enter key, these lines are displayed:
udev[1654]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udev[1654]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udev[1654]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
Remove the medium, then press [Enter]:

I press the Enter key and the first drive closes, the second opens and these are displayed (again).
udev[1654]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udev[1654]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udev[1654]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system

acpid
exiting

After wiping the .2fs and re-installing Quirky, I modified /etc/rc.d/rc.shutdown again. On subsequent shutdown attempts, practcally the same result, difference being there is now udev[1676] or some other numbers each time.

B.K. Johnson
Back to top
View user's profile Send private message 
nooby

Joined: 29 Jun 2008
Posts: 9392
Location: SwedenEurope

PostPosted: Fri 06 Aug 2010, 02:57    Post subject:  

puppeee seems to have glxgears by default.

In Quirky PPM there was no glxgears when I did a search.

Is it a Pet that one download from some third source?

I had 1500 on puppeee when tested on my Acer D250 and would be cool to test what it is like when using Q120 and Lupu 508.

I still don't know enough but a bit more.

http://bkhome.org/blog/?viewDetailed=01564

Barry mention his NVidia pet and GLX gears may be part of that one.

or one can go to PPM and do Mesa install and edit ....

Barry writes

Quote:
Playdayz did have it (GlxGears) in Lupu, but there was some trouble so took it out. He might provide a PET package later if anyone wants to add it.

With Quirky 1.0, you should be able to add GLX by running the Puppy Package Manager and install the 'mesa' PET package, from the 'puppy-quirky' repository (use Search to find it).
Then edit /etc/X11/xorg.conf and change "Disable "glx"" to "Load "glx"".
...then cross your fingers and restart X.

...if GLX still fails, look at /var/log/Xorg.0.log for clues.


I don't really need it I just wanted to have something to compare different ditros and different graphics drivers how they behave.


What else can one use that are not very subjective like perceived jerkiness in rendering?

_________________

I'm a noob so I use Google Search of Puppy Forum

Back to top
View user's profile Send private message 
MinHundHettePerro


Joined: 05 Feb 2009
Posts: 831
Location: SE

PostPosted: Fri 06 Aug 2010, 09:38    Post subject: Re: CD eject at shutdown  

B.K. Johnson wrote:
MinHundHettePerro
On pressing the Enter key, these lines are displayed:
udev[1654]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udev[1654]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udev[1654]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
Remove the medium, then press [Enter]:
...
Those error messages come from udevd, complaining about /dev/.udev/xx being read-only. My naïve layman's view on this is that there cannot be any harm in killing the udev daemon at the very end of the shutdown-process (someone more knowledgeable, please, correct me if I'm wrong).
Inserting the line marked in red
Quote:
1028 touch /etc/mtab
1029 killall -9 udevd
1030 # eject all
1031 if [ "$DETECTEDCDS" ]; then
into /etc/rc.d/shutdown ejects my CD/DVD without error messages.

DISCLAIMER: I'm no expert whatsoever, just a layman kind of average tinkerer, so no guarantee that it will work in all situations Wink.

hth Smile/
MHHP

_________________
Celeron 2.8 GHz, 1 GiB RAM, i82845 graphics, many partitions, Pupmode 12 (13)
Mostly running Slacko & 214X
Nämen, vaf.... ln -s /dev/null MHHP
Back to top
View user's profile Send private message 
linuxcbon

Joined: 09 Aug 2007
Posts: 693

PostPosted: Tue 10 Aug 2010, 06:14    Post subject:  

Why use nvidia drivers, they are huge and not open-source ?

missing xorg fonts directories : /usr/X11R7/lib/X11/fonts/OTF, 100dpi, 75dpi
solution : created them and inside did mkfontdir

Last edited by linuxcbon on Tue 10 Aug 2010, 10:31; edited 2 times in total
Back to top
View user's profile Send private message 
linuxcbon

Joined: 09 Aug 2007
Posts: 693

PostPosted: Tue 10 Aug 2010, 06:40    Post subject:  

xorg.conf not needed anymore, it is done automatically.
so xorgwizard not needed anymore.
Back to top
View user's profile Send private message 
linuxcbon

Joined: 09 Aug 2007
Posts: 693

PostPosted: Tue 10 Aug 2010, 10:45    Post subject:  

why not having dhcpcd at startup ?

Why is /usr/X11R7/lib/dri empty ? Why not include dri ?

Last edited by linuxcbon on Tue 10 Aug 2010, 14:00; edited 1 time in total
Back to top
View user's profile Send private message 
linuxcbon

Joined: 09 Aug 2007
Posts: 693

PostPosted: Tue 10 Aug 2010, 11:02    Post subject:  

I installed mesa-7.8.1-s131.pet
DRI is installed in directory /usr/X11R7/lib/xorg/modules/dri
Default directory is /usr/X11R7/lib/dri
So I created symlink and DRI works.
ps : I get only 1800 at glxgears, it's bad.
Back to top
View user's profile Send private message 
nooby

Joined: 29 Jun 2008
Posts: 9392
Location: SwedenEurope

PostPosted: Wed 11 Aug 2010, 15:26    Post subject:  

It is not important to me to have glx gears. I have Omellette and that one can be used to compare different distros.

But would be cool to know what goes wrong when I only got 1500 on my Acer D250.

Ohters get over ten times better? So in that way glx gears would be cool.

I din't dare to use Mesa, it could change something else so I lose what has taken me some 8 months to slowly build up.

Sure I could do a whole new install with other name and there install Mesa Hmm

_________________

I'm a noob so I use Google Search of Puppy Forum

Back to top
View user's profile Send private message 
linuxcbon

Joined: 09 Aug 2007
Posts: 693

PostPosted: Wed 11 Aug 2010, 15:36    Post subject:  

nooby you can install it from livecd so you don't lose anything.
glxgears is not a benchmark but you can compare with other distros on the same pc.
Back to top
View user's profile Send private message 
ozsouth

Joined: 01 Jan 2010
Posts: 83
Location: S.E Australia

PostPosted: Thu 12 Aug 2010, 23:25    Post subject: Is Great  

This is fantastic. All my Compaq C61 hardware works. To install on older machines, I replaced ondemand cpu scaling with conservative, due to temperature warnings. Fine now.
Back to top
View user's profile Send private message 
nitehawk


Joined: 13 Apr 2008
Posts: 487
Location: Florida, USA

PostPosted: Fri 13 Aug 2010, 09:10    Post subject:  

Quirky 1.2 is FAST! Couldn't find Abiword,..but added Ted (works great). Looking for Nvidia Legacy driver for Quirky,...and maybe Java. (but not sure if I really need either one). Smile
EDIT: Did a re-install of Quirky 1.2,...and Abiword is there (guess I just did something wrong with the original install). Everything OK now. Smile
Back to top
View user's profile Send private message 
linuxcbon

Joined: 09 Aug 2007
Posts: 693

PostPosted: Sun 15 Aug 2010, 08:35    Post subject:  

Is /dev/shm needed ?
Back to top
View user's profile Send private message 
linuxcbon

Joined: 09 Aug 2007
Posts: 693

PostPosted: Thu 19 Aug 2010, 20:57    Post subject:  

seamonkey should be /usr/lib/seamonkey/seamonkey
and not in /usr/bin which looks for wrong libraries
Back to top
View user's profile Send private message 
linuxcbon

Joined: 09 Aug 2007
Posts: 693

PostPosted: Sat 21 Aug 2010, 11:31    Post subject:  

in /tmp/xerrs.log
Quote:
/usr/sbin/delayedrun: line 40: blinky_tray: command not found

Quote:
/usr/sbin/delayedrun: line 128: 4933 Segmentation fault $a
cat: /sys/class/thermal/thermal_zone0/temp: No such file or directory
Back to top
View user's profile Send private message 
linuxcbon

Joined: 09 Aug 2007
Posts: 693

PostPosted: Mon 23 Aug 2010, 14:18    Post subject:  

what a mess in etc/rc.d
and in /dev
and in /etc/group gshadow etc
and .Xdefaults .xinitrc
not optimum !
Back to top
View user's profile Send private message 
Display posts from previous:   Sort by:   
Page 13 of 14 [196 Posts]   Goto page: Previous 1, 2, 3, ..., 11, 12, 13, 14 Next
Post new topic   Reply to topic View previous topic :: View next topic
 Forum index » House Training » Bugs ( Submit bugs )
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.0774s ][ Queries: 13 (0.0077s) ][ GZIP on ]