2012-04-19 11:40:58 +02:00
|
|
|
#
|
|
|
|
# spec file for package xf86-video-voodoo
|
|
|
|
#
|
2013-03-20 15:44:10 +01:00
|
|
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2012-04-19 11:40:58 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2012-09-17 10:51:26 +02:00
|
|
|
|
2012-04-19 11:40:58 +02:00
|
|
|
Name: xf86-video-voodoo
|
2012-09-17 10:51:26 +02:00
|
|
|
Version: 1.2.5
|
2012-04-19 11:40:58 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: Voodoo video driver for the Xorg X server
|
2012-09-17 10:51:26 +02:00
|
|
|
License: MIT
|
2012-04-19 11:40:58 +02:00
|
|
|
Group: System/X11/Servers/XF86_4
|
2012-09-17 10:51:26 +02:00
|
|
|
Url: http://xorg.freedesktop.org/
|
2012-04-19 11:40:58 +02:00
|
|
|
Source0: http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
|
|
|
|
BuildRequires: pkg-config
|
|
|
|
BuildRequires: pkgconfig(fontsproto)
|
|
|
|
BuildRequires: pkgconfig(pciaccess) >= 0.8.0
|
|
|
|
BuildRequires: pkgconfig(randrproto)
|
|
|
|
BuildRequires: pkgconfig(renderproto)
|
|
|
|
BuildRequires: pkgconfig(xextproto)
|
|
|
|
BuildRequires: pkgconfig(xf86dgaproto)
|
2012-09-17 10:51:26 +02:00
|
|
|
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
2012-04-19 11:40:58 +02:00
|
|
|
BuildRequires: pkgconfig(xorg-server) >= 1.0.99.901
|
|
|
|
BuildRequires: pkgconfig(xproto)
|
2013-03-20 15:44:10 +01:00
|
|
|
Supplements: modalias(xorg-x11-server:pci:v0000121Ad*sv*sd*bc03sc*i*)
|
2012-04-19 11:40:58 +02:00
|
|
|
# This was part of the xorg-x11-driver-video package up to version 7.6
|
|
|
|
Conflicts: xorg-x11-driver-video <= 7.6
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2013-08-07 16:35:42 +02:00
|
|
|
ExcludeArch: s390 s390x
|
2012-04-20 11:32:42 +02:00
|
|
|
%x11_abi_videodrv_req
|
2012-04-19 11:40:58 +02:00
|
|
|
|
|
|
|
%description
|
|
|
|
voodoo is an Xorg driver for Voodoo 1 and Voodoo 2 series video cards.
|
|
|
|
|
|
|
|
On the Voodoo 1 the driver uses a shadow buffer in system memory as the
|
|
|
|
video adapter has only 3D acceleration. Selected portions of the shadow
|
|
|
|
framebuffer are copied out to the Voodoo board at the right time.
|
|
|
|
Because of this, the speed of the driver is very dependent on the CPU.
|
|
|
|
Processors nowadays are actually rather fast at moving data so we get
|
|
|
|
very good speed anyway as the shadow framebuffer is in cached RAM.
|
|
|
|
|
|
|
|
The Voodoo2 has 16bpp acceleration and the driver provides accelerated
|
|
|
|
versions of most operations except angled lines and stipples.
|
|
|
|
Accelerated alpha blending with the Render extension is also supported
|
|
|
|
as is DGA.
|
|
|
|
|
|
|
|
This driver supports 16bpp modes currently. The video hardware supports
|
|
|
|
image conversion from 24bpp to 16bpp but the hardware is 16bpp only.
|
|
|
|
|
|
|
|
The Voodoo 1 series cards can go up to 800x600 resolution while the
|
|
|
|
Voodoo 2 can reach 1024x768 providing it has at least 2Mb of frame
|
|
|
|
buffer memory. 1024x768 2D mode does not require two cards configured in
|
|
|
|
scan-line interleave mode (SLI).
|
|
|
|
|
|
|
|
Multihead and Xinerama configurations are supported. SLI configurations
|
|
|
|
will be treated as multiple video cards.
|
|
|
|
|
|
|
|
Limited support for DPMS screen saving is available. The "standby" and
|
|
|
|
"suspend" modes are just painting the screen black. The "off" mode turns
|
|
|
|
the Voodoo board off and thus works correctly.
|
|
|
|
|
|
|
|
This driver does not support a virtual screen size different from the
|
|
|
|
display size. This is a hardware limitation. 3D rendering is also not
|
|
|
|
supported.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc ChangeLog COPYING README
|
|
|
|
%dir %{_libdir}/xorg/modules/drivers
|
|
|
|
%{_libdir}/xorg/modules/drivers/voodoo_drv.so
|
|
|
|
%{_datadir}/man/man4/voodoo.4%{?ext_man}
|
|
|
|
|
|
|
|
%changelog
|