找回密码
 注册
查看: 549|回复: 5

老大们求救啊!花屏!!!

[复制链接]
发表于 2005-3-5 21:47:45 | 显示全部楼层 |阅读模式
各位大大,偶刚装好RHLINUX9.0后重起系统,一进系统就花屏了,是不是显卡没设置好啊?如果是该怎么调整啊!!!偶是新手,求救啊!!!!(安装过程一切顺利啊!2个分区“/”和“swap”)傻了!!!       
发表于 2005-3-5 21:57:19 | 显示全部楼层
我也遇到和你一样的问题,帮你up
回复

使用道具 举报

发表于 2005-3-5 21:59:05 | 显示全部楼层
xf86cfg
回复

使用道具 举报

 楼主| 发表于 2005-3-5 22:04:19 | 显示全部楼层
谢谢斑竹,偶去试下,世上还是好人多啊!!!!!    谢谢!!!!
回复

使用道具 举报

发表于 2005-3-5 22:14:45 | 显示全部楼层
It si my xorg.conf ,it is semilar to xf86config file

[code:1]## xorg.conf
### generated by Xorg -configure and vxconf
#
# This is a working xorg.conf that can be configured by vxconf
# Items that might be modified are marked like this
#     item  value           ## ITEM_MARKING
# Please, do not play with the marking. Anything else is your's.
# Thanks
#
# Eko M. Budi, for Vector Linux
#

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
        Load  "record"
        Load  "extmod"
        Load  "dbe"
        Load  "dri"
        Load  "glx"
        Load  "xtrap"
        Load  "freetype"
        Load  "type1"
        Load  "speedo"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"                 ## KEYBOARD_DRIVER
    Option      "CoreKeyboard"
    Option      "XkbModel" "pc104"    ## KEYBOARD_MODEL
    Option      "XkbLayout" "us"    ## KEYBOARD_LAYOUT
    Option      "XkbVariant" ""    ## KEYBOARD_VARIANT
#    Option      "XkbOptions" ""      ## KEYBOARD_OPTIONS
EndSection

Section "InputDevice"
    Identifier "Mouse0"
    Driver     "mouse"
    Option     "Device" "/dev/mouse"

# On platforms where PnP mouse detection is supported the following
# protocol setting can be used when using auto.
# Otherwise set it manually to:
#    Auto BusMouse GlidePoint GlidePointPS/2 IntelliMouse IMPS/2
#    Logitech Microsoft MMHitTab MMSeries Mouseman MouseManPlusPS/2
#    MouseSystems NetMousePS/2 NetScrollPS/2 OSMouse PS/2 SysMouse
#    ThinkingMouse ThinkingMousePS/2 Xqueue
    Option  "Protocol"  "IMPS/2"   ## MOUSE_PROTOCOL

# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.
#    Option "BaudRate"                "9600"
#    Option "SampleRate"        "150"
# ChordMiddle is an option for some 3-button Logitech mice
#    Option "ChordMiddle"

# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
#    Option "Emulate3Buttons"      ## MOUSE_E3BUTTONS
#    Option "Emulate3Timeout"    "50"           

# Settings for newer IMPS/2 mouse (with wheel)
    Option "ZAxisMapping" "4 5"    ## MOUSE_ZAXISMAPPING
    Option "Buttons" "5"    ## MOUSE_BUTTONS
    Option "SendCoreEvents"      ## MOUSE_SENDCOREEVENTS

EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName    "Monitor Vendor"   ## MONITOR_VENDOR
    ModelName    "Monitor Model"   ## MONITOR_MODEL
    Option         "DPMS"
    HorizSync 30-87    ## MONITOR_HSYNCH
    VertRefresh 50-160    ## MONITOR_VREFRESH
EndSection

Section "Device"
    Identifier  "Card0"
    Driver    "nv"   ## DEVICE_DRIVER
    VendorName  "nVidia Corporation"    ## DEVICE_VENDOR
    BoardName    "NV17 [GeForce4 MX 420]"      ## DEVICE_BOARD

#    Option "swcursor" "true"    ## DEVICE_SWCURSOR
    BusID "PCI:1:0:0"    ## DEVICE_BUSID

EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultDepth 24   ## SCREEN_DEPTH
    SubSection "Display"
        Depth     1
        Modes "1024x768" "800x600" "640x480"  ## SCREEN_MODES
    EndSubSection
    SubSection "Display"
        Depth     4
        Modes "1024x768" "800x600" "640x480"  ## SCREEN_MODES
    EndSubSection
    SubSection "Display"
        Depth     8
        Modes "1024x768" "800x600" "640x480"  ## SCREEN_MODES
    EndSubSection
    SubSection "Display"
        Depth     15
        Modes "1024x768" "800x600" "640x480"  ## SCREEN_MODES
    EndSubSection
    SubSection "Display"
        Depth     16
        Modes "1024x768" "800x600" "640x480"  ## SCREEN_MODES
    EndSubSection
    SubSection "Display"
        Depth     24
        Modes "1024x768" "800x600" "640x480"  ## SCREEN_MODES
    EndSubSection
    SubSection "Display"
        Depth     32
        Modes "1024x768" "800x600" "640x480"  ## SCREEN_MODES
    EndSubSection
EndSection

# DRI enabled by default
# if the card does not capable, X simply ignores this, hopefully ;-)
Section "DRI"
    Mode 0666
EndSection

[/code:1]

Pay attention to this.

[code:1]Section "Monitor"
    Identifier   "Monitor0"
    VendorName    "Monitor Vendor"   ## MONITOR_VENDOR
    ModelName    "Monitor Model"   ## MONITOR_MODEL
    Option         "DPMS"
    HorizSync 30-87    ## MONITOR_HSYNCH
    VertRefresh 50-160    ## MONITOR_VREFRESH
EndSection[/code:1]

[code:1]Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultDepth 24   ## SCREEN_DEPTH
    SubSection "Display"
        Depth     1
        Modes "1024x768" "800x600" "640x480"  ## SCREEN_MODES
    EndSubSection
    SubSection "Display"
        Depth     4
        Modes "1024x768" "800x600" "640x480"  ## SCREEN_MODES
    EndSubSection
    SubSection "Display"
        Depth     8
        Modes "1024x768" "800x600" "640x480"  ## SCREEN_MODES
    EndSubSection
    SubSection "Display"
        Depth     15
        Modes "1024x768" "800x600" "640x480"  ## SCREEN_MODES
    EndSubSection
    SubSection "Display"
        Depth     16
        Modes "1024x768" "800x600" "640x480"  ## SCREEN_MODES
    EndSubSection
    SubSection "Display"
        Depth     24
        Modes "1024x768" "800x600" "640x480"  ## SCREEN_MODES
    EndSubSection
    SubSection "Display"
        Depth     32
        Modes "1024x768" "800x600" "640x480"  ## SCREEN_MODES
    EndSubSection
EndSection
[/code:1]
Change with your own settings.
回复

使用道具 举报

发表于 2005-3-5 22:17:06 | 显示全部楼层
If you use xf86
use xf86cfg
If x.org
use xorgcfg
回复

使用道具 举报

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

本版积分规则

GMT+8, 2025-9-13 01:55 , Processed in 0.027715 second(s), 16 queries .

© 2001-2025 Discuz! Team. Powered by Discuz! X3.5.

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