LinuxQuestions.org
Register a domain and help support LQ
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
 
LinkBack Search this Thread
Old 04-12-2011, 09:51 AM   #1
vivanguarda
Member
 
Registered: Sep 2008
Posts: 136

Rep: Reputation: 2
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: 23
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: 1,860

Rep: Reputation: 254Reputation: 254Reputation: 254
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: 46

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: 289

Rep: Reputation: 24
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
Senior Member
 
Registered: May 2008
Posts: 2,843

Rep: Reputation: 674Reputation: 674Reputation: 674Reputation: 674Reputation: 674Reputation: 674
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, Aptosid, Squeeze
Posts: 207

Rep: Reputation: 27
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: 570

Rep: Reputation: 113Reputation: 113
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
Posts: 136

Original Poster
Rep: Reputation: 2
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: 23
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: 209

Rep: Reputation: 60
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: 616

Rep: Reputation: 188Reputation: 188
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: 1,860

Rep: Reputation: 254Reputation: 254Reputation: 254
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
Member
 
Registered: Oct 2003
Location: WA
Distribution: Slackware64 14.0, Slackware 14.0
Posts: 450

Rep: Reputation: 121Reputation: 121
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


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are On
Refbacks are 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


All times are GMT -5. The time now is 03:24 PM.

Main Menu
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration