I have made the following changes intended for : CE:Adaptation:N950-N9 / nokia-n950-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/3206 Thank You, bossbot ([email protected]) [This message was auto-generated] --- Request # 3206: Messages from BOSS: Could not notify CE-maintainers (no address found) State: review 2011-11-23T09:21:36 bossbot Reviews: accepted by bossbot : Prechecks completed; none failed. new by None Changes: submit: home:w00t:branches:CE:Adaptation:N950-N9 / nokia-n950-configs -> CE:Adaptation:N950-N9 / nokia-n950-configs changes files: -------------- --- n950-configs.changes +++ n950-configs.changes @@ -0,0 +1,4 @@ +* Tue Nov 22 2011 Robin Burchell <[email protected]> - 0.2.1 +- Take runtime graphicssystem into use now Mer package is released. + This saves a significant amount of RAM per backgrounded GUI process. + spec files: ----------- --- nokia-n950-configs.spec +++ nokia-n950-configs.spec @@ -7,7 +7,7 @@ Name: nokia-n950-configs Summary: Nokia N950-specific configuration files -Version: 0.2.0 +Version: 0.2.1 Release: 0 Group: System/Startup Services License: GPLv2 @@ -27,6 +27,7 @@ Source12: %{name}.sh Source13: %{name}.service Source14: n950-plymouth-start-update.service +Source15: boss.conf Source100: nokia-n950-configs.yaml Requires: uxlaunch Requires: systemd other changes: -------------- ++++++ n950-qt-mtf-config.sh --- n950-qt-mtf-config.sh +++ n950-qt-mtf-config.sh @@ -1,2 +1,9 @@ -# 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-n950-configs.yaml --- nokia-n950-configs.yaml +++ nokia-n950-configs.yaml @@ -1,6 +1,6 @@ Name: nokia-n950-configs Summary: Nokia N950-specific configuration files -Version: 0.2.0 +Version: 0.2.1 Release: 0 Group: System/Startup Services License: GPLv2 @@ -21,6 +21,7 @@ - "%{name}.sh" - "%{name}.service" - "n950-plymouth-start-update.service" + - "boss.conf" Description: N950-specific configuration files that are hacks and/or are hard to find a proper place for. Requires:
