
suse 9.2 pro 2005*
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
^^^^^^^^^^^^^^^^^^^^^#^^^^^^^^^^
^^^^^^^^#^^^^^^^^^^^###^^^^^^^^^
^^^^^^^^####^^^^^^^#####^^^^^^^^
^^^^^^^^^######^^^^#####^^^^^^^^
^^^^^^^^^^#######^^#####^^^^^^^^
^^^^^^^^^^^^######^#####^^^^^^^^
^^^^^^^^^^^^^###########^^^^^^^^
^^^^^^^^^^^^^^###########^^^^^^^
^^^^^^^^^^^^##( )##########^^^^^
^^^^^^^^^^^################^^^^^
^^^^^^^^^^#################^^^^^
^^^^^^^^^^^###############^^^^^^
^^^^^^^^^^^^#############^^^^^^^
^^^^^^^^^^^^^^##########^^^^^^^^
^^^^^^^^^##^##^^^^^^^^^#^^^^^^^^
^^^^^^^^^#^#^##########^^^^^^^^^
^^^^^^^^^##^##^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
toonmuylkens
15 years ago
I heared that the transparant X.org gets faster if you turn off the shadows. Is it? and if it is, how do I turn the shadows off?
great screenshot!
cheers
tuxer
Report
koen187
16 years ago
Report
wolfrobin
16 years ago
Report
neptune3k
16 years ago
Report
mononoke
16 years ago
thanks
Report
onehalfkiller
16 years ago
Report
mononoke
16 years ago
Report
Seppe
16 years ago
Nice screenshot!
Report
onehalfkiller
16 years ago
with this icon-set: http://xoomer.virgilio.it/onehalfkiller/kde/Shiny.tar.gz
e n j o y ;o)
Report
wnaLinux
16 years ago
Code:
Section "Extensions"
Option "Composite" "Enable"
Option "RENDER" "Enable"
And add this in the Device section
Code:
Option "RenderAccel" "on"
There you go slackware users have fun!
Report
wnaLinux
16 years ago
Report
onehalfkiller
16 years ago
Icons
-----------------
MyCREW:
http://www.kde-look.org/content/show.php?content=18996
Gartoon:
http://www.kde-look.org/content/show.php?content=17362&vote=good&tan=67338710
Translucency
-----------------
For the translucency u can fallow this tutorial:
(xorg 6.8.0 or later must be installaed)
xcompmgr and transset
xcompmgr is a simple program to start the composite engine and put shadows on the windows, transset is a simple program to make windows transparent.
cvs -d :pserver:anoncvs@cvs.freedesktop.org:/cvs/xapps login
[No password needed, just press return]
cvs -d :pserver:anoncvs@cvs.freedesktop.org:/cvs/xapps co transset
cvs -d :pserver:anoncvs@cvs.freedesktop.org:/cvs/xapps co xcompmgr
cd xcompmgr
export PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig/
./autogen.sh
./configure
make
sudo make install
cd ../transset
make
sudo cp transset /usr/X11R6/bin/
Then have some fun:
xcompmgr -cfC
transset [next window you click on will become transparent], you can choose how much transparency you want. For example "transset .5" will give 50% (from 0 to 1 -> 0 to 100% opacity).
P.S. remember to re-edit the XF86Config file.
add this:
Code:
Section "Extensions"
Option "Composite" "on"
Option "RENDER" "on"
EndSection
...and add this in the 'Device' section:
Code:
Option "RenderAccel" "on"
Bye and sorry for my bad english! ;o)
Report
apokryphos
16 years ago
xcompmgr -cfC
All I get returned is:
No composite extension
Then, while typing in transset, and then clicking on a window, I get:
Found property: 0.75
opacity 0xffffffff
Set Property to 1
I figure then I might have to specify the transparency, but:
[dw@localhost transset]$ transset.5
bash: transset.5: command not found
With regard to editing that code in, sorry to bother you again, but just where is that file? A search for XF86Config only returns a "sample" file by Nvidia.
Sorry for the hassle again; any help would be greatly appreciated. =)
Report
apokryphos
16 years ago
Report