I don’t have experience with these hybrid graphics systems, but I wanted to know if both of you had this working at all, and it has recently failed, or whether this has been a problem from the beginning? Either way, it might be worth filing a bug report on this.
Anyway, for those who’d like to know more about vga_switcheroo, this kerneltrap message offers insight (but maybe not a solution). In particular:
4 combinations of systems typically exist - with 2 ACPI methods.
Intel/ATI - Lenovo W500/T500 - use ATPX ACPI method
ATI/ATI - some ASUS - use ATPX ACPI Method
Intel/Nvidia - - use _DSM ACPI method
Nvidia/Nvidia - - use _DSM ACPI method.
All I know is that some hardware implementations do not yet work.
Looking at what was posted in kerneltrap seems like vga_switcheroo is not installed with the “Desktop” kernel in OpenSUSE I tried also installing the “default” kernel and did not find vga_switcheroo, a search on my /lib/modules for vga* did not find it either so I suspect either it’s in another package or it was not compiled to the kernel.
Oddly enough though when I search my package manager in YAST for vga_switcheroo and “RPM PROVIDES” I get the listing for all of the kernel packages.
Unless I am missing something seems the package will have to be compiled from source and added.
Is there someone on the OpenSUSE team that can definitively confirm or deny this?
I will get the kernel source and work on compiling the module as well as check for updates (OpenSUSE 11.4)
If I can get through compiling the module I will post it here. To the OpenSUSE team’s credit it has been a while since I had to compile a kernel and modules myself besides wireless. (last time I believe for the whole kernel and modules was in SuSE 9?)
You need KMS for both video cards (which means, that it won’t work with proprietary NVidia driver, only with noveau).
I observed on Acer Timeline (Intel+ATI), that the best results are obtained when both drivers are included in initrd (by default openSuse detects and adds only one of them). So you can try to add kernel modules for your video adapters in Yast2->"/etc/sysconfig Editor"->System->Kernel->INITRD_MODULES (“i915 radeon” for Intel+ATI).
Please note that this setting is sensitive to the order in which modules are listed and defines which card will be primary (in my case only above ordering works)