LinuxQuestions.org
Visit Jeremy's Blog.
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 02-05-2003, 07:23 AM   #1
trace1918
Member
 
Registered: Feb 2003
Distribution: gentoo
Posts: 87

Rep: Reputation: 15
SVGATextMode (again)


I fixed the installation with SVGATextMode (i had a corrupted file.)
But Iīve tried over and over to get my Nvidia Geforce 3 to work with it but I donīt know how. Iīve read all the manuals but I canīt find anything.

I have a NVIDIA Geforce 3 ti 200 with 64mg memory and a 18" monitor.

Anyone to help me?
 
Old 02-07-2003, 10:16 AM   #2
vladkrack
Member
 
Registered: Oct 2002
Location: Curitiba - Brazil
Distribution: Conectiva
Posts: 334

Rep: Reputation: 30
An easier way to configure it is with:
# xf86cfg -textmode
 
Old 02-07-2003, 12:10 PM   #3
Astro
Member
 
Registered: Jan 2003
Location: Ballston Lake, NY
Distribution: Slackware, Debian
Posts: 665

Rep: Reputation: 30
For the GeForce to work go over to www.nvidia.com and grab the SOURCE tar.gz of their files....the links are these...

http://download.nvidia.com/XFree86_4....0-4191.tar.gz

and

http://download.nvidia.com/XFree86_4....0-4191.tar.gz

Once you have those, follow this, (from nvidia's install readme)


Instructions for the Impatient:
Code:
        $ tar xvzf NVIDIA_kernel.tar.gz
        $ tar xvzf NVIDIA_GLX.tar.gz
        $ cd NVIDIA_kernel
        $ make install
        $ cd ../NVIDIA_GLX
        $ make install
In slackware-current, which I am running now, I get an error on the make install for some reason, it complains about the module being compiled with a different kernel version.....well I didn't like that so I edited the Makefile in the NVIDIA_kernel directory as follows...You'll need to look for this block of code...
Code:
gcc-check:
	@if [ -z $(IGNORE_CC_MISMATCH) ]; then \
	 if [ $(kernel_cc) != $(module_cc) ]; then \
	echo "                                                           "; \
	echo "You appear to be compiling the NVIDIA kernel module with   "; \
	echo "a compiler different from the one that was used to compile "; \
	echo "the running kernel. This may be perfectly fine, but there  "; \
	echo "are cases where this can lead to unexpected behaviour and  "; \
	echo "system crashes.                                            "; \
	echo "                                                           "; \
	echo "If you know what you are doing and want to override this   "; \
	echo "check, you can do so by setting IGNORE_CC_MISMATCH.        "; \
	echo "                                                           "; \
	echo "In any other case, set the CC environment variable to the  "; \
	echo "name of the compiler that was used to compile the kernel.  "; \
	echo "                                                           "; \
	echo -en "\033[1;31m"; \
	echo -e  "*** Failed cc sanity check. Bailing out! ***"; \
	echo -en "\033[0m"; \
	exit 1; \
	 fi \
	fi
up at the top change the
@if [ -z $(IGNORE_CC_MISMATCH) ]; then \
if [ $(kernel_cc) != $(module_cc) ]; then \

to THIS

@if [ -z $(IGNORE_CC_MISMATCH) ]; then \
if [ $(kernel_cc) == $(module_cc) ]; then \

This simply gets rid of the cc mismatch bull, or whatever is wrong...save that then make install it. Once you have those done you will need to run xf86config, pick all your info and when you're done edit the /etc/X11/XF86Config file and change the following...

under the 'Section "Module""
uncomment the line
Load "glx"

under the section device for what you named your video card you'll need to change the line
Driver "nv"
or something of the sort to look like this
Driver "nvidia"

and that will load the nvidia modules upon starting X. Supposing you set all the info in xf86config correctly this should all work as it works for me all the time with slackware-current. Let me know if you have any problems and I'll try to help you out the best I can.
 
Old 02-07-2003, 07:52 PM   #4
trace1918
Member
 
Registered: Feb 2003
Distribution: gentoo
Posts: 87

Original Poster
Rep: Reputation: 15
tanks

thanks Astro! I will try it. and if it doesnīt work iīll come back to you.
 
Old 02-08-2003, 04:19 PM   #5
trace1918
Member
 
Registered: Feb 2003
Distribution: gentoo
Posts: 87

Original Poster
Rep: Reputation: 15
glx and nvidia

When i edited the xf86config file and start X the is a error message and it says that it canīt load the glx and that is doesnīt find nvidia module.
 
  


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
Intalling SVGATextMode in Slackware 9.1 rech Slackware 1 12-26-2003 07:59 PM
SVGATextMode, had someone been successful using it ? GIJoe Linux - General 0 11-11-2003 06:54 AM
SVGATextMode trace1918 Slackware 2 02-04-2003 08:59 PM
SVGATextMode Touchstone Linux - Software 1 12-23-2002 11:40 PM

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

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