Opened 14 years ago

Last modified 4 years ago

#6328 new enhancement

Support for switchable graphics

Reported by: admiral0 Owned by: nobody
Priority: normal Milestone: R1.1
Component: Drivers/Graphics Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

Many vendors lately put 2 video cards in laptops. The switch is triggered by an ACPI method afaik. The linux module taking care of that is called vga_switcheroo.

http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=drivers/gpu/vga/vga_switcheroo.c

Change History (4)

comment:1 by tqh, 14 years ago

It shouldn't be that hard to support, and it is specified how to do in the ACPI spec. It's quite low on my todo-list, but anyone who knows the basics of driver writing could do this if they want to start with ACPI.

comment:2 by euan, 14 years ago

My Sony Vaio Z11 has this also. But first it has to show to the Haiku bootloader.

Last I heard the Nvidia/intel scheme was completely different to the Radeon/Intel scheme?

Mine is Nvidia/Intel so work on that first please ;)

comment:3 by modeenf, 12 years ago

I have a Radeon/Intel one :)

comment:4 by pulkomandy, 4 years ago

Milestone: R1R1.1
Note: See TracTickets for help on using tickets.