LinuxSir.cn,穿越时空的Linuxsir!

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

装845显卡驱动出错....高手进..

[复制链接]
发表于 2006-7-24 19:37:04 | 显示全部楼层 |阅读模式
我到intel载了tar.gz的文件...
在控制模式下装(我不知道一开始怎么进,就先进图形再切换到文字模式),
解压完,运行./install.sh

第二步出错:
compiler is not available to compile modlules,aborting...

好像是不能编译的样子,,请问是什么原因..怎么解决?

是ubuntu
 楼主| 发表于 2006-7-24 19:39:30 | 显示全部楼层

装845显卡驱动出错....高手进..

我到intel载了tar.gz的文件...
在控制模式下装(我不知道一开始怎么进,就先进图形再切换到文字模式),
解压完,运行./install.sh

第二步出错:
compiler is not available to compile modlules,aborting...

好像是不能编译的样子,,请问是什么原因..怎么解决?

.修改xorg.conf改分辨率我也试过了..但分辨率就是改不过来..请教成功过的,告诉一下.
回复 支持 反对

使用道具 举报

发表于 2006-7-24 20:08:27 | 显示全部楼层
加装 gcc (及 g++?) 及编译用的库及 header 等
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-7-24 20:20:44 | 显示全部楼层
2楼谢了...我新手..可以讲详细点吗??
回复 支持 反对

使用道具 举报

发表于 2006-7-24 23:00:56 | 显示全部楼层
用xorg自带的驱动也可以,带3d加速的,只要在xorg.conf里配置好就可以了
回复 支持 反对

使用道具 举报

发表于 2006-7-24 23:42:14 | 显示全部楼层
说的很清楚了阿,没有编译器。
apt-get install build-essential(好象是这样的命令,忘记了。你自己找找类似命令吧。)
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-7-25 00:21:19 | 显示全部楼层
以下是我的xorg.conf....我用自带的不行啊...没有分辨率选...


# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
        FontPath        "/usr/share/X11/fonts/misc"
        FontPath        "/usr/share/X11/fonts/cyrillic"
        FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/X11/fonts/Type1"
        FontPath        "/usr/share/X11/fonts/100dpi"
        FontPath        "/usr/share/X11/fonts/75dpi"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

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

Section "InputDevice"
        Identifier        "Generic Keyboard"
        Driver                "kbd"
        Option                "CoreKeyboard"
        Option                "XkbRules"        "xorg"
        Option                "XkbModel"        "pc104"
        Option                "XkbLayout"        "us"
EndSection

Section "InputDevice"
        Identifier        "Configured Mouse"
        Driver                "mouse"
        Option                "CorePointer"
        Option                "Device"                "/dev/input/mice"
        Option                "rotocol"                "ExplorerPS/2"
        Option                "ZAxisMapping"                "4 5"
        Option                "Emulate3Buttons"        "true"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
        Identifier        "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
        Driver                "i810"
        BusID                "CI:0:2:0"
EndSection

Section "Monitor"
        Identifier        "E70f-6"
        Option                "DPMS"
   HorizSync   30-72
   VertRefresh 50-180
EndSection

Section "Screen"
        Identifier        "Default Screen"
        Device                "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
        Monitor                "E70f-6"
        DefaultDepth        16
        SubSection "Display"
                Depth                1
                Modes                "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                4
                Modes                "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                8
                Modes                "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                15
                Modes                "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                16
                Modes                "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                24
                Modes                "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier        "Default Layout"
        Screen                "Default Screen"
        InputDevice        "Generic Keyboard"
        InputDevice        "Configured Mouse"
        InputDevice     "stylus" "SendCoreEvents"
        InputDevice     "cursor" "SendCoreEvents"
        InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
        Mode        0666
EndSection
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-7-25 00:23:12 | 显示全部楼层
我是linux新手....你说的那个编译器要下载还是光盘上就有??谢谢.
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-7-25 01:01:09 | 显示全部楼层
what does it mean?.....

make -C /lib/modules/2.6.15-23-386/build SUBDIRS=/home/ac/Desktop/dripkg/agpgart-2.0 modules
make: *** /lib/modules/2.6.15-23-386/build: 没有那个文件或目录。 停止。
make: *** [default] 错误 2
Makefile.linux:139: *** Cannot find a kernel config file。 停止。
回复 支持 反对

使用道具 举报

发表于 2006-7-25 01:10:46 | 显示全部楼层
楼主,你的显卡已经被识别为Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device
Depth 16
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
上边是目前你用的显示分别率组,如果要具体选择哪一个分别率就需要从KDE或者GNOME这些里边找找
回复 支持 反对

使用道具 举报

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

本版积分规则

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