bramvanoploo / xbmc-ubuntu-minimal

http://forum.xbmc.org/showthread.php?tid=141369
16 stars 18 forks source link

A couple of typos and a condinional on NVIDIA change #15

Closed un1versal closed 11 years ago

un1versal commented 11 years ago

Please double check conditional change imo any of these tweaks are NVIDIA only and the whole lot not just this part should be dependant on Nvidia.

Either way the whole frambuffer and related changes is nasty, even Nvidia drivers dont like it see http://www.nvnews.net/vbulletin/showthread.php?t=184614

un1versal commented 11 years ago

This is whats changed for some reason Github is being funky and alters whoel file instead of making up a small diff

450         

-function disbaleAtiUnderscan()

    450     

+function disableAtiUnderscan()

451     451     

501         

-                    disbaleAtiUnderscan

501     

+                    disableAtiUnderscan

@@ -678,7 +678,7 @@

678     678     

     sudo sed -i '/gfxmode=/ a\  set gfxpayload=keep' "$GRUB_HEADER_FILE" > /dev/null 2>&1

679     679     

     GRUB_CONFIG="nomodeset usbcore.autosuspend=-1 video=uvesafb:mode_option=$RESOLUTION-24,mtrr=3,scroll=ywrap"

680     680     

681         

-    if [[ $GFX_CARD == INTEL ]]; then

    681     

+    if [[ $GFX_CARD == NVIDIA ]]; then