← Back to team overview

hybrid-graphics-linux team mailing list archive

Re: intel/nvidia nouveau working with github.com/awilliam module

 

On Mon, Apr 25, 2011 at 6:22 PM, Willy Sudiarto Raharjo
<willysr@xxxxxxxxx> wrote:
>
> But i still haven't seen /sys/kerne/debug/vgaswitcheroo directory
> is that because of the NVidia proprietary driver issue you mentioned above?

To get the vgaswitcheroo debugfs entry you need to have a handler
(asus-switcheroo) and two clients (i915 and nouveau/dummy-client).  If
you turn off modeset on i915, it won't register as a client.  If
nouveau doesn't load (won't load with nvidia kernel module loaded), it
won't register a client.  asus-switcheroo won't register a client w/o
the dummy-client=1 option.  So, make sure you're not disabling the
i915 modeset, and either allow nouveau to load (by not loading the
proprietary nvidia kernel module) OR use the asus-switcheroo
dummy-client.  Thanks,

Alex


References