Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 289697 Details for
Bug 425789
add E7221 grpachics controller support
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
spec
915resolution.spec (text/x-rpm-spec), 4.07 KB, created by
Carlos Martín
on 2007-12-15 18:08:58 UTC
(
hide
)
Description:
spec
Filename:
MIME Type:
Creator:
Carlos Martín
Created:
2007-12-15 18:08:58 UTC
Size:
4.07 KB
patch
obsolete
>Name: 915resolution >Version: 0.5.3 >Release: 4%{?dist} >Summary: Intel video BIOS hack to support certain resolutions > >Group: User Interface/X Hardware Support >License: Public Domain >URL: http://www.geocities.com/stomljen/ >Source0: http://www.geocities.com/stomljen/%{name}-%{version}.tar.gz >Source1: %{name}-init >Source2: %{name}-config >Source3: %{name}-pm-hook >Patch0: 965GM.patch >Patch1: E7221.patch >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > ># this doesn't make much sense on ppc. That, and it fails to build :) >ExcludeArch: ppc ppc64 > ># simple "get it going" instructions >Source100: README.fedora > ># for the add/remove/condrestart service stuff. >rEQuires(post): /sbin/chkconfig >Requires(preun): /sbin/chkconfig >Requires(preun): /sbin/service > > >%description >915resolution is a tool to modify the video BIOS of the 800 and 900 series >Intel graphics chipsets. This includes the 845G, 855G, and 865G chipsets, as >well as 915G, 915GM, and 945G chipsets. This modification is necessary to >allow the display of certain graphics resolutions for an Xorg or XFree86 >graphics server. > >915resolution's modifications of the BIOS are transient. There is no risk of >permanent modification of the BIOS. This also means that 915resolution must be >run every time the computer boots inorder for it's changes to take effect. > >915resolution is derived from the tool 855resolution. However, the code >differs substantially. 915resolution's code base is much simpler. >915resolution also allows the modification of bits per pixel. > >%prep >%setup -q >%patch0 -p1 >%patch1 -p1 > ># keep rpmlint from complaining.... >chmod -x dump_bios > >cp %{SOURCE100} . > >%build >make clean >make %{?_smp_mflags} > > >%install >rm -rf %{buildroot} >mkdir -p %{buildroot}%{_sbindir} >cp %{name} %{buildroot}%{_sbindir} > ># ...and the associated support bits >mkdir -p %{buildroot}%{_sysconfdir}/rc.d/init.d >install -m 0755 -T %{SOURCE1} \ > %{buildroot}%{_sysconfdir}/rc.d/init.d/915resolution >mkdir -p %{buildroot}%{_sysconfdir}/sysconfig >install -m 0644 -T %{SOURCE2} \ > %{buildroot}%{_sysconfdir}/sysconfig/915resolution >mkdir -p %{buildroot}%{_sysconfdir}/pm/hooks >install -m 0755 -T %{SOURCE3} \ > %{buildroot}%{_sysconfdir}/pm/hooks/99resolution > > >%clean >rm -rf %{buildroot} > > >%post ># This adds the proper /etc/rc*.d links for the script >/sbin/chkconfig --add 915resolution > > >%preun >if [ $1 = 0 ]; then > /sbin/service 915resolution stop >/dev/null 2>&1 || : > /sbin/chkconfig --del 915resolution >fi > ># no postun scriptlet is provided to "restart" the service on upgrade as this ># doesn't seem entirely appropriate. explanations as to why this is wrong are ># welcome :) > >%files >%defattr(-,root,root,-) >%doc LICENSE.txt README* changes.log chipset_info.txt dump_bios >%{_sbindir}/* >%{_sysconfdir}/rc.d/init.d/* >%{_sysconfdir}/pm/hooks/* >%config(noreplace) %{_sysconfdir}/sysconfig/* > > >%changelog >* Sat Dec 15 2007 Carlos MartÃn <inean@users.sf.net> - 0.5.3-4 >- Add support to E7221 chipset > >* Tue Nov 13 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.5.3-3 >- incorporate patch from bz #331411 > >* Tue Aug 21 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.5.3-2 >- bump > >* Fri May 18 2007 Chris Weyl <cweyl@alumni.drew.edu> >- add 'ppc64' to list of arches excluded from builds; no rebuild at this time > >* Mon Apr 30 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.5.3-1 >- update to 0.5.3 > >* Thu Mar 01 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.5.2-6 >- bump > >* Mon Feb 19 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.5.2-5 >- add initscript infrastructure from Bojan Smojver, who kindly did most of the > work to implement it. Thanks Bojan! :) > >* Thu Dec 07 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.5.2-4 >- bump > >* Tue Aug 01 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.5.2-3 >- excludearch ppc > >* Tue Aug 01 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.5.2-2 >- bump for build & release > >* Thu Jul 27 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.5.2-1 >- bump release >- add README.fedora > >* Tue Jun 13 2006 Chris Weyl <cweyl@alumni.drew.edu> 0.5.2-0 >- Initial spec file for F-E
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 425789
:
289696
| 289697