Chinaunix首页 | 论坛 | 博客
  • 博客访问: 248366
  • 博文数量: 78
  • 博客积分: 3245
  • 博客等级: 中校
  • 技术积分: 1410
  • 用 户 组: 普通用户
  • 注册时间: 2006-03-04 12:30
文章分类

全部博文(78)

文章存档

2010年(6)

2009年(72)

我的朋友

分类: LINUX

2010-05-05 22:18:35

1. Software center安装 ibus egent.
2. ubuntu-tweak install. (http://blog.ubuntu-tweak.com/)
3.
设置中文环境,打开〖System/系统〗---〖Administration/系统管理〗---〖Language Support/语言支持〗,提示语言包不完整,单击〖Update/更新〗即可。
4. Thunderbird and Libnotify for Mozilla installation.() Install "libnotify-bin"  (option)
5. apt-get update; 提示缺少key时,把对应的号码代替ID,然后执行,会自动安装好 所需的key(注:可填写多个ID,用空格隔开即可,同时适用于其他 缺少key的情况)。key命令行:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com ID

6.
装机必备软件:

中文文档查看 
sudo apt-get install xpdf-chinese-simplified xpdf-chinese-traditional poppler-data
终端管理设置

sudo apt-get install nautilus-open-terminal nautilus-gksu
  • 如图打开Ubuntu软件中心,点击影音图示,在右上角搜索框中输入Gstreamer。
  • 需安装的项目有:
    • Gstreamer附加组件
    • Gstreamer ffmpeg视频插件
    • mms、wavpack、quicktime和musepack的Gstreamer插件
    • aac、xvid、mpeg2和faad的Gstreamer插件
或者用下面的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.








参考:







阅读(603) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~