Comment 3 for bug 675156

Revision history for this message
Dan Allen (dan.j.allen) wrote :

Actually, my problem is likely different than yours. Your issue is that the radeon card is still active, even if you are not using the driver.

I switch off the graphics card I'm not using with a startup script:

# disable radeon card
echo DIGD > /sys/kernel/debug/vgaswitcheroo/switch
echo OFF > /sys/kernel/debug/vgaswitcheroo/switch

# disable intel card
echo DDIS > /sys/kernel/debug/vgaswitcheroo/switch
echo OFF > /sys/kernel/debug/vgaswitcheroo/switch