I have enable switcheroo in kernel config . Why is there not /sys/kernel/debug/vgaswitcheroo/switch ?
Linux ubuntu-raid-w500 2.6.38-10-generic #46-Ubuntu SMP Tue Jun 28 15:07:17 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
My computer is Thinkpad W500 . One graphic card is ATI Mobility FireGL V5700 (512 MB). The other one is Intel Graphics Media Accelerator 4500MHD .
I am using official kernel 2.6.38-10, I do NOT customize it. I add kernel option pcie_aspm=force
in GRUB_CMDLINE_LINUX_DEFAULT of /etc/default/grub
- Setting
modeset=1
doesn't seem to help - Here is the output of kern.log
- Here is my entire bootup.
uname -a
? If your kernel version isn't >= 2.6.34 you don't have vga_switchheroo. – sergio91pt Jul 14 '11 at 14:36ls /sys/kernel/debug/*
without being root.sudo
won't work (and you can't login withsu
in Ubuntu...) Usesudo su
to get a root shell, then try again. – sergio91pt Jul 14 '11 at 16:53lspci | grep VGA
) By any chance you're using a custom kernel or custom options/custom boot options/scripts? If so what are them? If not post the part related to a boot on/var/log/kern.log
to paste.ubuntu.com and share the link, it might help. – sergio91pt Jul 15 '11 at 09:01imklog 4.6.4, log source = /proc/kmsg started.
– sergio91pt Jul 15 '11 at 15:48ls /sys/kernel/debug
? Doeslspci | grep VGA
really output the 2 cards? Btw you have crashkernel set eating memory :P – sergio91pt Jul 15 '11 at 19:51Thanks
– waterloo2005 Jul 16 '11 at 08:08echo "OFF"
on the switch to turn off the idle card. On the Community Help theres a init script you can try, if you don't want to be doingecho "OFF"
everytime you boot. So did the BIOS solve it? Then you can mark the question as solved. – sergio91pt Jul 16 '11 at 09:04