Hello,

I have just hooked up my new Radeon 9200SE using the DVI output to an
NEC LCD 1880SX DVI input, and after putting the line

        Options "MonitorLayout" "TMDS, CRT"

into XF86Config, am getting consistent performance.  Unfortunately, it
is also very consistent that the signal is completely gone to the
monitor after every _second_ restart of X.

Example:

        Boot            -> no signal (solid black screen).
        CTRL-ALT-BS     -> login screen.
        Login, Logout   -> no signal.
        CTRL-ALT-BS     -> login screen.
        CTRL-ALT-BS     -> no signal.
        CTRL-ALT-BS     -> login screen.
        CTRL-ALT-BS     -> no signal.

        ...forever

So, I am sure I have overlooked something very simple in my config that
is peculiar to using a single head on the DVI output.  If you can help,
I would be greatly appreciative.  I am using Fedora Core/1, XFree86
4.3.0.

attached inline: XF86Config

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

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath     "unix/:7100"
EndSection

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

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbRules" "xfree86"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "CorePointer"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "Buttons" "7"
        Option      "ZAxisMapping" "6 7"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "NEC"
        ModelName    "LCD1880SX"
        DisplaySize  360        290
        HorizSync    31.0 - 82.0
        VertRefresh  50.0 - 85.0
        Option      "dpms"
EndSection

Section "Device"
        Option      "AGPMode" "4"
        Option      "MonitorLayout" "TMDS, CRT"
        Identifier  "Videocard0"
        Driver      "radeon"
        VendorName  "ATI"
        BoardName   "Radeon 9200SE"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Depth     24
                Modes    "1280x1024"
        EndSubSection
EndSection

Section "DRI"
        Group        0
        Mode         0666
EndSection


-- 
----------------------------------------------------------------
Chad Carr                                         [EMAIL PROTECTED]

When a stupid man is doing something he is ashamed of, he always
declares that it is his duty.
                                           --George Bernard Shaw
----------------------------------------------------------------
_______________________________________________
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86

Reply via email to