LinuxSir.cn,穿越时空的Linuxsir!

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

startx死活不出来

[复制链接]
发表于 2004-5-4 16:42:02 | 显示全部楼层 |阅读模式
错误提示:
1.GARTInit:unable to open /dev/agpart----no such file or directiy
2.I810(0) No video Bios modes for chose depth ---我是intel845g集成显卡,在显卡configure是选了810
3.Screen(s) fount but none have usable configuration
现在该怎么办,网络还连不上,但有20041的packages cd
 楼主| 发表于 2004-5-4 19:03:18 | 显示全部楼层
55555
没人回答吗,要安装845g显卡驱动是否就是重新编译一下
内核就行了
发表于 2004-5-5 01:03:55 | 显示全部楼层
内核里没把agpart,也就是你主板的AGP支持加入内核中
 楼主| 发表于 2004-5-5 16:00:05 | 显示全部楼层
费了好大劲,把原来2.6.5内核去掉
重新编译了2.4.25,第一个问题到是解决了
但startx,还是出现下面两个错误提示
1.I810(0) No video Bios modes for chose depth ---我是intel845g集成显卡,在显卡configure是选了810
2.Screen(s) fount but none have usable configuration
集成显卡在内核中到底如何设置啊

还有不知大家在用什么内核,2.6不但设置选项很多,但是我
却找不到dev filesystem的选项,结果启动时老是报错
但现在2.4也有新问题,说neteth0找不到,netmount没有启动
这个又如何设置呢
发表于 2004-5-5 16:19:41 | 显示全部楼层
“还有不知大家在用什么内核,2.6不但设置选项很多,但是我
却找不到dev filesystem的选项,结果启动时老是报错
但现在2.4也有新问题,说neteth0找不到,netmount没有启动
这个又如何设置呢”

应该在你的filesystem的那块里吧里吧, 仔细找应该有dev filesystem, 其他的问题看看上面Denbentoo的方案可不可以。
发表于 2004-5-5 17:40:16 | 显示全部楼层
你的x设置可能也有问题,你的XF86Config是怎样的?
 楼主| 发表于 2004-5-5 20:03:38 | 显示全部楼层
下面是我的xf86config,#后面的注释我已经去掉
大侠帮我看一下,哪里有问题,其中我选swith group时,我一个都没选

Section "Module"

    Load        "dbe"          # Double buffer extension

    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

    Load        "type1"
    Load        "speedo"

EndSection

Section "Files"

    RgbPath        "/usr/X11R6/lib/X11/rgb"

    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
#    FontPath   "/usr/X11R6/lib/X11/fonts/TrueType/"
#    FontPath   "/usr/X11R6/lib/X11/fonts/freefont/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"

EndSection

Section "ServerFlags"
EndSection
Section "InputDevice"

    Identifier        "Keyboard1"
    Driver        "Keyboard"
#    Option     "rotocol"      "Xqueue"
    Option "AutoRepeat" "500 30"

    Option "XkbRules"        "xfree86"
    Option "XkbModel"        "pc101"
    Option "XkbLayout"        "us"

EndSection
Section "InputDevice"
    Identifier        "Mouse1"
    Driver        "mouse"
    Option "rotocol"    "S/2"
    Option "Device"      "/dev/mouse"

    Option "Emulate3Buttons"

EndSection

Section "Monitor"

    Identifier  "My Monitor"

    HorizSync   31.5, 35.15, 35.5

    VertRefresh 85

EndSection
Section "Device"
    Identifier        "Standard VGA"
    VendorName        "Unknown"
    BoardName        "Unknown"

    Driver     "vga"

EndSection

Section "Device"
    Identifier  "** Intel i810 (generic)               [i810]"
    Driver      "i810"
    #VideoRam    16384
    # Insert Clocks lines here if appropriate
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "** Intel i810 (generic)               [i810]"
    Monitor     "My Monitor"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"

    Identifier  "Simple Layout"

    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection
发表于 2004-5-5 22:55:49 | 显示全部楼层
你的Monitor Section没设Modelines, 类似这样的:

# 800x600 @ 56Hz (VESA) hsync: 35.2kHz
ModeLine "800x600" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
# 800x600 @ 60Hz (VESA) hsync: 37.9kHz
ModeLine "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
# 800x600 @ 72Hz (VESA) hsync: 48.1kHz
ModeLine "800x600" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
# 800x600 @ 75Hz (VESA) hsync: 46.9kHz
ModeLine "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
# 800x600 @ 85Hz (VESA) hsync: 53.7kHz
ModeLine "800x600" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
# 1024x768i @ 43Hz (industry standard) hsync: 35.5kHz
ModeLine "1024x768" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync Interlace
# 1024x768 @ 60Hz (VESA) hsync: 48.4kHz
ModeLine "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
# 1024x768 @ 70Hz (VESA) hsync: 56.5kHz
ModeLine "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
# 1024x768 @ 75Hz (VESA) hsync: 60.0kHz
#ModeLine "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
ModeLine "1024x768" 78.8 1024 1028 1124 1312 768 769 772 800 +hsync +vsync
# 1024x768 @ 85Hz (VESA) hsync: 68.7kHz
ModeLine "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
# 1152x864 @ 75Hz (VESA) hsync: 67.5kHz
ModeLine "1152x864" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
# 1280x960 @ 60Hz (VESA) hsync: 60.0kHz
ModeLine "1280x960" 108.0 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync
# 1280x960 @ 85Hz (VESA) hsync: 85.9kHz
ModeLine "1280x960" 148.5 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync
# 1280x1024 @ 60Hz (VESA) hsync: 64.0kHz
ModeLine "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
# 1280x1024 @ 75Hz (VESA) hsync: 80.0kHz
ModeLine "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
#ModeLine "1280x1024" 135.0 1280 1316 1460 1688 1024 1025 1028 1066 +hsync +vsync
# 1280x1024 @ 85Hz (VESA) hsync: 91.1kHz
ModeLine "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
# 1600x1200 @ 60Hz (VESA) hsync: 75.0kHz
ModeLine "1600x1200" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
# 1600x1200 @ 65Hz (VESA) hsync: 81.3kHz
ModeLine "1600x1200" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
# 1600x1200 @ 70Hz (VESA) hsync: 87.5kHz
ModeLine "1600x1200" 189.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
# 1600x1200 @ 75Hz (VESA) hsync: 93.8kHz
ModeLine "1600x1200" 202.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
# 1600x1200 @ 85Hz (VESA) hsync: 106.3kHz
ModeLine "1600x1200" 229.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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