bc8926c3b3
Accepting request 244555 from X11:XOrg
...
- only add /etc/alternatives/libglx.so as ghost on suse >= 1315
- added /etc/alternatives/libglx.so as ghost
- moved libglx-xorg.so to xorg/xorg-libglx.so to avoid messup in case
anybody runs ldconfig in modules/extensions
- make use of update-alternatives for libglx.so (FATE#317822)
- Change U_ to u_ as these patches are not upstream yet:
* U_render-Don-t-generate-invalid-pixman-format-when-using-a-24bpp-framebuffer-with-a-32bit-depth-visual.patch
--> u_render-Don-t-generate-invalid-pixman-format-when-using-a-24bpp-framebuffer-with-a-32bit-depth-visual.patch
* U_fb-Correctly-implement-CopyArea-when-using-a-window-with-depth-32-and-24bpp.patch
--> u_fb-Correctly-implement-CopyArea-when-using-a-window-with-depth-32-and-24bpp.patch
(bnc#890599).
OBS-URL: https://build.opensuse.org/request/show/244555
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=295
2014-08-15 07:58:24 +00:00
e35f04d663
- only add /etc/alternatives/libglx.so as ghost on suse >= 1315
...
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=537
2014-08-13 12:40:28 +00:00
afd4b3b9fa
- added /etc/alternatives/libglx.so as ghost
...
- moved libglx-xorg.so to xorg/xorg-libglx.so to avoid messup in case
anybody runs ldconfig in modules/extensions
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=536
2014-08-13 08:28:25 +00:00
63dffb3f9e
- minor changes in changelog in order to make openSUSE:Factory checkin guidelines happy
...
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=535
2014-08-12 12:46:42 +00:00
6dc751702f
- make use of update-alternatives for libglx.so (FATE#317822)
...
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=534
2014-08-12 12:35:17 +00:00
1c20e93c0e
Accepting request 243888 from X11:XOrg
...
1
OBS-URL: https://build.opensuse.org/request/show/243888
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=294
2014-08-11 08:06:54 +00:00
c982de63ac
Add bug id to changelog - (bnc#890599).
...
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=532
2014-08-07 17:47:56 +00:00
e24268dc7a
- Change U_ to u_ as these patches are not upstream yet:
...
* u_render-Don-t-generate-invalid-pixman-format-when-using-a-24bpp-framebuffer-with-a-32bit-depth-visual.patch
* u_fb-Correctly-implement-CopyArea-when-using-a-window-with-depth-32-and-24bpp.patch
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=531
2014-08-07 17:37:26 +00:00
64dea9ecde
Accepting request 243884 from home:tiwai:branches:X11:XOrg
...
- Fix corrupted graphics with 24bpp on cirrus KMS (bnc#890599)
two patches added:
U_render-Don-t-generate-invalid-pixman-format-when-using-a-24bpp-framebuffer-with-a-32bit-depth-visual.patch
U_fb-Correctly-implement-CopyArea-when-using-a-window-with-depth-32-and-24bpp.patch
OBS-URL: https://build.opensuse.org/request/show/243884
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=530
2014-08-07 14:57:57 +00:00
Stephan Kulow
5afc7b2789
Accepting request 243660 from X11:XOrg
...
- U_BellProc-Send-bell-event-on-core-protocol-bell-when-requested.patch
Send XKB bell event on core protocol bell if such an event is requested.
This allows to override the system beep by a desktop provided sound
instead of silently ignore it (bnc#890323).
OBS-URL: https://build.opensuse.org/request/show/243660
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=293
2014-08-06 13:31:45 +00:00
4fe2418668
- U_BellProc-Send-bell-event-on-core-protocol-bell-when-requested.patch
...
Send XKB bell event on core protocol bell if such an event is requested.
This allows to override the system beep by a desktop provided sound
instead of silently ignore it (bnc#890323).
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=528
2014-08-05 06:23:18 +00:00
Stephan Kulow
907d578b80
Accepting request 241410 from X11:XOrg
...
1
OBS-URL: https://build.opensuse.org/request/show/241410
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=292
2014-07-19 06:16:22 +00:00
b7864b65ed
Accepting request 241363 from home:tobijk:X11:XOrg
...
- Update to version 1.16.0 (final):
+ Glamor integration. This GL-based X acceleration subsystem now
offers reasonable performance that avoids software fall backs much
of the time.
+ XWayland. This provides an X server integrated into a Wayland
window system. It uses Glamor for rendering, and so avoids most of
the performance problems inherent in window system layering.
+ systemd integration. This provides for systemd-based launching and
management which improves boot performance and reliability
+ Elimination of thousands of compiler warnings. We've been slowly
adding more and more compiler flags to the stock X build to warn us
of unsafe coding practices. Version 1.16 finally addresses the
enormous list of these warnings.
+ Glamor for Xephyr. This X-on-X implementation now serves as the
primary development environment for our new 2D acceleration
subsystem, permitting rapid development and testing on a single
machine.
+ Non-PCI device support. Many graphics devices are not enumerated
with the standard PCI APIs; now the X server can auto-detect and
configure them as it does in more conventional systems.
OBS-URL: https://build.opensuse.org/request/show/241363
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=526
2014-07-18 06:48:48 +00:00
Stephan Kulow
64c4496478
Accepting request 239981 from X11:XOrg
...
- update to 1.16RC4
* non-PCI device support stuff merged
- supersedes u_arch-Fix-image-and-bitmap-byte-order-for-ppc64le.patch
OBS-URL: https://build.opensuse.org/request/show/239981
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=291
2014-07-13 12:05:53 +00:00
e1373b34c4
- update to 1.16RC4
...
* non-PCI device support stuff merged
- supersedes u_arch-Fix-image-and-bitmap-byte-order-for-ppc64le.patch
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=524
2014-07-09 13:28:24 +00:00
Stephan Kulow
fc3f620165
Accepting request 236460 from X11:XOrg
...
1
OBS-URL: https://build.opensuse.org/request/show/236460
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=290
2014-06-17 09:22:48 +00:00
7429592527
Accepting request 236387 from home:tobijk:X11:XOrg
...
Update to version 1.15.99.903 (1.16RC3)
OBS-URL: https://build.opensuse.org/request/show/236387
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=522
2014-06-06 12:25:30 +00:00
Stephan Kulow
56923fccff
Accepting request 235667 from X11:XOrg
...
- %post:
* move SaX2 generated xorg.conf file to xorg.conf.sle11
Only in very rare cases a static X configuration is still
required on sle12. And, in some cases the migration from a
static sle11 X configuration to a static sle12 X configuration
is not possible at all, e.g. some video and input drivers
are no longer available on sle12. In short, trying to migrate
will result in more harm than benefit. (bnc#877315)
* remove dangling link /etc/X11/XF86Config (bnc#879360, comment#15)
* prevent %postun of NVIDIA/fglrx driver packages from
restoring xorg.conf backup or running sax2 as fallback
to create a new xorg.conf (bcn#877315)
- Fix crash in abnormal condition (bnc#879666, bnc#879489):
* u_connection-avoid-crash-when-CloseWellKnownConnections-gets-called-twice.patch
Fix a crash when CloseWellKnownConnections() gets called twice.
This can happen if FatalError() is called in the shutdown procedure.
* u_CloseConsole-Don-t-report-FatalError-when-shutting-down.patch
Don't call FatalError() on errors in console ioctls when in shutdown.
- Added n_xserver-optimus-autoconfig-hack.patch for FATE#316410. This
is a little hack to make the X server autoconfigure the output sinks
for Optimus laptops. This lets them automatically use outputs that
are only wired to a certain GPU. To be removed once our desktop
tools can configure this easily.
OBS-URL: https://build.opensuse.org/request/show/235667
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=289
2014-06-02 05:04:27 +00:00
49cb1d999d
- u_render-Cast-color-masks-to-unsigned-long-before-shifting-them.patch:
...
Make sure result of shift operation fits into type of variable. This
fixes finding the correct visual for RENDER with a BGRA framebuffer
(bnc#876757).
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=520
2014-05-30 23:47:45 +00:00
5cd006c211
- %post:
...
* move SaX2 generated xorg.conf file to xorg.conf.sle11
Only in very rare cases a static X configuration is still
required on sle12. And, in some cases the migration from a
static sle11 X configuration to a static sle12 X configuration
is not possible at all, e.g. some video and input drivers
are no longer available on sle12. In short, trying to migrate
will result in more harm than benefit. (bnc#877315)
* remove dangling link /etc/X11/XF86Config (bnc#879360, comment#15)
* prevent %postun of NVIDIA/fglrx driver packages from
restoring xorg.conf backup or running sax2 as fallback
to create a new xorg.conf (bcn#877315)
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=519
2014-05-28 11:03:19 +00:00
ebc18c5647
- Fix crash in abnormal condition (bnc#879666, bnc#879489):
...
* u_connection-avoid-crash-when-CloseWellKnownConnections-gets-called-twice.patch
Fix a crash when CloseWellKnownConnections() gets called twice.
This can happen if FatalError() is called in the shutdown procedure.
* u_CloseConsole-Don-t-report-FatalError-when-shutting-down.patch
Don't call FatalError() on errors in console ioctls when in shutdown.
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=518
2014-05-24 10:37:00 +00:00
7b5feca9a2
- Added n_xserver-optimus-autoconfig-hack.patch for FATE#316410. This
...
is a little hack to make the X server autoconfigure the output sinks
for Optimus laptops. This lets them automatically use outputs that
are only wired to a certain GPU. To be removed once our desktop
tools can configure this easily.
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=517
2014-05-19 11:01:26 +00:00
Stephan Kulow
082002b184
Accepting request 233834 from X11:XOrg
...
- Remove upstreamed patches:
- u_xfree86-allow-fallback-to-PCI-bus-probe-for-non-seat0-seats.patch
(patch108)
- u_xfree86-add-new-key-MatchSeat-to-xorg-conf.patch (patch109)
- u_xfree86-add-short-description-about-MatchSeat-key-in-xorg-conf-man-page.patch
(patch110)
- Remove N_fix_XWAYLAND_SCANNER_undefined.diff
Configure line is gone
OBS-URL: https://build.opensuse.org/request/show/233834
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=288
2014-05-16 05:29:55 +00:00
f4d8ffce9b
Accepting request 233726 from home:tobijk:X11:XOrg
...
update to newer snapshot
OBS-URL: https://build.opensuse.org/request/show/233726
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=515
2014-05-13 13:54:02 +00:00
Stephan Kulow
4e8f7522ae
Accepting request 232703 from X11:XOrg
...
- Add new patches to make non-seat0 X servers work properly with non-KMS video drivers:
+ u_xfree86-allow-fallback-to-PCI-bus-probe-for-non-seat0-seats.patch
+ u_xfree86-add-new-key-MatchSeat-to-xorg-conf.patch
+ u_xfree86-add-short-description-about-MatchSeat-key-in-xorg-conf-man-page.patch (forwarded request 232245 from lbssousa)
OBS-URL: https://build.opensuse.org/request/show/232703
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=287
2014-05-05 19:11:19 +00:00
a29b6ab496
Accepting request 232245 from home:lbssousa:branches:X11:XOrg
...
- Add new patches to make non-seat0 X servers work properly with non-KMS video drivers:
+ u_xfree86-allow-fallback-to-PCI-bus-probe-for-non-seat0-seats.patch
+ u_xfree86-add-new-key-MatchSeat-to-xorg-conf.patch
+ u_xfree86-add-short-description-about-MatchSeat-key-in-xorg-conf-man-page.patch
OBS-URL: https://build.opensuse.org/request/show/232245
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=513
2014-05-05 12:10:21 +00:00
42569c91ea
- added missing pkgconfig(xf86dgaproto) BuildRequires
...
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=512
2014-04-28 09:02:48 +00:00
3183fd02c4
- N_fix_XWAYLAND_SCANNER_undefined.diff
...
* handle undefined XWAYLAND_SCANNER_RULES in configure; fix
compilation for openSUSE 12.3
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=511
2014-04-28 01:11:33 +00:00
50b0524527
Accepting request 231613 from home:StefanBruens:branches:X11:XOrg
...
fix compilation for 12.3
OBS-URL: https://build.opensuse.org/request/show/231613
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=510
2014-04-28 01:06:02 +00:00
Stephan Kulow
7db2e7b964
Accepting request 231359 from X11:XOrg
...
- Add missing BuildRequires (forwarded request 231330 from tobijk)
OBS-URL: https://build.opensuse.org/request/show/231359
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=286
2014-04-26 17:35:02 +00:00
9141005c33
Accepting request 231330 from home:tobijk:X11:XOrg
...
- Add missing BuildRequires
OBS-URL: https://build.opensuse.org/request/show/231330
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=508
2014-04-25 08:40:58 +00:00
Stephan Kulow
302f1a7628
Accepting request 229522 from X11:XOrg
...
Ooops, forgot you havent included the X11:Wayland Repository.
1) You could take this and disable XWayland for 13.1 and below, or
2) Add <path project="X11:Wayland" repository="openSUSE_13.1"/> to the Meta Section of 13.1, so we could at least test this with 13.1 (forwarded request 229516 from tobijk)
OBS-URL: https://build.opensuse.org/request/show/229522
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=285
2014-04-11 12:40:33 +00:00
1d006df19b
Accepting request 229516 from home:tobijk:X11:XOrg
...
Ooops, forgot you havent included the X11:Wayland Repository.
1) You could take this and disable XWayland for 13.1 and below, or
2) Add <path project="X11:Wayland" repository="openSUSE_13.1"/> to the Meta Section of 13.1, so we could at least test this with 13.1
OBS-URL: https://build.opensuse.org/request/show/229516
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=506
2014-04-09 14:54:54 +00:00
4dd8b1fa65
Accepting request 229440 from home:tobijk:X11:XOrg
...
Update to latest development version
(official archive is corrupt -> take files directly from git)
OBS-URL: https://build.opensuse.org/request/show/229440
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=505
2014-04-09 10:08:57 +00:00
Stephan Kulow
b8a810d27b
Accepting request 227104 from X11:XOrg
...
- obsolete glamor-devel from the correct package (forwarded request 227099 from coolo)
OBS-URL: https://build.opensuse.org/request/show/227104
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=284
2014-03-22 18:46:16 +00:00
f1bb566c92
Accepting request 227099 from home:coolo:branches:openSUSE:Factory
...
- obsolete glamor-devel from the correct package
OBS-URL: https://build.opensuse.org/request/show/227099
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=503
2014-03-22 09:36:37 +00:00
b8d048e1e0
- obsolete also glamor and glamor-devel in addition to glamor-egl
...
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=502
2014-03-21 09:40:55 +00:00
8e590733ee
Accepting request 226650 from home:tobijk:X11:XOrg
...
X11:XOrg is unstable anyway, time for some more bleeding edge software :)
OBS-URL: https://build.opensuse.org/request/show/226650
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=501
2014-03-19 14:38:37 +00:00
Stephan Kulow
1d50b44804
Accepting request 224477 from X11:XOrg
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/224477
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=283
2014-03-06 18:29:28 +00:00
50a52dae28
- u_arch-Fix-image-and-bitmap-byte-order-for-ppc64le.patch:
...
arch: Fix image and bitmap byte order for ppc64le (bnc#865069)
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=499
2014-02-24 14:11:01 +00:00
Stephan Kulow
b764cdfe04
Accepting request 221308 from X11:XOrg
...
- remove creation of libxf86config which was once used bu SaX2.
OBS-URL: https://build.opensuse.org/request/show/221308
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=282
2014-02-11 09:59:30 +00:00
0e12ede476
- remove creation of libxf86config which was once used bu SaX2.
...
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=497
2014-02-07 17:37:16 +00:00
Stephan Kulow
595bfc82fa
Accepting request 215614 from X11:XOrg
...
- Rename u_keep_non_seat0_x_server_from_touching_vts.patch to U_keep_non_seat0_x_server_from_touching_vts.patch, since it's now upstreamed.
* See: http://cgit.freedesktop.org/xorg/xserver/commit/?id=46cf2a60934076bf568062eb83121ce90b6ff596 (forwarded request 215606 from lbssousa)
OBS-URL: https://build.opensuse.org/request/show/215614
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=281
2014-01-31 15:47:10 +00:00
a2faaea1b9
Accepting request 215606 from home:lbssousa:branches:X11:XOrg
...
- Rename u_keep_non_seat0_x_server_from_touching_vts.patch to U_keep_non_seat0_x_server_from_touching_vts.patch, since it's now upstreamed.
* See: http://cgit.freedesktop.org/xorg/xserver/commit/?id=46cf2a60934076bf568062eb83121ce90b6ff596
OBS-URL: https://build.opensuse.org/request/show/215606
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=495
2014-01-30 11:17:18 +00:00
Stephan Kulow
f37f4855ff
Accepting request 214080 from X11:XOrg
...
- removed N_randr_fix_abi.patch, since it caused the crash with
current NVIDIA drivers built against xorg-server 1.15 (bnc#858827)
- changed license back to MIT, since xf4nc is no longer patched
into X.Org sources (bnc#856905)
OBS-URL: https://build.opensuse.org/request/show/214080
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=280
2014-01-22 08:45:14 +00:00
b9e33120da
Accepting request 214078 from home:sndirsch:branches:X11:XOrg
...
- removed N_randr_fix_abi.patch, since it caused the crash with
current NVIDIA drivers built against xorg-server 1.15 (bnc#858827)
OBS-URL: https://build.opensuse.org/request/show/214078
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=493
2014-01-16 09:47:08 +00:00
0fa3951d01
- changed license back to MIT, since xf4nc is no longer patched
...
into X.Org sources (bnc#856905)
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=492
2014-01-07 16:02:42 +00:00
Stephan Kulow
78ff9d2621
Accepting request 213026 from X11:XOrg
...
- Also build with --disable-linux-apm as lnx_apm.lo is still
built even if --disable-linux-acpi is used.
Both are obsolete and very likely dangerous to use nowadays. (forwarded request 212756 from elvigia)
OBS-URL: https://build.opensuse.org/request/show/213026
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=279
2014-01-07 15:28:20 +00:00
682c84005c
Accepting request 212756 from home:elvigia:branches:X11:XOrg
...
- Also build with --disable-linux-apm as lnx_apm.lo is still
built even if --disable-linux-acpi is used.
Both are obsolete and very likely dangerous to use nowadays.
OBS-URL: https://build.opensuse.org/request/show/212756
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=490
2014-01-07 13:28:48 +00:00
Tomáš Chvátal
fb8f5c79a7
Accepting request 212698 from X11:XOrg
...
Update to version 1.15.0 (forwarded request 212443 from tobijk)
OBS-URL: https://build.opensuse.org/request/show/212698
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=278
2014-01-03 14:01:31 +00:00