NAVIGATION
Home
Gallery
Java
Linux
Web
Scripts And Utilities
Mobile And Sms
Misc
Contact
pixelWIKI
Nabaz Tag




<<

Centos_FX5200_XVMC

See http://www.gossamer-threads.com/lists/mythtv/users/310018

Use NVIDIA Graphics 9755

cd /usr/lib
ln -s /usr/lib/nvidia-graphics-1.0-9755/libXvMCNVIDIA_dynamic.so.1


create/edit /etc/X11/XvMCConfig:
/usr/lib/libXvMCNVIDIA_dynamic.so.1

xorg.conf key parts

Section "Files"
    ModulePath      "/usr/lib/xorg/modules/extensions/nvidia"
    ModulePath      "/usr/lib/xorg/modules/extensions"
    ModulePath      "/usr/lib/xorg/modules"
EndSection

Section "Module"
        Load "freetype"
        Load "glx"
        Load "type1"
        Load "vbe"
        Load "dbe"
        Load "extmod"
EndSection

Section "ServerFlags"
        Option "AIGLX" "OFF"
EndSection
Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
        Option  "RenderAccel" "true"
        Option "UseEvents" "true"
        Option "XvmcUsesTextures" "false"
#       Option "NVAGP" "1"
EndSection

Section "Extensions"
        Option "Composite" "Disabled"
EndSection