[mythtv-users] ATI Radeon 1080P 720P

Robert Logan bert at p3rf3ct.com
Tue May 8 09:00:57 UTC 2007


Heres mine - driving a Sony 46W2000 at 1080p.
Using the "ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]"
as found in the Xorg.0.log file - its a cheap X300 PCIx card.
using the proprietary driver from ATi from roughly Nov 2006 - newer
versions exist. ATI Proprietary Linux Driver Version Identifier: 8.29.6

Its generated, more or less totally, by the ati autoconfig, and I just
added the defresolution of my LCD panel as 'Modes   "1920x1080"' at the
bottom. Looks fantastic with mythtv, and the X300 is doing a ncie job of
upscaling SD, although for HD its not up to the job (lacks XVMC)


---
Section "ServerLayout"
        Identifier     "Simple Layout"
        Screen      0  "aticonfig-Screen[0]" 0 0
        InputDevice    "Mouse1" "CorePointer"
        InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"

        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
        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/"
        FontPath     "/usr/X11R6/lib/X11/fonts/local/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic/"
EndSection

Section "Module"

        Load  "dbe"     # Double buffer extension
        SubSection "extmod"
                Option      "omit xfree86-dga"   # don't initialise the
DGA extension
        EndSubSection
        Load  "type1"
        Load  "freetype"
        Load  "dri"
        Load  "glx"
EndSection

Section "InputDevice"

        Identifier  "Keyboard1"
        Driver      "kbd"
        Option      "AutoRepeat" "500 30"
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "pc101"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"

        Identifier  "Mouse1"
        Driver      "mouse"
        Option      "Protocol" "Auto"
        Option      "Device" "/dev/mouse"
        Option      "ZAxisMapping" "4 5"        # adding this enables
the scroll wheel
        Option      "Buttons" "5"          # you may need to force the
number of buttons on the mouse
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[0]"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
EndSection

Section "Device"

        Identifier  "Standard VGA"
        Driver      "vga"
        VendorName  "Unknown"
        BoardName   "Unknown"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]"
        Driver      "fglrx"
        Option      "UseInternalAGPGart" "no"
        #Option      "OpenGLOverlay" "on"
        Option      "VideoOverlay" "on"
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[0]"
        Device     "aticonfig-Device[0]"
        Monitor    "aticonfig-Monitor[0]"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes   "1920x1080"
        EndSubSection
EndSection
---
Melvin J. Cureton wrote:
> Is anyone running an ATI card pushing this res over DVI? If so could
> reply with a copy of your config file as mine just isn’t working.
> Thank You
> 
> Melvin Cureton
> 
> melvincureton at melcrys.com



More information about the mythtv-users mailing list