[haiku-bugs] Re: [Haiku] #1729: [radeon] monitor turns off after boot logo

  • From: "axeld" <trac@xxxxxxxxxxxx>
  • Date: Wed, 02 Dec 2009 14:34:24 -0000

#1729: [radeon] monitor turns off after boot logo
-------------------------------------+--------------------------------------
 Reporter:  diver                    |       Owner:  euan          
     Type:  bug                      |      Status:  new           
 Priority:  normal                   |   Milestone:  R1            
Component:  Drivers/Graphics/radeon  |     Version:  R1/Development
 Keywords:                           |   Blockedby:                
 Platform:  All                      |    Blocking:                
-------------------------------------+--------------------------------------
Changes (by axeld):

  * version:  R1/pre-alpha1 => R1/Development


Comment:

 What happens if you press "Command + Control + Escape" after a while?

 Also, if that doesn't help, can you log into the system, and execute the
 following application?

 {{{
 #include <Application.h>
 #include <Screen.h>

 int
 main()
 {
         BApplication app("application/x-vnd.test");

         BScreen screen;
         screen.SetDPMS(B_DPMS_OFF);
         snooze(5000000);
         screen.SetDPMS(B_DPMS_ON);

         return 0;
 }
 }}}

-- 
Ticket URL: <http://dev.haiku-os.org/ticket/1729#comment:5>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: