]> git.pld-linux.org Git - packages/855resolution.git/commitdiff
- initial - works fine
authorPaweł Gołaszewski <blues@pld-linux.org>
Sat, 18 Jun 2005 19:19:55 +0000 (19:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    855resolution.spec -> 1.1

855resolution.spec [new file with mode: 0644]

diff --git a/855resolution.spec b/855resolution.spec
new file mode 100644 (file)
index 0000000..a4e65e2
--- /dev/null
@@ -0,0 +1,55 @@
+# 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}/*
This page took 0.117552 seconds and 4 git commands to generate.