LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   help with nvidia driver x86 config on mandrake10 (https://www.linuxquestions.org/questions/linux-newbie-8/help-with-nvidia-driver-x86-config-on-mandrake10-200823/)

theconfused 07-03-2004 06:41 PM

help with nvidia driver x86 config on mandrake10
 
I know questions have been aksed about this hundreds of times. I actually read the Readme file and searched the forum archives. Okay, so i got cedega and i want to play games with my Windows friends. I got it installed and managed to install the games. I cant play them because of my videocard drivers and everything. Got the drivers. Logged out. Booted to text mode. Logged in as root. CDed into directory. Installed drivers. Yay! now i have to edit the x86 config file.

How do i open it? I know where it is and i CD into the directory. How do i open the file to edit it? Somebody said to use your favorite tetxt editor. I just typed "kwrite" but it refuses to start without X running.

I know what i have to change if somebody could just tell me how to open it. Oh, and how would i save it when i was finished? Thanks for the help.

jens 07-03-2004 08:23 PM

As posted before:

As root:
*vi /etc/X11/XF86Config (could also be XF86Config-4 or xorg.conf)
*press Insert
*do your editing
*press Esc
*type :wq! to save and quit.

toastermaker 07-03-2004 08:26 PM

One editor to use that comes with almost all linux distros is "vim". If you have it installed you can type "vimtutor" at the CL and a excellent tutorial will open up to show you the basics of using it in about 5 minutes.

After you have the basics , using it would be as follows,

#vim <pathtoxf86configorxf86config_4> <enter>

the tutorial shows you how to save the changes, if memory serves its :wq
but I cant swear to it, like I said the tutorial is good.

theconfused 07-03-2004 09:35 PM

Thanks that worked perfectly. Appreciate the help.


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