Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi all,
I boot into text mode rather than straight into X, and since I've reinstalled Slack 10 the font size has been _huge_. I know it wasn't so in Slack 9, but obviously that system is gone so I can't compare config files and such.
To help control font size when X is running, I've edited /etc/X11/xdm/Xservers and added "-dpi 96 vt7" to the line reading
:0 local /usr/X11R6/bin/X
but that's not going to help things before X starts. Does anyone have an idea of what I can do in this situation?
(...as an extra question...what's the "vt7" doing there??)
Hmm...if it could be a bootloader problem, I did keep my old lilo.conf from the previous installation:
Old:
Code:
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
boot = /dev/hda
#compact # faster, but won't work on all systems.
prompt
timeout = 300
# VESA framebuffer console @ 1024x768x256
vga = 773
## Whole bunch of vga options commented out here...###
image = /boot/vmlinuz
root = /dev/hda1
label = Slackware
append="devfs=mount hdd=ide-scsi"
read-only # Non-UMSDOS filesystems should be mounted read-only for checking
Yep - the 773 is a cue to tell your framebuffer to adopt a 1024x768 resolution, which is much higher than the default. Change the setting, and you should be back to normal on the console front
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.