LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-04-2005, 12:56 AM   #1
gaddargarson
LQ Newbie
 
Registered: Sep 2004
Location: izmir
Distribution: mandrake,GBL,fedora core,slackware
Posts: 26

Rep: Reputation: 15
using linux without X11 with 1024*768 resolution


Hi,
Slackware users know that while you are installing Slack. there is an option that you can choose your resolution for console.I always choose 1024*768 with 256 colors and it is very comfortable while using console.So I don't install a desktop environment(like KDE,gnome...) in Slack. But I've installed Fedora Core 3 and console runs under 800*600 resolution. It is very bad for my 17'' monitor. Because of this I installed KDE and I'm working with terminal. (As you know in 800*600 the characters so big and it isn't useful in 17'' monitor.) I noticed that some lines in my lilo.conf file I think these lines are important. I want this configuration for grub on Fedora or some thing like that brings me 1024*768 resolution at console.

Here is Slack's lilo.conf :
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
boot = /dev/hda
message = /boot/boot_message.txt
prompt
timeout = 1200
# Override dangerous defaults that rewrite the partition table:
change-rules
reset

# VESA framebuffer console @ 1024x768x256
vga = 773
# Normal VGA console
# vga = normal
# VESA framebuffer console @ 1024x768x64k
# vga=791
# VESA framebuffer console @ 1024x768x32k
# vga=790
# VESA framebuffer console @ 1024x768x256
# vga=773
# VESA framebuffer console @ 800x600x64k
# vga=788
# VESA framebuffer console @ 800x600x32k
# vga=787
# VESA framebuffer console @ 800x600x256
# vga=771
# VESA framebuffer console @ 640x480x64k
# vga=785
# VESA framebuffer console @ 640x480x32k
# vga=784
# VESA framebuffer console @ 640x480x256
# vga=769

# End LILO global section
# Windows bootable partition config begins
other = /dev/hda1
label = Windows
table = /dev/hda
# Windows bootable partition config ends
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/hda5
label = Linux
read-only
# Linux bootable partition config ends
image = /boot/vmlinuz
root = /dev/hda7
label =Slack2
read-only
 
Old 04-04-2005, 01:51 AM   #2
BenneJezzerette
Member
 
Registered: Mar 2005
Location: In a Box where Slackware Rocks
Distribution: Slackware 11 -current
Posts: 274

Rep: Reputation: 30
Hello, the Console can be set to 1024x768 256 and looks nice on a sony Multiscan15sfII

One item that you can do for the KDE desktop. Run from the CLI or Terminal xorgsetup and let it run. It will auto configure your display to it's highest abilities. If you have the ZAxisMapping and any other things setup in the xorg.conf be sure that you remembver them and have them written down. The program does make a backup of your xorg.conf and if anything fgoes wrong you can use it to fix your break.

I am currently downloading the new X11 from the Slack site via the gFTP and using two separate windows or Desktops todo this. Anyway, I am running this display at 1400x1050 24 bit color or true color.

now for another tip, if you FTP any of the packages from the slack ftp site, put them in some folder somewhere, then use upgradepkg as in the directory you have your files, /Download is where I keep mine so, /Download upgradepkg *,tgz and it will survey your system and check against the diffs and if it finds any, then it will remove the older version and update the new one. I just discovered this today. So if you are running KDE 3.3.2 currently, ftp to the slackware.com/pub/slackware-current/slackware/kde and you can also use that for the /x and even all the other things. Then use the updatepkg and have all newer versions of everything. One note, is that Gnome is not being offered in the new current as of this date. He explains this in a read me or the ciurrent status.

I hope this helps you and you get what you need.


Ok Now using X11 6.8.2 and it's wonderfully working by doing just what I described here. KDE 3.4.0 X11 6.8.2 and soon GCC too. I am now getting better at this and explaining it I hope. Enjoy all the new Slackware upgrades, I know I am.

Last edited by BenneJezzerette; 04-04-2005 at 03:37 AM.
 
Old 04-04-2005, 04:06 AM   #3
Nobber
Member
 
Registered: Jun 2002
Location: Nova Scotia
Distribution: Debian (home), Kubuntu 7.04 (work)
Posts: 265

Rep: Reputation: 30
Re: using linux without X11 with 1024*768 resolution

Quote:
Originally posted by gaddargarson
I noticed that some lines in my lilo.conf file I think these lines are important.
The most important line is:

vga=773

If you were to use this in the appropriate line of Fedora's grub config file, e.g.

kernel (hd0,4)/boot/vmlinuz vga=773 root=/dev/hda5 ro

then, assuming the Fedora kernel contains support for VESA framebuffer console, you should get 1024x768x256.

(Note that "vga=773" is not actually a kernel boot parameter, but a signal to the boot loader - lilo or grub - to get the kernel to enable the high-res console. Not that we usually need to care!)
 
Old 04-04-2005, 03:11 PM   #4
gaddargarson
LQ Newbie
 
Registered: Sep 2004
Location: izmir
Distribution: mandrake,GBL,fedora core,slackware
Posts: 26

Original Poster
Rep: Reputation: 15
I solved the problem by editing the grub.conf like this;
For example you have a part like this for your gnu/linux system in grub::
kernel (hd0,4)/boot/vmlinuz vga=773 root=/dev/hda5 ro

and add this;
vga=ask
in order to see your options to select.You can try some resolutions and see the results.

When you choose one change "ask" with the code(or id) of your resolution.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
using linux without X11 with 1024*768 resolution gaddargarson Fedora 3 04-05-2005 10:47 AM
Display of 1024 *768 fanatic_ravi Fedora 3 01-29-2005 10:39 PM
1024 X 768 not displaying, slackware. :King_58: Linux - Newbie 8 12-04-2004 04:02 AM
Changing Res to 1024 by 768 Zinctek Linux - Newbie 4 02-22-2004 05:18 PM
1024 x 768 Display Issues ug_the_caveman Fedora 3 02-07-2004 03:47 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:18 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration