LinuxQuestions.org
Help answer threads with 0 replies.
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 06-10-2004, 06:26 PM   #1
Finlay
Senior Member
 
Registered: Mar 2003
Location: Seattle
Distribution: Slackware ?-14.1
Posts: 1,029

Rep: Reputation: 47
GeForce4 error from Lilo


Just installed slack 9.1
Geforce4 4x AGP 64mb
FIC AZ11E motherboard

I get this message.
you passed an undefined mode number

I can hit 'enter' and choose some screen sizes like 80x50.

OR

I can hit space and slack loads up with what looks like a 640x480 frame.

I would like at least an 800x600.

Anyone know how to get this to work?

I do have Gnome running fine at 1024x768 after i installed the nvidia driver.

thanks
Finlay
 
Old 06-10-2004, 08:13 PM   #2
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
in your /etc/lilo.conf file does it have :
vga=normal
or do you have something else set ?

if it is set to something else, then try setting vga=normal and then rememeber to type
"lilo" at the prompt to accept the changes, and then retry and see if that helps ..
 
Old 06-10-2004, 10:22 PM   #3
Finlay
Senior Member
 
Registered: Mar 2003
Location: Seattle
Distribution: Slackware ?-14.1
Posts: 1,029

Original Poster
Rep: Reputation: 47
it was set to vga = 787 which was labeled 800x600 32k
i changed it to vga = normal and there isn't an error.
thank you

is there a way to get it to run at 800x600 or 1024x768?
 
Old 06-11-2004, 12:44 AM   #4
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
the best i can do is show you the table for the vga options that is located in the
lilo.conf file ... as you can see any line that is commented shown by having a #
symbol in front of it is not being used ... and of course your only going to use one of
these options at a time ... so in the below example vga=normal is being used ... so
what you will do is put a # symbol in front of vga=normal and try one of the other
options ... which tell you what they will .. for instance if you look below the option that
says vga=791 will have 1024x768 at 64k color depth ..
so you can play with the different ones to achieve what you want ...
Code:
# 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
 
Old 06-11-2004, 01:44 AM   #5
Joseph_M
Member
 
Registered: May 2004
Posts: 71

Rep: Reputation: 15
Did you recompile your kernel and forget to include frame buffer support?
 
Old 06-11-2004, 11:16 AM   #6
Finlay
Senior Member
 
Registered: Mar 2003
Location: Seattle
Distribution: Slackware ?-14.1
Posts: 1,029

Original Poster
Rep: Reputation: 47
DrOzz
I currently ave vga=normal, when i rem that line and rem out any of the other lines i get the error.

Joseph_M
I have not done anything with the kernal, i have the barei version from the slackware CD.
 
Old 06-11-2004, 12:45 PM   #7
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
I don't think VESA framebuffer is compiled with original kernel from cd, I have the same sort of card and did compile with enabling VESA (not VGA) a stock kernel to play with framebuffer feature (mplayer in console etc...)
 
Old 06-11-2004, 12:55 PM   #8
Finlay
Senior Member
 
Registered: Mar 2003
Location: Seattle
Distribution: Slackware ?-14.1
Posts: 1,029

Original Poster
Rep: Reputation: 47
any sites or howtos on how to do that?
thanks,
 
Old 06-11-2004, 03:54 PM   #9
sio
Member
 
Registered: Jul 2003
Location: Louisiana, US
Distribution: Slackware
Posts: 129

Rep: Reputation: 15
vesafb is compiled with the stock kernel on slack 9.1

from a command prompt run this

$> lilo -T video

and you will see your problem. I'm guessing that your geforce4 doesn't support 800x600 32k color. But id be willing to bet money that it supports 800x600 256 color. It has to do with the.. well does it really matter? Your supposed to be able to use the rivafb ( specifically for riva/geforce chips ) to enter higher res's in your console but for the most part, people say it doesn't work. So change your vga = 787 to vga = 771. Or after you run lilo -T video, check and see what is support and choose the corresponding number.

Rerun lilo and update the master boot record on the hard drive if thats where you chose to install lilo at boot time.
 
Old 06-11-2004, 04:15 PM   #10
Finlay
Senior Member
 
Registered: Mar 2003
Location: Seattle
Distribution: Slackware ?-14.1
Posts: 1,029

Original Poster
Rep: Reputation: 47
771 works
thank you for the tip, 800x600 will work for me.
 
Old 06-11-2004, 08:23 PM   #11
Kjetil4455
Member
 
Registered: Jul 2003
Location: Norway/Drammen
Distribution: Slackware~
Posts: 250

Rep: Reputation: 30
vga=773 equals 1024x768
 
Old 06-12-2004, 04:34 PM   #12
elyk
Member
 
Registered: Jun 2004
Distribution: Slackware
Posts: 241

Rep: Reputation: 49
I got this error when running at 1024x768x32k on a geforce4 mx440/agp8x, probably too high color depth, so scaled back to 1024x768x256. No more errors.
 
Old 06-12-2004, 05:56 PM   #13
Finlay
Senior Member
 
Registered: Mar 2003
Location: Seattle
Distribution: Slackware ?-14.1
Posts: 1,029

Original Poster
Rep: Reputation: 47
can you check to see what vga=### you are using and let me know?
thanks,
 
Old 06-12-2004, 06:57 PM   #14
elyk
Member
 
Registered: Jun 2004
Distribution: Slackware
Posts: 241

Rep: Reputation: 49
I believe it's 773, but it would take me some time to check since right now I'm running windows on a dualboot machine. Try it and see if it works.
 
  


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
LILO error? L 99 99 99 . . . trevor_schofiel Linux - General 15 12-20-2014 12:57 PM
LILO error met911 Linux - Newbie 3 05-23-2005 01:11 AM
LILO LinuxEBDA error to /usr/bin/gdm error true_atlantis Slackware 0 04-28-2004 01:31 PM
error loading operating system (lilo error) KoKi Slackware 1 03-03-2004 04:46 PM
Nvidia Geforce4 Error kai_rana Red Hat 1 09-02-2003 09:10 AM

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

All times are GMT -5. The time now is 06:16 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