forked from pool/xorg-x11-server
This commit is contained in:
parent
25e9371fc9
commit
d58018c1cb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed4d4aaee75300037974d20f6673aad4dcf98f09f3db6526c405244a45978741
|
||||
size 5963933
|
3
xorg-server-1.2.99.903.tar.bz2
Normal file
3
xorg-server-1.2.99.903.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0fe2986a8c6659bb2b7ff9b458000be053e14667db9ee3c288db0502c6e00770
|
||||
size 5968830
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 27 21:47:36 CEST 2007 - sndirsch@suse.de
|
||||
|
||||
- xserver 1.2.99.903 release:
|
||||
* Create driver-independent CRTC-based cursor layer.
|
||||
* Allow xf86_reload_cursors during server init.
|
||||
* Don't wedge when rotating more than one CRTC.
|
||||
* Correct ref counting of RRMode structures
|
||||
* Remove extra (and wrong) I2C ByteTimeout setting in DDC code.
|
||||
* Slow down DDC I2C bus using a RiseFallTime of 20us for old
|
||||
monitors.
|
||||
* Clean up Rotate state on server reset.
|
||||
* Clear allocated RandR screen private structure.
|
||||
* Clean up xf86CrtcRec and xf86OutputRec objects at CloseScreen.
|
||||
* Make sure RandR events are delivered from RRCrtcSet.
|
||||
* Fix Pending property API, adding RRPostPendingProperty.
|
||||
* Incorrect extra memory copy in RRChangeOutputProperty.
|
||||
* Ensure that crtc desired values track most recent mode.
|
||||
* Make pending properties force mode set. And, remove
|
||||
AttachScreen calls.
|
||||
* Set version to 1.2.99.903 (1.3 RC3)
|
||||
* fbdevhw: Consolidate modeset ioctl calling, report failure if
|
||||
it modifies mode.
|
||||
* fbdevhw: Fix some issues with the previous commit.
|
||||
* fbdevhw: Use displayWidth for fbdev virtual width when
|
||||
appropriate.
|
||||
* fbdevhw: Override RGB offsets and masks after setting initial
|
||||
mode.
|
||||
* fbdevhw: Consider mode set equal to mode requested if virtual
|
||||
width is larger.
|
||||
* fbdevhw: Only deal with RGB weight if default visual is True-
|
||||
or DirectColor.
|
||||
* Add per-drawable Xv colour key helper function.
|
||||
* Bump video driver ABI version to 1.2.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 19 22:22:43 CET 2007 - sndirsch@suse.de
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: xorg-x11-server
|
||||
%define dirsuffix 1.2.99.902
|
||||
%define dirsuffix 1.2.99.903
|
||||
%define fglrx_driver_hack 0
|
||||
%define vnc 0
|
||||
BuildRequires: Mesa-devel fontconfig-devel freetype2-devel ghostscript-library glitz-devel libdrm-devel pkgconfig xorg-x11 xorg-x11-devel xorg-x11-libICE-devel xorg-x11-libSM-devel xorg-x11-libX11-devel xorg-x11-libXau-devel xorg-x11-libXdmcp-devel xorg-x11-libXext-devel xorg-x11-libXfixes-devel xorg-x11-libXmu-devel xorg-x11-libXp-devel xorg-x11-libXpm-devel xorg-x11-libXprintUtil-devel xorg-x11-libXrender-devel xorg-x11-libXt-devel xorg-x11-libXv-devel xorg-x11-libfontenc-devel xorg-x11-libxkbfile-devel xorg-x11-proto-devel xorg-x11-xtrans-devel
|
||||
@ -21,7 +21,7 @@ BuildRequires: libjpeg-devel
|
||||
URL: http://xorg.freedesktop.org/
|
||||
%define EXPERIMENTAL 0
|
||||
Version: 7.2
|
||||
Release: 62
|
||||
Release: 65
|
||||
License: X11/MIT
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Group: System/X11/Servers/XF86_4
|
||||
@ -531,6 +531,38 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Mar 27 2007 - sndirsch@suse.de
|
||||
- xserver 1.2.99.903 release:
|
||||
* Create driver-independent CRTC-based cursor layer.
|
||||
* Allow xf86_reload_cursors during server init.
|
||||
* Don't wedge when rotating more than one CRTC.
|
||||
* Correct ref counting of RRMode structures
|
||||
* Remove extra (and wrong) I2C ByteTimeout setting in DDC code.
|
||||
* Slow down DDC I2C bus using a RiseFallTime of 20us for old
|
||||
monitors.
|
||||
* Clean up Rotate state on server reset.
|
||||
* Clear allocated RandR screen private structure.
|
||||
* Clean up xf86CrtcRec and xf86OutputRec objects at CloseScreen.
|
||||
* Make sure RandR events are delivered from RRCrtcSet.
|
||||
* Fix Pending property API, adding RRPostPendingProperty.
|
||||
* Incorrect extra memory copy in RRChangeOutputProperty.
|
||||
* Ensure that crtc desired values track most recent mode.
|
||||
* Make pending properties force mode set. And, remove
|
||||
AttachScreen calls.
|
||||
* Set version to 1.2.99.903 (1.3 RC3)
|
||||
* fbdevhw: Consolidate modeset ioctl calling, report failure if
|
||||
it modifies mode.
|
||||
* fbdevhw: Fix some issues with the previous commit.
|
||||
* fbdevhw: Use displayWidth for fbdev virtual width when
|
||||
appropriate.
|
||||
* fbdevhw: Override RGB offsets and masks after setting initial
|
||||
mode.
|
||||
* fbdevhw: Consider mode set equal to mode requested if virtual
|
||||
width is larger.
|
||||
* fbdevhw: Only deal with RGB weight if default visual is True-
|
||||
or DirectColor.
|
||||
* Add per-drawable Xv colour key helper function.
|
||||
* Bump video driver ABI version to 1.2.
|
||||
* Mon Mar 19 2007 - sndirsch@suse.de
|
||||
- no longer apply bug-211314_mesa-context.diff,
|
||||
bug-211314_p_drawable_privclean.diff (Bug #211314, comment #114)
|
||||
|
Loading…
Reference in New Issue
Block a user