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

Closed
un1versal wants to merge 1 commit from patch-1 into master
un1versal commented 2013-02-22 10:22:39 +01:00 (Migrated from github.com)

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

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 2013-02-22 10:32:10 +01:00 (Migrated from github.com)

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
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 ```

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: bram/xbmc-ubuntu-minimal#15
No description provided.