Blob Blame History Raw
Name:           915resolution
Version:        0.5.2
Release:        1%{?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
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

# simple "get it going" instructions
Source100:      README.fedora

%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 

# 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}


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc LICENSE.txt README* changes.log chipset_info.txt dump_bios
%{_sbindir}/*


%changelog
* 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