LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-12-2011, 09:51 AM   #1
vivanguarda
Member
 
Registered: Sep 2008
Location: RJ-Brazil
Distribution: Slackware
Posts: 181

Rep: Reputation: 5
Xorg -configure or Sh Nvidia Install


I did a slack 13.1 fresh install and used a 6600GT nvidia card. Now, I need a Xorg operation and the main use are games applications. Are there some performance difference to it (games) if I use a Xorg -configure or a sh NvidiaXXX.run install to write a xorg.conf ? What´s the best way to it?
 
Old 04-12-2011, 10:05 AM   #2
JokerBoy
Member
 
Registered: Sep 2009
Posts: 140

Rep: Reputation: 24
There's no need to use a xorg.conf at all. but I recommend using nvidia-{driver,kernel} slackbuilds, and not the manually way...
 
Old 04-12-2011, 10:50 AM   #3
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
I always take the nvidia binary and install it manually. So far it's working just fine with me and found no problem
 
Old 04-12-2011, 11:07 AM   #4
CFet
Member
 
Registered: Mar 2011
Location: BC, Canada
Distribution: Slackware 13.1
Posts: 47

Rep: Reputation: 0
Quote:
Originally Posted by vivanguarda View Post
I did a slack 13.1 fresh install and used a 6600GT nvidia card. Now, I need a Xorg operation and the main use are games applications. Are there some performance difference to it (games) if I use a Xorg -configure or a sh NvidiaXXX.run install to write a xorg.conf ? What´s the best way to it?
Hey vivanguarda,

Also running 13.1. What worked for me: Used slackbuild scripts from slackbuild.org. Make sure to edit them for the new driver version you download from Nvidia OR download the driver specified in the script if you really aren't worried about having the latest and greatest nvidia driver (I just wanted one I knew would work).

After that, switched to console mode, and killed X, ran the nvidia-driver-reallylongname.run file. Followed the prompts and it wrote the xorg.conf file for me to /etc/X11/xorg.conf.

Cheers!
Chris
 
Old 04-12-2011, 12:36 PM   #5
unclejed613
Member
 
Registered: Mar 2009
Posts: 352

Rep: Reputation: 32
i've been happy with the nvidia really-long-fn.run binary. it does the kernel compile, and the xorg config in a very short time, and just plain works. that's good enough for me, and there are a couple of games i use.... bzflag for one, and no problems with them.
 
1 members found this post helpful.
Old 04-12-2011, 01:00 PM   #6
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,897

Rep: Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019
I'm with Unclejed on this. I know some people like the slackbuild packaged version, but I've been using the NVIDIA-*.run installer for a very long time and it's never let me down.

I'd also use the xorg.conf that the NVIDIA-*.run installer generates and then hand tweak it to suit your preferences. I know you can run without one these days, but sooner or later you're going to want to tweak something, and it's much easier if you already have a nice working config file sitting there to play with.
 
1 members found this post helpful.
Old 04-12-2011, 01:25 PM   #7
zbreaker
Member
 
Registered: Dec 2008
Location: New York
Distribution: Slack -current, siduction
Posts: 253

Rep: Reputation: 29
Another vote for the NVIDIA-*.run installer...it does it all. Used it loads of times and it's never left me hanging.
 
1 members found this post helpful.
Old 04-12-2011, 01:31 PM   #8
zordrak
Member
 
Registered: Feb 2008
Distribution: Slackware
Posts: 595

Rep: Reputation: 116Reputation: 116
Quote:
Originally Posted by vivanguarda View Post
I did a slack 13.1 fresh install and used a 6600GT nvidia card. Now, I need a Xorg operation and the main use are games applications. Are there some performance difference to it (games) if I use a Xorg -configure or a sh NvidiaXXX.run install to write a xorg.conf ? What´s the best way to it?
Configuring NVidia Cards on Slackware
 
Old 04-12-2011, 10:31 PM   #9
vivanguarda
Member
 
Registered: Sep 2008
Location: RJ-Brazil
Distribution: Slackware
Posts: 181

Original Poster
Rep: Reputation: 5
My dears, Thanks a lot!!!

Nvidia-*.run won. Installed!

Admin, Solved thread, ok!
 
Old 04-12-2011, 11:18 PM   #10
JokerBoy
Member
 
Registered: Sep 2009
Posts: 140

Rep: Reputation: 24
good luck with updating the video driver, and good luck with multiple kernels.
 
Old 04-13-2011, 04:29 AM   #11
wadsworth
Member
 
Registered: Aug 2007
Distribution: Slackware64 13.37
Posts: 215

Rep: Reputation: 65
Upgrading is simple:
Download the next driver release and run it.
Or "nvidia-installer --update"

Installing for a non-running kernel:
sh NVIDIA-Linux-###.run -K -k "kernel-version"

Other useful options:
-a (accept license)
-n (don't bother looking for precompiled interface)
--ui=none (no ncurses display)
 
Old 04-13-2011, 05:07 AM   #12
wildwizard
Member
 
Registered: Apr 2009
Location: Oz
Distribution: slackware64-14.0
Posts: 875

Rep: Reputation: 282Reputation: 282Reputation: 282
My new preferred method is this

Install the Nvidia binary blob and say no to create/modify xorg.conf

Create /etc/X11/xorg.conf.d/20-nvidia.conf
Code:
Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection
Installation complete.
 
Old 04-13-2011, 09:41 AM   #13
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
when i have a new system, i will let Nvidia make the xorg.conf for me and then i will modify it if it's needed.
In most cases, the generated xorg.conf by Nvidia installer works like charm
 
Old 04-13-2011, 05:51 PM   #14
kingbeowulf
Senior Member
 
Registered: Oct 2003
Location: WA
Distribution: Slackware
Posts: 1,266
Blog Entries: 11

Rep: Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744
The main advantages to using SBo slackbuilds vs. running the nvidia-xxx.run script:
  1. Slackware standard packages.
  2. Proper removal/uninstall - the .run script doesn't restore the original mesa/X.org libraries properly.
  3. Can switch between Nvidia and open source driver "on the fly."
A disadvantage to the slackbuilds is the lack of support for a multilib option in Slackware64, if one wants to run WINE, for example, in Slackware64.

I've used both the .run script and the packages. Which you choose will be a matter of personal preference.

BTW, the Nvidia slackbuilds on SBo has a new maintainer (me). I am planning to rejigger the scripts a bit for the next release. Send comments to the slackbuilds mailing list or find me on IRC #slackbuilds.
 
  


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
How do I configure xorg for Nvidia: using KDE 4.4.5 JosephS Linux - Desktop 2 03-05-2011 06:11 PM
[SOLVED] -current updates Mesa/Xorg + Legacy nVidia + X -configure = Problems linus72 Slackware 5 11-23-2010 01:38 AM
SO how did XORG change? Cause i t will not let me install Nvidia Drv without crashin K420 Linux - Newbie 4 04-16-2009 10:46 AM
screen position problem after xorg+nvidia install hazelett Debian 2 10-04-2006 01:09 PM
Xorg flickers and dies after nVidia driver install attempt OwlManAtt Linux - Software 10 03-02-2005 10:29 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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