Computer HardwareXbox GamesGameCubePlaystation 2PSOnePC/Windows GamesGameboy AdvanceDreamcastNintendo 64Gameboy ColorNintendo DSSony PSPXbox 360Nintendo Wii GamesPS3 Games

Neoseeker Forums » Computer Hardware » *Nix OS and Software » New to Linux! Need some basic help to get started

REPLY TO THIS THREAD   START NEW THREAD
Options: Print   subscribe   remove   send to friend   PM this thread to a friendNeoPM
subscribe to thread Topic: New to Linux! Need some basic help to get started
Northern49
Still Seekin'



Northern49's profileEmail Northern49
total posts: 3327
since: May 2005
Nov 08, 09 at 12:59am
New to Linux! Need some basic help to get started

So I've decided to join your ranks and take the plunge to the world of Linux. I've downloaded Nubuntu and am enjoying it so far. I've definitely noticed an increase in performance over Vista x64. However, I downloaded the Linux GPU drivers for my video card, (surprisingly, over 100mb smaller in size) but I can't figure out how to run them. The file is a .run. This is exacerbated by the fact that there is a good amount of overscan as a result of not having video drivers installed, and I can't see many of the buttons that would have probably resolved this issue by now.
quote   quick quote   edit   quick edit   del  searchposts in thread  report
LinkMaster03
NeoXtreme



LinkMaster03's profileLinkMaster03's neohomeNeoPM LinkMaster03
total posts: 8741
since: Jul 2003
Nov 08, 09 at 1:36am
re: New to Linux! Need some basic help to get started

You can try running it by double-clicking it. (or looking for an Execute/Run option in the right-click menu)

If you are unsuccessful, can you link me to the drivers you downloaded?


-------------------
"Give a man a link, and he'll have information for a day, teach him to Google and he'll never bug you again."

The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
quote   quick quote   edit   quick edit   del  searchposts in thread  report
Northern49
Still Seekin'



Northern49's profileEmail Northern49
total posts: 3327
since: May 2005
Nov 08, 09 at 3:10am
re: New to Linux! Need some basic help to get started

Link: http://www.nvidia.com/object/linux_display_amd64_185.18.36.html

Double-clicking the file prompts a select application to run dialogue box with no suggestions. Assuming .run functions anything like .exe, it should be native to the OS and shouldn't need any compulsory application.
quote   quick quote   edit   quick edit   del  searchposts in thread  report
Avalith
Avasythe: Dividing by Zero since 2008/0
(moderator)

RPG/Adventure [DS]
Wiki Staff Applications


wiki staff
chrono
neowiki
pokemon
yugioh




Avalith's profileAvalith's neohomeNeoPM AvalithAvalith's gallery (16 images)
total posts: 19334
GameGrep pts: 3873
since: Jul 2003
Nov 08, 09 at 4:04am
re: New to Linux! Need some basic help to get started

Hey there. Open up a terminal session (Applications -> Accessories -> Terminal) and move to where you placed the .run file (if you put it in a directory called Downloads, for example, type cd Downloads). From there, type ./nameoffiletorun.run, replacing nameoffiletorun with the actual name that it was downloaded as. If you used spaces (which you hopefully shouldn't have!) in the file name, place the entire file name (including the .run) in quotation marks (./"name of file to run.run").


-------------------

Registered Linux User No. 498029
quote   quick quote   edit   quick edit   del  searchposts in thread  report
LinkMaster03
NeoXtreme



LinkMaster03's profileLinkMaster03's neohomeNeoPM LinkMaster03
total posts: 8741
since: Jul 2003
Nov 08, 09 at 4:07am
re: New to Linux! Need some basic help to get started

It looks like you can install the NVIDIA drivers you want from Ubuntu's repositories. Try typing the following in a terminal (Alt+F2, type terminal, open it):

code
sudo apt-get install nvidia-glx-185

(you will be prompted for your password, enter it, but keep in mind nothing will appear on the screen as you type it)

Alternatively, you can launch the Synaptic Package Manager (Alt+F2, type synaptic, find in list and run it) and install the package "nvidia-glx-185" through its graphical interface. If Synaptic cannot find the package, you probably need to enable all the main repositories. There is a tutorial on how to do that here. Make sure you enable the one that is labeled "Proprietary driver for devices (restricted)".

Keep in mind that, unlike on Windows, almost all things you will need to install on Linux can be found in Ubuntu's package repositories. You should use the repositories to install packages whenever possible, because it allows the system to manage all your software (installing, updating, removing) from a central location.


-------------------
"Give a man a link, and he'll have information for a day, teach him to Google and he'll never bug you again."

The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
quote   quick quote   edit   quick edit   del  searchposts in thread  report
Northern49
Still Seekin'



Northern49's profileEmail Northern49
total posts: 3327
since: May 2005
Nov 08, 09 at 5:25am
re: New to Linux! Need some basic help to get started

quote Avalith
Hey there. Open up a terminal session (Applications -> Accessories -> Terminal) and move to where you placed the .run file (if you put it in a directory called Downloads, for example, type cd Downloads). From there, type ./nameoffiletorun.run, replacing nameoffiletorun with the actual name that it was downloaded as. If you used spaces (which you hopefully shouldn't have!) in the file name, place the entire file name (including the .run) in quotation marks (./"name of file to run.run").
This solution did not work. After changing to the proper directory and attempting to run the file, it denied permission.

quote LinkMaster03
It looks like you can install the NVIDIA drivers you want from Ubuntu's repositories. Try typing the following in a terminal (Alt+F2, type terminal, open it):

code

sudo apt-get install nvidia-glx-185


(you will be prompted for your password, enter it, but keep in mind nothing will appear on the screen as you type it)

Alternatively, you can launch the Synaptic Package Manager (Alt+F2, type synaptic, find in list and run it) and install the package "nvidia-glx-185" through its graphical interface. If Synaptic cannot find the package, you probably need to enable all the main repositories. There is a tutorial on how to do that here. Make sure you enable the one that is labeled "Proprietary driver for devices (restricted)".

Keep in mind that, unlike on Windows, almost all things you will need to install on Linux can be found in Ubuntu's package repositories. You should use the repositories to install packages whenever possible, because it allows the system to manage all your software (installing, updating, removing) from a central location.
This solution seemed to have worked. The driver seemingly installed, however, I have no idea where the drivers were installed to. Im just so fixated on the Windows mentality. And Im stuck in frénch kéyboard modé! I did a search of the file system and came up with no Nvidia files.
quote   quick quote   edit   quick edit   del  searchposts in thread  report
Avalith
Avasythe: Dividing by Zero since 2008/0
(moderator)

RPG/Adventure [DS]
Wiki Staff Applications


wiki staff
chrono
neowiki
pokemon
yugioh




Avalith's profileAvalith's neohomeNeoPM AvalithAvalith's gallery (16 images)
total posts: 19334
GameGrep pts: 3873
since: Jul 2003
Nov 08, 09 at 4:48pm
re: New to Linux! Need some basic help to get started

quote Northern49
quote Avalith
Hey there. Open up a terminal session (Applications -> Accessories -> Terminal) and move to where you placed the .run file (if you put it in a directory called Downloads, for example, type cd Downloads). From there, type ./nameoffiletorun.run, replacing nameoffiletorun with the actual name that it was downloaded as. If you used spaces (which you hopefully shouldn't have!) in the file name, place the entire file name (including the .run) in quotation marks (./"name of file to run.run").
This solution did not work. After changing to the proper directory and attempting to run the file, it denied permission.
Whoops! I forgot to tell you to preface the command with sudo.

If you ever run into a "Permission denied" error again when working in a terminal, just type the command again with sudo at the front (or just hit the up arrow on your keyboard, ctrl+A, and type sudo and then a space to save yourself from having to type out a long command all over again).



-------------------

Registered Linux User No. 498029
quote   quick quote   edit   quick edit   del  searchposts in thread  report
LinkMaster03
NeoXtreme



LinkMaster03's profileLinkMaster03's neohomeNeoPM LinkMaster03
total posts: 8741
since: Jul 2003
Nov 08, 09 at 6:34pm
re: New to Linux! Need some basic help to get started

If you want to see what files the nvidia-glx-185 package installed, type this command in the terminal:

code
dpkg --listfiles nvidia-glx-185


Also, about trying to run the file, you probably *do* need to use sudo as Avalith mentioned. Just so you know, putting sudo before a command will run the command as the "root" user, which is similar to the Administrator account on Windows. "root" has access to everything on the system. You should only run commands with sudo when it is absolutely necessary, because you can break your system if you are not careful.

Another issue that may have not let you run the .run file is the fact that it is probably not marked as executable. On Linux, files need to be marked as executable before you can run them. To do this, right-click the file, go to properties, and somewhere in that menu you will find a box labeled "Mark as Executable", or similar. Just check that and you are ready to go.

If you want to remove the NVIDIA drivers you installed through the package manager, you can use the graphical interface (Synaptic) or type the following command:


code
sudo apt-get remove nvidia-glx-185


-------------------
"Give a man a link, and he'll have information for a day, teach him to Google and he'll never bug you again."

The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
quote   quick quote   edit   quick edit   del  searchposts in thread  report
Northern49
Still Seekin'



Northern49's profileEmail Northern49
total posts: 3327
since: May 2005
Nov 10, 09 at 6:03pm
re: New to Linux! Need some basic help to get started

Nothing really seems to be working. Ive gotten into Nvidia X Server Settings (Which seems to be a very dumbed down version of Nvidia Control Panel) yet it doesnt show the proper resolution and doesnt give the option to resize to a custom resolution. Ive tried getting into the xorg.conf but that doesnt work either.
quote   quick quote   edit   quick edit   del  searchposts in thread  report
Avalith
Avasythe: Dividing by Zero since 2008/0
(moderator)

RPG/Adventure [DS]
Wiki Staff Applications


wiki staff
chrono
neowiki
pokemon
yugioh




Avalith's profileAvalith's neohomeNeoPM AvalithAvalith's gallery (16 images)
total posts: 19334
GameGrep pts: 3873
since: Jul 2003
Nov 10, 09 at 11:41pm
re: New to Linux! Need some basic help to get started

Try following this tutorial and see if that fixes your problem.


-------------------

Registered Linux User No. 498029
quote   quick quote   edit   quick edit   del  searchposts in thread  report
[All dates in (PT) time]Threads List   « Next Newest   Next Oldest »
REPLY TO THIS THREAD   START NEW THREAD


search:
Neoseeker Forums » Computer Hardware » *Nix OS and Software » New to Linux! Need some basic help to get started



Jump to another forum:

Powered by neoforums v0.9.7g (equilibrium)
Copyright Neo Era Media, Inc. 1999-2009

neoseeker forum community
Neoseeker.com   |   Forum Rules   |   Forum FAQ   |   Neoseeker Terms of Use   |   Supermods On Duty [ server id: ascension ··· elapsed: 0.0991759300]
Affiliated sites:   GameGrep - Football Manager Wiki - Halo Wiki - MGS Wiki - GTA Wiki - Smackdown Wiki - Zelda Wiki - PS2seeker - Xbox seeker - DEVPEN - GFXcess