分页: 1 / 1

[问题] intel 915显卡安驱动无法顺利安装,无法启用X window

发表于 : 2005-09-22 10:52
abc520
我的笔记本时NX 6120,迅驰2代笔记本 ,我装了一个Turbo Linux 7.0 ,安装过程顺利,但是无法安装 intel915显卡驱动,我的XF86Config如下:

#
# XF86Config generated by xconfig
# Please do not edit this file by hand!
# Run xconfig to make changes to the X configuration.
# For advanced users, details about the format of this file
# can be found in the XF86Config man page.

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "Files"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/extra/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/latin2/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/PEX/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/TrueType/"
FontPath "/usr/X11R6/lib/X11/fonts/ttf-zh/"
FontPath "/usr/X11R6/lib/X11/fonts/unicode/"
EndSection

Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc101"
Option "XkbLayout" "us"
Option "XkbOptions" "ctrl:swapcaps"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "yes"
#MouseName "Generic - 3 Button Mouse (USB)"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection

Section "Device"
Identifier "Intel Corporation i915 Integrated Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
EndSection


Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation i915 Integrated Graphics Controller"
Monitor "Generic Monitor"

DefaultDepth 8
SubSection "Display"
Depth 8
Modes "640x480" "800x600" "1024x768"
EndSubSection
SubSection "Display"
Depth 15
EndSubSection
SubSection "Display"
Depth 16
EndSubSection
SubSection "Display"
Depth 24
EndSubSection
EndSection

Section "DRI"
EndSection

# End of XF86Config.
# Configured by xconfig
# Configured date:

安装过程中出现的log信息如下:

Compiling...
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.

请问,我该怎么做才能正常使用 X window ?

发表于 : 2005-09-22 11:40
eexpress
Section "Device"
Identifier "Intel Corporation i915 Integrated Graphics Controller"
Driver "i810"

/usr/X11R6/lib/X11/Cards中先找下支持否以及驱动名字

viewtopic.php?t=3009&highlight=%E7%A1%AC%E4%BB%B6

发表于 : 2005-09-22 11:45
oneleaf
改ubuntu,试试xorg。应该问题不大。

发表于 : 2005-09-24 11:32
abc520
/usr/X11R6/lib/X11/Cards
里面有如下:
# i810

NAME Intel 810
SERVER SVGA
DRIVER i810

改ubuntu,试试xorg。应该问题不大。

如何试试xorg ?

发表于 : 2005-09-24 11:41
oneleaf
Turbo Linux 7.0 不知怎么升级到xorg

不过安装ubuntu就是自带的xorg.

发表于 : 2005-09-28 12:19
abc520
顶起来

发表于 : 2005-09-28 14:22
eexpress
顶起来,也就是安装ubuntu最好。这里的都是解答ubuntu的啊。

发表于 : 2005-09-29 18:39
abc520
顶起来,期待解决

发表于 : 2005-09-29 18:40
abc520
顶起来,期待解决

发表于 : 2005-10-03 22:57
abc520
顶起来,期待解决

发表于 : 2005-10-03 23:30
oneleaf
楼主啊,这里是ubuntu的社区,建议当然是安装ubuntu了,如果一定要在 Turbo Linux 下解决,建议去 Turbo Linux 的支持社区。

发表于 : 2006-03-06 12:51
leros_H
这个显卡驱动会更改xorg的东西,所以你没安装成功的话,xorg也仍然给更改过了!所以启动不了x了!只要重新安装xorg就可以了!
偶也试过这个问题!