How to change the interactive graphic user interface resolution (like TBrowser )

Dear ROOT experts,

I recently changed my root version from 6.02 to 6.10, and I found the resolution of TBrowser is much better in 6.10. However, since I always working by log in to some remote server, the time for generate the TBrowser is also significantly increased. The resolution for 6.02 is good enough for me, is there a command to degrade the resolution in 6.10 thus I could open it faster? Thanks.

Best,
Cheng-Chieh

Hi,

ROOT has no control on the resolution, the only thing you can try is to change the font to be used by the user interface. To do so, edit your $(ROOTSYS)/etc/system.rootrc or your custom $(HOME)/.rootrc, and set the value of X11.UseXft to no:

X11.UseXft:              no

That may help…

Cheers, Bertrand.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.