[mythtv-users] Needing Help with get Video working right

C E list.spiritssight at gmail.com
Sat Jun 28 14:33:11 UTC 2008


Hello,

Here is my xorg.conf file:

_____________________________________________


# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real"
xorg.conf
# For example:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "Default Screen" 0 0
    InputDevice    "Synaptics Touchpad"
EndSection

Section "Files"
EndSection

Section "Module"
    Load  "glx"
    Load  "GLcore"
    Load  "v4l"
EndSection

Section "InputDevice"
    Identifier  "Generic Keyboard"
    Driver      "kbd"
    Option        "XkbRules" "xorg"
    Option        "XkbModel" "pc105"
    Option        "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier  "Configured Mouse"
    Driver      "mouse"
EndSection

Section "InputDevice"
    Identifier  "Synaptics Touchpad"
    Driver      "synaptics"
    Option        "SendCoreEvents" "true"
    Option        "Device" "/dev/psaux"
    Option        "Protocol" "auto-dev"
    Option        "HorizEdgeScroll" "0"
EndSection

Section "Monitor"
    Identifier   "Configured Monitor"
    VendorName   "Plug 'n' Play"
    ModelName    "Plug 'n' Play"
    Gamma        1
    ModeLine     "640x480 at 60" 25.2 640 656 752 800 480 490 492 525 -hsync
-vsync
EndSection

Section "Monitor"
    Identifier   "monitor1"
    Gamma        1
EndSection

Section "Device"
    Identifier  "Configured Video Device"
    Driver      "fglrx"
    BoardName   "vesa"
    Option        "VideoOverlay" "on"
    Option        "OpenGLOverlay" "off"
    Option        "DesktopSetup" "single"
    Option        "EnableMonitor" "crt1"
    BusID       "PCI:1:0:0"
EndSection

Section "Device"
    Identifier  "device1"
    Driver      "fglrx"
    BoardName   "vesa"
    Option        "VideoOverlay" "on"
    Option        "OpenGLOverlay" "off"
    BusID       "PCI:1:0:0"
    Screen      1
EndSection

Section "Screen"
    Identifier "Default Screen"
    Device     "Configured Video Device"
    Monitor    "Configured Monitor"
    DefaultDepth     24
    SubSection "Display"
        Virtual   640 480
        Depth     24
        Modes    "640x480 at 60"
    EndSubSection
EndSection

Section "Screen"
    Identifier "screen1"
    Device     "device1"
    Monitor    "monitor1"
    DefaultDepth     24
EndSection

Section "Extensions"
    Option        "Composite" "Enable"
EndSection
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20080628/7d280236/attachment.htm 


More information about the mythtv-users mailing list