Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
04-12-2011, 09:51 AM
|
#1
|
|
Member
Registered: Sep 2008
Posts: 136
Rep:
|
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?
|
|
|
|
04-12-2011, 10:05 AM
|
#2
|
|
Member
Registered: Sep 2009
Posts: 140
Rep:
|
There's no need to use a xorg.conf at all. but I recommend using nvidia-{driver,kernel} slackbuilds, and not the manually way...
|
|
|
|
04-12-2011, 10:50 AM
|
#3
|
|
Senior Member
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 1,860
|
I always take the nvidia binary and install it manually. So far it's working just fine with me and found no problem
|
|
|
|
04-12-2011, 11:07 AM
|
#4
|
|
Member
Registered: Mar 2011
Location: BC, Canada
Distribution: Slackware 13.1
Posts: 46
Rep:
|
Quote:
Originally Posted by vivanguarda
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
|
|
|
|
04-12-2011, 12:36 PM
|
#5
|
|
Member
Registered: Mar 2009
Posts: 289
Rep:
|
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.
|
04-12-2011, 01:00 PM
|
#6
|
|
Senior Member
Registered: May 2008
Posts: 2,843
|
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.
|
04-12-2011, 01:25 PM
|
#7
|
|
Member
Registered: Dec 2008
Location: New York
Distribution: Slack -current, Aptosid, Squeeze
Posts: 207
Rep:
|
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.
|
04-12-2011, 01:31 PM
|
#8
|
|
Member
Registered: Feb 2008
Distribution: Slackware
Posts: 570
Rep: 
|
Quote:
Originally Posted by vivanguarda
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
|
|
|
|
04-12-2011, 10:31 PM
|
#9
|
|
Member
Registered: Sep 2008
Posts: 136
Original Poster
Rep:
|
My dears, Thanks a lot!!!
Nvidia-*.run won. Installed!
Admin, Solved thread, ok!
|
|
|
|
04-12-2011, 11:18 PM
|
#10
|
|
Member
Registered: Sep 2009
Posts: 140
Rep:
|
good luck with updating the video driver, and good luck with multiple kernels.
|
|
|
|
04-13-2011, 04:29 AM
|
#11
|
|
Member
Registered: Aug 2007
Distribution: Slackware64 13.37
Posts: 209
Rep:
|
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)
|
|
|
|
04-13-2011, 05:07 AM
|
#12
|
|
Member
Registered: Apr 2009
Location: Oz
Distribution: slackware64-14.0
Posts: 616
Rep: 
|
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.
|
|
|
|
04-13-2011, 09:41 AM
|
#13
|
|
Senior Member
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 1,860
|
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 
|
|
|
|
04-13-2011, 05:51 PM
|
#14
|
|
Member
Registered: Oct 2003
Location: WA
Distribution: Slackware64 14.0, Slackware 14.0
Posts: 450
Rep: 
|
The main advantages to using SBo slackbuilds vs. running the nvidia-xxx.run script: - Slackware standard packages.
- Proper removal/uninstall - the .run script doesn't restore the original mesa/X.org libraries properly.
- 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.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 03:24 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|