The time now is Tue 18 Jun 2013, 19:18
All times are UTC - 4 |
| Author |
Message |
Lobster
Official Crustacean

Joined: 04 May 2005 Posts: 15109 Location: Paradox Realm
|
Posted: Thu 13 Dec 2007, 08:27 Post_subject:
|
|
with the new NOP 3.01r2 (in it now) being set up for compiz, will we be seeing a new wobble? aka WNOP?
Hope so
_________________ Puppy WIKI
|
|
Back to top
|
|
 |
tombh

Joined: 12 Jan 2007 Posts: 422 Location: Bristol, UK
|
Posted: Thu 13 Dec 2007, 17:18 Post_subject:
|
|
@Mycology: Your wNOPdump looks fine, so I'm not really sure what's wrong. Could you describe again in more detail the problem you're having - possibly a screenshot too? Also do you know what these options --
| Code: | Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off" |
do in your xorg.conf file? I'm not sure either, maybe try without them?
@Lobster: Oh yes! I downloaded NOPr2 last nite and have already started adding wobbliness to it Still wouldn't mind a bit more positive feedback from the fglrx fix first though. Watch this space!
|
|
Back to top
|
|
 |
Mycology

Joined: 26 Jul 2007 Posts: 23 Location: Germany
|
Posted: Sat 15 Dec 2007, 17:12 Post_subject:
deleted |
|
@tombh I deleted Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
in my xorg.conf file.
First nothing changed, I thought.
But maybe compiz is stable now. I
did not "lose compiz" while open or
close windows / applications / run programs .
I did not get "autostart compiz" runnning with xinitrc ...
any advice?
_________________ ASUS Laptop 1,6 GHz Centrino ATI mobile X700 with "DOGS" on USB-Pendrive
|
|
Back to top
|
|
 |
tombh

Joined: 12 Jan 2007 Posts: 422 Location: Bristol, UK
|
Posted: Sun 16 Dec 2007, 08:12 Post_subject:
|
|
@Mycology: Hope you're Compiz-Fusion continues to run stable. So about autostarting -- the best way is to open /root/.xinitrc in mousepad and edit this bit...
| Code: |
###########################################
#loads Compiz-Fusion if configured properly
COMPIZFLAG=`cat /etc/compizflag.txt`
if [ $COMPIZFLAG = "yes" ]; then
compiz-manager &
sleep 1
fi
########################################## |
so that reads | Code: | | SKIP_CHECKS=yes compiz-manager & |
If that doesn't work you can try autostarting it from Xfce's autostart application. It can be found by going to Menu->Settings->Autostarted Applications->Add. Then type something like 'Compiz-Fusion' in the description box and | Code: | | SKIP_CHECKS=yes compiz-manager | in the command box.
If restarting X does not work try a full system reboot.
Let me know how it goes...
|
|
Back to top
|
|
 |
Mycology

Joined: 26 Jul 2007 Posts: 23 Location: Germany
|
Posted: Sun 16 Dec 2007, 18:09 Post_subject:
autostart still does not function |
|
@tombh THX for your support
I did an edit of xinitrc like you described.
when puppy starts, nothing has changed. compiz is not active.
If I try to start it manual with SKIP_CHECKS....I get an error message which is attached.
???
Greetings and again TTTTHHHXXX a LOTTTTTTT
_________________ ASUS Laptop 1,6 GHz Centrino ATI mobile X700 with "DOGS" on USB-Pendrive
|
|
Back to top
|
|
 |
floborg

Joined: 25 Oct 2007 Posts: 194 Location: Fort Worth, TX
|
Posted: Mon 17 Dec 2007, 01:14 Post_subject:
|
|
| tombh wrote: | | @floborg: Can you not choose the <Plain Xfce> Option during the Compiz-Fusion Wizard at boot time? It would be good if that did work cos otherwise we might have to do it all the old school manual way! |
Ok, this one was made running wNOP in Compiz mode.
| Description |
|

Download |
| Filename |
wNOPdump.tar.gz |
| Filesize |
11.26 KB |
| Downloaded |
554 Time(s) |
|
|
Back to top
|
|
 |
tombh

Joined: 12 Jan 2007 Posts: 422 Location: Bristol, UK
|
Posted: Mon 17 Dec 2007, 13:51 Post_subject:
|
|
@Mycology: You forgot the attachment! So you can't get Compiz-Fusion to work at all now? Have you thought about starting all over with a fresh live-CD boot of wNOP and installing kirk's ATI-fglrx dotpet from scratch? I know that might be a lot of work, but it would be good to know the exact steps you go through to get wobbliness -- whether it autostarts or not. Oh yeah, did you try the Xfce autostart application I mentioned?
@floborg: Thanks for the wNOPdump -- I've been able to isolate the problem:
| Code: | | (WW) ATI(0): DRI static buffer allocation failed -- need at least 4687 kB video memory | You have only | Code: | oem: ATI MACH64
memory: 4096kb | So close! To reduce the amount of memory used by your graphics there are two things you can do:
(1)Use the 16bit colour depth when setting up xorgwizard
(2)Reduce your screen resolution to 800x600.
(3)Or a combination of both -- ie:
Choose 800x600x16 in xorgwizard.
If there is no wobbliness after trying this please send the updated wNOPdump.
However, I fear that this will not get 3D accelaration going anyway I'm reading that the default mach64 drivers that come with wNOP have 3D disabled as default (because of a security risk). I have compiled the drivers that do have 3D enabled, but I'm not very experienced in this area so I'm rumaging in the dark a bit. So if the previous method didn't work, first make a wNOPdump and post it, THEN install this dotpet fix (at end of post) then reboot X. And then if that doesn't work either, make yet another wNOPdump and post it.
It is important that you make these wNOPdumps at the correct points in your attempts to fix this as they give important information that is only applicable to your computer at that specific point in time.
Phew! There we are. Good luck with all that. Don't give up, I'd love to see wNOP running on your mach64
[attachment removed and updated further on]
Edited_time_total
|
|
Back to top
|
|
 |
floborg

Joined: 25 Oct 2007 Posts: 194 Location: Fort Worth, TX
|
Posted: Tue 18 Dec 2007, 02:20 Post_subject:
|
|
| tombh wrote: |
@floborg: Thanks for the wNOPdump -- I've been able to isolate the problem:
| Code: | | (WW) ATI(0): DRI static buffer allocation failed -- need at least 4687 kB video memory | You have only | Code: | oem: ATI MACH64
memory: 4096kb | So close! To reduce the amount of memory used by your graphics there are two things you can do:
(1)Use the 16bit colour depth when setting up xorgwizard
(2)Reduce your screen resolution to 800x600.
(3)Or a combination of both -- ie:
Choose 800x600x16 in xorgwizard.
If there is no wobbliness after trying this please send the updated wNOPdump.
However, I fear that this will not get 3D accelaration going anyway I'm reading that the default mach64 drivers that come with wNOP have 3D disabled as default (because of a security risk). I have compiled the drivers that do have 3D enabled, but I'm not very experienced in this area so I'm rumaging in the dark a bit. So if the previous method didn't work, first make a wNOPdump and post it, THEN install this dotpet fix (at end of post) then reboot X. And then if that doesn't work either, make yet another wNOPdump and post it.
|
Actually, I tried 800x600x16 the first time since those are my normal settings. No wobble. Then, I tried 24-bit color after hearing Compiz required it in the YouTube video. So, I went back to 800x600x16 and made a wNOP dump. I then tried 640x480 at 16-bit and 24-bit. No wobble. I then installed the ATI pet under 640x480x16. No wobble immediately after the install, but I assumed I would need to restart X, which I did. No wobble. In fact, getting window borders after restarting X was kind of hit or miss. Anyway, here are the dumps.
| Description |
|

Download |
| Filename |
wNOPdump_800x600x16.tar.gz |
| Filesize |
11.35 KB |
| Downloaded |
543 Time(s) |
| Description |
|

Download |
| Filename |
wNOPdump_640x480x16.tar.gz |
| Filesize |
11.06 KB |
| Downloaded |
555 Time(s) |
| Description |
|

Download |
| Filename |
wNOPdump_640x480x16_ATIpet.tar.gz |
| Filesize |
11.5 KB |
| Downloaded |
553 Time(s) |
|
|
Back to top
|
|
 |
tombh

Joined: 12 Jan 2007 Posts: 422 Location: Bristol, UK
|
Posted: Tue 18 Dec 2007, 08:22 Post_subject:
|
|
@floborg: Well we're definitely getting somewhere. The reduction of resolution and bit depth certainly solved the memory problem but as I suspected DRI (hardware accelerated graphics) failed because of the missing module. After installing my dotpet the relevant modules became available and were loaded, the Xorg log reported a lot more success. This is really so very close The error reported is this:
| Code: | (EE) ATI(0): [dri] ATIDRIScreenInit failed because of a version mismatch.
[dri] mach64.o kernel module version is 1.0.0, but version 2.x is needed (with 2.x >= 2.0).
[dri] Disabling DRI |
So what I did was compile the bleeding edge modules (I double checked the mach64 module as being version 2) from git and made a new dotpet (see below). So if you just install this as per usual and restart X - fingers crossed there should be wobble, but if not please do the usual wNOPdump business again. Thanks floborg.
| Description |
|

Download |
| Filename |
mach64-drm-modules-301-git(dec07).pet |
| Filesize |
86.89 KB |
| Downloaded |
566 Time(s) |
|
|
Back to top
|
|
 |
Mycology

Joined: 26 Jul 2007 Posts: 23 Location: Germany
|
Posted: Tue 18 Dec 2007, 14:39 Post_subject:
lost errormessage Sub_title: @tombh |
|
hi,
I got that message and from then on compiz never started again.
Maybe I try a fresh install of wNOP next weekend - or is there a chance to rescue my system?
MESSAGE:
compiz (core) - Fatal: GLX_EXT_texture_from_pixmap is missing
compiz (core) - Error: Failed to manage screen: 0
compiz (core) - Fatal: No manageable screens found on display :0.0
Micha
_________________ ASUS Laptop 1,6 GHz Centrino ATI mobile X700 with "DOGS" on USB-Pendrive
|
|
Back to top
|
|
 |
floborg

Joined: 25 Oct 2007 Posts: 194 Location: Fort Worth, TX
|
Posted: Wed 19 Dec 2007, 02:06 Post_subject:
|
|
| tombh wrote: | @floborg: Well we're definitely getting somewhere...
So what I did was compile the bleeding edge modules (I double checked the mach64 module as being version 2) from git and made a new dotpet (see below). So if you just install this as per usual and restart X - fingers crossed there should be wobble, but if not please do the usual wNOPdump business again. Thanks floborg. |
Started up in 640x480 in 16-bit, installed the new pet, and restarted X. No wobble.
PS: All this help is appreciated. Thanks.
Here's the dump.
| Description |
|

Download |
| Filename |
wNOPdump_640x480x16_New_ATIpet.tar.gz |
| Filesize |
11.45 KB |
| Downloaded |
560 Time(s) |
|
|
Back to top
|
|
 |
tombh

Joined: 12 Jan 2007 Posts: 422 Location: Bristol, UK
|
Posted: Wed 19 Dec 2007, 06:06 Post_subject:
|
|
@Mycology: Googling your errors I see that people are having similar problems especially caused with Radeon 9700 cards (others too though), some have reported success with
| Code: | | LIBGL_ALWAYS_INDIRECT=true compiz --replace |
but others haven't. Try it and let me know. I would also be interested in seeing another wNOPdump as my feeling is that DRI has somehow been disabled. When things get like this my response is usually to start again, but there's still a few more things to try...
@floborg: Okay so DRI is now active, that really is good news in itself. This means that Puppy is now able to make the most of your graphics card. So what about Compiz-Fusion? All that remains now for clues is the output of
It's very likely all that's needed is:
| Code: | | SKIP_CHECKS=yes compiz-manager |
PS
There was one error in Xorg.0.log: | Code: |
(EE) ATI(0): [agp] Illegal AGP Mode: 4
(WW) ATI(0): [agp] AGP failed to initialize -- falling back to PCI mode.
(WW) ATI(0): [agp] Make sure you have the agpgart kernel module loaded. |
But I suspect it's not a problem as your card is probably PCI anyway? Maybe the error can be stopped by removing
| Code: | | Option "AGPMode" "4" |
from /etc/X11/xorg.conf
I'm confident though that this has nothing to do with wobbles not working.
|
|
Back to top
|
|
 |
floborg

Joined: 25 Oct 2007 Posts: 194 Location: Fort Worth, TX
|
Posted: Thu 20 Dec 2007, 04:14 Post_subject:
|
|
| tombh wrote: |
@floborg: Okay so DRI is now active, that really is good news in itself. This means that Puppy is now able to make the most of your graphics card. So what about Compiz-Fusion? All that remains now for clues is the output of
It's very likely all that's needed is:
| Code: | | SKIP_CHECKS=yes compiz-manager |
PS
There was one error in Xorg.0.log: | Code: |
(EE) ATI(0): [agp] Illegal AGP Mode: 4
(WW) ATI(0): [agp] AGP failed to initialize -- falling back to PCI mode.
(WW) ATI(0): [agp] Make sure you have the agpgart kernel module loaded. |
But I suspect it's not a problem as your card is probably PCI anyway? Maybe the error can be stopped by removing
| Code: | | Option "AGPMode" "4" |
from /etc/X11/xorg.conf
I'm confident though that this has nothing to do with wobbles not working. |
It's not PCI. It's AGP 2x, and it's integrated. Here's what happened when I ran compiz-manager:
| Code: | sh-3.00# compiz-manager
Checking for Xgl: not present.
Detected PCI ID for VGA:
Checking for texture_from_pixmap: not present.
Trying again with indirect rendering:
Checking for texture_from_pixmap: present.
Checking for non power of two support: Not present.
aborting and using fallback: /usr/bin/metacity
no /usr/bin/metacity found, exiting |
Here's what happened when I ran with skip checks:
| Code: | sh-3.00# SKIP_CHECKS=yes compiz-manager
Checking for Xgl: not present.
Detected PCI ID for VGA:
Checking for texture_from_pixmap: not present.
Trying again with indirect rendering:
Checking for texture_from_pixmap: present.
Checking for non power of two support: Not present.
SKIP_CHECKS is yes, so continuing despite problems.
Checking for nVidia: not present.
Checking for FBConfig: present.
Checking for Xgl: not present.
Starting emerald
/usr/bin/compiz (core) - Fatal: Support for non power of two textures missing
/usr/bin/compiz (core) - Error: Failed to manage screen: 0
/usr/bin/compiz (core) - Fatal: No manageable screens found on display :0.0
/usr/bin/compiz-manager: line 376: /usr/bin/metacity: No such file or directory
/usr/bin/compiz-manager: line 376: exec: /usr/bin/metacity: cannot execute: No such file or directory |
|
|
Back to top
|
|
 |
tombh

Joined: 12 Jan 2007 Posts: 422 Location: Bristol, UK
|
Posted: Fri 21 Dec 2007, 12:08 Post_subject:
|
|
Hi floborg,
Bad news I'm afraid, it appears that your card just won't run Compiz-Fusion
It's because of this non-power-of-two support. From what I can gather graphics cards have to do a lot of maths and so try and take advantage of mathematical quirks -- such as square surface areas (ie power-of-two) being easier to manipulate. So non-power-of-two support probably refers to cards powerful enough to manipulate any sized surface areas, anyway your card and the mach64 driver don't do non-power-of-two maths.
This has led me to rethink my setup for wNOP, removing unneeded drivers and including detection and notification of unsupported cards. So at least I know where the bottom lines are now.
Thankyou very much for all your work, we pushed all the way to the limits and found a wall But at least we know it's there now!
PS. You don't have to do this but just out of interest what does
| Code: | | ps | grep compiz | grep -v grep |
return after those errors?
Just wondering how far compiz gets? Do the window borders disappear? Does holding ALT to drag a window work?
tom
|
|
Back to top
|
|
 |
tombh

Joined: 12 Jan 2007 Posts: 422 Location: Bristol, UK
|
Posted: Mon 24 Dec 2007, 09:26 Post_subject:
|
|
Seasons Greetings,
Yesterday I had the opportunity to use a laptop that had a new enough ATI card to use the fglrx driver -- this has been the one remaining area that wNOP has failed in. I managed to install the driver and get Compiz-Fusion 'working' -- it wasn't pretty.
The point is, that in order for Compiz-Fusion to talk to its graphics card (whoever the manufacturer), one of two technologies must be running, either AIGLX or XGL. From the beginning I decided to work with AIGLX, as Puppy 3 comes with it already working perfectly. The problem is though, that ATI has only just began programming their drivers to support AIGLX! Pooh Of course, we are not restricted to running ATI cards with ATI drivers, there is also the open source radeon driver, which has, somewhat ironically, supported AIGLX for ages and in most cases outperforms the ATI drivers. However, and this is the problem, the radeon driver does not support the more recent ATI cards. So a tricky situation.
Now, my primary aim for wNOP is that it supports all the graphics cards that are capable of running Compiz-Fusion. As far as I know there is no other LiveCD distro that is able to do this 'out of the box'. I haven't tried Austrumi yet, partly because of the language barrier but also because I find it hard to believe that it does what wNOP aims to do but in 67MB! Anyway, whether wNOP is the first or not, I feel it is a very realistic goal and something that a lot of people would appreciate. Both that Puppy is such a staggering feat of innovation and that Compiz-Fusion is such an enjoyable and original way of using a desktop -- an awesome combination in my opinion.
So I was just on the verge of releasing wNOP2, I had the ISO ready and everything, but now, after seeing fglrx and AIGLX in action for myself, I feel it would be best to change direction away from AIGLX and towards XGL. This is unfortunate for reasons other than extra work (not that I mind the learning experience!) -- (1) that AIGLX is really the more advanced and complete technology (2) that ATI will be working to improve support for AIGLX, but who knows how long that might take.
I have no experience with XGL nor recompiling Xorg, so it looks like it will be a fair amount of work. I don't know enough yet but maybe it is possible to have AIGLX and XGL on one system? That'd be perfect. So, I'll see how it goes, I think it would be good if I released what I have done as wNOP1.1
Okay, hope you all get great Christmas presents,
tom
|
|
Back to top
|
|
 |
|
|
|
Rules_post_cannot Rules_reply_cannot Rules_edit_cannot Rules_delete_cannot Rules_vote_cannot You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|