LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1044|回复: 8

Intel865集成显卡安装 急死人了,求救啊!

[复制链接]
发表于 2005-5-18 16:52:29 | 显示全部楼层 |阅读模式
我用的是DELL的机器 用的Intel865新年芯片组,集成显卡.
装了Redhat9.0以后 显卡不能正常工作 只能显示640*480的分辩率! 调也调不高
结果很多程序的窗口都不能完全显示(不能像windows那样随意调节窗口大小)..
求救各位!! 我该怎么办?
发表于 2005-5-18 17:08:47 | 显示全部楼层
#setup
设置一下
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-5-18 17:42:56 | 显示全部楼层
我安装驱动 显示错误:
ERROR: Kernel modules did not compile
                                                                                
The DRI drivers can not be installed without the latest kernel modules.
Installation will be aborted. See the dri.log file for information on
what went wrong.

我该怎么办?刚装上linux很多不懂 请大家帮忙啦!
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-5-18 17:44:23 | 显示全部楼层
内核版本
Linux cyz 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003 i686 i686 i386 GNU/Linux
回复 支持 反对

使用道具 举报

发表于 2005-5-18 18:07:45 | 显示全部楼层
我的X配置文件,供参考:

  1. # **********************************************************************
  2. # Refer to the xorg.conf(5x) man page for details about the format of
  3. # this file.
  4. # **********************************************************************


  5. # **********************************************************************
  6. # Files section.  This allows default font and rgb paths to be set
  7. # **********************************************************************
  8. #
  9. Section "Files"
  10.       
  11. # The location of the RGB database.  Note, this is the name of the
  12. # file minus the extension (like ".txt" or ".db").  There is normally
  13. # no need to change the default.

  14.     RgbPath   "/usr/X11R6/lib/X11/rgb"

  15. # Multiple FontPath entries are allowed (which are concatenated together),
  16. # as well as specifying multiple comma-separated entries in one FontPath
  17. # command (or a combination of both methods)
  18. #
  19. #
  20.     FontPath   "/usr/share/fonts/truetype/"
  21.     FontPath   "/usr/share/fonts/misc/"
  22.     FontPath   "/usr/share/fonts/TTF/"
  23.     FontPath   "/usr/share/fonts/Type1/"
  24.     FontPath   "/usr/share/fonts/75dpi/"
  25.     FontPath   "/usr/share/fonts/100dpi/"
  26. #   FontPath   "/usr/share/fonts/local/"
  27. #   FontPath   "/usr/share/fonts/Speedo/"
  28. #   FontPath   "/usr/share/fonts/freefont/"
  29. #   FontPath   "/usr/share/fonts/CID/"

  30. #The module search path.  The default path is shown here.
  31. #
  32. #    ModulePath "/usr/X11R6/lib/modules"

  33. EndSection


  34. # **********************************************************************
  35. # Module section -- this  section  is used to specify
  36. # which dynamically loadable modules to load.
  37. # **********************************************************************
  38. #
  39. Section "Module"

  40.    Load   "dbe"   # Double buffer extension
  41.    Load   "dri"      # This loads the DRI module
  42.    Load   "glx"      # This loads the GLX module
  43.    Load   "GLcore"
  44.    Load   "bitmap"
  45.    Load   "ddc"
  46.    Load   "extmod"
  47.    Load   "freetype"
  48.    Load   "int10"
  49.    Load   "record"
  50.    Load   "vbe"
  51. #   Load   "speedo"
  52. #   Load   "type1"

  53. EndSection


  54. # **********************************************************************
  55. # Input devices
  56. # **********************************************************************
  57. #


  58. # **********************************************************************
  59. # Core keyboard's InputDevice section
  60. # **********************************************************************
  61. Section "InputDevice"
  62.    Identifier   "Generic Keyboard"
  63.    Driver      "kbd"
  64.    Option       "AutoRepeat" "500 30"
  65.    Option      "CoreKeyboard"
  66.    Option "XkbRules"   "xorg"
  67.    Option "XkbModel"   "pc105"
  68.    Option "XkbLayout"   "us"
  69. EndSection
  70. # **********************************************************************
  71. # Core Pointer's InputDevice section
  72. # **********************************************************************
  73. Section "InputDevice"
  74.    Identifier   "Configured Mouse"
  75.    Driver      "mouse"
  76.    Option      "CorePointer"
  77.    Option      "Device"      "/dev/psaux"
  78.    Option      "Protocol"      "PS/2"
  79. #   Option      "Emulate3Buttons"   "true"
  80.    Option      "ZAxisMapping"   "4 5"
  81. EndSection
  82. Section "InputDevice"
  83.    Identifier   "Generic Mouse"
  84.    Driver      "mouse"
  85.    Option      "SendCoreEvents"   "true"
  86.    Option      "Device"      "/dev/input/mice"
  87.    Option      "Protocol"      "ImPS/2"
  88. #   Option      "Emulate3Buttons"   "true"
  89.    Option      "ZAxisMapping"      "4 5"
  90. EndSection


  91. # **********************************************************************
  92. # Graphics device section
  93. # **********************************************************************
  94. #
  95. Section "Device"
  96.    Identifier   "i810"
  97.    VendorName   "Intel"
  98.    Driver      "i810"
  99.    Option      "AGPMode" "1"
  100.    VideoRam   32768
  101. EndSection


  102. # **********************************************************************
  103. # Monitor section
  104. # **********************************************************************
  105. #
  106. Section "Monitor"
  107.    Identifier   "LCD1024"
  108.    HorizSync   28-70
  109.    VertRefresh   43-90
  110.    Option      "DPMS"
  111.    Modeline "1024x768"  64.11  1024 1080 1184 1344  768 769 772 795  -HSync +Vsync
  112. EndSection



  113. # **********************************************************************
  114. # Screen sections
  115. # **********************************************************************

  116. # Any number of screen sections may be present.  Each describes
  117. # the configuration of a single screen.  A single specific screen section
  118. # may be specified from the X server command line with the "-screen"
  119. # option.
  120. #
  121. Section "Screen"
  122.    Identifier   "Default Screen"
  123.    Device      "i810"
  124.    Monitor      "LCD1024"
  125.    DefaultDepth   24
  126.    SubSection "Display"
  127.       Depth      1
  128.       Modes      "1024x768" "800x600" "640x480"
  129.       ViewPort   0 0
  130.    EndSubSection
  131.    SubSection "Display"
  132.       Depth      4
  133.       Modes      "1024x768" "800x600" "640x480"
  134.       ViewPort   0 0
  135.    EndSubSection
  136.    SubSection "Display"
  137.       Depth      8
  138.       Modes      "1024x768" "800x600" "640x480"
  139.       ViewPort   0 0
  140.    EndSubSection
  141.    SubSection "Display"
  142.       Depth      15
  143.       Modes      "1024x768" "800x600" "640x480"
  144.       ViewPort   0 0
  145.    EndSubSection
  146.    SubSection "Display"
  147.       Depth      16
  148.       Modes      "1024x768" "800x600" "640x480"
  149.       ViewPort   0 0
  150.    EndSubSection
  151.    SubSection "Display"
  152.       Depth      24
  153.       Modes      "1024x768" "800x600" "640x480"
  154.       ViewPort   0 0
  155.    EndSubSection
  156. EndSection

  157. # **********************************************************************
  158. # ServerLayout sections.
  159. # **********************************************************************

  160. # Any number of ServerLayout sections may be present.  Each describes
  161. # the way multiple screens are organised.  A specific ServerLayout
  162. # section may be specified from the X server command line with the
  163. # "-layout" option.  In the absence of this, the first section is used.
  164. # When now ServerLayout section is present, the first Screen section
  165. # is used alone.
  166. #
  167. Section "ServerLayout"
  168.    Identifier   "Default Layout"
  169.    Screen      "Default Screen"
  170.    InputDevice   "Generic Keyboard"
  171.    InputDevice   "Configured Mouse"
  172.    InputDevice   "Generic Mouse"
  173. EndSection

  174. Section "DRI"
  175.    Mode   0666
  176. EndSection
复制代码
回复 支持 反对

使用道具 举报

发表于 2005-5-18 18:18:07 | 显示全部楼层
显卡类型设置成vesa而不是i810就可以凑合用
如果想安装驱动
需要有内核的头文件
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-5-19 16:26:31 | 显示全部楼层
我重新编译了内核 现在是2.6.10
Linux cyz 2.6.10 #1 Thu a 19 15:24:27 CST 2005 i686 i686 i386 GNU/Linux
可是我在启动进入字符界面,确保xwindow没有运行,安装驱动还是会出现错误:
The DRI drivers can not be installed without the latest kernel modules.
Installation will be aborted. See the dri.log file for information on
what went wrong.
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-5-19 18:24:59 | 显示全部楼层
崩溃,只要调一下bios显存就行了,其他什么都不需要
回复 支持 反对

使用道具 举报

发表于 2005-5-20 11:52:47 | 显示全部楼层
[root@machine root]# ll /usr/src/linux-2.4/configs/
total 888
-rw-r--r--    1 root     root        48292 Aug 19  2004 kernel-2.4.21-athlon-smp.config
-rw-r--r--    1 root     root        48291 Aug 19  2004 kernel-2.4.21-athlon.config
-rw-r--r--    1 root     root        59532 Aug 19  2004 kernel-2.4.21-i386-BOOT.config
-rw-r--r--    1 root     root        48488 Aug 19  2004 kernel-2.4.21-i386.config
-rw-r--r--    1 root     root        48317 Aug 19  2004 kernel-2.4.21-i586-smp.config
-rw-r--r--    1 root     root        48330 Aug 19  2004 kernel-2.4.21-i586.config
-rw-r--r--    1 root     root        48560 Aug 19  2004 kernel-2.4.21-i686-hugemem.config
-rw-r--r--    1 root     root        48514 Aug 19  2004 kernel-2.4.21-i686-smp.config
-rw-r--r--    1 root     root        48399 Aug 19  2004 kernel-2.4.21-i686.config
-rw-r--r--    1 root     root        47333 Aug 19  2004 kernel-2.4.21-ia32e.config
-rw-r--r--    1 root     root        48215 Aug 19  2004 kernel-2.4.21-ia64.config
-rw-r--r--    1 root     root        48181 Aug 19  2004 kernel-2.4.21-ppc64.config
-rw-r--r--    1 root     root        49417 Aug 19  2004 kernel-2.4.21-ppc64iseries.config
-rw-r--r--    1 root     root        48181 Aug 19  2004 kernel-2.4.21-ppc64pseries.config
-rw-r--r--    1 root     root        48808 Aug 19  2004 kernel-2.4.21-s390.config
-rw-r--r--    1 root     root        48808 Aug 19  2004 kernel-2.4.21-s390x.config
-rw-r--r--    1 root     root        47183 Aug 19  2004 kernel-2.4.21-x86_64-smp.config
-rw-r--r--    1 root     root        47068 Aug 19  2004 kernel-2.4.21-x86_64.config

#cp 对应的内核.config  /usr/src/linux-2.4/.config
回复 支持 反对

使用道具 举报

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

本版积分规则

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