1.让totem播放器支持RMVB等多种格式:
安装totem-xine(卸载原来的totem)
安装w32codecs(sudo apt-get install w32codecs)
安装libstdc++5以支持W32CODECS
安装libxine1-ffmpeg
2.让Rhythmbox播放MP3等音乐:
wma
sudo apt-get install gstreamer0.10-ffmpeg
mp3
sudo apt-get install gstreamer0.10-*plugins-ugly
3.totem没有声音的问题:
编辑 ~/.xine/catalog.cache文件
[/usr/lib/xine/plugins/1.1.4/xineplug_decode_real_audio.so]
把 decoder_priority 后面的数字修改为 10
4.支持RAR文件
sudo apt-get install rar
sudo ln -fs /usr/bin/rar /usr/bin/unrar 可以直接在选定RAR文件上右键用“归档器”打开。
5.添加字体方法
地址栏里输入fonts:///
然后把要添加的字体文件拖到文件夹里
6.制作DEB包
sudo apt-get install fakeroot java-package //安装打包工具
fakeroot make-jpkg (filename) //打包
6.禁用笔记本的触摸板
名称:禁用触摸板
用命令:synclient touchpadoff=1
前提
安装gsynaptics
然后
编辑 /etc/X11/xorg.conf
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
*添加Option "SHMConfig" "true"
EndSection
安装totem-xine(卸载原来的totem)
安装w32codecs(sudo apt-get install w32codecs)
安装libstdc++5以支持W32CODECS
安装libxine1-ffmpeg
2.让Rhythmbox播放MP3等音乐:
wma
sudo apt-get install gstreamer0.10-ffmpeg
mp3
sudo apt-get install gstreamer0.10-*plugins-ugly
3.totem没有声音的问题:
编辑 ~/.xine/catalog.cache文件
[/usr/lib/xine/plugins/1.1.4/xineplug_decode_real_audio.so]
把 decoder_priority 后面的数字修改为 10
4.支持RAR文件
sudo apt-get install rar
sudo ln -fs /usr/bin/rar /usr/bin/unrar 可以直接在选定RAR文件上右键用“归档器”打开。
5.添加字体方法
地址栏里输入fonts:///
然后把要添加的字体文件拖到文件夹里
6.制作DEB包
sudo apt-get install fakeroot java-package //安装打包工具
fakeroot make-jpkg (filename) //打包
6.禁用笔记本的触摸板
名称:禁用触摸板
用命令:synclient touchpadoff=1
前提
安装gsynaptics
然后
编辑 /etc/X11/xorg.conf
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
*添加Option "SHMConfig" "true"
EndSection