SPECS: 855resolution.spec (NEW) - initial - works fine

blues blues at pld-linux.org
Sat Jun 18 21:20:01 CEST 2005


Author: blues                        Date: Sat Jun 18 19:20:01 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial - works fine

---- Files affected:
SPECS:
   855resolution.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/855resolution.spec
diff -u /dev/null SPECS/855resolution.spec:1.1
--- /dev/null	Sat Jun 18 21:20:01 2005
+++ SPECS/855resolution.spec	Sat Jun 18 21:19:55 2005
@@ -0,0 +1,66 @@
+# $Revision$, $Date$
+# TODO:
+# - init script to call the program every time on boot
+Summary:	Change the resolution of an available vbios mode for the 855/865/915 Intel graphic chipset.
+Name:		855resolution
+Version:	0.4
+Release:	0.5
+License:	Public Domain
+Group:		Applications/System
+Source0:	http://perso.wanadoo.fr/apoirier/%{name}-%{version}.tgz
+# Source0-md5:	12237e534def7dd3579a3e8b0a4b9351
+URL:		http://perso.wanadoo.fr/apoirier/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+855resolution is a software to change the resolution of an available vbios
+mode for the 855/865/915 Intel graphic chipset. I coded it to get the
+1400x1050 resolution on my Dell 510.
+
+Later it was tested with succes on the following laptops:
+ * Acer Travelmate 291lmi
+ * Acer TravelMate 661LCi
+ * Acer Travelmate 662
+ * Asus M3N
+ * Dell Inspiron 500m
+ * Dell Inspiron 510m
+ * Dell Inspiron 700m
+ * Fujitsu LifeBook P5010D
+ * Fujitsu E4010
+
+It patches only the RAM version of the video bios so the new resolution
+is loose each time you reboot. If you want to set the resolution each
+time you reboot and before to launch X, use your rc.local, local.start ...
+file of your Linux version.
+
+%prep
+%setup -q -n %{name}
+
+%build
+%{__make} \
+	CC="%{__cc}" \
+	CPPFLAGS="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sbindir}
+
+install 855resolution $RPM_BUILD_ROOT%{_sbindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGES.txt README.txt
+%attr(755,root,root) %{_sbindir}/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/06/18 19:19:55  blues
+- initial - works fine
+
================================================================



More information about the pld-cvs-commit mailing list