18 12
发新话题
 搜藏 打印 该页面添加到 Mister Wong

关于inteld1010G主板的驱动问题

关于inteld1010G主板的驱动问题

我的机器配置是
主板:inteld101g
显卡声卡集成

我装的是Fc5
图形界面无法安装,黑屏
文本安装了
进去后启动startx也黑屏
打Xconfigurator命令,提示说没这个命令

上网看了很多帖子,都说intel845或别的什么的,没有关于intelD101G的
哪位高人帮个忙啊

本文由cosmicdust 发布于Linuxsky 论坛,网址:http://bbs.linuxsky.org/thread-3744-1-1.html

TOP

把/etc/X11/xorg.conf帖出来看看。

TOP

现在还不会用linux,想把xorg.conf复制出来,可不会。
昨天我刚把系统装上,因为用文本装的,进入系统后就一直是DOS界面
想用Xconfigurator配置一下显卡,提示没有这个命令
用startX后,立马黑屏,然后只能重起了。

TOP

我用手抄了几个觉得有用的,刀客兄帮我看一下
Section   "Monitor"
          Identifier   "Monitor0"
          VendorName   "Monitor Vendor"
          ModelName    "771S"
          DisplaySize  320      240
          HorizSync    30.0  -  72.0
          VertRefresh  50.0  -  160.0
          Option       "dpms"
EndSection

Section   "Device"
          Identifier   "Videocard0"
          Driver       "radeon"
          VendorName   "Videocard Vendor"
          BoardName    "ATI Technologies Inc RC410 [Radeon Xpress 200]"
EndSection

Section   "Screen"
          Identifier   "Screen0"
          Device       "Videocard0"
          Monitor      "Monitor0"
          DefaultDepth 16
          SubSection   "Display"
                  Viewport     0  0
                  Depth       16
                  Modes      "800x600" "640x480"
          EndSubSection
EndSection

不知道上边这些够不够~~

[ 本帖最后由 cosmicdust 于 2006-7-18 19:58 编辑 ]

TOP

Section   "Device"
          Identifier   "Videocard0"
          Driver       "radeon"        #这个改成"vesa"看看行不
          VendorName   "Videocard Vendor"
          BoardName    "ATI Technologies Inc RC410 [Radeon Xpress 200]"
EndSection

TOP

厉害~厉害~~
呵呵~~改了就能进取了~~
谢谢刀兄~
爱死你了!!!

TOP

刀兄,能告诉我这是因为什么吗?

TOP

to: 刀兄

我看过我的windows的设备管理器
里边显示器显示的型号是ATI RADEON XPRESS 200 Series
为什么RADEON不行,一定要换成VESA呢?
还有,我还需要再装什么驱动吗?

TOP

vesa是linux通用显卡驱动,不是特殊情况的话,一般都支持。
而fc5自带的ati专用驱动不一定能正确识别和驱动类型各异的芯片(特别是主板集成的)。

你可以参照rh/fc版的置顶帖,安装一下ati驱动试试。如果成功的话,可以支持更好的3D效果。(不行再改回来)

TOP

按照如下操作
yum -y install xorg-x11-drv-fglrx kmod-fglrx
屏幕显示信息如下
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
core                                                                                [1/4]
updates                                                                          [2/4]
freshrpms                                                                       [3/4]
extras                                                                             [4/4]
Reading repository metadata in from local files
Parsing package install arguments
No Match for argument: xorg-x11-drv-fglrx
No Match for argument: kmod-fglrx
Nothing to do

TOP

 18 12
发新话题