Created attachment 96611 [details] lspci I have installed Arch Linux on a Dell Inspiron R15 with hybrid Intel/AMD graphics. vga_switcheroo is enabled and I can control radeon power with "echo ON/OFF > /sys/kernel/debug/vgaswitcheroo/switch". But when I try to switch to radeon in console with "echo DIS > /sys/kernel/debug/vgaswitcheroo/switch" the screen turns off. I can switch back to intel with "echo IGD > /sys/kernel/debug/vgaswitcheroo/switch" by blind typing it, and then the screen turns back on.
Created attachment 96621 [details] dmesg
I also tried 3.0.70 lts and instead of the screen turning off, it just freezes.
You have a muxless powerxpress system so there are no displays physically connected to the radeon card. The only way to utilize the radeon card is for offscreen rendering (radeon renders application frame and the frame is copied to the intel card for display). You need the new gpu hotplug features in xserver 1.13.x or 1.14 to utilize the card in that manner.
I have been very puzzled when reading your last message Alex, since I got (on debian) the exact same problem with a Mux system intel Ironlake/radeon Hd5650. The same issue occurs with kernel 3.7.6 (compiled by me) while the switch works correctly one the "distrib" kernel 3.2.0-4-ppae. Another issue appears with kernel 3.8.5 (with the NEW default modesetting bla for radeon..) but in that case X seems to crash (well i don't really now what's happening only got the little "-" on the top left of my screen) I would be glad to give any addiotionnal infos relevant or to file a bug myself. (In reply to comment #3) > You have a muxless powerxpress system so there are no displays physically > connected to the radeon card. The only way to utilize the radeon card is for > offscreen rendering (radeon renders application frame and the frame is copied > to the intel card for display). You need the new gpu hotplug features in > xserver 1.13.x or 1.14 to utilize the card in that manner.
By the way this it should be the duplicated of Bug 55311.
(In reply to comment #4) > I have been very puzzled when reading your last message Alex, since I got > (on > debian) the exact same problem with a Mux system intel Ironlake/radeon > Hd5650. On mux-less systems you can't switch the displays since there are no displays connected to the dGPU.