The Undiscoverable: Difference between revisions
→Sugar-Emulator Screen Size Adjustment: update for Fedora 20 |
|||
| Line 224: | Line 224: | ||
restart | restart | ||
===Sugar- | ===Sugar-emulator and sugar-runner Screen Size Adjustment=== | ||
sugar-emulator is used in Fedora 19 and earlier versions. | |||
sugar-runner is used in Fedora 20 and later versions. | |||
Documentation | |||
* {{Code|sugar-emulator --help}} | |||
* {{Code|sugar-runner --help}} | |||
Fit the screen for a 10" Netbook as a window: | Fit the screen for a 10" Netbook as a window: | ||
* in Terminal, {{Code|sugar-emulator -i 600x500}} | * in Terminal, | ||
*: {{Code|sugar-emulator -i 600x500}} (Fedora 19 and earlier) | |||
*: {{Code|sugar-runner --resolution 600x500}} | |||
Fit | Fit full screen size use it all for Sugar: | ||
* in Terminal, {{Code|sugar-emulator -f}} | * in Terminal, | ||
*: {{Code|sugar-emulator -f}} | |||
*: not supported in sugar-runner | |||
* [[Emulator/Full Screen|How to make a desktop icon that starts Sugar full screen]] {{highlight|bgcolor=yellow|'''Fedora 19 and earlier versions only'''}} | |||
* [[Emulator/Full Screen|How to make a desktop icon that starts Sugar full screen]] | |||
Fit emulator to XO display dimensions by modifying the menu definition: | Fit emulator to XO display dimensions by modifying the menu definition: | ||
| Line 241: | Line 248: | ||
* [right click]->[add launcher to desktop] | * [right click]->[add launcher to desktop] | ||
* right click on icon on desktop | * right click on icon on desktop | ||
* Properties, Command: {{Code|/usr/bin/sugar-emulator -i 832x624}} | * Properties, Command: {{Code|/usr/bin/sugar-emulator -i 832x624}} or {{Code|/usr/bin/sugar-runner --resolution 832x624}} | ||
* Close | * Close | ||
: Adjust the default window size for Sugar by editing the menu item for Sugar to<br>{{Code|/usr/bin/sugar-emulator -i 1200x900}} or {{Code|/usr/bin/sugar-runner --resolution 1200x900}} | |||
: Adjust the default window size for Sugar by editing the menu item for Sugar to<br>{{Code|/usr/bin/sugar-emulator -i 1200x900}} | |||
:: to match the XO reflective screen resolution | :: to match the XO reflective screen resolution | ||
: {{Code|/usr/bin/sugar-emulator -i 832x624}} | : {{Code|/usr/bin/sugar-emulator -i 832x624}} or {{Code|/usr/bin/sugar-runner --resolution 832x624}} | ||
:: approximates the display proportions of the XO laptops, closely matching the toolbar, for example. | :: approximates the display proportions of the XO laptops, closely matching the toolbar, for example. | ||
: {{Code|/usr/bin/sugar-emulator -i 600x500}} | : {{Code|/usr/bin/sugar-emulator -i 600x500}} or {{Code|/usr/bin/sugar-runner --resolution 600x500}} | ||
:: fits the screen for a 10-inch netbook | :: fits the screen for a 10-inch netbook | ||
: {{Code|/usr/bin/sugar-emulator -f}} | : {{Code|/usr/bin/sugar-emulator -f}} {{highlight|bgcolor=yellow|'''Fedora 19 and earlier versions only'''}} | ||
:: '''full screen on netbook''' | :: '''full screen on netbook''' | ||