IBM笔记本安装Ubuntu 9.04的问题

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
zbyleo
帖子: 7
注册时间: 2008-01-30 23:05

IBM笔记本安装Ubuntu 9.04的问题

#1

帖子 zbyleo » 2009-10-28 14:24

我有一台IBM R30的笔记本,P3 1G,512M的内存,140G的硬盘,Trident显卡,原来安装的是xp。最近听说Ubuntu不错,对机器要求不高,所以就下载了9.04版本的按照论坛上方法安装。出现如下问题:
1、安装时间很长大约50分钟,比安装xp还慢;
2、中文支持的不好,下载更新后还是有些地方不是中文显示
3、最大的问题就是显示不正常,笔记本的最佳分辨率为1024X768,但是系统最高只有800X600,而且更重要的是不能满屏显示。能显示的只是屏幕中间 一块区域,其他地方都是黑的。这就太不好了,跪求高人解决!或者这款老爷车本本,推荐安装其他什么版本最好,谢谢了!
头像
xixinjie
帖子: 163
注册时间: 2008-02-10 15:32

Re: IBM笔记本安装Ubuntu 9.04的问题

#2

帖子 xixinjie » 2009-10-28 14:30

问题1的话估计你安装XP都是ghost的!呵呵 ubuntu 配置好之后的确不错,配置的话参照第2条!
问题2可以参照
http://wiki.ubuntu.org.cn/index.php?tit ... iant=zh-cn

问题3的话看看其他人怎么解决的!活用论坛搜索!


PS:不用重复发贴的! :em11 加油
上次由 xixinjie 在 2009-10-28 14:32,总共编辑 1 次。
zbyleo
帖子: 7
注册时间: 2008-01-30 23:05

Re: IBM笔记本安装Ubuntu 9.04的问题

#3

帖子 zbyleo » 2009-10-28 14:31

这款笔记本的显卡是Trident Video Accelerator CyberBlade-Ai1 AGP的,在网上好像找不到Linux的驱动,只有一个Trident Blade 3D 的Linux的驱动,能用这个不?
头像
xixinjie
帖子: 163
注册时间: 2008-02-10 15:32

Re: IBM笔记本安装Ubuntu 9.04的问题

#4

帖子 xixinjie » 2009-10-28 14:32

zbyleo 写了:这款笔记本的显卡是Trident Video Accelerator CyberBlade-Ai1 AGP的,在网上好像找不到Linux的驱动,只有一个Trident Blade 3D 的Linux的驱动,能用这个不?
没有受限驱动?
steven0127
帖子: 6
注册时间: 2009-04-18 11:45

Re: IBM笔记本安装Ubuntu 9.04的问题

#5

帖子 steven0127 » 2010-03-02 11:34

引用自:http://andyfan.blog.sohu.com/106671236.html

xorg.conf编辑完保存,退出后再重新登录就OK了。

Section "Device"
Identifier "Configured Video Device"
Boardname "Trident CyberBlade (generic)"
Busid "PCI:1:0:0"
Driver "trident"
Screen 0
Vendorname "Trident"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1024x768"
Horizsync 31.5-48.0
Vertrefresh 56.0 - 65.0
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
Gamma 1.0
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Depth 24
Modes "1024x768" "800x600"
EndSubSection
EndSection
jerro
帖子: 279
注册时间: 2007-03-31 12:56

Re: IBM笔记本安装Ubuntu 9.04的问题

#6

帖子 jerro » 2010-03-03 9:01

现在的ubuntu应该对硬件的支持很不错了。
bernardsz
帖子: 27
注册时间: 2013-07-01 9:09
系统: Xubuntu7.04

Re: IBM笔记本安装Ubuntu 9.04的问题

#7

帖子 bernardsz » 2013-07-02 11:41

steven0127 写了:引用自:http://andyfan.blog.sohu.com/106671236.html

xorg.conf编辑完保存,退出后再重新登录就OK了。

Section "Device"
Identifier "Configured Video Device"
Boardname "Trident CyberBlade (generic)"
Busid "PCI:1:0:0"
Driver "trident"
Screen 0
Vendorname "Trident"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1024x768"
Horizsync 31.5-48.0
Vertrefresh 56.0 - 65.0
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
Gamma 1.0
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Depth 24
Modes "1024x768" "800x600"
EndSubSection
EndSection
修改后无法保存是怎么回事,请指教?
回复