|
|
#1 | |
|
Guest
Posts: n/a
|
How can I edit this in runlevel3? I need to modify some lines and cant startx to do it.
I get an error that says "Failed to load module "GLcore". I want to remove this line. Total linux newbie BTW. Thanks. |
|
|
|
|
#2 | |
|
Join Date: Jul 2002
Location: Netherlands, Europe
Posts: 2,105
|
You need to use a texteditor like vi for example. But vi is not that easy to use if you never used it before. An easy editor is mcedit part of midnight commander (a clone of the good old norton commander).
|
|
|
|
|
|
|
#3 |
|
Registered User
|
if you just want to comment-out a line do this:
vim /path/file go to the line with the cursor keys. press "i" (to go to insertion mode) type "#" (to comment out the line) press "ESCAPE" (to go back to command mode) type ":x" (to save and quit) I hope this helps neutrino
__________________
while(!asleep) sheep++; |
|
|
|
|
|
#4 | |
|
Guest
Posts: n/a
|
I use pico personally, it's much like the old DOS edit program without the annoying blue background
Just make your changes, then hit ctrl-x to save, make sure the filename is correct, and hit enter. |
|
|
|
|
#5 |
|
Guest
Posts: n/a
|
as is pointed out in this nice reference link:
http://www.gentoo.org/doc/nvidia_tsg.html that line referring to GLCore should be deleted. The GLCore will be loaded by glx That is a nice reference for GeForce users, but Im sure some others too... Now, If only I didnt forget my install discs at work, I could fix MY problem, hehe, oh well /shrug ![]() p.s. - I use Pico too, you crazy vi users are whacky! just kiddin' |
|
|
|
#6 | |
|
Guest
Posts: n/a
|
It works now.
Thanks a mil for everyone's help!! |
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Tom's Hardware tests OpenCL acceleration across photo editing apps | News | Latest Tech And Game Headlines | 0 | 06-11-12 06:10 PM |
| Can OpenGL And OpenCL Overhaul Your Photo Editing Experience? | News | Latest Tech And Game Headlines | 0 | 06-11-12 05:30 AM |
| Redhat 8.0 NVIDIA works - INSTRUCTIONS | STEEL1 | NVIDIA Linux | 267 | 04-15-03 06:48 PM |
| XF86Config for a Quadro4 without TwinView? | Twirlip | NVIDIA Linux | 1 | 10-09-02 10:36 AM |
| tvout & XF86Config | lacto | NVIDIA Linux | 2 | 08-01-02 01:44 AM |