如何在ubuntu中指定使用独立显卡,而不是集成显卡!!!
发表于 : 2007-04-24 23:03
困扰我几天几夜的ubuntu7.04的安装症结终于被我找到,原来我的主板是集成主板,其中集成了一个intel 82865G Integrated Graphics Controller显卡,为了提高机器性能,我又给它加了块独立的32M显存的ASUS显卡(显示芯片是ubuntu所支持的nVidia RIVA TNT2 Model 64/Model 64 Pro),同时在BIOS中屏蔽了集成显卡,我在ubuntu的安装过程中一直很正常,但每次安装配置结束,准备重新进入新系统时,总是停留在黄色进度条的8%处死掉,重装了很多次,也换了不同版本,连我最信赖的Debian4.0也试了,故障始终依旧,我一度准备放弃linux了,幸好今天又下了个desktop版再试,故障依旧,但我发现每次在configure X处卡住,这才让我想起集成显卡的事,在BIOS中调整过一试,果不其然,问题就在这,那个兴奋呀,真爽,这该死的BUG终被捉住。
现在剩下的问题就是,我还想用独立显卡,在ubuntu中可以设定吗?在哪里设定?
恳请高人指点迷津!!!!!!!!
后记:
这两天我仍在配置,但有二个问题:
1、如果我不得不采用集成显卡的话,但是集成显卡的刷新率最大只有60,这当然不行的,从安装文件看起来,ubuntu已经正常安装了该显卡的驱动:
现在不知下一步该作何处理???
Section "Device"
Identifier "Intel Corporation 82865G Integrated Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
EndSection
Section "Monitor"
Identifier "通用显示器"
Option "DPMS"
HorizSync 28-70 这是我手工指定的
VertRefresh 43-160 这是我手工指定的
Modeline "1024x768_75.00" 81.80 1024 1080 1192 1360 768 769 772 802 -HSync +Vsync
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82865G Integrated Graphics Controller"
Monitor "通用显示器"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
2、如果我不采用集成显卡,问题是我的独立显卡,尽管我在BIOS中屏蔽了集成显卡,并指定首先采用独立显卡,ubuntu也似乎根本没检测到,所以我进入系统时就会卡住,更别说再安装驱动了。这又如何处理呢
现在剩下的问题就是,我还想用独立显卡,在ubuntu中可以设定吗?在哪里设定?
恳请高人指点迷津!!!!!!!!
后记:
这两天我仍在配置,但有二个问题:
1、如果我不得不采用集成显卡的话,但是集成显卡的刷新率最大只有60,这当然不行的,从安装文件看起来,ubuntu已经正常安装了该显卡的驱动:
现在不知下一步该作何处理???
Section "Device"
Identifier "Intel Corporation 82865G Integrated Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
EndSection
Section "Monitor"
Identifier "通用显示器"
Option "DPMS"
HorizSync 28-70 这是我手工指定的
VertRefresh 43-160 这是我手工指定的
Modeline "1024x768_75.00" 81.80 1024 1080 1192 1360 768 769 772 802 -HSync +Vsync
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82865G Integrated Graphics Controller"
Monitor "通用显示器"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
2、如果我不采用集成显卡,问题是我的独立显卡,尽管我在BIOS中屏蔽了集成显卡,并指定首先采用独立显卡,ubuntu也似乎根本没检测到,所以我进入系统时就会卡住,更别说再安装驱动了。这又如何处理呢