[obsolete] Compiz-Fusion Puplet for testing -- aka "W...

A home for all kinds of Puppy related projects
Message
Author
User avatar
tombh
Posts: 422
Joined: Fri 12 Jan 2007, 12:27
Location: Bristol, UK
Contact:

#136 Post by tombh »

@Mark: Brilliant :)

Code: Select all

export X_MOUSE_CURSOR=default

does it for me! Now I can use my favourite daliesque theme. woohoo!

User avatar
cb88
Posts: 1165
Joined: Mon 29 Jan 2007, 03:12
Location: USA
Contact:

#137 Post by cb88 »

What is the ram useage for openbox and the alternatives?

it seems that lxde is a little more ram hungry than xfce (maybe i compiled something incorrectly)? I still have to try out lxde on my laptop (64mb ram) xfce doesn't run on there obviously...

also there is the consideration that xfce is really integrated and that may contribute to the apparent lower ram usage where it is actaully higher....

how is open box themed? if a gtk to jwm theme conversion is possible i guess openbox is could do that too... I'll have to get around to trying out open box when i get back...
Taking Puppy Linux to the limit of perfection. meanwhile try "puppy pfix=duct_tape" kernel parem eater.
X86: Sager NP6110 3630QM 16GB ram, Tyan Thunder 2 2x 300Mhz
Sun: SS2 , LX , SS5 , SS10 , SS20 ,Ultra 1, Ultra 10 , T2000
Mac: Platinum Plus, SE/30

User avatar
tombh
Posts: 422
Joined: Fri 12 Jan 2007, 12:27
Location: Bristol, UK
Contact:

#138 Post by tombh »

Okay, my last post claiming that export X_MOUSE_CURSOR solved the cursor problem was inaccurate. Wierdly it isn't the setting of this variable that does it, but simply the opening of the terminal! So, I set a new theme using MU's Cursor Selector and restart X, then the curosr only works over certain windows, then I go to open the terminal and bingo! the cursors work perfectly! No need to type anything I can just close the terminal and the cursors are still fixed! So what exactly is happening when terminal gets run to fix the curors and how do I replicate it without actually opening terminal everytime I boot?

User avatar
rarsa
Posts: 3053
Joined: Sun 29 May 2005, 20:30
Location: Kitchener, Ontario, Canada
Contact:

#139 Post by rarsa »

tombh wrote:So what exactly is happening when terminal gets run to fix the curors and how do I replicate it without actually opening terminal everytime I boot?
Check
~/.bashrc

to see if it gives you some clues.
[url]http://rarsa.blogspot.com[/url] Covering my eclectic thoughts
[url]http://www.kwlug.org/blog/48[/url] Covering my Linux How-to

User avatar
cb88
Posts: 1165
Joined: Mon 29 Jan 2007, 03:12
Location: USA
Contact:

#140 Post by cb88 »

so does wNOP support the eee pc?

cause ubuntu/compiz does.... wNOP should fit quite nicely....

cb88
Taking Puppy Linux to the limit of perfection. meanwhile try "puppy pfix=duct_tape" kernel parem eater.
X86: Sager NP6110 3630QM 16GB ram, Tyan Thunder 2 2x 300Mhz
Sun: SS2 , LX , SS5 , SS10 , SS20 ,Ultra 1, Ultra 10 , T2000
Mac: Platinum Plus, SE/30

User avatar
Mycology
Posts: 23
Joined: Thu 26 Jul 2007, 20:27
Location: Germany

wobbling without moving

#141 Post by Mycology »

Hi fellows,
I installed wNOP like posted here. It looks great (a bit slow of course) / but COOL 8) ) . I did a Frugal install. At startup the compiz-manager opens, but compiz does not work.
I have to open a terminal and type SKIP_CHECKS=yes compiz-manager
then FUSION is coming UP :lol:
Is it possible to do that with a skript?

thanks for this unbelievable "augenschmaus"
THANK YOU ALL

User avatar
tombh
Posts: 422
Joined: Fri 12 Jan 2007, 12:27
Location: Bristol, UK
Contact:

#142 Post by tombh »

Hi fellows :)

@rarsa: Thanks, that's exactly the kind of thing I was hoping to stumble upon. So ~/.bashrc simply runs etc/profile and looking in that there was nothing obvious, so I copied it and turned it into an executable and then run it to see if it magically fixed the cursors -- nope :( Anyway, turns out mousepad has the same magical effect -- and besides -- I discovered a *full* reboot sorts everything out -- therefore the cursor loads fine and no longer does its ugly reverting. So, that's good enough I think.

@d.preed: What do you reckon to that?

@cb88: I don't know much about the eee pc but wikipedia says it has an intel GMA 900 graphics card which is certainly powerful enough, in fact the eee pc seems like it packs a fair amount of power. I reckon wNOP would run fine on it.

@Mycology: An eye-feast! Indeed! compiz-manger is loaded from the beginning of /root/.xinitrc, if you look there you'll see where you have to put SKIP_CHECKS=yes. I guess you've got an ATI card as you mentioned using kirk's dotpet, so did you have to use the

Code: Select all

Option "XAANoOffscreenPixmaps" "true"
code to get proper window rendering? Where did you put it? Also, is scrolling unbearably slow?

User avatar
Mycology
Posts: 23
Joined: Thu 26 Jul 2007, 20:27
Location: Germany

.xinit.rc missing

#143 Post by Mycology »

@tombh
yes, its an Laptop from ASUS with a mobile RADEON X700 with 64MB

my xorg.conf
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "DRI" "true"
Option "XAANoOffscreenPixmaps" "True"
Option "BackingStore" "True"

I can not find .xinit.rc in root to place "SKIP_CHECKS..."!

User avatar
Mycology
Posts: 23
Joined: Thu 26 Jul 2007, 20:27
Location: Germany

found .xinitrc

#144 Post by Mycology »

@tombh
how can I edit xinitrc from terminal and where should I place it?

sh-3.00# /root/.xinitrc
/root/.xinitrc: line 10: [: too many arguments
/usr/local/bin/startxfce4
/usr/local/bin/startxfce4: X server already running on display :0.0
xfce4-session: Another session manager is already running
sh-3.00# /usr/sbin/delayedrun: line 87: 18659 Terminated yaf-splash -font "8x16" -outline 0 -margin 4 -bg yellow -text "WARNING! Do not unplug USB Flash drive!"

topjohn
Posts: 31
Joined: Tue 27 Nov 2007, 20:28

#145 Post by topjohn »

mycology,

you can edit xinitrc by bringing up the run command or in a terminal "mousepad /root/.xinitrc"

hope that helps.

User avatar
Mycology
Posts: 23
Joined: Thu 26 Jul 2007, 20:27
Location: Germany

wobblebobble

#146 Post by Mycology »

thanks topjohn

sh-3.00# SKIP_CHECKS=yes compiz-manager

Checking for Xgl: not present.
No whitelisted driver found
SKIP_CHECKS is yes, so continuing despite problems.
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: present.
Checking for Composite extension: present.
Comparing resolution (1280x800) to maximum 3D texture size (2048): Passed.
Checking for nVidia: not present.
Checking for FBConfig: present.
Checking for Xgl: not present.
Starting emerald

(emerald:5216): Wnck-WARNING **: Unhandled action type (nil)

(emerald:5216): Wnck-WARNING **: Unhandled action type (nil)

(emerald:5216): Wnck-WARNING **: Unhandled action type (nil)

(emerald:5216): Wnck-WARNING **: Unhandled action type (nil)

(emerald:5216): Wnck-WARNING **: Unhandled action type (nil)

(emerald:5216): Wnck-WARNING **: Unhandled action type (nil)

(emerald:5216): Wnck-WARNING **: Unhandled action type (nil)

(emerald:5216): Wnck-WARNING **: Unhandled action type (nil)
Backend : ini
Integration : true
Profile : default

(emerald:5216): Wnck-WARNING **: Unhandled action type (nil)

(emerald:5216): Wnck-WARNING **: Unhandled action type (nil)
/usr/bin/compiz (video) - Warn: No 8 bit GLX pixmap format, disabling YV12 image format
/usr/bin/compiz (snow) - Info: Loaded Texture snowflake.png

(emerald:5216): Wnck-WARNING **: Unhandled action type (nil)

(emerald:5216): Wnck-WARNING **: Unhandled action type (nil)

(emerald:5216): Wnck-WARNING **: Unhandled action type (nil)

(emerald:5216): Wnck-WARNING **: Unhandled action type (nil)

(emerald:5216): Wnck-WARNING **: Unhandled action type (nil)

(emerald:5216): Wnck-WARNING **: Unhandled action type (nil)

compiz starts but not stable. sometimes it is just gone and the windows hung

/root/.xinitrc reads

#!/bin/sh
# $Xorg: xinitrc.cpp,v 1.3 2000/08/17 19:54:30 cpqbld Exp $


###########################################
#loads Compiz-Fusion if configured properly

COMPIZFLAG=`cat /etc/compizflag.txt`

if [ $COMPIZFLAG = "yes" ]; then
compiz-manager &
sleep 1
fi
##########################################


. /etc/rc.d/PUPSTATE

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/usr/X11R7/lib/X11/xinit/Xresources
sysmodmap=/usr/X11R7/lib/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then
xrdb -merge -nocpp $sysresources
fi

if [ -f $sysmodmap ]; then
xmodmap $sysmodmap
fi

if [ -f $userresources ]; then
xrdb -merge -nocpp $userresources
fi

if [ -f $usermodmap ]; then
xmodmap $usermodmap
fi

if [ -f /usr/X11R6/bin/XF86_SVGA ];then #0.9.9
xmodmap -e "keycode 22 = BackSpace"
xmodmap -e "keycode 107 = Delete"
fi

CURRENTWM="`cat /etc/windowmanager`"
#if [ "$CURRENTWM" = "startxfce4" ];then
# exec startxfce4
#fi


#0.9.8 sync cut-buffers and clipboard. only useful for older apps
#such as rxvt that use the cut-buffers...
#/usr/bin/autocutsel &
#...disadvantage of this is it creates a little square bottom-right of screen.

#rxvt &
if [ -e /tmp/videomode ];then #testing a video mode
video-wizard &
fi

#v1.0.7 set by xrandrshell, part of xorg wizard...
if [ -f /etc/xrandrindex ];then
XRANDRINDEX="`cat /etc/xrandrindex`"
[ ! "$XRANDRINDEX" = "0" ] && xrandr -s $XRANDRINDEX
fi


if [ -f /root/.xset.sh ];then
#this is created by /usr/X11R6/bin/gxsetshell...
eval "/root/.xset.sh"
else
#Xorg has it's own fontpath settings in /etc/X11/xorg.conf...
if [ ! "`readlink /usr/X11R7/bin/X`" = "Xorg" ];then
xset fp+ /usr/X11R7/lib/X11/fonts/Type1/
xset fp+ /usr/X11R7/lib/X11/fonts/TTF/
fi
xset s 600 600 s blank
fi

#v1.0.7 also see /etc/rc.d/rc.local0
if [ -f /root/.fonts/fonts.dir ];then
xset fp+ /root/.fonts/
fi

xsetroot -cursor_name top_left_arrow

#v2.0.0
/usr/sbin/delayedrun &

#v2.01 hide cursor when not moving... (setup in /usr/sbin/input-wizard)
if [ -f /etc/mousehide ];then
IDLETIME="`cat /etc/mousehide | cut -f 1 -d ','`"
[ ! "$IDLETIME" = "0" ] && unclutter -idle $IDLETIME &
fi

#exec $CURRENTWM
#v2.11 GuestToo suggested this improvement...
which $CURRENTWM && exec $CURRENTWM
[ -x $CURRENTWM ] && exec $CURRENTWM
exec startxfce4

###END###
\if I change anything in the compiz section X does not start
when I start out of a terminal via SKIP_CHECKS.....

totally wobblebobbled :(

User avatar
tombh
Posts: 422
Joined: Fri 12 Jan 2007, 12:27
Location: Bristol, UK
Contact:

#147 Post by tombh »

Mycology,

I need you to be clear about something. From this post
Hi fellows,
I installed wNOP like posted here. It looks great (a bit slow of course) / but COOL Cool ) . I did a Frugal install. At startup the compiz-manager opens, but compiz does not work.
I have to open a terminal and type SKIP_CHECKS=yes compiz-manager
then FUSION is coming UP Laughing
Is it possible to do that with a skript?

thanks for this unbelievable "augenschmaus"
THANK YOU ALL
you are saying that you got Compiz-Fusion working PERFECTLY (no windows hung) but CANNOT AUTOSTART it. And from this post
compiz starts but not stable. sometimes it is just gone and the windows hung
you are saying you get Compiz-Fusion working AND AUTOSTARTING but NOT PERFECTLY (windows hung).

Am I correct to think this?

User avatar
Mycology
Posts: 23
Joined: Thu 26 Jul 2007, 20:27
Location: Germany

I should be much more concrete

#148 Post by Mycology »

@ tombh
I only can start compiz from terminal typing
SKIP_CHECKS=yes compiz-manager

I did not manage autostart yet like I posted I can not restart X if I edit root/.xinitrc in the compiz-fusion-section

First I got compiz to work all seemed well -----
Now I used compiz for 15 hours maybe and it does not run stable. sometimes I lose compiz while I surf the internet or edit anything. then I have to restart compiz via SKIP_CHECKS...

User avatar
tombh
Posts: 422
Joined: Fri 12 Jan 2007, 12:27
Location: Bristol, UK
Contact:

#149 Post by tombh »

So you HAVE HAD Compiz working smoothly, but it doesn't anymore?
Would you be able to post up a wNOPdump?
Here's how to do it --
(1) Download the wNOPinspect.tar.gz from the first post of this thread
(2) extract the wNOPinspect script using Xarchive -- xarchive opens automatically when you double click on any *.tar.gz file
(3) Run the script by double clicking on it (I should have programmed some indicator to show that the script has run successfully, but I didn't, sorry)
(4) After the script has run a file called wNOPdump.tar.gz will be placed on your desktop -- which you can then attach to a post on the forum.

User avatar
Mycology
Posts: 23
Joined: Thu 26 Jul 2007, 20:27
Location: Germany

Curious, if you find something interesting

#150 Post by Mycology »

/
Attachments
wNOPdump.tar.gz
here it is
(11.17 KiB) Downloaded 686 times
[color=blue]ASUS Laptop 1,6 GHz Centrino ATI mobile X700 with "DOGS" on USB-Pendrive[/color]

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#151 Post by Lobster »

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 Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

User avatar
tombh
Posts: 422
Joined: Fri 12 Jan 2007, 12:27
Location: Bristol, UK
Contact:

#152 Post by tombh »

@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: Select all

 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!

User avatar
Mycology
Posts: 23
Joined: Thu 26 Jul 2007, 20:27
Location: Germany

deleted

#153 Post by Mycology »

@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?
[color=blue]ASUS Laptop 1,6 GHz Centrino ATI mobile X700 with "DOGS" on USB-Pendrive[/color]

User avatar
tombh
Posts: 422
Joined: Fri 12 Jan 2007, 12:27
Location: Bristol, UK
Contact:

#154 Post by tombh »

@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: Select all

###########################################
#loads Compiz-Fusion if configured properly

COMPIZFLAG=`cat /etc/compizflag.txt`

if [ $COMPIZFLAG = "yes" ]; then
compiz-manager &
sleep 1
fi
########################################## 
so that

Code: Select all

compiz-manager &
reads

Code: Select all

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: Select all

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

User avatar
Mycology
Posts: 23
Joined: Thu 26 Jul 2007, 20:27
Location: Germany

autostart still does not function

#155 Post by Mycology »

@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
[color=blue]ASUS Laptop 1,6 GHz Centrino ATI mobile X700 with "DOGS" on USB-Pendrive[/color]

Post Reply