pupeee 4.2

For talk and support relating specifically to Puppy derivatives
Message
Author
luther349
Posts: 61
Joined: Wed 01 Apr 2009, 04:02

#76 Post by luther349 »

yes i was going to do one with more support but i also wanted to get the gma945 into dri mode so the eee has full video and light gaming ability on puppy. but i have ran into a wall with dri. even with the drm installed all i get is a black screen.

as for the guy asking on how to make a puplett its not that hard puppy has all the tools you need to make one. make your changes be it extra pets or patches or other changes and use the re-master tool to make a new iso. and post it hear in this fourm.

i never thought pupeee 4.2 would get such a large user base :) form the few changes i did. but by time puppy 5x comes out i may not need to make another. support may be truly out of the box.

sirAlex
Posts: 2
Joined: Wed 01 Jul 2009, 23:06

#77 Post by sirAlex »

eeepc 701
1) pupeee4.2 does not remember brightness level after reboot and brightness changing sometimes to max level during video playback
2) package manager in 4.2 does not fit to screen so it is very hard to delete packages.
3)touchpad has problems with sensitivity (vs ubuntu or win)
4)sometimes hangs up while saving session before power off.

there are no problems 1,2,4 in pupeee3

jakfish
Posts: 762
Joined: Fri 18 Jul 2008, 19:09

#78 Post by jakfish »

Search for xbacklight-1.1 and its thread. That'll take care of your backlight issue.

Search for pet uninstaller for eee (maybe called "petget package manager"). That'll show all your installed apps.

Haven't noticed touchpad problems with my eee 900. As for shutdown problems, make sure networks/wifi shut down BEFORE you turn off. That'll help. Shutdown still not perfect.

Jake

luther349
Posts: 61
Joined: Wed 01 Apr 2009, 04:02

#79 Post by luther349 »

sometimes the ssd does hang of saving but if you wait it out it does save. but the build was made to be installed.

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#80 Post by tempestuous »

Shutdown fix -
http://www.murga-linux.com/puppy/viewto ... 714#238714

xbacklight is here -
http://www.murga-linux.com/puppy/viewto ... 629#250629
but read further down the thread; the asus_acpi control method might be better.

Touchpad - somewhere on the forum someone mentioned an xorg.conf adjustment which will fix touchpad sensitivity.

luther349
Posts: 61
Joined: Wed 01 Apr 2009, 04:02

new pupee

#81 Post by luther349 »

hey im back at it

if anyone knoes where i can find a drm pet for 4.2 so i can get opengl working please point me to it.

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#82 Post by tempestuous »

Puppy 4.x already contains the DRM kernel modules. For the Eee it's i915. Check with this command

Code: Select all

modinfo i915
For 3D you also need the Xorg DRI libraries -
http://distro.ibiblio.org/pub/linux/dis ... ri-7.3.pet
But I warn that 3D with the Intel driver under Puppy's current Xorg7.3 hasn't met with success by the various people who have tried it.
I believe there's a proprietary Intel 3D driver which might work. I think MU posted information about it at one stage.

Apparently the opensource Intel driver is much improved in Xorg 7.4. There is some discussion on the Developer Blog about this.

luther349
Posts: 61
Joined: Wed 01 Apr 2009, 04:02

#83 Post by luther349 »

yes all i get is a black screen with 7.3 and 7.4 wont go into dri at all. i tried loading libdrm using rmmod drm and it said not found. trust me i tryed many guides on this matter nothing works. best i can do is lock x up. even installing a newer intel driver and drm did not work. getting puppy into 3d is just a pain. why they dont include it as a recompiled add on is just dumb. almost every media player uses it for better video modes.

why i said i hit a wall on another release being i want this feature to get the eee gma 945 into full video acell. and even light gaming lol but i never got anything other then anarchy and runscape to run playable.

but i guess ill play with 7.4 more and see if i can get anywhere with that if 7.3 is broken byond patching.

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#84 Post by tempestuous »

luther349 wrote:getting puppy into 3d is just a pain.
Only with certain graphics devices/Xorg drivers, such as the infamous Intel GMA series. That's Intel's fault, not the fault of Puppy. Do a Google search and you will see that all other Linux distros are struggling with the same problem.

But with the nVIDIA proprietary driver, 3D is a breeze, and very reliable.
luther349 wrote:i tried loading libdrm using rmmod drm and it said not found.
I think you may be confusing an Xorg library with a kernel module.
Puppy 4.1/4.2 definitely contains the drm module, and the i915 module depends on it. So both modules will load when you do this

Code: Select all

modprobe i915
But strictly speaking, that's not necessary because when DRI is activated in xorg.conf, with this line -

Code: Select all

Load "dri"
those two modules should be automatically loaded by the DRI/DRM libraries.

luther349
Posts: 61
Joined: Wed 01 Apr 2009, 04:02

#85 Post by luther349 »

ubuntu supports the gma just fine. but i believe its 7.4.its 3d acell is dirt slow tho even for a gma.

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#86 Post by tempestuous »

luther349 wrote:ubuntu supports the gma just fine.
its 3d acell is dirt slow tho even for a gma.
Puppy can do just as well.
tombh explained how to set up Intel 3D driver to work with Compiz-Fusion here -
http://www.murga-linux.com/puppy/viewtopic.php?t=32242

aarf confirmed that Compiz-Fusion (and therefore Intel 3D) is working with his Eee 701 here -
http://www.murga-linux.com/puppy/viewto ... 664#250664

Now that I have another look at tombh's HOWTO, I see some interesting configuration lines he added to the "Server Layout" section of his xorg.conf file -

Code: Select all

Option "XAANoOffscreenPixmaps" "true"
Option "AddARGBGLXVisuals" "True"
This might be the magic bullet.

ColinB
Posts: 30
Joined: Sat 03 May 2008, 20:45

#87 Post by ColinB »

sirAlex wrote:eeepc 701

2) package manager in 4.2 does not fit to screen so it is very hard to delete packages.
Find the solution here courtesy of Gyro.

http://www.murga-linux.com/puppy/viewto ... 00&t=36824

ColinB
Posts: 30
Joined: Sat 03 May 2008, 20:45

#88 Post by ColinB »

I installed pupeee 4.2 to SD card on my 701(4G) this week and everything so far is great. Wifi, sound etc working fine. :D
Now, can anyone tell me the best version of wine to install with 4.2?

luther349
Posts: 61
Joined: Wed 01 Apr 2009, 04:02

#89 Post by luther349 »

tryed that guide it did get the intel into dri but x crashes everytime i type glxinfo or glxgears. meaning wile it did work on getting 3d to start its very unstable(not working). i just dont think theirs anything i can do with xorg 7.3.

i beleve they are using 7.4.

i did link the new chipset wifi driver for the 701sd and other new model eeepc. for those needing it

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#90 Post by tempestuous »

luther349
Forum member Patriot has just compiled upgraded Intel DRM kernel modules here -
http://www.murga-linux.com/puppy/viewtopic.php?t=44388
For the Puppy 4.1/4.2 kernels you need intel-via-agpdrm-upd-2.6.25.16-i486.pet

I should add that the Intel 3D successes I pointed out earlier apply only to the 700-series Eee models.
I have been told (but can't confirm) that the more recent Eee models have an updated Intel graphics chip, and it seems that these newer devices are the really problematic ones.

sacredzero
Posts: 3
Joined: Fri 10 Jul 2009, 16:53

#91 Post by sacredzero »

HI, I'm mostly new to linux, but I bought an Eee PC 701 4G last year, and I'm fed up of Xandros. I installed Puppeee on it recently, all well and good, but I cannot get the wireless to connect to the WPA network we have. I have tried using the default drivers that load, and the Windows drivers with ndiswrapper, but nothing seems to work. I downloaded the additional drivers in the first post, but have no idea what to do with them. Maybe that will sort it out, but I need to know what to do with them. Thanks.

User avatar
fratermus
Posts: 20
Joined: Thu 28 May 2009, 22:05
Location: 75081
Contact:

Re: new pupee

#92 Post by fratermus »

luther349 wrote:hey im back at it
I'm glad to see you're back!

User avatar
fratermus
Posts: 20
Joined: Thu 28 May 2009, 22:05
Location: 75081
Contact:

#93 Post by fratermus »

sacredzero wrote: I downloaded the additional drivers in the first post, but have no idea what to do with them. Maybe that will sort it out, but I need to know what to do with them.
Does the wireless appear to be functional (ie, can see your wifi router) but just can't connect to it, or does it not work at all?

sacredzero
Posts: 3
Joined: Fri 10 Jul 2009, 16:53

#94 Post by sacredzero »

It can see it, but when I try and connect it times out. We have other PCs connected to it, so it is nothing wrong with the router itself.

luther349
Posts: 61
Joined: Wed 01 Apr 2009, 04:02

#95 Post by luther349 »

make sure your selecting your correct enc mode. the wrong mode will make it timeout. or the driver may not support wpa. its been said and is in bugs of wpa long keys failing to work.

i am going to try those pets you posted and see if dri does indeed become stable.

still a no go on getting these dammed gma cards into dri. the only difference with the new drm module is x just locked up on boot rather then crash when i ran glxinfo. rerunning xorgwizerd like in the guide disabled dri again and even changing the driver back to i915 by hand would not re enable it.t

it just seems i have to wait on a xorg 7.4 puppy or build my own to get things fully supported. thanks for the help for the attempt.

Post Reply