LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > MEPIS
User Name
Password
MEPIS This forum is for the discussion of MEPIS Linux.

Notices


Reply
  Search this Thread
Old 10-24-2005, 12:51 PM   #1
it0hg
LQ Newbie
 
Registered: Oct 2005
Distribution: SimplyMEPIS 3.3.1
Posts: 3

Rep: Reputation: 0
Unhappy nVidia driver issue


I'm a to Mepis, and I can't get my nVidia drivers working. I have a GeForce FX 5200 video card with all the latest compatible driver files through Synaptic. If I try to install the new drivers from the nVidia website, I get an error message saying that I need my kernel source (which I have). If I try to use to nVidia drivers shipped with Mepis through the OS Center, after the reboot I can't access KDE, it just acts as though my monitor is unplugged. Please, any help you can offer would be great. I reeeally don't want to go back to Window$. I love Mepis but I just can't deal with not being able to play my games.

Thanks in advance,
it0hg
 
Old 10-25-2005, 08:10 AM   #2
pingu
Senior Member
 
Registered: Jul 2004
Location: Skuttunge SWEDEN
Distribution: Debian preferably
Posts: 1,350

Rep: Reputation: 127Reputation: 127
This is not very uncommon, and seldom difficult to fix.
I assume you can get to a text-prompt at least, (ctrl+alt+F1 or boot in single mode for example)
Check /var/log/XFree86.0.log for error messages, post the output here if you don't understand it.
You could also check your /etc/X11/XF86Config-4, there are a few things to watch for:
Code:
Section "Device"
   Identifier  "Card0"
  Driver "nvidia"
  BoardName "unknown"
 #BusID  "PCI:1:0:0"
EndSection
You change driver by changing Dī"nvidia" to something else, in your case you can use "nv" to not load a faulty nvidia-driver (just during fixing, it's "nvidia" you'll use in the end).
Probably more interresting is:
Code:
Section "Screen"
  Identifier "Screen0"
  Device "Card0"
  Monitor "Monitor0"
  DefaultColorDepth 16
  SubSection "Display"
  Depth 15
  Modes "1024x768"
  EndSubSection
  SubSection "Display"
  Depth 16
  Modes "1280x1024" "1024x768"
  EndSubSection
  SubSection "Display"
 EndSubSection
Here my default colour-depth is 16, and the resolutions used are therefore 1280x1024 and 1024x768
Make sure your settings are correct, start with a lower resolution to see what works.
 
Old 10-25-2005, 08:40 AM   #3
springshades
Member
 
Registered: Nov 2004
Location: Near Lansing, MI , USA
Distribution: Mainly just Mandriva these days.
Posts: 317

Rep: Reputation: 30
So just to relay my experience with Mepis and a GeForce 4 card, when I installed the operating system it installed the official nvidia drivers by default. Did you check to see whether or not you already had the official drivers installed? They may not be the most up to date drivers, but with an older card like yours or mine, you don't really need the most up to date drivers. If a game like Tuxracer works for you, then you're probably fine and don't need to change anything. You shouldn't have to download the drivers from the nvidia website with mepis.
 
Old 10-25-2005, 02:36 PM   #4
it0hg
LQ Newbie
 
Registered: Oct 2005
Distribution: SimplyMEPIS 3.3.1
Posts: 3

Original Poster
Rep: Reputation: 0
Alright. I'm only allowed to go to the prompt if I reboot with the 2.4 kernel, if I boot with 2.6, my keyboard stops working. I edited the XF86Config-4 file and checked the other file for errors. I can get back into KDE, but still with no 3D acceleration, like I had just installed config-X. What now?
 
Old 10-25-2005, 04:34 PM   #5
springshades
Member
 
Registered: Nov 2004
Location: Near Lansing, MI , USA
Distribution: Mainly just Mandriva these days.
Posts: 317

Rep: Reputation: 30
Oh, one thing that may not have been clear to you if you decide to compile the nvidia drivers from their website. You need a "configured" kernel source. First of all, that means you need to follow the directions at mepis.org for getting Mepis kernel source. You need to download the vanilla kernel source along with the patches that mepis applies and you have to manually patch them in manually. Next, you'll probably have to go through the initial steps of compiling the kernel up until you get to the make deps step I believe. Otherwise, most module compilations that require the kernel source will fail.
 
Old 10-25-2005, 09:50 PM   #6
it0hg
LQ Newbie
 
Registered: Oct 2005
Distribution: SimplyMEPIS 3.3.1
Posts: 3

Original Poster
Rep: Reputation: 0
Thanks for the info, but right now I'm only really interested getting the older drivers that ship with Mepis working.
 
Old 11-13-2005, 08:58 AM   #7
BittaBrotha
Member
 
Registered: Jan 2002
Location: Third Stone from the Sun
Distribution: Debian Sid, SourceMage 0.9.5, & To be Continued on a TP
Posts: 800

Rep: Reputation: 31
Ok, I'm having a similar issue. I just installed a nvidia video card and now I can't get into KDE and I don't have the iso cd anymoe.

Is there a way to apt-get install the nvidia drivers similar to Ubuntu's way?

Thnx.
 
Old 11-13-2005, 11:55 PM   #8
BittaBrotha
Member
 
Registered: Jan 2002
Location: Third Stone from the Sun
Distribution: Debian Sid, SourceMage 0.9.5, & To be Continued on a TP
Posts: 800

Rep: Reputation: 31
Well, I got mine working by typing this in a console:

Using su, apt-get install nvidia-glx
apt-get install nvidia-glx-settings

Than you have to go in KDE, Display & Mouse section to enable nVidia.

Reboot and everythings working for me.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 driver issue Kronan Linux - Hardware 7 11-16-2005 07:50 AM
nVidia video driver issue Ja5on15 Linux - Hardware 13 11-02-2004 02:44 PM
nvidia fx5600 loads vesa driver instead of nvidia driver saburo62 Linux - Hardware 3 05-04-2004 04:59 PM
kernel 2.6.3--bk8 and NVIDIA-Linux-x86-1.0-5336 video driver from Nvidia zdenkod Linux - Hardware 2 03-09-2004 06:38 AM
nVidia Driver Install issue.... Disappears after Reboot Anticipat3 Linux - Hardware 4 07-09-2002 03:40 PM

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

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