[mythtv-users] XvMC not loaded

Allan Wilson allanwilson at gmail.com
Mon May 22 01:00:54 UTC 2006


I am using the nVidia driver version 8756 and below is what I have in my
xorg.conf file:

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "Files"

        # paths to defoma fonts
    FontPath        "/usr/share/X11/fonts/misc"
    FontPath        "/usr/share/X11/fonts/cyrillic"
    FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/share/X11/fonts/Type1"
    FontPath        "/usr/share/X11/fonts/CID"
    FontPath        "/usr/share/X11/fonts/100dpi"
    FontPath        "/usr/share/X11/fonts/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
#       Load    "dri"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "type1"
    Load           "vbe"
EndSection

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

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ImPS/2"
    Option         "Emulate3Buttons" "true"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier     "Generic Monitor"
    HorizSync       31.5 - 37.9
    VertRefresh     59.9 - 60.1
    ModeLine       "1920x1080" 74.2 1920 2008 2052 2200 1080 1088 1091 1121
+hsync +vsync interlace
    ModeLine       "1280x720" 74.2 1280 1390 1426 1646 720 725 727 747
+hsync +vsync
    ModeLine       "1152x648" 74.2 1152 1288 1328 1648 648 689 694 750
+hsync +vsync
    Option         "dpms"
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NV18 [GeForce4 MX 4000 AGP 8x]"
    Driver         "nvidia"
    Option         "NVAGP" "1"
EndSection

Section "Screen"

    #Option         "UseEDID" "False"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NV18 [GeForce4 MX 4000 AGP 8x]"
    Monitor        "Generic Monitor"
    DefaultDepth    24
#    Option         "UseEDID" "False"
    SubSection     "Display"
        Depth       24
        Modes      "1152x648" "1920x1080" "1280x720" "640x480"
    EndSubSection
EndSection

Thanks, Allan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20060521/0bdc4219/attachment.htm 


More information about the mythtv-users mailing list