[oe-commits] org.oe.dev xserver-kdrive-common: fix DPI for fic-gta01

koen commit openembedded-commits at lists.openembedded.org
Fri May 18 13:57:53 UTC 2007


xserver-kdrive-common: fix DPI for fic-gta01

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: b940cb011172c09aac43aa2068eab86dbc540772
ViewMTN: http://monotone.openembedded.org/revision.psp?id=b940cb011172c09aac43aa2068eab86dbc540772
Files:
1
packages/xserver-kdrive-common/xserver-kdrive-common/etc/X11/Xserver
packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb
Diffs:

#
# mt diff -rc0d6b6eaaebc4c158e198af7b7f99ff5074b6c0f -rb940cb011172c09aac43aa2068eab86dbc540772
#
# 
# 
# patch "packages/xserver-kdrive-common/xserver-kdrive-common/etc/X11/Xserver"
#  from [c9e1fc9156d91fb03b95514a399270d090751bae]
#    to [4bde827ffed396bdb13ef1c5fa44d21751a38e55]
# 
# patch "packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb"
#  from [11d880e80e2b5511445d288e09051d55ca223e3d]
#    to [54045e34a2f1ec33ba759b22fefac11cdc164dbb]
# 
============================================================
--- packages/xserver-kdrive-common/xserver-kdrive-common/etc/X11/Xserver	c9e1fc9156d91fb03b95514a399270d090751bae
+++ packages/xserver-kdrive-common/xserver-kdrive-common/etc/X11/Xserver	4bde827ffed396bdb13ef1c5fa44d21751a38e55
@@ -95,8 +95,7 @@ case `module_id` in
 	        ARGS="$ARGS -fb /dev/fb1"
                 ;;
         "GTA01")
-                #we set 100 dpi for the time being, should the -dpi 285
-                ARGS="$ARGS -dpi 100 -screen 480x640" ;;
+                ARGS="$ARGS -dpi 285 -screen 480x640" ;;
         *)
 		# Its a device we dont know about - in which case force
                 # kdrive to use the current framebuffer geometry otherwise
============================================================
--- packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb	11d880e80e2b5511445d288e09051d55ca223e3d
+++ packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb	54045e34a2f1ec33ba759b22fefac11cdc164dbb
@@ -1,8 +1,8 @@ RDEPENDS_${PN} = "xmodmap libxrandr xdpy
 DESCRIPTION = "Common X11 scripts"
 LICENSE = "GPL"
 SECTION = "x11"
 RDEPENDS_${PN} = "xmodmap libxrandr xdpyinfo xtscal xinit"
-PR = "r11"
+PR = "r12"
 
 SRC_URI = "file://etc"
 S = ${WORKDIR}






More information about the Openembedded-commits mailing list