[Bugs] #282 NORM: Sugar UI fonts are extremely small (SoaS1 running off XO nand) at certain locations
SugarLabs Bugs
bugtracker-noreply at sugarlabs.org
Sat Feb 28 11:12:44 EST 2009
#282: Sugar UI fonts are extremely small (SoaS1 running off XO nand) at certain
locations
----------------------------+-----------------------------------------------
Reporter: garycmartin | Owner: marcopg
Type: defect | Status: new
Priority: Normal | Milestone: Unspecified by Release Team
Component: SoaS | Version: 0.83.x
Severity: Major | Resolution:
Keywords: | Distribution: SoaS
Status_field: New |
----------------------------+-----------------------------------------------
Comment(by erikos):
{{{
# setup Xclients
echo "xsetroot -def" > /home/liveuser/.Xclients
RESOLUTION=$(xdpyinfo | grep resolution | sed "s/.*
\\([0-9][0-9]*\\)x.*/\\1/")
if [ "$RESOLUTION" -gt 150 ]; then
SUGAR_SCALING=100
else
SUGAR_SCALING=72
fi
echo "SUGAR_SCALING=$SUGAR_SCALING sugar" >> /home/liveuser/.Xclients
chmod a+x /home/liveuser/.Xclients
chown liveuser:liveuser /home/liveuser/.Xclients
}}}
--
Ticket URL: <http://dev.sugarlabs.org/ticket/282#comment:10>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system
More information about the Bugs
mailing list