CVSROOT: /cvs Module name: xenocara Changes by: kette...@cvs.openbsd.org 2010/12/06 14:58:03
Modified files: driver/xf86-video-sunffb/src: ffb_driver.c Log message: Don't call xf86DPMSInit() twice. Since it wraps CloseScreen(), this has disastrous effects. Gets rid of some duplicated code as a bonus. Fixes X server crashes that appeared with the xserver 1.9.2 import. ok miod@