解决Ubuntu10.04安装Nvidia私有驱动后开机花屏
安装完Nvidia私有驱动后:
安装一些包
sudo apt-get install v86d hwinfo
查看framebuffer
sudo hwinfo –framebuffer
比如我机器的信息是:

找个一个比较合适的分辨率,我选择1920x1200 -24。 阅读全文
Archive for the ‘ Linux ’ Category
安装完Nvidia私有驱动后:
安装一些包
sudo apt-get install v86d hwinfo
查看framebuffer
sudo hwinfo –framebuffer
比如我机器的信息是:

找个一个比较合适的分辨率,我选择1920x1200 -24。 阅读全文
sudo gedit /etc/X11/xorg.conf
找到“Section “Device”一段
加入:
Option “RegistryDwords” “EnableBrightnessControl=1″
完毕后,重启一下X
发现OK了。 阅读全文
难以置信的,冷不防的,Flashget低调地放出For Linux版本。
虽然功能简单了点,不过还是不错的。
Ubuntu用户可以到快车的官方论坛下载deb包安装:
http://bbs.flashget.com/viewthread.php?tid=18519&extra=page%3D1
联合Flashgot和Flashget:
Flashgot是Firefox最流行的下载管理插件,可以从这里安装:
https://addons.mozilla.org/zh-CN/firefox/addon/220/
安装完毕,在火狐菜单栏找到工具-Flashgot-更多选项
添加新选项,设置如下:
*:“[URL] [ERFERER]”直接有个空格
下载时就可以选择“flashget”就行下载
自从Ubuntu 10.04正式版发布后,我没有再用Gnome了,而是迷上了KDE。
KDE自从4.4以后也稳定多了,界面很“现代化”~~
不过Kubuntu做得比Ubuntu粗糙多了,很多细节多没搞定。比如说:中文输入法。
ibus在KDE下很杯具,有些程序里不能跟踪光标。
所以,我换上了Fcitx。
步骤如下:
sudo apt-get remove ibus #把ibus给删掉
sudo apt-get remove fcitx #把旧版fcitx给删掉,如果有的话
wget http://fcitx.googlecode.com/files/fcitx-utf8-svn_3.6.3-20100511-r366_i386.deb
#下载新版Fcitx 3.6.3,也可以到这里,下载最新版
sudo dpkg -i fcitx-utf8-svn_3.6.3-20100511-r366_i386.deb #安装Fcitx
im-switch -s fcitx -z default #设fcitx为默认输入法
到这里Fcitx安装上了,重启一下X,或者重启一下系统。 阅读全文
When I was a kid and I went to school,the teachers will try to teach us to share.They said if you bring some candy,you can’t eat it all yourself, you got to share with other kids.But now the administration says teachers
should be teaching kids to say yes to licensing.
If you bring some software to school,
“Oh! No, don’t share it..
….sharing means you’re pirate,
sharing means you will be put in jail.”
That’s not the way society should work.
We need the good will,the willingness to help other people at least when it’s not too hard,
because that’s the basis of society,that’s the fundamental resource.
——————Richard Matthew Stallman
阅读全文