rpms/olpc-utils/F-11 olpc-utils-xorg_modefix.patch, NONE, 1.1 olpc-utils.spec, 1.10, 1.11

Sayamindu Dasgupta sayamind at fedoraproject.org
Thu Oct 22 18:56:51 UTC 2009


Author: sayamind

Update of /cvs/pkgs/rpms/olpc-utils/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9079

Modified Files:
	olpc-utils.spec 
Added Files:
	olpc-utils-xorg_modefix.patch 
Log Message:
Version 1.0.3-3: Make our X modeline match that of kernel and OFW (dlo #9538)



olpc-utils-xorg_modefix.patch:
 xorg-xo1.5-dcon.conf |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

--- NEW FILE olpc-utils-xorg_modefix.patch ---
>From 4efccb691d3ed49e1d43705e892bc423c4187364 Mon Sep 17 00:00:00 2001
From: Deepak Saxena <dsaxena at neverness.(none)>
Date: Thu, 22 Oct 2009 17:53:59 +0000
Subject: Make our X modeline match that of kernel and OFW

Signed-off-by: Deepak Saxena <dsaxena at laptop.org>
---
diff --git a/etc/X11/xorg-xo1.5-dcon.conf b/etc/X11/xorg-xo1.5-dcon.conf
index 06b0abc..eb24165 100644
--- a/etc/X11/xorg-xo1.5-dcon.conf
+++ b/etc/X11/xorg-xo1.5-dcon.conf
@@ -47,8 +47,8 @@ Section "Monitor"
 	#Modeline "1280x768" 80.14 1280 1344 1480 1680 768 769 772 795
 	Mode "1200x900"
         DotClock 57.275
-        HTimings 1200 1208 1216 1240
-        VTimings 900 905 908 912
+        HTimings 1200 1211 1242 1264
+        VTimings 900 901 909 912
         Flags    "-HSync" "-VSync"
 	EndMode
 EndSection
@@ -142,7 +142,7 @@ Section "Screen"
 	Identifier "Screen0"
 	Device     "Card0"
 	Monitor    "Monitor0"
-	DefaultDepth	24
+	DefaultDepth	16
 	SubSection "Display"
 		Viewport   0 0
 		Depth     1
@@ -165,7 +165,7 @@ Section "Screen"
 	EndSubSection
 	SubSection "Display"
 		Viewport   0 0
-		Depth 24 
+		Depth 16
 		Modes "1200x900"
 	EndSubSection
 EndSection
--
cgit v0.8.2-1-g6063


Index: olpc-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/olpc-utils/F-11/olpc-utils.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- olpc-utils.spec	7 Aug 2009 11:15:49 -0000	1.10
+++ olpc-utils.spec	22 Oct 2009 18:56:51 -0000	1.11
@@ -1,6 +1,6 @@
 Name:       olpc-utils
 Version:    1.0.3
-Release:    2%{?dist}
+Release:    3%{?dist}
 Summary:    OLPC utilities
 URL:        http://dev.laptop.org/git?p=projects/olpc-utils;a=summary
 Group:      System Environment/Base
@@ -9,6 +9,7 @@ Source0:    %{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Patch1: olpc-utils-dmidetect.patch
+Patch2: olpc-utils-xorg_modefix.patch
 
 # for olpc-dm
 BuildRequires:  ConsoleKit-devel
@@ -33,7 +34,7 @@ becoming root, and cleaning the datastor
 %setup -q
 
 %patch1 -p1
-
+%patch2 -p1
 
 %build
 make -f Makefile.build %{?_smp_mflags} CFLAGS="%{optflags}"
@@ -85,6 +86,9 @@ rm -rf %{buildroot}
 %config(noreplace) %{_sysconfdir}/ConsoleKit/run-session.d/pam-console-compat.ck
 
 %changelog
+* Fri Oct 23 2009 Sayamindu Dasgupta <sayamindu at laptop.org> 1.0.3-3
+- Make our X modeline match that of kernel and OFW (dlo #9538)
+
 * Fri Aug 10 2009 Sayamindu Dasgupta <sayamindu at laptop.org> 1.0.3-2
 - Detect XO 1.5 correctly (dlo #9422)
 




More information about the scm-commits mailing list