LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-27-2009, 02:01 AM   #1
jacatone
Member
 
Registered: Mar 2004
Posts: 292

Rep: Reputation: 30
How do I configure and save the default video driver?


I'm running Linux Mint 6 XFCE. The default video driver seems to work just fine, but after a while my video resolution defaults to 640X480 and I can't change it. I've tried installing the nvidia-glx-71 and 96 drivers using Envy, but they fail as well. How do I configure and save the default video driver so I can fix this thing once and for all? Thanks.
 
Old 03-27-2009, 08:16 PM   #2
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
well we will need to know what your card is ( i am assuming it is one of the nvidia cards , but what one)
have you added the screen resolutions to the xorg.conf
have you read the README tor the nvidia driver for your card ( on the nvidia driver page )
 
Old 03-28-2009, 01:05 AM   #3
jacatone
Member
 
Registered: Mar 2004
Posts: 292

Original Poster
Rep: Reputation: 30
It's an old Nvidia GeForce 2 MX400 as well.

Last edited by jacatone; 03-28-2009 at 01:07 AM.
 
Old 03-28-2009, 02:51 AM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
for the OLD -very old- card ( the gforce 2 ) you WILL need to use the beta .run driver that i am using .You can get it here :
http://www.nvidia.com/object/linux_d..._96.43.11.html
NVIDIA-Linux-x86-96.43.11-pkg1.run

and make sure that the source for your kernel IS installed along with gcc
 
Old 03-28-2009, 12:46 PM   #5
jacatone
Member
 
Registered: Mar 2004
Posts: 292

Original Poster
Rep: Reputation: 30
"and make sure that the source for your kernel is installed along with gcc"

Don't know what gcc is, and I'm using the 2.6.27 kernel.
 
Old 03-28-2009, 12:53 PM   #6
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
gcc is the gnu C compiler, and you need to install the sources for the kernel, not the kernel itself (which of course you already have). This is because the driver needs to be compiled specifically for your kernel, since it's basically a kernel module that gets loaded on demand.
 
Old 03-28-2009, 02:21 PM   #7
jacatone
Member
 
Registered: Mar 2004
Posts: 292

Original Poster
Rep: Reputation: 30
Still don't understand how to do this?
 
Old 03-28-2009, 10:31 PM   #8
Slacker66
LQ Newbie
 
Registered: Mar 2009
Distribution: Suse, Slackware
Posts: 1

Rep: Reputation: 0
Thumbs up

Hello...first post, and pretty much a noob to linux. I am looking for help on installation of my graphics card.I am using an old Compaq ml500 standalone server, running Suse Linux Sever 10. The graphics are huge. I didn't want to buy the latest, greatest thing, so I got a geforce PCI 6200. I haven't got the first clue what driver it needs or how to go about installing it. Let me know if you can help, and thanks very much in advance.

Tony
 
Old 03-29-2009, 02:27 AM   #9
bushcat
LQ Newbie
 
Registered: Mar 2009
Location: Chilaw, Sri Lanka
Posts: 18

Rep: Reputation: 0
if i want to compile a driver specifically for my kernel,do i have to link the kernel sources with the code that im compiling in some way,or would just compiling it with gcc work?
 
Old 03-29-2009, 09:26 AM   #10
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
Quote:
Originally Posted by bushcat View Post
if i want to compile a driver specifically for my kernel,do i have to link the kernel sources with the code that im compiling in some way,or would just compiling it with gcc work?
Please, tell us what have you exactly tried until now.

As said, you will need to install the sources for your kernel and gcc first. You should be able to do that from your package manager. Gcc should be easily found, the kernel sources can have a different name depending on the distro, I don't know what does mint uses, but you can look in the package manager for kernel-souces, linux-sources, kernel-devel...

After that, download and run the file that John W. told you above, and if it fails or something provide us with the specific output or give us concrete info about what happens or what is what you don't understand or can't do. A simple "it doesn't work" tells us exactly nothing about what your problem is.

Quote:
Originally Posted by Slacker66 View Post
Hello...first post, and pretty much a noob to linux. I am looking for help on installation of my graphics card.I am using an old Compaq ml500 standalone server, running Suse Linux Sever 10. The graphics are huge. I didn't want to buy the latest, greatest thing, so I got a geforce PCI 6200. I haven't got the first clue what driver it needs or how to go about installing it. Let me know if you can help, and thanks very much in advance.

Tony
The same. Install gcc and the sources for your kernel, and then try to install the driver. However, in your case you can use the latest driver, since the 6200 is perfectly supported by it and it should perform better than the legacy series. If you need help, please, open a new thread so the conversation makes more sense. It's hard to follow two conversations in a single thread.
 
Old 03-29-2009, 09:27 AM   #11
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
Quote:
Originally Posted by bushcat View Post
if i want to compile a driver specifically for my kernel,do i have to link the kernel sources with the code that im compiling in some way,or would just compiling it with gcc work?
You only have to run the installer, and it will take care of everything.
 
Old 03-29-2009, 10:23 AM   #12
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
just wondering " dose nobody ever read the instructions anymore "

the README for the - NVIDIA-Linux-x86-96.43.11-pkg1.run legacy driver
http://us.download.nvidia.com/XFree8...DME/README.txt

Slacker66for suse and a gforce 6200
this driver
http://www.nvidia.com/object/linux_d...32_180.29.html
and THE suse how to ,the link IS ON THAT PAGE
http://www.suse.de/~sndirsch/nvidia-...ler-HOWTO.html
and so is nvidia's README

know if you have a question about the instructions them post them
 
Old 03-29-2009, 10:35 PM   #13
bushcat
LQ Newbie
 
Registered: Mar 2009
Location: Chilaw, Sri Lanka
Posts: 18

Rep: Reputation: 0
oops,i'm really sorry for getting in the middle of someone else's thread.

the problem i have is a different 1.i have installed vector linux 6 standard on thinkpad i series laptop,and after configuring X the display area had shrunk,as if it was stretched down with those control buttons you find on a CRT monitor,but the prob was i cudnt find any buttons like that.the video driver is LynxEM+,so i downloaded the driver.I wanted to know how to compile the driver,i have got kernel sources installed in my system.

but i think i better post a seperate thread for that,thanx 4 ur replies, and im really sorry 4 my mistake
 
  


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
What is the generic default video driver filename in 8.10? bettyhills Linux - Newbie 4 03-07-2009 05:52 AM
How do I configure this video driver package? jacatone Linux - Newbie 1 01-23-2009 12:00 PM
restore default video driver via command line parent's_basement Ubuntu 3 04-26-2008 07:21 PM
How to change the default video driver stefane321 SUSE / openSUSE 1 05-30-2007 02:50 PM
How to configure video driver and monitor glock19 Debian 19 08-07-2004 10:32 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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