Re: Setting up a linear frame buffer without a BIOS
Posted: Wed May 27, 2015 5:03 am
Split off the Unicode discussion.
The Place to Start for Operating System Developers
http://f.osdev.org/
I've managed to get a display mode for an Intel Gen4.5 laptop and a Gen6 laptop. It's not the "recommended method" (*that* involves turning the screen off then on again) but it's *probably* safe.rdos wrote:...it would be better to simply setup the LFB in a driver, while NOT bothering with the acceleration support or 3D. After all, this shouldn't be so hard to do. Anybody tried to do this, and if so, is it possible to do without enormous amount of work? I'm primarily interested in Intel's and...
Look through here and compare product IDs: http://en.wikipedia.org/wiki/List_of_In ... sing_unitsCandy wrote:How do you figure out which generation you have (according to your count)?
For more modern switchable-GPU setups, the Intel GPU drives the display, and you copy the result from the discrete GPU to the Intel GPU.Candy wrote:How do you disable any companion GPUs such that the intel card gets to drive the output?