Sony KDS-50A2000

From MythTV

Jump to: navigation, search

Specifications

  • Make: Sony
  • Model: KDS-50A2000
  • Type: 1080P
  • MythTV Version: 0.20.20060828-4 (on Gentoo)
  • Window Manager: evilwm
  • Graphics Card: nVidia GeForce 6150 integrated on Asus M2NPV-VM
  • Connection Type: DVI --> HDMI (using DVI-HDMI cable, no adapters)

.xinitrc

.xinitrc

# Merge X resources from ~/.Xdefaults
[ -f $HOME/.Xdefaults ] && xrdb $HOME/.Xdefaults

# Set the background and root cursor shape
xsetroot -solid \#400040
xsetroot -cursor_name top_left_arrow

# Start evilwm - snap to borders within 10 pixels
/usr/bin/evilwm -snap 6 -bw 0 &

/usr/bin/xset s noblank &
/usr/bin/xset s off &
/usr/bin/xset dpms off &

exec mythfrontend

xorg.conf

xorg.conf

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/OTF"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
        Load  "extmod"
        Load  "record"
        Load  "dbe"
        Load  "GLcore"
        Load  "xtrap"
        #Load  "dri"
        Load  "glx"
        Load  "wfb"
        Load  "freetype"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier   "SXRD50"
        VendorName   "Sony"
        ModelName    "SXRD KDS50A2020"

        # For 1920x1080 at 100dpi  (16:9)
        #DisplaySize  487 274
        Option       "UseEdidDpi"  "FALSE"
        Option       "DPI"  "100 x 100"
EndSection

Section "Device"
        Identifier  "GeForce6150"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "C51PV [GeForce 6150]"
        BusID       "PCI:0:5:0"
        Option      "UseEvents" "True"
        Option      "NoLogo" "true"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "GeForce6150"
        Monitor    "SXRD50"
        DefaultDepth 24
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection
Personal tools