分类: LINUX
2010-05-05 22:18:35
sudo apt-get install xpdf-chinese-simplified xpdf-chinese-traditional poppler-data
终端管理设置
sudo apt-get install nautilus-open-terminal nautilus-gksu
或者用下面的9.04的方法:
(
Xine多媒体引擎:
sudo apt-get install libxine1-ffmpeg libxine1-all-plugins libxine1-plugins w32codecs libstdc++5
Gstreamer多媒体引擎
sudo apt-get install gstreamer0.10-pitfdll gstreamer0.10-ffmpeg gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse
(ubuntu 10.04下安装w32/64codecs的方法sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list -cs).list
sudo apt-get --quiet update
sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring
sudo apt-get --quiet update
i386 用户用下面这条命令安装 Codecs:
sudo apt-get install w32codecs libdvdcss2
amd64 用户用下面这条命令安装 Codecs:
sudo apt-get install w64codecs libdvdcss2))
DVD影碟功能支持
sudo apt-get install libdvdnav4 libdvdread4
sudo /usr/share/doc/libdvdread4/install-css.sh
电影播放器
sudo apt-get remove totem-mozilla -y
sudo apt-get install smplayer smplayer-themes mozilla-mplayer libmatroska0
音乐播放:
sudo apt-get install gstreamer0.10-plugins-ugly gstreamer0.10-ffmpeg gstreamer0.10-gnonlin
)
解压工具:
sudo apt-get install unrar p7zip-rar p7zip-full cabextract
7.J: Trackpoint
xorg.conf.d
Some distributions now support the new Xorg hotplug configuration method via xorg.conf.d directories (in Ubuntu 10.04 Lucid Lynx) instead of hal. In contrast to the udev method below, it should be around for some time, so it might be the best way to “statically” configure scrolling.
Create the file /usr/lib/X11/xorg.conf.d/20-thinkpad.conf as root with the following content:
"
Section "InputClass"
Identifier "Trackpoint Wheel Emulation"
MatchProduct "TPPS/2 IBM TrackPoint|DualPoint Stick|Synaptics Inc. Composite TouchPad / TrackPoint|ThinkPad USB Keyboard with TrackPoint"
MatchDevicePath "/dev/input/event*"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "Emulate3Buttons" "false"
Option "XAxisMapping" "6 7"
Option "YAxisMapping" "4 5"
EndSection
"
Save and restart Xorg (or it'll be enabled at next reboot).
After this reboot, or restart the hal service and Xorg.
参考: