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

关于inteld1010G主板的驱动问题

我在网上看到下面这种方法
rpm -ivh http://rpm.livna.org/livna-release-5.rpm
   yum update kernel
   reboot # 用新内核启动
   yum install kmod-fglrx
   ati-fglrx-config-display enable(没有试过)
不过没敢尝试。
xorg-x11-drv-fglrx
kmod-fglrx
我看他只装了一个kmod-fglrx,没有装xorg-x11-drv-fglrx
“ati-fglrx-config-display enable(没有试过)”这句话是什么意思啊?
不敢做

TOP

要livna源  kmod-fglrx在kmod-fglrx 源里

http://rpm.livna.org/
你的鼓励,我的动力.
做人厚道,看贴回贴.
my linux blog

TOP

to:hew 能稍微说点明白点吗?偶是笨蛋。。
我是这么做的
rpm -ivh http://rpm.livna.org/livna-release-5.rpm
yum update kernel
reboot #
yum -y install xorg-x11-drv-fglrx kmod-fglrx
*我是IntelD101GGC主板,修改xorg.conf:
vi /etc/X11/xorg.conf
   把Section "Device"里的
       Driver "vesa"  -->  "fglrx"
   在   Driver "fglrx"  下面添加
   Option "UseInternalAGPGART" "no"
然后
startx
然后黑屏。。。

TOP

把日志贴来看看和配置文件贴来看看,有时问题可能不是在驱动.
你的鼓励,我的动力.
做人厚道,看贴回贴.
my linux blog

TOP

# Xorg configuration created by system-config-display

Section "ServerLayout"
        Identifier     "single head configuration"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"


        Identifier  "Keyboard0"
        Driver      "kbd"
        Option            "XkbModel" "pc105"
        Option            "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "Protocol" "IMPS/2"
        Option            "Device" "/dev/input/mice"
        Option            "ZAxisMapping" "4 5"
        Option            "Emulate3Buttons" "yes"
EndSection

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      "fglrx"
        Option      "UseInternalAGPGART" "no"
        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    "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "DRI"
        Group        0
        Mode         0666
EndSection
以上代码是执行startx黑屏时的配置
日志我不知道给你看哪个,比较多也不能都发上来。

[ 本帖最后由 cosmicdust 于 2006-7-20 17:30 编辑 ]

TOP

to:hew兄
是不是帖这些还不行?
我还要贴出些什么来??麻烦你了!

TOP

日志,或者startx 的输出
你的鼓励,我的动力.
做人厚道,看贴回贴.
my linux blog

TOP

startx后就直接黑屏了
日志,我真的不知道我应该贴哪个文件............

TOP

 18 12
发新话题