|
|
#1 | |
|
Registered User
Join Date: Jun 2007
Posts: 2,438
|
Quote:
Download Main site Direct links to help in this thread: Better looking fonts in openSUSE NVIDIA driver repo. 1-Click Install Search Packman repos in YaST for DVD playback, codecs, VLC player, Xine MP3 playback and extra drivers Install Chromium/Google Chrome Setup OpenDNS in Network Manager for better network performance Last edited by Sean_W; 07-25-10 at 07:18 AM. Reason: Added helpful links |
|
|
|
|
|
|
#2 | |
|
Registered User
|
I am going to give it a go, SuSe was the first linux distro i tried back in 2004
|
|
|
|
|
|
|
#3 | |
|
Guest
Posts: n/a
|
Quote:
![]() I sense a format in the near future. I need another rig. Ubuntu is perfect on my XPS, and it's running exactly as I like. I would imagine the SUSE (Novell?) crowd keeps this highly polished though... Crap - gonna dl it and give it a go. ![]() |
|
|
|
|
#4 | |
|
Registered User
|
lol @ a confused old man ![]() |
|
|
|
|
|
|
#5 |
|
Guest
Posts: n/a
|
|
|
|
|
#6 | |
|
Registered User
|
![]() ![]() |
|
|
|
|
|
|
#7 |
|
Registered User
Join Date: Jun 2007
Posts: 2,438
|
Guys, I'm running is right now, so if you need any help just ask.
It's improved a lot but don't expect it too be easy as Ubuntu and the NVIDIA driver will be packaged shortly(the hard way otherwise). I don't need 3D for now. Flash is easy to install via the update system and Banshee comes with MP3 support by default. If you want Chrome(Chromium is the open source version) just use the open build service http://software.opensuse.org/search?...ude_debug=true openSUSE:11.3:Contrib/standard, Click "1-click install" In Firefox when you click that link just click OpenWith and you'll see the option "YaST Meta Package Handler" and it will ask you a few questions about adding the repo, just say yes, bah, bah, yes ok. Get the DVD if you want to install it, the CD has limited software. |
|
|
|
|
|
#8 |
|
Registered User
|
Thanks Sean , I'm going to download over night tonight.
Install on a disk tomorrow |
|
|
|
|
|
#9 |
|
Registered User
Join Date: Jun 2007
Posts: 2,438
|
Let me just explain something about the NVIDIA driver situation and why it is as it is.
The newer distros now use the open source NVIDIA driver called Nouveau, which only provides 2D acceleration(only experimental 3D acceleration not by default in some distros). It supports advanced features like KMS (Kernel Mode Setting) which makes seamless resolutions switching. Ubuntu bridges the gap with binary proprietary drivers, other distros like openSUSE don't and the NVIDIA binary driver from NVIDIA conflicts with the Nouveau driver, so it's like having two drivers access the same hardware, which cannot happen. With these distros you have to sort this out manually by completely disabling the Nouveau driver. It's a pretty simple one command in some distros and then you can install the NVIDIA binary driver when they provide the packages for openSUSE 11.3. I've done this sort of thing many times, so I know the drill off by heart and it's not for new users installing the NVIDIA driver manually. If you want to dig in deep with me, you're welcome or you can just wait for the packages. ![]() I assume you guys have never attempted manually installing the NVIDIA driver? (excuse me for my ignorance) |
|
|
|
|
|
#10 |
|
Registered User
|
I don't like waiting
Probs ask for some help from you sean and get it working .Thanks |
|
|
|
|
|
#11 |
|
Registered User
Join Date: Jun 2007
Posts: 2,438
|
|
|
|
|
|
|
#12 |
|
Registered User
Join Date: Jun 2007
Posts: 2,438
|
Let's begin. The manual way
1. Download the NVIDIA driver here http://www.nvidia.com/object/unix.html select 32bit/64bit whatever. Firefox should let you save the file like a normal file, other browsers might not, so just right click the "Agree to Download" button and "Save Link As" if you get a bunch of text. 2. Just name it "nvidia-driver.run" rather than the full name because it's long and save it to your home directory(not in a folder somewhere). 3. Now make the file executable in the file manager by just right clicking that file and Properties>Permissions Execute and tick "Allow executing file as program". I won't bore you with the one command to do that. ![]() 4. Reboot and when you see the bootloader screen, type nomodeset after the text at the bottom, (hit space, just type nomodeset) and press enter to boot. 5. Once you have booted into the desktop, go into the menu "Computer" click Install/Remove Software. 6. Type "Kernel-devel" in the find bar at the top. Click the box next to kernel-devel that it finds. Do the same in the search box and for "make" and "gcc". Click Apply and let it install whatever it needs and downloads, or you can paste the following command in the terminal, which should do the same thing. Code:
sudo zypper in kernel-devel gcc make 7. Press Ctrl, Alt, F1. This will get to you a TTY. Login as "root" and enter your root password you have set or just the password you login with(the default way on installation). 8. Type init 3 then press enter on that screen and make sure you're on that screen were you logged in before you typed init 3. 9. Type cd /home/myusername So mine would be /home/sean. Type ls to list the files in your home directory(cd moved you to that directory) and you should see your nvidia-driver.run file. 10. Now Type sh nvidia-driver.run and follow the instructions, just say yes, yes. It will now compile the NVIDIA driver, so just wait for it to finish. 11. You'll get a message at the end asking you, do you want to NVIDIA to change the xorgconf for you, say yes. 12. The NVIDIA driver is now installed. To start the login manager, just type init 5 and it should start. Done. Next Time you boot, you'll need to make the nomodeset permanent. WARNING: If you do not set this or do nomodeset at boot, you will have problems and the NVIDIA driver and screen my not start. Open YaST in the menu, go to System>Boot Loader. Click Edit and at the bottom you will see "Optional Kernel Command Line Perameter". At the end with a space type nomodeset, click OK and OK again and that should be it. Please let me know how you get on and good luck. ![]() Last edited by Sean_W; 07-18-10 at 11:48 AM. |
|
|
|
![]() |
| Thread Tools | |
|
|