#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
_______________________________________________
openchrome-users mailing list
[email protected]
http://wiki.openchrome.org/mailman/listinfo/openchrome-users
Main page:
http://www.openchrome.org
Wiki:
http://wiki.openchrome.org
User Forum:
http://wiki.openchrome.org/tikiwiki/tiki-view_forum.php?forumId=1


Reply via email to