Hi,

I updated my X Server from 4.1 to 4.2.0 (built from
source code). The same XF86Config-4 file works in 4.1
but not in 4.2. The problem is when I execute
'startx', the screen says, 
        OUT OF RANGE
        H: 99.2 KHZ
        V: 123.6 HZ

My graphic card is ATI Rage XL(PCI) and the following
is XF86config-4 file.
------------------------------------------------------
# XFree86 4.0 configuration generated by Xconfigurator

Section "ServerLayout"
        Identifier "XFree86 Configured"
        Screen      "Screen0"  
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

# By default, Red Hat Linux 6.0 and later use xfs

Section "Files"
        FontPath "unix/:7100"
EndSection

# Module loading section

Section "Module"
        Load  "dbe"             # Double-buffering
        Load  "GLcore"          # OpenGL support
        Load  "dri"             # Direct rendering
infrastructure
        Load  "glx"             # OpenGL X protocol
interface
        Load  "extmod"          # Misc. required
extensions
        Load  "v4l"             # Video4Linux
        # Load  "pex5"          # PHIGS for X 3D
environment (obsolete)
        # Load  "record"        # X event recorder
        # Load  "xie"           # X Image Extension
(obsolete)
        # You only need the following two modules if
you do not use xfs.
        # Load  "freetype"       # TrueType font
handler
        # Load  "type1"         # Adobe Type 1 font
handler
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Device" "/dev/mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Emulate3Buttons" "off"
        Option      "ZASection "Monitor"
        Identifier "NEC LCD1530V"
        VendorName "Unknown"
        ModelName  "Unknown"
        HorizSync 31 - 60
        VertRefresh 56 - 75
        Option "dpms"
EndSection

Section "Device"
        Identifier "ATI Rage XL"
        Driver "ati"
        BoardName "Unknown"
    Option "nodri"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device "ATI Rage XL"
        Monitor "NEC LCD1530V"
        DefaultDepth 8
        Subsection "Display"
                Depth 8
                Modes "1024x768"
        EndSubSection

EndSection

Section "DRI"
        Mode 0666
EndSection
-----------------------------------------------------

If I use driver "vesa" instead of "ati", and set
BusID, then everything is fine. But I want to use
"ati", can anyone help me?

Thanks in advance,

jing



__________________________________________________
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more
http://games.yahoo.com/
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to