Kodi Community Forum

Full Version: [LINUX] nvidia geforce gt220 not supported?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys,

as far I understood nVidia GeForce GT220 should be supported, but when I run XBMC an error come up saying to visit Supported_hardare wiki page.
Code:
$ uname -a
Linux fedora.depot 3.2.2-1.fc16.i686 #1 SMP Thu Jan 26 03:38:31 UTC 2012 i686 i686 i386 GNU/Linux

$ rpm -q xbmc
xbmc-10.1-7.fc16.i686

$ lspci | grep GeForce
01:00.0 VGA compatible controller: nVidia Corporation GT216 [GeForce GT 220] (rev a2)
Any help?

Thanks.
Fixed using leigh123linux advice at fedoraforum.org.

Code:
[marco@fedora ~]$ cat /etc/X11/xorg.conf.d/00-nvidia.conf
#This file is provided by xorg-x11-drv-nvidia
#Do not edit

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