CVS Update: xc (branch: trunk)

Egbert Eich xorg-commit at pdx.freedesktop.org
Mon Oct 11 12:58:05 EEST 2004


CVSROOT:	/cvs/xorg
Module name:	xc
Changes by:	eich at gabe.	04/10/11 02:58:05

Log message:
  2004-10-11  Egbert Eich  <eich-at-freedesktop-org>
  
  	* programs/Xserver/hw/xfree86/common/xf86Events.c: (xf86VTSwitch):
  	* programs/Xserver/hw/xfree86/common/xf86Init.c: (AbortDDX):
  	Improving DPMS handling on VT swich and server
  	termination/abort: previous version called the driver directly and
  	too late.
  	* programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c:
  	(RADEONInitCrtc2Registers):
  	Unblank secondary screen explicitely. Don't rely on the value
  	read during register save as the BIOS have blanked the secondary
  	head.
  	* programs/Xserver/hw/xfree86/drivers/i810/i810_accel.c:
  	(I810Sync):
  	Checking if server isn't switched away before calling sync.
  	Sanity check for possible bugs in aother areas of the code.
  	* programs/Xserver/hw/xfree86/drivers/i810/i810_driver.c:
  	(I810PreInit):
  	Fixing default amount of of allocated video memory from
  	AGP for i810: Use 16MB if less than 192MB are installed
  	else use 24MB (Matthias Hopf).

Modified files:
      ./:
        ChangeLog 
      xc/programs/Xserver/hw/xfree86/common/:
        xf86Events.c xf86Init.c 
      xc/programs/Xserver/hw/xfree86/drivers/ati/:
        radeon_driver.c 
      xc/programs/Xserver/hw/xfree86/drivers/i810/:
        i810_accel.c i810_driver.c 
  
  Revision      Changes    Path
  1.452         +23 -1     xc/ChangeLog
  1.4           +7 -7      xc/programs/Xserver/hw/xfree86/common/xf86Events.c
  1.14          +5 -4      xc/programs/Xserver/hw/xfree86/common/xf86Init.c
  1.22          +1 -0      xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c
  1.5           +1 -1      xc/programs/Xserver/hw/xfree86/drivers/i810/i810_accel.c
  1.11          +5 -2      xc/programs/Xserver/hw/xfree86/drivers/i810/i810_driver.c




More information about the xorg-commit mailing list