时隔1年,Ubuntu 10.04 Linux的易用性还是如此的吐槽点满塞啊
也许是我硬件特殊吧, ACER 5935G的本本
显卡: GT240M+GM45 声卡: ALC889
都遇到了问题首先是因为显卡, 进入安装界面后黑屏, 必须先从BIOS中切换到集成显卡, 安装好系统后, 直接安装nvidia-current, 并执行nvidia-xconfig, 然后重启, 切换回独立显卡后再进入系统.另: 屏蔽开机时NV的LOGO, 修改/etc/X11/xorg.conf
Section “Device”
Identifier “Device0″
Driver “nvidia”
VendorName “NVIDIA Corporation”
Option “NoLogo” “true”EndSectionALC889声卡的主要问题是不能录音, 这个问题大概于ALSA 1.0.20后解决, 但是需要手动在
/etc/modprobe.d/alsa-base.conf中添加(仅适用于使用ALC889芯片的型号, 比如AS5935, AS6935等等):
options snd-hda-intel model=acer-aspire-8930g重启后声音管理那里会多出一些录入设备的选项, 我这里有效的是Microphone2, 切换到它就可以录音了.在SKYPE等QT程序中使用ibus, 修改/etc/X11/xinit/xinput.d/default
XIM=ibus
XIM_PROGRAM=/usr/bin/ibus-daemon
XIM_ARGS=”–xim”
XIM_PROGRAM_XTRA=
XIM_PROGRAM_SETS_ITSELF_AS_DAEMON=
GTK_IM_MODULE=ibus
QT_IM_MODULE=ibus
DEPENDS=”ibus, ibus-gtk, ibus-qt4″使用雅黑字体, 安装字体文件后修改/etc/fonts/conf.avail/69-language-selector-zh-cn.conf <match target="pattern">
<test qual="any" name="family">
<string>serif</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Microsoft YaHei</string>
</edit>
</match>
<match target="pattern">
<test qual="any" name="family">
<string>sans-serif</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Bitstream Vera Sans</string>
<string>DejaVu Sans</string>
<string>Microsoft YaHei</string>
</edit>
</match>
<match target="pattern">
<test qual="any" name="family">
<string>monospace</string>
</test>
<edit name="family" mode="prepend" binding="strong">
<string>Bitstream Vera Sans Mono</string>
<string>DejaVu Sans Mono</string>
<string>Microsoft YaHei</string>
</edit>
</match> 并建立符号链接
sudo ln -s /etc/fonts/conf.avail/69-language-selector-zh-cn.conf /etc/fonts/conf.d/<!--adcode-->利用U盘实现DOS和Linux的双引导Ubuntu中删掉Termianl中长长的目录路径相关资讯 Ubuntu 10.04
- 经典Linux操作系统:Ubuntu 10.04 (10/07/2014 10:00:12)
- Ubuntu 10.04 发布第四个维护版本 (02/17/2012 10:44:50)
- Ubuntu 10.04比较好用的串口程序 (07/15/2011 06:51:40)
| - Ubuntu 10.04编译LTP (03/21/2013 21:05:34)
- Ubuntu 10.04.3 发布 (07/22/2011 06:57:31)
- Ubuntu 10.04下构建Nagios监控平台 (07/05/2011 06:46:48)
|
本文评论 查看全部评论 (0)