如图,从XFCE-LOOK上下了个主题,时钟部分的颜色是黑的,都看不出来了。怎么才能改成白色的?
再一个,labrador老大,我从你给我的帖子http://www.murga-linux.com/puppy/viewtopic.php?t=20851中下了SDLMAME和它那三个支持库,可是在命令行里输入MAME4P、MAMEPP或是MAME都提示找不到文件,-sh: mame: command not found 怎么搞定它呢?真的很想在Linux下玩街霸和拳皇。
插上usb摄像头后
在“硬件信息”里可以看到usb web camera
但是在skype里不能用摄像头!
下载了spca5xx 万能驱动!
1:$tar -zxvf spca5xx-20060202.tar.gz #解压
2:$make && make install #编译安装
出现错误提示:
Building SPCA5XX driver for 2.5/2.6 kernel.
Remember: you must have read/write access to your kernel source tree.
make -C /lib/modules/`uname -r`/build SUBDIRS=/root/spca5xx-v4l1goodbye CC=cc modules
make: *** /lib/modules/2.6.21.7/build: No such file or directory. Stop.
make: *** [default] Error 2
3:$modprobe spca5xx
出现错误提示:
bash: spca5xx: command not found