[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:24:13 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
 cat >> /home/liveuser/.Xclients << FOE
 xsetroot -def

 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

 SUGAR_SCALING=$SUGAR_SCALING sugar
 FOE

 chmod a+x /home/liveuser/.Xclients
 chown liveuser:liveuser /home/liveuser/.Xclients
 }}}

-- 
Ticket URL: <http://dev.sugarlabs.org/ticket/282#comment:11>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system


More information about the Bugs mailing list