新人求救
debian吧
全部回复
仅看楼主
level 3
李友之 楼主
昨天晚上用U盘装debian 8.03
折腾了3回,装好了,碰到问题
1.中文输入法配置,现在可以输入中文,用的谷歌拼音,但是候选框总是在左下角,不是在我输入的文本框旁边,看起来费劲,
2.显卡驱动,由于是笔记本,i5有自带集成显卡,还有个独立显卡gt650m,不知道是否需要重新装驱动,命令行后可见这2个显卡,
3.笔记本外接一台19"显示器,发现显示器分辨率略低,不知道怎么调整
以上求救!
昨晚弄到3点半,实在找不着办法,希望贴吧有大侠能救我
2016年03月29日 02点03分 1
level 2
我前几天安装debian 也遇到几个问题,总结如下,以做参考
安装时提示缺少两个非开源驱动:iwlwifi-6000g2b-5.ucode,iwlwifi-6000g2b-6.ucode.现在来到桌面,发现没有无线选项,只提示插入网线,没无线网卡驱动。。。直接在网上下载这两个文件放到主文件夹
打开终端
直接输入su 提示输入管理员密码
然后输入 cp iwlwifi-6000g2b-5.ucode /lib/firmware ,再输入cp iwlwifi-6000g2b-6.ucode /lib/firmware
重启计算机,就看见无线网已连接。。。
随后就是改源了: 输入su 方法同上
再输入 nano etc/apt/sources.list
在最后添加这几个源:
deb http://mirrors.ustc.edu.cn/debian/ jessie main contrib non-free
deb-src http://mirrors.ustc.edu.cn/debian/ jessie main contrib non-free
deb http://mirrors.ustc.edu.cn/debian-security/ jessie/updates main non-free contrib
deb-src http://mirrors.ustc.edu.cn/debian-security/ jessie/updates main non-free contrib
# deb http://mirrors.ustc.edu.cn/debian/ jessie-proposed-updates main contrib non-free
# deb-src http://mirrors.ustc.edu.cn/debian/ jessie-proposed-updates main contrib non-free
deb http://mirrors.ustc.edu.cn/debian/ jessie-updates main contrib non-free
deb-src http://mirrors.ustc.edu.cn/debian/ jessie-updates main contrib non-free
# deb http://mirrors.ustc.edu.cn/debian-multimedia/ testing non-free main
# deb-src http://mirrors.ustc.edu.cn/debian-multimedia/ testing non-free main
ctrl+x 保存退出
保存。。。
apt-get update
apt-get ugrade
然后去新立德软件管理工具下软件吧
然后上网时便发觉自带的小企鹅用不了。。。只能打abc.这种情况下不要先打开"fcitx配置",要先打开一个叫"输入法"的程序,把fcitx设为默认输入法,在打开fcitx配置一下 估计就能输入中文了,若还是不行就到新立德搜索fcitx,会搜到一列一fcitx开头的程序,看看需要在安装哪几个程序,然后重启生效
系统默认自带了Iceweasel,这个浏览器实际上就是firefox。对于firefox的flash,官方不再升级版本,永久停留在11.2,但是,官方说明,他们会一直给11.2版本的flash提供更新!!系统刚安装时,flash版本很低,所以需要手动升级。升级方法如下:
# apt-get install flashplugin-nonfree
# update-flashplugin-nonfree --install
2016年03月30日 15点03分 3
1