Samsung HL-S5087W

From MythTV

Jump to: navigation, search

Specifications

  • Make: Samsung
  • Model: HL-S5087W
  • MythTV Version: 0.20
  • Graphics Card: nVidia GeForce 7300GS
  • Connection Type: VGA

xorg.conf

xorg.conf

    Section "Monitor"
        Identifier      "Samsung HL-S5087W"
        Option  "DPMS"  "false"
        Option "UseEdidDpi" "FALSE"
        Option "DPI" "100 x 100"
        HorizSync    31.4 - 80.0
        VertRefresh  59.8 - 75.1
    EndSection
    Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "All"
        BoardName   "All"
    EndSection
    Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Samsung HL-S5087W"
        DefaultColorDepth 24
        SubSection "Display"
                Depth     16
                Modes "1920x1080" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes "1920x1080" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     32
                Modes "1920x1080" "640x480"
        EndSubSection
    EndSection

Other Comments

I am not using XvMC. This configuration is courtesy William Lewis.

Personal tools