← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 312756] Re: MASTER: support graphics card hot switch

 

@VizFdez

I've experimented the same Error with i915 and radeon module loaded together,
and "solved" it by blacklisting radeon module.
add a file en /etc/modprobe.d with a .conf name (ex: custom-blacklist-radeon.conf)
and write into: blacklist radeon
or execute:
echo "blacklist radeon" | sudo tee /etc/modprobe.d/custom-blacklist-radeon.conf

One other issue i've seen with both modules is that the power consumption
is higher, even when turning off the discrete Ati card by means of vgaswitcheroo,
compared to having only i915 loaded and turn the card off by acpi_call module.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg in ubuntu.
https://bugs.launchpad.net/bugs/312756

Title:
  MASTER: support graphics card hot switch