Hello,<br><br>I've almost got a working HD config, my last hurdle is enabling XvMC. I have an Nvidia GeForce 6200 card and glxinfo output shows:<br><br>direct rendering: No<br>OpenGL renderer string: Mesa GLX Indirect<br>
<br>I've read and tried everything. I have a /etc/X11/XvMCConfig file which contains the one line (with no spaces) libXvMCNVIDIA_dynamic.so.1<br>I've used every possible option in my xorg.conf and I've gone through the libraries to verify they point to the proper Nvidia files. What else can I check to enable XvMC? It's definitely not working at the moment, even on a 3Ghz P4 machine I get the occasional stutter when playing HD.
<br><br>My xorg file is attached:<br><br># nvidia-xconfig: X configuration file generated by nvidia-xconfig<br># nvidia-xconfig: version 1.0 (buildmeister@builder3) Wed Nov 1 19:47:17 PST 2006<br># Xorg X server configuration for HDTV
<br># by Jarod Wilson<br><br>Section "ServerLayout"<br> Identifier "Default Layout"<br> Screen 0 "Screen0" 0 0<br> InputDevice "Mouse0" "CorePointer"
<br> InputDevice "Keyboard0" "CoreKeyboard"<br>EndSection<br><br>Section "Files"<br><br># RgbPath is the location of the RGB database. Note, this is the name of the<br># file minus the extension (like ".txt" or ".db"). There is normally
<br># no need to change the default.<br># Multiple FontPath entries are allowed (they are concatenated together)<br># By default, Red Hat 6.0 and later now use a font server independent of<br># the X server to render fonts.
<br> RgbPath "/usr/X11R6/lib/X11/rgb"<br> ModulePath "/usr/lib/xorg/modules/extensions/nvidia"<br> ModulePath "/usr/lib/xorg/modules/extensions"<br> ModulePath "/usr/lib/xorg/modules"
<br> FontPath "unix/:7100"<br>EndSection<br><br>Section "Module"<br> Load "dbe"<br> Load "extmod"<br> Load "fbdevhw"<br> Load "glx"
<br> Load "record"<br> Load "freetype"<br> Load "type1"<br># Load "dri"<br> Load "v4l"<br>EndSection<br><br>Section "ServerFlags"
<br> Option "blank time" "0"<br> Option "standby time" "0"<br> Option "suspend time" "0"<br> Option "off time" "0"
<br>EndSection<br><br>Section "InputDevice"<br><br># Specify which keyboard LEDs can be user-controlled (eg, with xset(1))<br># Option "Xleds" "1 2 3"<br># To disable the XKEYBOARD extension, uncomment XkbDisable.
<br># Option "XkbDisable"<br># To customise the XKB settings to suit your keyboard, modify the<br># lines below (which are the defaults). For example, for a non-U.S.<br># keyboard, you will probably want to use:
<br># Option "XkbModel" "pc102"<br># If you have a US Microsoft Natural keyboard, you can use:<br># Option "XkbModel" "microsoft"<br>#<br># Then to change the language, change the Layout setting.
<br># For example, a german layout can be obtained with:<br># Option "XkbLayout" "de"<br># or:<br># Option "XkbLayout" "de"<br># Option "XkbVariant" "nodeadkeys"
<br>#<br># If you'd like to switch the positions of your capslock and<br># control keys, use:<br># Option "XkbOptions" "ctrl:swapcaps"<br># Or if you just want both to be control, use:<br># Option "XkbOptions" "ctrl:nocaps"
<br>#<br> Identifier "Keyboard0"<br> Driver "keyboard"<br> Option "XkbModel" "pc105"<br> Option "XkbLayout" "us"<br>EndSection
<br><br>Section "InputDevice"<br> Identifier "Mouse0"<br> Driver "mouse"<br> Option "Protocol" "IMPS/2"<br> Option "Device" "/dev/input/mice"
<br> Option "ZAxisMapping" "4 5"<br> Option "Emulate3Buttons" "yes"<br>EndSection<br><br>Section "Monitor"<br><br> ### Comment all HorizSync and VertSync values to use DDC:
<br> ### Comment all HorizSync and VertSync values to use DDC:<br> ### Comment all HorizSync and VertSync values to use DDC:<br> ### Comment all HorizSync and VertSync values to use DDC:<br> ### Comment all HorizSync and VertSync values to use DDC:
<br> ### Comment all HorizSync and VertSync values to use DDC:<br> Identifier "Monitor0"<br> VendorName "Poneer"<br> ModelName "HDTV"<br> ### Comment all HorizSync and VertSync values to use DDC:
<br> HorizSync 31.5 - 37.9<br> VertRefresh 59.9 - 60.1<br> ModeLine "1280x720" 74.2 1280 1720 1768 1984 720 725 730 750 +hsync +vsync<br> Option "dpms"<br>EndSection
<br><br>Section "Device"<br> Identifier "Videocard0"<br> Driver "nvidia"<br> VendorName "Nvidia"<br> BoardName "GeForce FX 6200"<br> VideoRam 65536
<br>EndSection<br><br>Section "Screen"<br><br> #Option "RenderAccel" "1"<br> Identifier "Screen0"<br> Device "Videocard0"<br> Monitor "Monitor0"
<br> DefaultDepth 24<br> Option "RenderAccel" "On"<br> Option "NvAGP" "2"<br> Option "NoRenderExtension" "Off"<br>
#Option "IgnoreDisplayDevices" "DFP,TV"<br> Option "AllowGLXWithComposite" "On"<br> #Option "NoDDC"<br> SubSection "Display"<br>
<br>## Modes "1280x720p" "1920x1080i"<br> Depth 24<br> Modes "1280x720"<br> EndSubSection<br>EndSection<br><br><br><br><br>