Slackware This Forum is for the discussion of Slackware Linux.
|
| 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
08-05-2009, 01:28 PM
|
#1
|
|
LQ Newbie
Registered: Dec 2008
Posts: 24
Rep:
|
Setting lilo.conf with my resolution
hi,
I want to edit lilo.conf and add vga=xxx for 1680x1050?
now, how do I find out what is the right frame buffer for me to add?
do I need to calculate it myself somehow,is there a list...?
now, when I googled about this subject I found this command :
gtf 1680 1050 60 -f
output :
#
# mode "1680x1050 60.00Hz 32bit (GTF)"
# # PCLK: 147.14 MHz, H: 65.22 kHz, V: 60.00 Hz
# geometry 1680 1050 1680 1050 32
# timings 6796 288 104 33 1 184 3
# hsync low
# vsync high
# endmode
do I I need to add it to /etc/fb.modes ?
is it necessary for my res.(1680x1050) to work ?
thanks
danny.
|
|
|
|
08-05-2009, 01:51 PM
|
#2
|
|
Guru
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594
|
http://tldp.org/HOWTO/Framebuffer-HOWTO-5.html#ss5.3
I was not aware (and am not necessarily convinced) that the Linux framebuffer will support a mode greater than 1600x1200, BUT, I did give the link above to the Linux Framebuffer HowTo page, which shows the modes that ARE supported by default.
It says that additional modes may be available depending on the discretion of the hardware manufacturer.
Looking at the table on the HowTo page, what I would do, based on the information there, is start experimenting: try vga=0x0320, then vga=0x321, then vga=0x322, and so on, and see what you get.
Best of luck, and do let us know what you learn, and what hardware it pertains to!
Sasha
PS - I'm curious to know too, as I'd like to boot my own machine at this resolution 
Last edited by GrapefruiTgirl; 08-05-2009 at 01:54 PM.
|
|
|
|
08-05-2009, 01:59 PM
|
#3
|
|
Member
Registered: May 2009
Posts: 36
Rep:
|
I think the vga parameter is just for the boot screen and the console, it doesnt affect the screen resolution in X.
there is an option that you can type at the lilo boot prompt, 'vga=ask', which will give you a list of framebuffer modes (thanks Electro).
I set vga=773, which enlarges the bootscreen and the console to a size which I find comfortable. also there are examples in the lilo.conf.
Last edited by bloodsugar; 08-05-2009 at 02:01 PM.
|
|
|
|
08-05-2009, 02:31 PM
|
#4
|
|
Member
Registered: Jun 2009
Location: Emden, Germany
Distribution: Slackware 12.2, Slax 6.1
Posts: 254
Rep:
|
Quote:
Originally Posted by bloodsugar
I think the vga parameter is just for the boot screen and the console, it doesnt affect the screen resolution in X.
there is an option that you can type at the lilo boot prompt, 'vga=ask', which will give you a list of framebuffer modes (thanks Electro).
I set vga=773, which enlarges the bootscreen and the console to a size which I find comfortable. also there are examples in the lilo.conf.
|
i guess that you are correct, I changed my settings on lilo, and they only affect the console.
|
|
|
|
08-05-2009, 02:40 PM
|
#5
|
|
LQ 5k Club
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Laptop: Slackware 14.0 // Desktop: Slackware64 14.0 // Netbook: Slackware 14.0
Posts: 6,179
|
I can usually get optimum resolution by running xorgsetup.
|
|
|
|
08-05-2009, 02:42 PM
|
#6
|
|
LQ Newbie
Registered: Dec 2008
Posts: 24
Original Poster
Rep:
|
well, I changed with the vga parameter to several values and saw no difference..
maybe because I have an onboard graphic card I cant have a resolution higher then 1024x768...?
I know my screen (22") is up to 1680x1050 but I dont know the max. of my onboard card..
|
|
|
|
08-05-2009, 02:56 PM
|
#7
|
|
HCL Maintainer
Registered: Jun 2003
Location: Tupelo, MS
Distribution: Gentoo
Posts: 6,926
Rep: 
|
Sasha, that guide is a bit dated: v1.2, 27 Feb 2000 -- like most of the TLDP
For a bit more updated information try wikipedia
The best I've gotten with vesafb on my monitor where X runs at 1680x1050 is vga=795 (1280x1024)
There is a HOW-TO in this forum by Daedra using uvesafb, where he gets a 1680x1050 console framebuffer (I saw the video).
When you change anything in /etc/lilo.conf, you MUST run "lilo" as root to save it.
|
|
|
|
08-05-2009, 03:05 PM
|
#8
|
|
Guru
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594
|
Quote:
Originally Posted by Bruce Hill
Sasha, that guide is a bit dated: v1.2, 27 Feb 2000 -- like most of the TLDP
For a bit more updated information try wikipedia
The best I've gotten with vesafb on my monitor where X runs at 1680x1050 is vga=795 (1280x1024)
There is a HOW-TO in this forum by Daedra using uvesafb, where he gets a 1680x1050 console framebuffer (I saw the video).
When you change anything in /etc/lilo.conf, you MUST run "lilo" as root to save it.
|
Thanks very much for pointing that out Bruce! As is often the case, Googling for documentation brings up OLD stuff, and many different instances of it. I did not check the date on that article
I'm not so driven for the large boot resolution that I'd install something weird/not-well-tested (uvesafb?) just to get past 1280x1024 or whatever it is that I boot at now, but I will definitely be looking at the links you gave-- as I said, I *am* curious O.o
Cheers,
Sasha
|
|
|
|
08-05-2009, 03:09 PM
|
#9
|
|
Guru
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594
|
And, @ toledano, if it is the Graphical Desktop Environment where you are wanting to set up your 1680x1050 screen resolution, the discussion thus far in this thread is not addressing that. The options in lilo.conf (or grub or whatever) do not have any bearing on what resolution you will get on the desktop; they are ONLY for the framebuffer that you see while your machine is booting.
You need to look for info (there's tonnes of it here on LQ) about setting up your xorg.conf by one of the many ways, tools, etc.
Sasha
PS - I would try Googling your video device, go to the manufacturers website or other technical review site where you can get the specifications of your device, which will tell you what resolutions you can possibly get out of it. THEN, work on setting up your Xorg (the Desktop Environment) to get the best mode you can.
Last edited by GrapefruiTgirl; 08-05-2009 at 03:11 PM.
|
|
|
|
08-05-2009, 03:31 PM
|
#10
|
|
LQ Newbie
Registered: Dec 2008
Posts: 24
Original Poster
Rep:
|
Thanks, I`ll look into it.
Thanks for the fast responses..
|
|
|
|
08-05-2009, 03:47 PM
|
#11
|
|
HCL Maintainer
Registered: Jun 2003
Location: Tupelo, MS
Distribution: Gentoo
Posts: 6,926
Rep: 
|
Quote:
Originally Posted by GrapefruiTgirl
I'm not so driven for the large boot resolution that I'd install something weird/not-well-tested (uvesafb?) just to get past 1280x1024 or whatever it is that I boot at now, but I will definitely be looking at the links you gave-- as I said, I *am* curious O.o
Cheers,
Sasha
|
That was my conclusion when Daedra first posted it a year ago. Things might
have changed, but I haven't checked the latest to know myself. At the time I
didn't think the hacks were worth the framebuffer. Maybe I'll rebuild my
kernel and use uvesafb, since it's in the kernel now, and see how it looks.
toledano:
You set the screen resolution for X in /etc/X11/xorg.conf. However, with the
X.Org server in Slackware -current, which will be in Slackware-13.0 when it
comes out in a couple of weeks, you won't need to set that anymore. It will
find the value for you, though you will need a section for proprietary drivers,
such as the nVidia driver.
What you set in /etc/lilo.conf is just for the framebuffer console ... what you
see when Slackware is booting, or if you drop back to console. Once you start the
X window system, that is not used.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 03:48 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|