diff options
-rw-r--r-- | tools/XBMCLive/xbmc-live.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/XBMCLive/xbmc-live.conf b/tools/XBMCLive/xbmc-live.conf index e71575e32b..1c803bb0d2 100644 --- a/tools/XBMCLive/xbmc-live.conf +++ b/tools/XBMCLive/xbmc-live.conf @@ -48,8 +48,8 @@ pre-start script if [ ! -e /etc/X11/xorg.conf ] && [ ! $(grep -i nogenxconf /tmp/xbmcliveParams) ]; then GPU=$(lspci -nn | grep 0300) - # 10da == NVIDIA - if [ ! $(echo $GPU | grep 10da) ]; then + # 10de == NVIDIA + if [ ! $(echo $GPU | grep 10de) ]; then # 10da == AMD if [ $(echo $GPU | grep 1002) ]; then # run aticonfig |