This commit is contained in:
parent
5b9075f5b2
commit
281ab22e51
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db980ce2d2e9d0ad43c888a509f601c8c1d2a802ad5aff9f69ad3acdea6e1453
|
||||
size 5969487
|
3
xorg-server-1.3.0.0.tar.bz2
Normal file
3
xorg-server-1.3.0.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93c656f142f37607c15372dd24c5de9eab82cd79c5d60449174a928d345c2975
|
||||
size 5968263
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 20 07:11:16 CEST 2007 - sndirsch@suse.de
|
||||
|
||||
- xserver 1.3.0.0 release
|
||||
* Syncmaster 226 monitor needs 60Hz refresh (#10545).
|
||||
* In AIGLX EnterVT processing, invoke driver EnterVT before
|
||||
resuming glx.
|
||||
* Disable CRTC when SetSingleMode has no matching mode. Update
|
||||
RandR as well.
|
||||
* Rotate screen size as needed from RandR 1.1 change requests.
|
||||
* Add quirk for Acer AL1706 monitor to force 60hz refresh.
|
||||
* RandR 1.2 spec says CRTC info contains screen-relative geometry
|
||||
* typo in built-in module log message
|
||||
* Use default screen monitor for one of the outputs.
|
||||
* Allow outputs to be explicitly enabled in config, overriding
|
||||
detect.
|
||||
* Was accidentally disabling rotation updates in mode set.
|
||||
* Disable SourceValidate in rotation to capture cursor.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 10 15:33:59 CEST 2007 - sndirsch@suse.de
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: xorg-x11-server
|
||||
%define dirsuffix 1.2.99.905
|
||||
%define dirsuffix 1.3.0.0
|
||||
%define fglrx_driver_hack 1
|
||||
%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,14 +21,16 @@ BuildRequires: libjpeg-devel
|
||||
URL: http://xorg.freedesktop.org/
|
||||
%define EXPERIMENTAL 0
|
||||
Version: 7.2
|
||||
Release: 69
|
||||
Release: 70
|
||||
License: X11/MIT
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Group: System/X11/Servers/XF86_4
|
||||
Requires: pkgconfig xorg-x11-fonts-core
|
||||
%if %suse_version > 1010
|
||||
%ifnarch s390 s390x
|
||||
Requires: xorg-x11-driver-input xorg-x11-driver-video
|
||||
%endif
|
||||
%endif
|
||||
Provides: xorg-x11-Xnest xorg-x11-Xprt xorg-x11-Xvfb xorg-x11-server-glx
|
||||
Obsoletes: xorg-x11-Xnest xorg-x11-Xprt xorg-x11-Xvfb xorg-x11-server-glx
|
||||
Summary: X.Org Server
|
||||
@ -537,6 +539,22 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Apr 20 2007 - sndirsch@suse.de
|
||||
- xserver 1.3.0.0 release
|
||||
* Syncmaster 226 monitor needs 60Hz refresh (#10545).
|
||||
* In AIGLX EnterVT processing, invoke driver EnterVT before
|
||||
resuming glx.
|
||||
* Disable CRTC when SetSingleMode has no matching mode. Update
|
||||
RandR as well.
|
||||
* Rotate screen size as needed from RandR 1.1 change requests.
|
||||
* Add quirk for Acer AL1706 monitor to force 60hz refresh.
|
||||
* RandR 1.2 spec says CRTC info contains screen-relative geometry
|
||||
* typo in built-in module log message
|
||||
* Use default screen monitor for one of the outputs.
|
||||
* Allow outputs to be explicitly enabled in config, overriding
|
||||
detect.
|
||||
* Was accidentally disabling rotation updates in mode set.
|
||||
* Disable SourceValidate in rotation to capture cursor.
|
||||
* Tue Apr 10 2007 - sndirsch@suse.de
|
||||
- Mesa-6.5.2-fix_radeon_cliprect.diff:
|
||||
* fixes X.Org Bug #9876
|
||||
|
Loading…
Reference in New Issue
Block a user