[Openchrome-users] [openChrome] #326: HP2133 console pixeled after X startup

OpenChrome Trac trac
Thu Oct 1 23:47:41 PDT 2009


#326: HP2133 console pixeled after X startup
---------------------+------------------------------------------------------
 Reporter:  tantari  |        Owner:  somebody
     Type:  defect   |       Status:  new     
 Priority:  major    |    Component:  xdriver 
  Version:  trunk    |   Resolution:          
 Keywords:           |     Blocking:          
Blockedby:           |  
---------------------+------------------------------------------------------

Comment(by gang65):

 The problem exist with execute xf86RegisterResources function.

 I think we should check if the resources was successfully registered, and
 if not we should return FALSE. For example:
 {{{
     if(xf86RegisterResources(pEnt->index, NULL, ResNone)) {
         xfree(pEnt);
         VIAFreeRec(pScrn);
         return FALSE;
     }
 }}}

 But I don't know for what "#ifndef XSERVER_LIBPCIACCESS" was defined

-- 
Ticket URL: <http://www.openchrome.org/trac/ticket/326#comment:5>
openChrome <http://www.openchrome.org/>
The openChrome project



More information about the Openchrome-users mailing list