[oe-commits] org.oe.dev magician.conf: use xserver-kdrive as virtual/xserver, add display info

pH5 commit openembedded-commits at lists.openembedded.org
Wed Oct 17 17:38:02 UTC 2007


magician.conf: use xserver-kdrive as virtual/xserver, add display info

Author: pH5 at openembedded.org
Branch: org.openembedded.dev
Revision: 1065bf1f2e7b3927eac115451e22f3a6cdb43ec2
ViewMTN: http://monotone.openembedded.org/revision/info/1065bf1f2e7b3927eac115451e22f3a6cdb43ec2
Files:
1
conf/machine/magician.conf
Diffs:

#
# mt diff -r0b2dabb8c740a97651ade85ebd22e45a68907b71 -r1065bf1f2e7b3927eac115451e22f3a6cdb43ec2
#
# 
# 
# patch "conf/machine/magician.conf"
#  from [4266fe41e816fc7ff187a9504cb52b6064f20fb9]
#    to [11824fa922d1925fe9b00525aa262b06a13767d1]
# 
============================================================
--- conf/machine/magician.conf	4266fe41e816fc7ff187a9504cb52b6064f20fb9
+++ conf/machine/magician.conf	11824fa922d1925fe9b00525aa262b06a13767d1
@@ -14,11 +14,13 @@ require conf/machine/include/tune-xscale
 # Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first
 #require conf/machine/include/tune-iwmmxt.inc
 
-ROOT_FLASH_SIZE = "80"
+ROOT_FLASH_SIZE = "60"
 VOLATILE_STORAGE_SIZE = "64"
 MACHINE_GUI_CLASS = "smallscreen"
 MACHINE_DISPLAY_WIDTH_PIXELS = "240"
 MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
+MACHINE_DISPLAY_ORIENTATION = "0"
+MACHINE_DISPLAY_PPI = "142"
 MACHINE_FEATURES = "alsa apm bluetooth irda kernel26 phone screen touchscreen usbgadget usbhost"
 MACHINE_FEATURES += "iwmmxt"
 
@@ -34,6 +36,7 @@ XSERVER = "xserver-kdrive-fbdev"
 PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6"
 MODUTILS = "26"	
 XSERVER = "xserver-kdrive-fbdev"
+PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
 
 PREFERRED_VERSION_orinoco-modules = "0.15rc1"
 






More information about the Openembedded-commits mailing list