[分享]linux下的梦幻桌面——xwinwrap x86-64版

CPU/显卡/打印机/USB设备等硬件问题
回复
seanfj
帖子: 90
注册时间: 2007-02-09 23:36
来自: China
联系:

[分享]linux下的梦幻桌面——xwinwrap x86-64版

#1

帖子 seanfj » 2007-11-24 17:37

在 论坛上看到了linux下的梦幻桌面——xwinwrap,
关于什么Xwinwarp请看:viewtopic.php?t=39270
看了下,挻炫的,
自己也想弄个,郁闷!就是没有提供64位的包。。。
我在网上找了好久 终于找了个Suse的Rpm,转 成了DEB!发上来分享下。。。
装好后要改下coolbg

代码: 全选

sudo gedit /usr/bin/coolbg
把里面的东西全删了换成下面:

代码: 全选

#!/bin/bash
##
# Copyright : (C) 2007 cyberorg
# E-mail    : cyberorg (at) cyberorg.info
# Modified by zhuqin
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
#This is a script to run xscreensaver as animated background in Xgl
#Get xwinwrap before using this script
#
#-g = parse geometry
#-ni = no input
#-argb = argb visual
#-fs = full screen
#-s = sticky
#-st = skip taskbar
#-sp = skip pager
#-a = above
#-b = below
#-nf = no focus
#-o OPACITY
#
##
ARCH=`arch`
#if [ $ARCH == "i686" ]; then
#SAVERPATH=/usr/lib/xscreensaver
#elif [ $ARCH == "x86_64" ]; then
SAVERPATH=/usr/lib64/xscreensaver
#fi
while true; do
ls $SAVERPATH
echo "Select your cool background:"
read background
bg=$background
echo -n "Want to run in foreground? (y/n) "
read yn
case $yn in
y* | Y* ) xwinwrap -o 0.6 -ni -argb -fs -s -st -sp -a -nf -- $SAVERPATH/$bg -window-id WID; break ;;# -o后的数值从0到1,可自行修改
[nN]* ) xwinwrap -o 0.6 -ni -argb -fs -s -st -sp -b -nf -- $SAVERPATH/$bg -window-id WID -root; break ;;
q* ) exit ;;
* ) echo "unknown response. Asking again" ;;
esac
done
我测试过的屏保例子,其它的在我这都用不了可能是显卡不行,GMA900的。。。。。

代码: 全选

Fuzzy Flakes: xwinwrap -o 0.3 -ni -argb -fs -s -st -sp -b -nf -- /usr/lib/xscreensaver/fuzzyflakes -window-id WID -color black

Ripples: xwinwrap -o 0.3 -ni -argb -fs -s -st -sp -b -nf -- /usr/lib/xscreensaver/ripples -window-id WID
其它的一些设置可以去这看看:viewtopic.php?t=39270
附件
xwinwrap.tar.bz2
(12.88 KiB) 已下载 604 次
Screenshot.png
Screenshot-1.png
头像
bjsm
帖子: 2324
注册时间: 2007-05-13 16:45
来自: 阿拉斯加群岛其中的一个岛上一片原始森林里其中的一颗树上
联系:

?

#2

帖子 bjsm » 2007-11-24 17:42

?盗窃我的签名。
http://shop33976086.taobao.com/
AMD 速龙 x4 630
GIGABYTE MA785GT-UD3H
金士顿 骇客神条 DDR3 1666 2G (这个内存我最肉疼,390元。)
VIEWSONIC 2433
ssh -qTfnN -D 7070
头像
zhuqin_83
帖子: 10606
注册时间: 2006-05-13 4:02
联系:

#3

帖子 zhuqin_83 » 2007-11-28 6:14

这个要顶一下。我也去把原来的转成最新的吧。
HP Pavilion DV6-2064CA: AMD Turion II Ultra Dual-Core Mobile M640, HD4650, 2GBx2 DDR2-800, Seagate 500GB 7200RPM SATA, BD-ROM
DELL UltraSharp 2209WA
Arch64, Testing repo
jianyitian
帖子: 7
注册时间: 2007-11-26 16:43

#4

帖子 jianyitian » 2007-12-14 12:35

i don't konw how to install the file"tar.bz2"...

who can teach me??
seanfj
帖子: 90
注册时间: 2007-02-09 23:36
来自: China
联系:

Re: ?

#5

帖子 seanfj » 2008-03-26 18:17

bjsm 写了:?盗窃我的签名。
晕,被你看到了,。。。。。
tangbozhi1
帖子: 3
注册时间: 2008-05-05 17:43

Re: [分享]linux下的梦幻桌面——xwinwrap x86-64版

#6

帖子 tangbozhi1 » 2009-01-06 11:04

这么好的东西不顶就太对不起LZ了
深蓝梦幻
帖子: 23
注册时间: 2008-10-11 8:31

Re: [分享]linux下的梦幻桌面——xwinwrap x86-64版

#7

帖子 深蓝梦幻 » 2009-01-06 18:32

东西呢?
回复