VESA VBE function failed

Programming, for all ages and all languages.
Post Reply
0x3B0
Member
Member
Posts: 26
Joined: Fri Apr 27, 2012 6:28 am

VESA VBE function failed

Post by 0x3B0 »

I want to write a software that use INT 10h function 4f10h to set display power state to off but this function(4f10h) don't work! Why this happen? I too want create a software that set a pixel clock! What can I do?
User avatar
Kazinsal
Member
Member
Posts: 559
Joined: Wed Jul 13, 2011 7:38 pm
Libera.chat IRC: Kazinsal
Location: Vancouver
Contact:

Re: VESA VBE function failed

Post by Kazinsal »

If you want to turn the display off (like, power off), use APM. It's more standard and supported than VBE, albeit a little buggy on some BIOSes.
Post Reply