LinuxSir.cn,穿越时空的Linuxsir!

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

aaccdd大大请进---进入到xwindows了---但又有问题了

[复制链接]
发表于 2006-4-21 14:03:25 | 显示全部楼层 |阅读模式
刻了光盘 用文本模式安装好了
第一次运行时 在starting udev 处死机(已解决 谢谢aabbccdd)
然后装了ati驱动 但还是无法进入xwindows

各位大大帮帮忙阿

Acer TM4101
ATI x700 64M + 15.4" 宽屏
60G ATA100 HD

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
发表于 2006-4-21 14:27:39 | 显示全部楼层
我有一次和你一样,但是重启后正常了。

pci:cannot.......我觉的有问题。你查查这方面的问题。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-4-21 14:43:10 | 显示全部楼层
是不是有的设备找不到驱动??
但是我该去哪里看 启动 log(如果有的话)?
谢谢
回复 支持 反对

使用道具 举报

发表于 2006-4-21 18:51:03 | 显示全部楼层
呵呵!! 我的机器也是宏基的,我在启动的时候也是出现pci:cannot....,但是没有你的那么多!只有一个哦!!
昨天重新编译了内核,我是第一次编译内核,也许是那里出了问题,也是到你的那一步不行了,
所以我觉得电脑不能支持哦!!
好像有个 pci=off  具体的我记不起来了     呵呵
回复 支持 反对

使用道具 举报

发表于 2006-4-21 20:00:40 | 显示全部楼层
这是一个bug,可参考下面链接中提到的方法:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=186164
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-4-22 00:16:10 | 显示全部楼层
晕倒 看来廉价的笔记本还是不能买 或多或少的有兼容性问题。
谢谢楼上的各位大大。
我再去看看相关资料。如果还是不行 就去装个vmware吧
BS FC5 & Acer inginginginginginging
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-4-22 03:54:22 | 显示全部楼层
谢谢楼上的各位 已经好了
是加 acpi=off
接下来装显卡 呵呵
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-4-22 12:01:19 | 显示全部楼层
装了ati驱动 但还是无法进入xwindows
我把xorg.conf贴出来各位帮忙看看

# XFree86 4 configuration created by pyxf86config

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Synaptics" "CorePointer"
        InputDevice    "Mouse0" "AlwaysCore"
EndSection

Section "Files"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, a font server independent of the X server is
# used to render fonts.
        FontPath     "unix/:7100"
EndSection

Section "Module"
        Load  "dbe"
        Load  "extmod"
        Load  "fbdevhw"
        Load  "glx"
        Load  "record"
        Load  "freetype"
        Load  "type1"
        Load  "synaptics"
        Load  "dri"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#        Option        "Xleds"                "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#        Option        "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#        Option        "XkbModel"        "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#        Option        "XkbModel"        "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#        Option        "XkbLayout"        "de"
# or:
#        Option        "XkbLayout"        "de"
#        Option        "XkbVariant"        "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#        Option        "XkbOptions"        "ctrl:swapcaps"
# Or if you just want both to be control, use:
#        Option        "XkbOptions"        "ctrl:nocaps"
#
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option            "XkbModel" "pc105"
        Option            "XkbLayout" "us"
EndSection

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

Section "InputDevice"
        Identifier  "Synaptics"
        Driver      "synaptics"
        Option            "Device" "/dev/input/mice"
        Option            "rotocol" "auto-dev"
        Option            "Emulate3Buttons" "yes"
EndSection

Section "Monitor"

### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Unknown monitor"
### Comment all HorizSync and VertSync values to use DDC:
        HorizSync    31.5 - 37.9
        VertRefresh  50.0 - 70.0
        Option            "dpms"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "fglrx"
        VendorName  "Videocard vendor"
        BoardName   "ATI Technologies Inc Radeon Mobility X700 (PCIE)"
        Option            "UseInternalAGPGART" "no"
        Option            "VideoOverlay" "on"
EndSection

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

Section "DRI"
        Group        0
        Mode         0666
EndSection


谢谢
回复 支持 反对

使用道具 举报

发表于 2006-4-22 12:33:05 | 显示全部楼层
Driver "fglrx"
改为
Driver "vesa"
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-4-22 12:46:13 | 显示全部楼层
谢谢aaccdd
我再去试试看
回复 支持 反对

使用道具 举报

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

本版积分规则

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