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

CPU/显卡/打印机/USB设备等硬件问题
回复
abc520
帖子: 6
注册时间: 2005-09-15 17:22

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

#1

帖子 abc520 » 2005-09-22 10:52

我的笔记本时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 ?
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

#2

帖子 eexpress » 2005-09-22 11:40

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
● 鸣学
头像
oneleaf
论坛管理员
帖子: 10441
注册时间: 2005-03-27 0:06
系统: Ubuntu 12.04

#3

帖子 oneleaf » 2005-09-22 11:45

改ubuntu,试试xorg。应该问题不大。
abc520
帖子: 6
注册时间: 2005-09-15 17:22

#4

帖子 abc520 » 2005-09-24 11:32

/usr/X11R6/lib/X11/Cards
里面有如下:
# i810

NAME Intel 810
SERVER SVGA
DRIVER i810

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

如何试试xorg ?
头像
oneleaf
论坛管理员
帖子: 10441
注册时间: 2005-03-27 0:06
系统: Ubuntu 12.04

#5

帖子 oneleaf » 2005-09-24 11:41

Turbo Linux 7.0 不知怎么升级到xorg

不过安装ubuntu就是自带的xorg.
abc520
帖子: 6
注册时间: 2005-09-15 17:22

#6

帖子 abc520 » 2005-09-28 12:19

顶起来
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

#7

帖子 eexpress » 2005-09-28 14:22

顶起来,也就是安装ubuntu最好。这里的都是解答ubuntu的啊。
● 鸣学
abc520
帖子: 6
注册时间: 2005-09-15 17:22

#8

帖子 abc520 » 2005-09-29 18:39

顶起来,期待解决
abc520
帖子: 6
注册时间: 2005-09-15 17:22

#9

帖子 abc520 » 2005-09-29 18:40

顶起来,期待解决
abc520
帖子: 6
注册时间: 2005-09-15 17:22

#10

帖子 abc520 » 2005-10-03 22:57

顶起来,期待解决
头像
oneleaf
论坛管理员
帖子: 10441
注册时间: 2005-03-27 0:06
系统: Ubuntu 12.04

#11

帖子 oneleaf » 2005-10-03 23:30

楼主啊,这里是ubuntu的社区,建议当然是安装ubuntu了,如果一定要在 Turbo Linux 下解决,建议去 Turbo Linux 的支持社区。
头像
leros_H
帖子: 191
注册时间: 2005-06-01 21:32

#12

帖子 leros_H » 2006-03-06 12:51

这个显卡驱动会更改xorg的东西,所以你没安装成功的话,xorg也仍然给更改过了!所以启动不了x了!只要重新安装xorg就可以了!
偶也试过这个问题!
回复