As the displayconfig-gtk is not included since 8.10, it’s not that easy to change the display resolution for my Toshiba Portege R100 with Trident Cyberblade XP4.
As the touchpad of Portege R100 does not support EdgeScroll(Horiz & Vert) by default.
I would like to write how i solved the touchpad problem in case i forget.
- backup /etc/X11/xorg.conf
- check xorg.conf in inputdevice section, SHMconfig set TRUE
- restart x
- in terminal, synclient -m 1000
- get the X, Y of left right top and bottom.
- edit xorg.conf, add VertEdgeScroll & HorizEdgeScroll option to inputdevice section, and set to 1
- add LeftEdge RightEdge TopEdge BottomEdge in inputdevice section and set with the 4 number got in setp 5.
- done. restart X
This following xorg.conf works fine.
The following Xorg.conf updated on 29th May 2009, with display and touchpad support.
Read more…
系统_OS portege, Ubuntu
Connect trough proxy is currently not support by ssh, so when i am trying to connect to my simplife.net under Ubuntu, it can not get through with the proxy setting in ‘Preference – Network Proxy’.
Googled and I found a third party tiny software can make it through.
sudo apt-get install corkscrew
sudo nano /etc/ssh/ssh_config
Add this at the bottom of ssh_config:
ProxyCommand corkscrew proxy.example.com 8080 %h %p
Done.
Read more…
网络_Network ssh, Ubuntu
wubi是个很不错的软件,昨天用它装了Ubunt 8.04,但是却有些问题。
由于笔记本比较老,Toshiba Porgege R100,显卡是Trident Cyberblade XP4,ubuntu默认没有正确识别它。于是到网上搜了很多相关文章看。大部分文章都写道了这个BUG,而且也列出了一系列解决方案。不过最终还是没能解决。
先描述一下问题症状
问题1:默认最高分辨率800*600,而且只能显示在屏幕中间,周围有大约2寸的黑边。看起来又恼火,又窝火……
解决:打开终端,运行sudo displayconfig-gtk,选择正确的显卡[Trident-CyberBlade(generic)];再选择显示器[LCD Panel 1024*768]。然后按Ctrl+Alt+BackSpace重启xwindow即可。
问题2:调整显示器亮度会造成显示屏错位。
解决:这个暂时没彻底解决掉,不过在出现画屏的时候,先Ctrl+Alt+F1切换到tty1,再Ctrl+Alt+F7即可解决。
另外,ubuntu下电池方案还暂时不能定制,明天找找;上网Drcom验证没搞,暂时用代理。
附西南财经大学Ubuntu源source.list:
Read more…
系统_OS portege, Ubuntu
下午闲来无事,“装”Ubuntu。
之所以用引号,原因是,此安装并不是实际的安装,而是一个简单而有效的方法。
此方法,可以实现Ubuntu Linux与XP共存,实现双系统引导。
对于没用过Linux,怕不适应,而有想体验Linux的朋友来说,是个不错的方法。
声明:
以下方法仅限于Ubuntu 6.10硬盘安装!(其他版本没试过,出错的话可不要找俺呀。。。)
这个方法并不是俺想出来的,是网上搜到的。如果谁有更好的方案,欢迎一起探讨!
请先下载bhd_i386_2.6.17-10g.tar.gz,链接为http://ftp.ubuntu.org.cn/gnix_oag/boot_livecd_from_hd/edgy/6.10/bhd_i386_2.6.17-10g.tar.gz
注意:请使用迅雷下载,否则访问这个地址要帐号和密码(其实并不需要,只是它服务器慢)…
步骤:
1.下载后解压该文件,将“boot文件夹”和“grldr”拷贝到C盘根目录。
2.修改c:\boot.ini
2.1 修改boot.ini文件属性,去掉只读。
2.2 在c:\boot.ini文件后面添加“c:\grldr=” Ubuntu Linux “”(引号内的内容)
2.3 timeout那项,改为“timeout=10”(引号内的内容)
3.在D或者E等你想要放linux的分区,建立一个edgy的目录。(此处假设为E:\edgy)
4.设置文件和虚拟内存文件设置:
4.1 解压目录下有个“ubuntu.fs”文件夹,里面有“fs_256Mb.bz2”的文件(256MB为文件尺寸),选择一个合适的尺寸,将其中文件解压至E:\edgy\,重命名为“ubuntu.fs”
4.2 解压目录下有个“swap.fs”文件夹,里面有“swap_256Mb.bz2”的文件(256MB为文件尺寸),选择一个合适的尺寸,将其中文件解压至E:\edgy\,重命名为“swap.fs”
5.下载ubuntu live cd 6.10,校内下载,公网BT下载
6.将下载的ISO文件,存放在e:\edgy目录下。
7.重启,选择Ubuntu Linux进入Ubuntu的世界。哈哈!
还不知道如何安装学校的DrCom,等知道了,俺会补充上来。
本文原创,转载请保留链接,谢谢。
数码_DigitalLife linux, Ubuntu