Troncoso
VIP Member
I'm getting pretty frustrate trying to get my laptop to switch graphics cards in Ubuntu.
I'm using this web page and the linked script (switch_between_cards.sh). Anyway, everything is fine, except the fact that
doesn't exist.
In the webpage, it says to run
which outputs
makes me think that switcheroo is there to use
but when I run the check that they tell me:
it can't the directory. It says the vgaswitcheroo is only active when the kernel is booted with "modeset=1" kernel option, so I tried putting "i915.modeset=1" in the /etc/default/grub file, but that doesn't do anything. I'm not quite sure what else to do. If anyone could help that would be awesome. If I can't turn off the dedicated graphics card, then it cuts my battery life in half.
I'm using this web page and the linked script (switch_between_cards.sh). Anyway, everything is fine, except the fact that
Code:
/sys/kernel/debug/vgaswitcheroo/switch
doesn't exist.
In the webpage, it says to run
Code:
grep -i switcheroo /boot/config-2.6.*
which outputs
Code:
CONFIG_VGA_SWITCHEROO=y
makes me think that switcheroo is there to use
but when I run the check that they tell me:
Code:
ls -l /sys/kernel/debug/vgaswitcheroo/switch
it can't the directory. It says the vgaswitcheroo is only active when the kernel is booted with "modeset=1" kernel option, so I tried putting "i915.modeset=1" in the /etc/default/grub file, but that doesn't do anything. I'm not quite sure what else to do. If anyone could help that would be awesome. If I can't turn off the dedicated graphics card, then it cuts my battery life in half.