source: pkg/viola/main/kde-guidance/trunk/debian/patches/kubuntu_06_displayconfig_fix_intel_dpi.patch @ 3444

Revision 3146, 521 bytes checked in by alanbach-guest, 5 years ago (diff)
  • Sync'd with 0.8.0svn20080103-0ubuntu2
  • guidance/displayconfig/displayconfig-restore.py

     
    9999                else: 
    100100                    dpi = 120 
    101101 
     102            # work around for LP beastie 151311 
     103            if ((w_dpi < 200) and (h_dpi > 900)): 
     104                dpi = 96 
     105 
    102106    try: 
    103107        xrdb = subprocess.Popen(["xrdb","-nocpp","-merge"],stdin=subprocess.PIPE) 
    104108        xrdb.communicate("Xft.dpi: %i\n" % dpi) 
Note: See TracBrowser for help on using the repository browser.