| View previous topic :: View next topic |
| Author |
Message |
andrzejpw n00b

Joined: 02 May 2002 Posts: 46
|
Posted: Sat May 11, 2002 2:27 pm Post subject: Making stuff bigger? |
|
|
| How do I keep my res at 1024x768, but increase font size? |
|
| Back to top |
|
 |
gren n00b

Joined: 20 Apr 2002 Posts: 48 Location: Fargo, ND, USA
|
Posted: Sat May 11, 2002 3:00 pm Post subject: |
|
|
| If you're using KDE, click the "K" in the bottom left corner and choose Preferences -> Look & Feel -> Fonts from the menus. |
|
| Back to top |
|
 |
andrzejpw n00b

Joined: 02 May 2002 Posts: 46
|
Posted: Sat May 11, 2002 11:20 pm Post subject: |
|
|
| nope, no kde. Only icewm |
|
| Back to top |
|
 |
noname Guest
|
Posted: Sun May 12, 2002 1:52 am Post subject: |
|
|
| modify /usr/X11R6/bin/startx to add a server argument "-dpi 96" |
|
| Back to top |
|
 |
andrzejpw n00b

Joined: 02 May 2002 Posts: 46
|
Posted: Mon May 13, 2002 12:40 am Post subject: |
|
|
| just with nano? |
|
| Back to top |
|
 |
pjp Administrator


Joined: 16 Apr 2002 Posts: 16028 Location: Colorado
|
Posted: Mon May 13, 2002 1:08 am Post subject: |
|
|
Any editor should do. I had this line:
I changed it to:
| Code: | | serverargs="-dpi 96" |
Didn't notice any differences (Gnome panel icons may have gotten smaller). |
|
| Back to top |
|
 |
kerframil l33t


Joined: 19 Apr 2002 Posts: 710 Location: London, UK
|
Posted: Tue May 14, 2002 5:41 pm Post subject: Re: DPI |
|
|
It should definitely make a difference. BTW, there are no fixed values for DPI, you can pick whatever you like ... try 120 for example. You can easily test it before changing config files:
It's true that panel fonts might not change that much at first, but then you just configure your window manager accordingly. If you look at your fonts applet or open a doc/page you can see the difference immediately. |
|
| Back to top |
|
 |
|