[mythtv-users] Working xorg.conf for FX 5200 DVI to HDMI Sony KDF60WF655

moogie okcancel at yahoo.com
Thu Jun 1 10:01:45 UTC 2006


Got my Myth setup to work about a week ago with:
nVidia FX 5200 PCI
DVI to HDMI
Sony KDF60WF655 LCD HDTV

I have been letting it run for several days
to keep an eye on it.

If it helps anyone, here is the xorg.conf file.


-------------------------------------------------------------

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0_60inches" 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  "record"
        Load  "freetype"
        Load  "type1"
        Load  "v4l"
EndSection

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


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


Section "Monitor"
        Identifier   "Monitor0_Sony_Big_Screen"
        Option       "IgnoreEDID"
        VendorName   "Vendor_Sony"
        ModelName   
"Model_KDF60WF655_60inch_LCD_RP_HDTV"
        HorizSync    15 - 46
        VertRefresh  59 - 61
        Modeline    "1280x720p_at60Hz"   74.250 1280
1390 1430 1650 720 725 730 750 +hsync +vsync
EndSection

Section "ServerFlags"
        Option "blank time" "0"
        Option "standby time" "0"
        Option "suspend time" "0"
        Option "off time" "0"
EndSection

Section "Device"
        Identifier  "Videocard0_nVidia_FX_5200_PCI"
        Driver      "nvidia"
        VendorName  "GraphicsApollo"
        BoardName   "GeForce FX 5200"
EndSection

Section "Screen"
        Identifier "Screen0_60inches"
        Device     "Videocard0_nVidia_FX_5200_PCI"
        Monitor    "Monitor0_Sony_Big_Screen"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes   "1280x720p_at60Hz" 
        EndSubSection
EndSection

Section "DRI"
        Group        0
        Mode         0666
EndSection

-------------------------------------------------------------


Thanks to everyone who helped me.







__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


More information about the mythtv-users mailing list