The time now is Thu 20 Jun 2013, 07:37
All times are UTC - 4 |
|
Page 6 of 12 [180 Posts] |
Goto page: Previous 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 Next |
| Author |
Message |
Jim1911
Joined: 19 May 2008 Posts: 2354 Location: Texas, USA
|
Posted: Sat 23 Jan 2010, 14:45 Post subject:
|
|
| playdayz wrote: | @Jim1911. Are you using Namaroka (Firefox) 3.6pre; there is a link in the first message. It tests about 25% better than Firefox 3.5 on the Peacekeeper browser benchmark. It even feels faster I think.
That's due to gecko 1.9.2 as I understand it.
|
I've installed Firefox 3.6 final and it runs fine but crashes unexpectedly on some sites, also as you noted it seems faster. Although final, it still needs work. 3.5 is more reliable.
Jim
|
|
Back to top
|
|
 |
oui
Joined: 20 May 2005 Posts: 1663 Location: near Woof (Germany) :-) Acer Laptop emachines 2 GB RAM AMD64. franco-/germanophone, +/- anglophone
|
Posted: Sat 23 Jan 2010, 18:06 Post subject:
|
|
Hi
I am sorry, but for my use is this version a TOTAL FLOP and the worst of all ... the screen become completely dark at starting point of X and it is absolutely not possible to turn on the backlight of the laptop . it is extremly difficult to find the black cursor on the dark screen to restart the PC and the dark background is a difficulty more in the context...
terrible.
salut
|
|
Back to top
|
|
 |
Jim1911
Joined: 19 May 2008 Posts: 2354 Location: Texas, USA
|
Posted: Sat 23 Jan 2010, 18:31 Post subject:
|
|
oui,
Sorry about your bad experience, however, please post information about your hardware. it will be good to know which hardware is having trouble.
Thanks,
Jim
|
|
Back to top
|
|
 |
Béèm

Joined: 21 Nov 2006 Posts: 11782 Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win
|
Posted: Sat 23 Jan 2010, 19:57 Post subject:
|
|
I tried the 455 and now the 456, but I have to select xvesa as xorg doesn't work.
I did read the section about ATI, as I have a radeon 7500 card, but I don't understand what I have to put in xorg.config.
Where should I put the correct radeon driver?
EDIT
I supposed that I had to edit the xorg.conf and replace the fbdev with radeon on the driver line.
I tried, but CTRL-K nor CTRL-X brings me out of E3.
I am at a loss.
_________________ Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
Consult Wikka
Use peppyy's puppysearch
|
|
Back to top
|
|
 |
playdayz

Joined: 25 Apr 2008 Posts: 3705
|
Posted: Sat 23 Jan 2010, 23:21 Post subject:
|
|
Beem,
| Quote: | | I supposed that I had to edit the xorg.conf and replace the fbdev with radeon on the driver line. |
I think that is it exactly. Once you have made the change then it should be CTRL-K, then X to save and exit e3. Then xwin should start X. However, if youhave been using xvesa then you will need to run xorgwizard to switch back to X. My Thinkpad T22 has S3 graphics so I can give no help there unfortunately. Thank you because you have given me a clue; I don't know why that fbdev is in there at all--I don't think anyone uses it--I should take it out. You could try to remove "fbdev" from a command line and then run xorgwizard and see what happens. No guarantee. Removing fbdev might be necessary otherwise xorgwizard would just install it again. I will make a version without fbdev and post a link tomorrow--if that would be convenient.
| Code: | | rm /usr/lib/xorg/modules/drivers/fbdev_drv.so |
oui, Please note that 4.3.1 is the current release of Puppy Linux. This is a development release, so problems are to be expected. If you want a development version that might have fewer issues you might try gposil's Dpup. We are chipping away at the problems one by one. We are also tracking the latest changes that Barry makes to Woof, the Puppy builder, so sometimes a bug can sneak in that way. I have had that black screen with other versions of Puppy and it is very difficult to deal with. If you want to help debug you might try starting uPup with the line
Type that when the very first splash screen comes up and Puppy will stop before trying to start X. Then you can use e3 to read your xorg.conf (as described in the first message in this thread). If you have "fbdev" listed after "driver" then that will help because that seems to be the problem Beem is having also. You can replace "fbdev" with the driver appropriate to your video card. If you give some details about your video, someone will probably be able to figure out which driver is necessary. If you are feeling adventurous, you could try to remove "fbdev" assuming that is the driver that is causing the problem, using the command above and then rerun xorgwizard to see what happens. No guarantees of course. The version tomorrow might work for you too.
|
|
Back to top
|
|
 |
Béèm

Joined: 21 Nov 2006 Posts: 11782 Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win
|
Posted: Sun 24 Jan 2010, 09:00 Post subject:
|
|
Thanks for the tip: pfix=nox, never used it.
I removed the fbdev driver and did xorgwizard, selected as usual and issued xwin.
I came to a desktop, but I am not sure I am in xorg.
In xorg.conf fbdev isn't there anymore but I have vesa now.
So I suspect I am in xvesa, which is the way I started after xorg failed. | Code: | Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
#Option "ModeSetClearScreen" # [<bool>]
Identifier "Card0"
Driver "vesa" #card0driver
VendorName "ATI Technologies Inc"
BoardName "Radeon Mobility M7 LW [Radeon Mobility 7500]"
BusID "PCI:1:0:0"
EndSection |
_________________ Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
Consult Wikka
Use peppyy's puppysearch
|
|
Back to top
|
|
 |
oui
Joined: 20 May 2005 Posts: 1663 Location: near Woof (Germany) :-) Acer Laptop emachines 2 GB RAM AMD64. franco-/germanophone, +/- anglophone
|
Posted: Sun 24 Jan 2010, 14:32 Post subject:
|
|
hi jim
| Jim1911 wrote: | oui,
Sorry about your bad experience, however, please post information about your hardware. it will be good to know which hardware is having trouble.
Thanks,
Jim |
my hardware is a acer laptop emachines with AMD64 processor and 2 GiO RAM.
thank you to have asked for it!
salut
|
|
Back to top
|
|
 |
playdayz

Joined: 25 Apr 2008 Posts: 3705
|
Posted: Sun 24 Jan 2010, 20:49 Post subject:
Beem and Oui |
|
Beem, I think you are in xorg using the vesa driver. When you ran xorgwizard you choose Xorg rather than xvesa, right? It is confusing I know, but there is an xvesa X server (called xvesa) and there is also a vesa driver in the Xorg X server. So I think you are good. If you wanted to experiment you might edit /etc/X11/xorg.conf and change the vesa driver to radeon and then Menu -> Shutdown -> Restart xserver. Who knows what will happen. BTW, as it is what happens if you open a terminal and run "glxgears?" Do you see the gears--if so, that means glx/dri is working which is one of the goals of uPup. The Upup_456.iso which is posted in the first message in the thread now does not have the fbdev driver but that is the same as you have done on your own. Almost certainly i will be leaving fbdev out of subsequent versions of uPup. Thanks for staying with it.
----------------------------------------------------------------
oui, As I said above to Beem, the version of uPup 4.56 that is now posted does not have the fbdev video driver because I think the fbdev driver may be the reason uPup is not working for you. If you cared to experiment again, I would recommend downloading the upup_456.iso and making a live-CD and seeing what happens when it first runs xorgwizard. I hope something good happens, but ....
Searching for your machine, oui, I found several that have ATI 1200 graphics (older) or ATI 3200 graphics (newer). I am hopeful that if you try the new version of upup_456 without the fbdev video driver it will work and xorgwizard will choose the proper driver or at least a workable one. Based on the graphics, your machine could use the ati, radeon, or radeonhd video drivers, or perhaps the vesa video driver. Your info is helpful in trying to get uPup to work out of the box on more machines, so thanks.
---------------------------------------------------------------------------
pemasu
| Quote: | | PS. Fprot installation does not work anymore from menu. After installation fprot end to error > cant recognise the version number. Due to fprot version upgrade I think. It would be nice if somebody could fix it. |
i don't know much about Fprot, but i went to their site and downloaded the latest version 6. I went through the installation process and Fprot installed and ran, from the command line. There is no graphic user interface that I see--I told you I didn't know much about it. It is now "fpscan" instead of fprot. You can go to their site and try that yourself: http://www.f-prot.com/products/home_use/linux/
Were you installing Fprot by means of a pet from the Puppy Package Manager? Ah-ha, I see that I also need XF-prot to provide a gui. However i installed the XF-prot package from the Package Manager and it gives me an error that says it cannot detect F-prot's version and then it closes. I will keep experimenting but it looks like XF-Prot is not aware of the update to version 6--a lot changed evidently including the names of the executables. Plus, it looks like Ubuntu does not have any XF-Prot package so we can have it function as a command line scanner but not with a gui, so far. I got the source for XF-Prot but it would not compile successfully for me. Here is the pet I made of the command line F-Prot
http://www.diddywahdiddy.net/Puppy400/f-prot6.pet
|
|
Back to top
|
|
 |
aarf
Joined: 30 Aug 2007 Posts: 3620 Location: around the bend
|
Posted: Mon 25 Jan 2010, 00:08 Post subject:
|
|
| Quote: | Download uPup 4.56 -> http://www.diddywahdiddy.net/Puppy400/upup-456.iso
upup455.iso md5sum 87b65baf4d33db80ec5af6585b55d1e4 |
version number need a change if not also the md5sum
edit: the md5number matches with the 456 download.
_________________
ASUS EeePC Flare series 1025C 4x Intel Atom N2800 @ 1.86GHz RAM 2063MB 800x600p ATA 320G
_-¤-_
<º))))><.¸¸.•´¯`•.#.•´¯`•.¸¸. ><((((º>
|
|
Back to top
|
|
 |
aarf
Joined: 30 Aug 2007 Posts: 3620 Location: around the bend
|
Posted: Mon 25 Jan 2010, 06:00 Post subject:
|
|
unpacked 456 to a sdcard directory, pointed grub at it, booted and got
error 16; incompatible file system.
tried to delete some files in the directory and got "write-protected file system read only". under puppy i do not know how to remove these files.
_________________
ASUS EeePC Flare series 1025C 4x Intel Atom N2800 @ 1.86GHz RAM 2063MB 800x600p ATA 320G
_-¤-_
<º))))><.¸¸.•´¯`•.#.•´¯`•.¸¸. ><((((º>
|
|
Back to top
|
|
 |
Béèm

Joined: 21 Nov 2006 Posts: 11782 Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win
|
Posted: Mon 25 Jan 2010, 11:28 Post subject:
restart X, X command prompt not working. |
|
@playdayz,
Thank you for the info about the vesa driver in xorg. Wasn't aware of it.
glxgears runs ok.
I then changed vesa in radeon in xorg.conf
I wasn't able to do a restart X nothing happened.
I then did a CTRL-ALT-backspace to get the X command prompt, but I didn't get it. Instead I did get the desktop again and xorg.conf contained again vesa as driver.
_________________ Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
Consult Wikka
Use peppyy's puppysearch
|
|
Back to top
|
|
 |
Béèm

Joined: 21 Nov 2006 Posts: 11782 Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win
|
Posted: Mon 25 Jan 2010, 11:33 Post subject:
Network configuration not retained between boots. |
|
The network configuration is not retained between boots.
After a re-boot, I got connected automatically to an open router, which doesn't have the performance of mine.
The profile of my router was saved and I could reload it and then I clicked use it. I then had to request an IP again (autodhcp) and was connected to my router.
Following quite closely the forums, I see this issue is raised quite often.
_________________ Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
Consult Wikka
Use peppyy's puppysearch
|
|
Back to top
|
|
 |
aarf
Joined: 30 Aug 2007 Posts: 3620 Location: around the bend
|
Posted: Mon 25 Jan 2010, 12:58 Post subject:
|
|
| aarf wrote: | unpacked 456 to a sdcard directory, pointed grub at it, booted and got
error 16; incompatible file system.
tried to delete some files in the directory and got "write-protected file system read only". under puppy i do not know how to remove these files. |
tried chmod 777 and it failed to alter the read only file system. booted knoppix5.3 and in a root shell did to use midnight commander to delete the files one at a time because after each delete i had to go back and make the sdcard writable again.
back to puppy431, re extracted the 456.iso to the directory and booted this time all was well and just a click on my pre-installed opea10.10 portable and it works fine all bookmarks and mods included. pgprs-connect in a console gets me to post this message.
have had problems with my sdcard intermittently previously however these problems occurred in the external card writer I use for big files just to be sure. big files problems in the defective internal card reader are detailed elsewhere on here by me, and elsewhere on the web by others.
_________________
ASUS EeePC Flare series 1025C 4x Intel Atom N2800 @ 1.86GHz RAM 2063MB 800x600p ATA 320G
_-¤-_
<º))))><.¸¸.•´¯`•.#.•´¯`•.¸¸. ><((((º>
|
|
Back to top
|
|
 |
playdayz

Joined: 25 Apr 2008 Posts: 3705
|
Posted: Mon 25 Jan 2010, 19:30 Post subject:
|
|
Beem, What happens if you go through the Network Wizard and then specifically Save the configuration? I also noticed this and it seems that if on first boot (or subsequently?) I hit the Save button after everything is configured, then it will remember the proper settings on reboot. But if don't hit Save and then just say Yes at the dialog upon closing the Wizard then it is not remembered. So please click Save button and see what happens. It is working correctly for me now even though it was wonky as you say at first.
Also, if you get glxgears that means GLX/DRI is working, which is a goal of uPup because I think it results in better compatibility when it is setup correctly. Also, glxgears would not run in xvesa but will run in the Xorg server with the vesa driver.
Arrf, what are you talking about??? LOL. I am going to have to read very carefully!!!
|
|
Back to top
|
|
 |
aarf
Joined: 30 Aug 2007 Posts: 3620 Location: around the bend
|
Posted: Tue 26 Jan 2010, 00:19 Post subject:
|
|
| playdayz wrote: |
Arrf, what are you talking about??? LOL. I am going to have to read very carefully!!! |
the initial install by click-unpacking the upup456.iso to a directory on my SDcard failed and produced an impossible-to-delete-in-puppy read only file system in the upup456 directory on my SDcard. after deleting the rouge files by using knoppix, the second click-unpack-install functioned correctly. my (michalis's) portable opera is wonderful; and gprs-connect fails to put the required link into the network menu after configuration in the connect wizard and so has to be started by using #pgprs-connect in a console. this required console starting is not clear from the dialog in the network wizard and would cause new users who are unfamiliar with puppy to be disorientated and annoyed.
_________________
ASUS EeePC Flare series 1025C 4x Intel Atom N2800 @ 1.86GHz RAM 2063MB 800x600p ATA 320G
_-¤-_
<º))))><.¸¸.•´¯`•.#.•´¯`•.¸¸. ><((((º>
|
|
Back to top
|
|
 |
|
|
Page 6 of 12 [180 Posts] |
Goto page: Previous 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 Next |
|
|
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
|