-
ikke
- Posts: 258
- Joined: 5. Feb 2010, 22:47
Post
by ikke » 26. Dec 2010, 13:30
pwatk wrote:There isn't anything simpler, creating packages of this is far more work than it's worth undertaking.
Just to say : thank you very much!
Merry Christmas.
-
pwatk
- Posts: 474
- Joined: 14. Mar 2010, 23:56
- Location: United Kingdom
Post
by pwatk » 27. Dec 2010, 00:42
No problem

-
mandog
- Posts: 11
- Joined: 15. Dec 2010, 10:51
- Location: Thetford UK.
Post
by mandog » 28. Dec 2010, 19:56
# slapt-get -i kernel-source
2. Go to nvidia.com and select your OS, architecture and graphics card from the drop-down menus.
3. Save the installer to home directory
4. Open a terminal, login as root (su )
5. cd /home/your name
sh NVI press tab it should then auto complete like this
NVIDIA-Linux-<arch>-<version>.run then ad this --no-x-check so then you have,
6.sh NVIDIA-Linux-<arch>-<version>.run--no-x-check
let nvidia build and set up xorg
when finnished reboot
The Old Dog Lives On
-
Shador
- Posts: 1295
- Joined: 11. Jun 2009, 14:04
- Location: Bavaria
Post
by Shador » 28. Dec 2010, 21:52
mandog wrote:# slapt-get -i kernel-source
2. Go to nvidia.com and select your OS, architecture and graphics card from the drop-down menus.
3. Save the installer to home directory
4. Open a terminal, login as root (su )
5. cd /home/your name
sh NVI press tab it should then auto complete like this
NVIDIA-Linux-<arch>-<version>.run then ad this --no-x-check so then you have,
6.sh NVIDIA-Linux-<arch>-<version>.run--no-x-check
let nvidia build and set up xorg
when finnished reboot
Reboot sucks.

Destroys one's nice uptime and takes longer than a:
Apart that's much geekier.

-
mandog
- Posts: 11
- Joined: 15. Dec 2010, 10:51
- Location: Thetford UK.
Post
by mandog » 29. Dec 2010, 08:20
Reboot sucks.

Destroys one's nice uptime and takes longer than a:
Apart that's much geekier.

[/quote]
Nothing geeky in giving a alternative way of doing things
I think comments like this are for ubuntu forums not on serious Linux forums
stopping and starting the Xserver takes as long as rebooting also nvidia drivers need to start before the xserver to setup correctly
The Old Dog Lives On
-
pwatk
- Posts: 474
- Joined: 14. Mar 2010, 23:56
- Location: United Kingdom
Post
by pwatk » 29. Dec 2010, 08:26
Thanks for the '--no-x-check' tip.
I disagree with your comment regarding rebooting, it's not required and provided you have X setup correctly then the Nvidia driver will load with the Xserver.
That said, it doesn't matter which approach you use you'll still reach the same goal.
-
mandog
- Posts: 11
- Joined: 15. Dec 2010, 10:51
- Location: Thetford UK.
Post
by mandog » 29. Dec 2010, 09:47
Its not my tip it is mentioned earlier in the thread all I did was string it all together.
as ive used this method for a long time and some distros you need to go around the bushes to stop the xserver. as I use Gnome/kde I can open a terminal directly in any directory so it is simpler than I described, as far as the geek comment! i'm a ordinary user and have to copy paste to use the command line I really do not qualify to be called a geek visit
http://www.parsix.org/html/index.php.
http://www.archlinux.org/ and you can find me there. Look for my aviator/or user name.
The Old Dog Lives On
-
JRD
- Salix Warrior
- Posts: 950
- Joined: 7. Jun 2009, 22:52
- Location: Lyon, France
Post
by JRD » 29. Dec 2010, 14:48
If you don't want to reboot, you must (after install) :
- disconnect from your session.
- if you already have a previous version of nvidia installed, you must also do :
- switch to runlevel 3 : init 3
- remove nvidia driver from the loaded drivers : modprobe -r nvidia
- switch back to runlevel 4 : init 4 (which will reload the new nvidia kernel driver and the new X11 nvidia driver)
- login again.
The '--no-x-check' argument is a good thing to do if you want to install your next driver but still continues to work.
-
Shador
- Posts: 1295
- Joined: 11. Jun 2009, 14:04
- Location: Bavaria
Post
by Shador » 1. Jan 2011, 19:08
mandog wrote:Shador wrote:Reboot sucks.

Destroys one's nice uptime and takes longer than a:
(init 3; init 4) &
Apart that's much geekier.

Nothing geeky in giving a alternative way of doing things
I think comments like this are for ubuntu forums not on serious Linux forums
stopping and starting the Xserver takes as long as rebooting also nvidia drivers need to start before the xserver to setup correctly
I'm absolutely sure that I'm back to work much faster with a X restart than with a reboot. It's something like 30s (if at all) opposed to min. 1min (more like 2min) for a complete reboot.
Apart from that what's the problem about pointing out an alternative, faster way to your instructions? On top of that I wasn't really trying to hide that I'm joking, were I. Nevertheless this solution really may seem geeky to many alien, alienated and earthly creatures inhabiting this planet.

That's why I don't criticize your approach as rebooting is most of the time the much more failsafe way.
-
mandog
- Posts: 11
- Joined: 15. Dec 2010, 10:51
- Location: Thetford UK.
Post
by mandog » 3. Jan 2011, 16:40
Shador wrote:mandog wrote:Shador wrote:Reboot sucks.

Destroys one's nice uptime and takes longer than a:
(init 3; init 4) &
Apart that's much geekier.

Nothing geeky in giving a alternative way of doing things
I think comments like this are for ubuntu forums not on serious Linux forums
stopping and starting the Xserver takes as long as rebooting also nvidia drivers need to start before the xserver to setup correctly
I'm absolutely sure that I'm back to work much faster with a X restart than with a reboot. It's something like 30s (if at all) opposed to min. 1min (more like 2min) for a complete reboot.
Apart from that what's the problem about pointing out an alternative, faster way to your instructions? On top of that I wasn't really trying to hide that I'm joking, were I. Nevertheless this solution really may seem geeky to many alien, alienated and earthly creatures inhabiting this planet.

That's why I don't criticize your approach as rebooting is most of the time the much more failsafe way.
[/i]
I reboot to ensure the old drivers are completely removed from the system and only for that reason as I had some problems a while back with graphics after upgrading Nvidia drivers and after wasting a 1hr or so I rebooted, and it went away 1hr v 45 secs no contest.
The Old Dog Lives On