10a63
![]() |
|
|
|
|
|||||||
| X.Org X.Org on FreeBSD installation & configuration. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I installed xorg and it working great except for one very crucial thing. The font size is miniscule. My eyes have almost popped out trying to read the letters! Any tips on how to increase the font size?
|
|
#2
|
|||
|
|||
|
It would be helpful if you tell us what window manager and/or desktop environment you're running.
|
|
#3
|
||||
|
||||
|
Also, what size of monitor, and what screen resolution you are using.
Most likely, all you need to do is change the DPI settings in X to match the real dimensions of your monitor/resolution. |
|
#4
|
||||
|
||||
|
Yah great question, I want also know how can we increase font. Actually I am under freebsd 7.1 release that running X11R6 + motif WM.
Best regards |
|
#5
|
|||
|
|||
|
It's a fairly open ended question. Different X11 toolkits, Window managers, and applications handle fonts differently. For example, with GTK 2 the default font can be set in ~/.gtkrc-2.0 as follows:
Code:
gtk-font-name="Tahoma 8" In Firefox, you can setup your fonts in Preferences/Content. In desktop environments like Gnome and KDE there'll be a control panel app that lets you specify this. There are ways of creating overrides low down in the font rendering engine by setting up fonts.conf appropriately. See fonts-conf(5) for more information. Unfortunately I can't help with Motif. |
|
#6
|
|||
|
|||
|
I don't have a window manager or desktop manager. Just xorg to open firefox and wireshark. I think my monitor is 19'' but I can't be sure since I bought from a yard sale and I never got a handbook or anything.
|
|
#7
|
||||
|
||||
|
Type about:config in Firefox address bar and search for DPI setting, I use 75/72, but if you need bigger sizes try increasing it to something like 96.
Also you can select default X11 DPI by starting it like that: xinit -- -dpi 75
__________________
Religions, worst damnation of mankind. "FreeBSD has always been the operating system that GNU/Linux should have been." Frank Pohlmann, IBM http://vermaden.blogspot.com |
|
#8
|
|||
|
|||
|
What about xterm? Those fonts are reeeealy small.
|
|
#9
|
|||
|
|||
|
xterm is configured via Xresources. Add something like this to your ~/.Xdefaults:
Code:
xterm*faceName: Monospace:size=10 |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Solved] 7.2 wrong filesystem size | scottishfly | Installing & Upgrading | 9 | June 14th, 2011 15:04 |
| [Solved] swap size | varda | Installing & Upgrading | 9 | April 18th, 2009 23:40 |
| adding a new partition on freebsd after increasing virtual disk size | coolatt | Installing & Upgrading | 4 | March 10th, 2009 11:47 |
| [Solved] sh check file size | graudeejs | Userland Programming & Scripting | 8 | January 18th, 2009 20:01 |
| Which is the FONT used in FreeBSD Logo & catch line | susanth | General | 3 | November 26th, 2008 14:56 |