QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 2784|回复: 18

如何屏蔽4GVMI-A的集成显卡,而用外置显卡进入LINUX

[复制链接]
发表于 2006-5-15 13:36:36 | 显示全部楼层 |阅读模式
我的主板是磐正的4GVMI-A,主板集成显卡!最近升级电脑买了块AGP的显卡,可是装上之后便进不了我的
RHEL4了。一直没办法,就重装了个SUSE10.1,可是重装后还是进不了,也是在字符界面检查硬件的时候出问题!用回集成显卡的话就什么问题都没有,可以正常进入。

可是我在使用AGP显卡的时候,已经在BIOS里DISABLE了集成显卡,在WINDOWS里也使用也完全没问题!为什么进入LINUX就不行了呢?

请高手帮帮忙,我可不想买了新显卡,却没了LINUX!!!谢谢!
 楼主| 发表于 2006-5-15 17:55:07 | 显示全部楼层
没人知道怎么弄吗??
回复

使用道具 举报

发表于 2006-5-16 07:09:47 | 显示全部楼层
那样的话就先用集成显卡安装好了,装好了再换成agp卡。不过记得用最新的内核……

btw:你的显卡是什么型号?
回复

使用道具 举报

发表于 2006-5-16 07:41:43 | 显示全部楼层
贴你的xorg.conf文件来
回复

使用道具 举报

 楼主| 发表于 2006-5-16 12:53:42 | 显示全部楼层
我的显卡是:讯景GF5200 ,型号是:PV-T34K-UAK5。
请问版主xorg.conf文件放在了什么地方?谢谢!
回复

使用道具 举报

发表于 2006-5-16 19:29:45 | 显示全部楼层
xorg.conf文件在/etc/X11目录下
回复

使用道具 举报

 楼主| 发表于 2006-5-16 22:05:41 | 显示全部楼层
下面是我的xorg.conf文件的内容,希望版主能帮我看出问题来!
# generic XFree86 4.x configuration file

Section "Files"
  FontPath                "/usr/X11R6/lib/X11/fonts/truetype/"
  FontPath                "/usr/X11R6/lib/X11/fonts/URW/"
  FontPath                "/usr/X11R6/lib/X11/fonts/uni/"
  FontPath                "/usr/X11R6/lib/X11/fonts/misc/"
  ModulePath        "/usr/X11R6/lib/modules"
  RgbPath                "/usr/X11R6/lib/X11/rgb"
  InputDevices        "/dev/ttyS0"
  InputDevices        "/dev/ttyS1"
  InputDevices        "/dev/ttyS2"
  InputDevices        "/dev/ttyS3"
  InputDevices        "/dev/ttyS4"
  InputDevices        "/dev/ttyS5"
  InputDevices        "/dev/ttyS6"
  InputDevices        "/dev/ttyS7"
  InputDevices        "/dev/ttyS8"
  InputDevices        "/dev/psaux"
  InputDevices        "/dev/logibm"
  InputDevices        "/dev/sunmouse"
  InputDevices        "/dev/atibm"
  InputDevices        "/dev/amigamouse"
  InputDevices        "/dev/atarimouse"
  InputDevices        "/dev/inportbm"
  InputDevices        "/dev/gpmdata"
  InputDevices        "/dev/usbmouse"
  InputDevices        "/dev/adbmouse"
  InputDevices        "/dev/input/mice"
  InputDevices        "/dev/input/event0"
EndSection

Section "ServerFlags"
  Option        "AllowMouseOpenFail"
  Option        "BlankTime"        "0"
EndSection

Section "Module"
  Load        "dbe"
  Load        "extmod"
  Load        "glx"
EndSection

Section "InputDevice"
  Driver                "kbd"
  Identifier        "Keyboard[0]"
  Option                "Protocol"                "Standard"
  Option                "XkbRules"                "xfree86"
  Option                "XkbKeycodes"        "xfree86"
  Option                "XkbModel"                "pc104"
  Option                "XkbLayout"                "us"
EndSection

Section "InputDevice"
  Driver     "mouse"
  Identifier "Mouse[1]"
  Option     "Protocol" "explorerps/2"
  Option     "Device"   "/dev/input/mice"
EndSection

Section "Monitor"
  HorizSync                25-40
  Identifier        "Monitor[0]"
  ModelName                "Initial"
  VendorName        "Initial"
  VertRefresh        47-75
  UseModes                "Modes[0]"
EndSection


Section "Modes"
  Identifier        "Modes[0]"
  Modeline      "800x600" 29.38  800 816 896 992 600 601 604 617 # 1. Try
  Modeline                "640x480" 31.5   640 656 720 840 480 481 484 500 # 6. Try
  Modeline                "640x480" 31.5   640 680 720 864 480 488 491 521 # 5. Try
  Modeline                "640x480" 28     640 664 760 800 480 491 493 525 # 4. Try
  Modeline                "640x480" 28.32  640 664 760 800 480 491 493 525 # 3. Try
  Modeline                "640x480" 25.18  640 664 760 800 480 491 493 525 # 2. Try
  Modeline                "640x480" 25.175 640 664 760 800 480 491 493 525 # 1. Try
EndSection

Section "Monitor"
  HorizSync                28-33
  Identifier        "Monitor[vmware]"
  ModelName                "Initial"
  VendorName        "Initial"
  VertRefresh        43-72
  UseModes                "Modes[vmware]"
EndSection
   
Section "Modes"
  Identifier        "Modes[vmware]"
  Modeline                "800x600" 29.38 800 816 896 992 600 601 604 617
EndSection

Section "Monitor"
  HorizSync                31-48
  Identifier        "Monitor[vesa]"
  ModelName                "VESA"
  VendorName        "VESA"
  VertRefresh        50-60
EndSection

# Screen Section for module X support
# -------------------------------------
Section "Screen"
  SubSection "Display"
    Depth                16
    Modes                "800x600"
  EndSubSection
  SubSection "Display"
    Depth                24
    Modes                "800x600"
  EndSubSection
  SubSection "Display"
    Depth                32
    Modes                "800x600"
  EndSubSection
  SubSection "Display"
    Depth                8
    Modes                "800x600"
  EndSubSection
  Device                "Device[0]"
  Identifier        "Screen[0]"
  Monitor                "Monitor[0]"
EndSection

# Screen Section for fbdev support
# ----------------------------------
Section "Screen"
  SubSection "Display"
    Depth                16
    Modes                "default"            
  EndSubSection
  SubSection "Display"
    Depth                15
    Modes                "default"            
  EndSubSection
  SubSection "Display"
    Depth                15
    Modes                "default"            
  EndSubSection
  SubSection "Display"
    Depth                24
    Modes                "default"  
  EndSubSection
  SubSection "Display"
    Depth                32
    Modes                "default"  
  EndSubSection
  SubSection "Display"
    Depth                8
    Modes                "default"  
  EndSubSection
  Device                "Device[fbdev]"
  Identifier        "Screen[fbdev]"
  Monitor                "Monitor[0]"
EndSection

# Screen Section for vesa support
# ----------------------------------
Section "Screen"
  SubSection "Display"
    Depth                16
    Modes                "default"            
  EndSubSection
  SubSection "Display"
    Depth                8
    Modes                "default"  
  EndSubSection
  Device                "Device[vesa]"
  Identifier        "Screen[vesa]"
  Monitor       "Monitor[vesa]"
EndSection

# Screen Section for vmware support
# ----------------------------------
Section "Screen"
  SubSection "Display"
    Depth                8
    Modes                "800x600"
  EndSubSection
  SubSection "Display"
    Depth                16
    Modes                "800x600"
  EndSubSection
  SubSection "Display"
    Depth                24
    Modes                "800x600"
  EndSubSection
  Device                "Device[vmware]"
  Identifier        "Screen[vmware]"
  Monitor                "Monitor[vmware]"
EndSection

# Device Sections...
# -------------------
Section "Device"
  #BusID        "1:0:0"
  Driver                "ChangeMe"
  Identifier        "Device[0]"
  # device_options
  Option                "sw_cursor"        "on"
EndSection

Section "Device"
  Driver                "fbdev"
  Identifier        "Device[fbdev]"
  # fbdev_options
  Option                "ShadowFB"        "off"
EndSection

Section "Device"
  Driver                "vesa"
  #Option        "DefaultRefresh"
  Option        "ModeSetClearScreen" "no"
  Identifier        "Device[vesa]"
EndSection

Section "Device"
  Driver                "vmware"
  Identifier        "Device[vmware]"
EndSection

Section "ServerLayout"
  Identifier        "Layout[all]"
  InputDevice        "Keyboard[0]"        "CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
  Option                "Xinerama"                "off"
  Screen   "Screen[vesa]"
EndSection
回复

使用道具 举报

发表于 2006-5-16 22:46:25 | 显示全部楼层
集成显卡应该在bios中禁用吧?
回复

使用道具 举报

发表于 2006-5-17 03:46:32 | 显示全部楼层
天啊,你还真听话啊,检测硬件的时候就挂了,和xorg.conf有什么关系?!你的udev是什么版本?
回复

使用道具 举报

 楼主| 发表于 2006-5-17 12:11:25 | 显示全部楼层
如果我用GF5200,就会在检测硬件的时候就挂了,但是我如果我用回集成显卡,安装程序(SUSE10.1)就可以继续,只是在最后一步“硬件配置”的时候就黑屏了,可能因为我没把GF5200取下来,造成冲突!但是重启后还是可以正常进入SUSE系统!进去系统后,可以在控制中心看到我有俩块显卡,显示俩块显卡都有被激活,而GF5200没有配置显示器!我尝试了照着集成显卡的设置来设置GF5200,然后不激活集成显卡!重启后失败,进不了X,黑屏。。。。。。极度郁闷!!!!
回复

使用道具 举报

发表于 2006-5-17 21:15:33 | 显示全部楼层
   脸红一个,没有看到那行在检测硬件时就挂了。你有没有试过在BIOS里屏蔽了集成显卡,然后安装?
回复

使用道具 举报

发表于 2006-5-17 21:55:29 | 显示全部楼层
[quote:a310aaf047="hohoxu_hao115"]集成显卡应该在bios中禁用吧?[/quote]
我也脸红一个,人家已经禁掉了。
回复

使用道具 举报

发表于 2006-5-18 08:58:58 | 显示全部楼层
起动的时候那一步出问题?  啥信息..?
回复

使用道具 举报

 楼主| 发表于 2006-5-18 09:49:47 | 显示全部楼层
昨天尝试了取下GF5200来安装,安装毫无问题的说。。。。。

我就不明白为什么我在BIOS里禁用了集成显卡,安装程序还是会检测到我的集成显卡,而且死都要用它!

如果我用GF5200的话,SUSE10.1安装程序是这样的:我从硬盘安装,顺利进入了Y2ST
界面,很奇怪的是它安装完了第一张碟后是要重启后再进入Y2ST界面继续安装其他碟的!
可是用GF的话,它重启后就进不了Y2ST界面了,启动到一半就显示出一屏幕的代码还是什么后停住,倒数第四行是写着:
Code:45 65 21 98 80 95 45 32 11 45 65 .............
上面的数字是我随意写的,真实情况也就是象这样三四行这样的俩位数!不懂是什么东西!
我也用RHEL AS 4的安装碟从光驱尝试过安装,结果也是出现上面那样的数字!
我以为是内核不认识我的显卡,可拿到别人没有集成显卡的电脑上试, 又可以安装,毫无问题!
唉,看来我是要换主板了!希望老天爷再掉下点钱给我,呵呵!
回复

使用道具 举报

发表于 2006-5-18 10:00:04 | 显示全部楼层
这问题够怪
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-16 14:58 , Processed in 0.091680 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表