I have made the following changes intended for : CE:Adaptation:N900 / nokia-n900-configs
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.pub.meego.com//request/show/3202 Thank You, bossbot ([email protected]) [This message was auto-generated] --- Request # 3202: Messages from BOSS: Could not notify CE-maintainers (no address found) State: review 2011-11-22T10:32:52 bossbot Reviews: accepted by bossbot : Prechecks completed; none failed. new by None Changes: submit: home:w00t:branches:CE:Adaptation:N900 / nokia-n900-configs -> CE:Adaptation:N900 / nokia-n900-configs changes files: -------------- --- nokia-n900-configs.changes +++ nokia-n900-configs.changes @@ -0,0 +1,4 @@ +* Tue Nov 22 2011 Robin Burchell <[email protected]> - 0.7.2 +- Take runtime graphicssystem into use now Mer package is released. + This saves a significant amount of RAM per backgrounded GUI process. + spec files: ----------- --- nokia-n900-configs.spec +++ nokia-n900-configs.spec @@ -7,7 +7,7 @@ Name: nokia-n900-configs Summary: Provides configs for Nokia N900 -Version: 0.7.1 +Version: 0.7.2 Release: 0 Group: System/Device Mode Adaptation License: GPLv2 @@ -20,6 +20,7 @@ Source5: pipelines.conf Source6: n900-qt-mtf-config.sh Source7: %{name}.service +Source8: boss.conf Source100: nokia-n900-configs.yaml Requires: kbd Requires: systemd other changes: -------------- ++++++ n900-qt-mtf-config.sh --- n900-qt-mtf-config.sh +++ n900-qt-mtf-config.sh @@ -3,5 +3,12 @@ # startDragDistance property export QT_USE_DRAG_DISTANCE=12 -# Set QT_GRAPHICSSYSTEM to meego for MTF apps. -export QT_GRAPHICSSYSTEM=meego +# using runtime means that GL contexts will be dropped when applications are +# minimised (this is useful, since contexts are rare, and require a huge +# allocation of RAM, locked and thus unswappable) +export QT_GRAPHICSSYSTEM=runtime + +# default runtime system to meego, uses GL, very fast, etc. +# Not used globally, as it requires certain GL extensions. +export QT_DEFAULT_RUNTIME_SYSTEM=meego + ++++++ nokia-n900-configs.yaml --- nokia-n900-configs.yaml +++ nokia-n900-configs.yaml @@ -1,6 +1,6 @@ Name: nokia-n900-configs Summary: Provides configs for Nokia N900 -Version: 0.7.1 +Version: 0.7.2 Release: 0 Group: System/Device Mode Adaptation License: GPLv2 @@ -13,6 +13,7 @@ - pipelines.conf - n900-qt-mtf-config.sh - "%{name}.service" + - boss.conf Description: Provides configs for Nokia N900 device. Requires:
