您正在查看 "Ubuntu Linux" 分类下的文章
2007年08月22日 星期三 20:09
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xor |
2007年08月21日 星期二 21:41
在ubuntu 一般的字体都保存在
1。 ~/.fonts
2。 /usr/local/share/fonts/
3。 /usr/share/fonts/
修改
sudo gedit /etc/fonts/language-selector.conf
在里面的这三个
<family>Bitstream Vera Serif</family>
<family>Bitstream Vera Sans</family>
<family>Bitstream Vera Sans Mono</family |
2007年08月21日 星期二 10:51
BMPx is now in Debian official:
$ sudo apt-get update $ apt-cache search bmpx bmpx-dev - BMPx development static library and header files bmpx - Beep Media Player eXperimental $ sudo apt-get install bmpx
|
2007年08月19日 星期日 14:24
sudo apt-get install python-mutagen
使用方法:
mid3iconv -e gbk *.mp3
如果想转换当前目录下的所有 mp3 (包括子目录):
find . -iname "*.mp3" -execdir mid3iconv -e gbk {} \; (注意这个分号;不能去掉)
删除 ID3v1 标签
mid3iconv -e gbk --remove-v1 *.mp3
find . -iname "*.mp3" -execdir mid3iconv -e gbk--remove-v1*.mp3 {} \;
|
2007年08月19日 星期日 10:16
1.在这里下载 http://www.virtualbox.org/wiki/Downloads
2.sudo dpkg -i 你所下载的.deb
3.添加使用用户到 vboxusers 用户组
sudo adduser vanciki vboxusers (vanciki:是你的用户名字)
弄好之后,在应用程序 》 系统工具》 innotek virtualbox
|
2007年08月18日 星期六 18:09
(process:5476): Gtk-WARNING **: This process is currently running setuid or setgid.
This is not a supported use of GTK+. You must create a helper
program instead. For further details, see:
http://www.gtk.org/setuid.html
Refusing to initialize GTK+.
(process:5480): Gtk-WARNING **: This process is currently running setuid or setgid.
This is not a supported use of GTK+. You must create a helper
program instead. For further detail
|
2007年08月15日 星期三 23:12
原文地址:http://awn.wetpaint.com/page/UbuntuFeistyHowTo
Step 1: 安装必要的东西
- sudo apt-get install build-essential bzr automake1.9 autotools-dev
Step 2: 安装依赖关系
- sudo apt-get install libxdamage-dev libxcomposite-dev libgnome2-common libgnome2-dev libgnome-desktop-dev libgnome-vfs-dev libgtk2.0-dev libwnck-de
|
2007年08月14日 星期二 07:43
1.安装 git 版本控制工具
sudo apt-get install git git-core compiz-dev
2.下载 fusion-icon
git-clone git://anongit.opencompositing.org/users/crdlb/fusion-icon
3.进入 fusion-icon 目录,开始安装
sudo make install
4. 然后,Alt+F2 fusion-icon
或者“应用程序→系统工具→Compiz Fusion Icon”
当然,你可以在原来的“会话”中去掉“compiz --replace”和“eme |
2007年08月14日 星期二 07:38
现在7.10的官方源里面已经有了,就不用添加了
1.更新系统
sudo apt-get update
sudo apt-get dist-upgrade
2.安装 Compiz 和 Compiz Fusion
sudo apt-get install compiz compiz-gnome compiz-fusion-* compizconfig-settings-manager libcompizconfig-backend-gconf
3.运行 Compiz Fusion
在会话里加入
compiz --replace
4.在 “系统 -> 首选项 -> CompizConfig Settings Manager ” |
2007年08月13日 星期一 22:57
经过晚上的折腾,
ubuntu的特效还真的出来了一点。
这个是glxgears
这里是我弄的xorg.conf
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see th |
2007年08月11日 星期六 21:29
fglrx驱动(即官方闭源驱动)暂时不支持aiglx(因为不支持composite),依然需要等待。
想尝试Compiz Fusion(即桌面效果)的可用xgl+fglrx驱动;
或者用开源驱动(非ati官方)ati/radeon+aiglx(无需安装),
后者有些特性可能不支持或速度慢,但资源占用相对较少。
这是来自: |
2007年08月09日 星期四 23:48
图像浏览
gqview
mirage
comix
qcomicbook
gthumb
eog
f-spot
图像编辑与制作
gimp
inkscape
imagemagick
gpaint
kolourpaint
抓图软件
gsnapshot/ksnapshot
_________________ |
2007年08月09日 星期四 22:59
unbuntu中安装个显卡驱动
弄了老半天终于弄好了
我是在官网下载个驱动 后缀是.bin的,用sh就可以安装了
之后aticonfig 弄弄就好了 |
2007年08月04日 星期六 12:15
官网http://pokylinux.org
安装过程
|
2007年08月02日 星期四 18:08
E: /var/cache/apt/archives/hal_0.5.9.1-1ubuntu2_i386.deb: 子进程 新的 pre-removal 脚本 返回了错误号 2
不知所措 |
|
|