LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-25-2003, 09:35 PM   #31
watashiwaotaku7
Member
 
Registered: Oct 2002
Location: wisconsin -- The Badger state
Distribution: gentoo
Posts: 654

Rep: Reputation: 30

a template for lilo this is mine and it has 4 different entries, all of these point to one system but they are used for testing different kernels and kernels with different purposes, i always leave "linux" as a stable working kernel and the others are whatever i feel like doing with patches and such

append="video=vesa:mtrr:ywrap"
vga=0x318
boot=/dev/hdc
prompt
timeout = 400
change-rules
reset
image = /boot/bzImage-test5-2
root = /dev/hdc3
label = linux
read-only
append="psmouse_noext=1"
image = /boot/bzImage-2.4.22-1
root = /dev/hdc3
label = linux-2.4.22
read-only
append="hda=ide-scsi"
image = /boot/bzImage-test5-love4
root = /dev/hdc3
label=linux-mm-test
read-only
append="psmouse_noext=1"
image = /boot/bzImage-2.4.22-ex1
root=/dev/hdc3
label=linux-ex
read-only
append="hda=ide-scsi"
 
Old 09-25-2003, 09:36 PM   #32
patientzero
Member
 
Registered: Aug 2003
Location: Toronto
Distribution: Gentoo 1.4
Posts: 95

Original Poster
Rep: Reputation: 15
So when I backed up my oldworking configuration, that's a bazimage file? I can just rename it to bzImage-ThankGod-for-backup?

Specificy that name in a lilo entry and off ai go back into working linux?
 
Old 09-26-2003, 05:54 AM   #33
fatgod
Member
 
Registered: Mar 2002
Location: Edinburgh, Scotland
Distribution: Suse 7.2, Gentoo 1.4, Solaris 9
Posts: 661

Rep: Reputation: 30
Hows it going?
 
Old 09-26-2003, 07:27 AM   #34
patientzero
Member
 
Registered: Aug 2003
Location: Toronto
Distribution: Gentoo 1.4
Posts: 95

Original Poster
Rep: Reputation: 15
Figured out how to get my old config back by using load another config (.config.old) and then doing its make && bs again...

so now everything goes and i have a proper startx running xsessionmamanger thingy to straight into gnome... hell i even got my soundcard working... just no nvidia =\
 
Old 09-26-2003, 07:57 AM   #35
fatgod
Member
 
Registered: Mar 2002
Location: Edinburgh, Scotland
Distribution: Suse 7.2, Gentoo 1.4, Solaris 9
Posts: 661

Rep: Reputation: 30
ahh, sorry to leave you in the lurch there, it was getting rather late here, and I was getting too drunk to be much use to anybody :S

Sweet that sound works still no NVidia eh? not enough help on the gentoo forums then...

Have you got some detailed instructions that your following? And its just direct rendering thats not working right?

glxinfo |grep direct

if you run that in a terminal it says no right?
 
Old 09-26-2003, 12:17 PM   #36
ratbert90
Member
 
Registered: Jan 2003
Posts: 67

Rep: Reputation: 16
sigh...
Here is what I do to get nvidia drivers working in gentoo.

since you have already compiled your kernel. this will be really easy.

step 1) emerge joe (its the text editor i use)
step 2) download the nvidia drivers
step 3) install the nvidia drivers with sh
step 4) joe /etc/X11/XF86config-4 (I think thats what it is)
step 5) scroll down to where it says section "graphic card" or whatever it is. It should have a line that says Driver "vga" or Driver "vesa"
step 6) Delete the vga or vesa and put in nvidia in its place.

hit ctrl + k + x to get out of joe.
Then start X.

thats all you have to do!
 
Old 09-26-2003, 05:39 PM   #37
patientzero
Member
 
Registered: Aug 2003
Location: Toronto
Distribution: Gentoo 1.4
Posts: 95

Original Poster
Rep: Reputation: 15
As far as I know I think I use XF86config not the -4 how do I check to see which one x uses? (where's the log that shows me that??)

When I do the glx |grep thing i get a bunch of errors about no nvidia thing pressent an no glx... in windows now, will reboot in a sec
 
Old 09-27-2003, 02:18 AM   #38
fatgod
Member
 
Registered: Mar 2002
Location: Edinburgh, Scotland
Distribution: Suse 7.2, Gentoo 1.4, Solaris 9
Posts: 661

Rep: Reputation: 30
XFree will use XF86config by default and it will use XF86config-4 if XF86config doesnt exist.


/var/log/XFree86.0.log
or a file like that...

the latest XFree86 logfile. ls -lrt /var/log/XFree* and it will be at the bottom of the list.

I'm checking on my SuSE box but I think its the same.

Last edited by fatgod; 09-27-2003 at 02:20 AM.
 
Old 09-27-2003, 08:19 PM   #39
patientzero
Member
 
Registered: Aug 2003
Location: Toronto
Distribution: Gentoo 1.4
Posts: 95

Original Poster
Rep: Reputation: 15
Uh robert, what about the part of the xfconfig that specifies the card and the driver for the card... ?
 
Old 09-29-2003, 12:45 PM   #40
ratbert90
Member
 
Registered: Jan 2003
Posts: 67

Rep: Reputation: 16
ok, sorry about that, I was going off of memory from work =]

Edit the /etc/X11/XF86config file scroll down to the device display secion, find the driver marked "vga" or "vesa" delete vesa or vga and put "nvidia" in its place.

then you should be able to startx
 
  


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
nvidia gentoo freezes rjwhite Linux - General 8 08-10-2005 05:45 PM
nvidia on gentoo issue... tarionyx Linux - Hardware 2 07-03-2005 08:46 PM
gentoo resolution / nvidia pureevil4 Linux - Distributions 5 04-09-2004 03:40 AM
hate it,but - nVidia problem WannaLearnLinux Linux - Newbie 3 01-26-2004 02:34 AM
Gentoo NVIDIA error dalek Linux - General 2 10-15-2003 09:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:06 AM.

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