Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
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.
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Is it possible to install googl earth 5 on OpenSuse 11 running a Gnome platform. Or any other version of google earth on OpenSuse 11 running a Gnome platform.
I have successfully installed Google Earth 5 in Opensuse 11.1 with KDE 3.5. I think using Gnome does not make a problem, since Google Earth can be installed even in CentOS or Ubuntu, typically running Gnome by default.
After downloading the installer, just do (as root)
Thank you for your help! I have installed and it is working.
When I start google earth it says, apparently I am running google earth on 'openGl' with software emulation. It recommends me to upgrade the graphics card driver. Any idea how I do that. How can I find out what graphics card I have without opening the computer?
Hi Thank you for that. I managed to get some details, Should I open a different thread to find out what I need from there and how do I look for driver Upgrades. The following is what I got from the lspci command if you can shed any light on it for me.
01:00.0 VGA compatible controller: nVidia Corporation Geforce 9600 GT 512mb (rev a1) (prog-if 00 [VGA controller])
Subsystem: ASUSTeK Computer Inc. Device 827c
Flags: bus master, fast devsel, latency 0, IRQ 10
Memory at f6000000 (32-bit, non-prefetchable) [size=16M]
Memory at e0000000 (64-bit, prefetchable) [size=256M]
Memory at f4000000 (64-bit, non-prefetchable) [size=32M]
I/O ports at b000 [size=128]
[virtual] Expansion ROM at f7000000 [disabled] [size=512K]
Capabilities: [60] Power Management version 3
Capabilities: [68] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
Capabilities: [78] Express Endpoint, MSI 00
Capabilities: [b4] Vendor Specific Information <?>
Capabilities: [100] Virtual Channel <?>
Capabilities: [128] Power Budgeting <?>
Capabilities: [600] Vendor Specific Information <?>
Kernel modules: nvidiafb
On my Notebook (Sony Vaio) I have Opensuse 11.1 and NVIDIA GeForce Go 7600. I have installed the proprietary driver downloaded from NVIDIA site and it runs without a glitch. You can download it starting from this page and selecting GeForce 9M Series as Product.
Before proceeding, make a backup copy of /etc/X11/xorg.conf, since this fundamental file will be changed by the NVIDIA installer. If something goes wrong, you can always restore it to the previous status.
To install the driver, you have to make the downloaded file executable. Then stop the X server (for example using the command init 3 as root) and run the installer. Answer yes to all the questions, then restart the X server when finished (or reboot the machine) and the trick is done.
Also check and follow instructions on this page, specific for Opensuse.
Hi again, Thank you for being patient with me! Sorry this is post is a bit lengthy. I ran into a series of errors which I have listed below.
But before that, my hunch is these errors could be because I did not do one thing you asked me to do because I did not know how to. You mentioned, "To install the driver, you have to make the downloaded file executable" I do not know how to do that. But the NVIDIA web site did not say that, it only asked me to enter the following command, "sh NVIDIA-Linux-x86_64-180.29.pkg2.run". That is exactly what I did as root after stopping the X server (init 3). Now to the error messages;
1. No precompiled kernel interface was found to match your kernel: would you like the installer to attempt to download a kernel interface for your kernel from the NVIDIA ftp site (ftp://download.nvidia.com)? = OK
2. No matching precompiled kernel interface was found on the NVIDIA ftp site: this means that the installer will need to compile a kernel interface for your kernel. = OK
3. Unable to find the development tool 'cc' in your path; please make sure that you have the package 'gcc' installed. If 'gcc' is installed on your system, then please check that 'cc' is in your path.
4. Installation failed!
Apart from number 4, I did not understand any of the other errors, specially what are cc and gcc? Please help if possible.
Distribution: openSuSE 11.0, Granular 1.0, Mandriva One 2009, Fedora 11
Posts: 60
Rep:
yaarappa,
Make sure you have "gcc" installed on your system. Also, you would be needing the kernel source (corresponding to your current kernel version) installed before compiling those official NVIDIA drivers. The kernel source is usually available with name like "kernel-source-xxx".
1. No precompiled kernel interface was found to match your kernel: would you like the installer to attempt to download a kernel interface for your kernel from the NVIDIA ftp site (ftp://download.nvidia.com)? = OK
2. No matching precompiled kernel interface was found on the NVIDIA ftp site: this means that the installer will need to compile a kernel interface for your kernel. = OK
3. Unable to find the development tool 'cc' in your path; please make sure that you have the package 'gcc' installed. If 'gcc' is installed on your system, then please check that 'cc' is in your path.
4. Installation failed!
The first two errors are the normal behaviour: you have to reply YES to when prompted. Then the installer will simply build the nvidia module on your computer. In order to do that, it needs a valid C compiler and the kernel sources/headers.
Use Yast software manager to install these requirements. In particular from the drop down menu in the upper left corner, select "Filter: pattern", scroll down the list and check "Base Development" and "Linux Kernel Developement". Click on accept and wait for completion.
After that you will have all the basic tools for compiling applications from source (included the GNU-C compiler, gcc) and the kernel sources.
Then try the installation of the nvidia driver again. Don't worry about the permissions of the installer file. Running it using the sh command let you execute it even if it has not the executable permission. The command to make it executable is
Code:
chmod +x NVIDIA-Linux-x86_64-180.29.pkg2.run
in this way you can run it using
Code:
./NVIDIA-Linux-x86_64-180.29.pkg2.run
but it is not mandatory. You can stick with the sh NVIDIA-Linux-x86_64-180.29.pkg2.run without any problem.
I installed through yast2; gcc, make, kernel-source and then executed in root, init 3 and sh NVIDA-Linux-x86_64-180.29-pkg2.run, afterwards it did many things on its own and finally said installation completed. All went pearshape after that when I re booted the system. I could not go into the login screen at all. The error messages were -
Failed to start the X server (your graphical interface) it is likely that it is not set up correctly. Would you like to view the X server output to diagnose the problem.
X Server output -
This is a pre release version of the x server from the X.Org foundation. It is not supported in any way.
X.org X server 1.4.0.90
release date: 5th september 2007
X protocol version 11, revision 0
My Operating system - linux-peze 2.6.25.20-0.1-default # 1 SMP
AS recommended I made a backup copy of the xorg.conf on my desktop. If this is copied back will it solve the problem? If so how do I do it? Because all I can see is a DOS type screen I do not know the commands to do any thing as I am new to Linux.
If not if I do the installation again will I loose my files and other installed programmes?
How do I take a backup on to a DVD of all my files?
I think the installer didn't configure the xorg correctly.
In the command prompt (text mode, or DOS if you wish) login
with root and run the following command:
Code:
nvidia-xconfig
This will reconfigure the X and then type "init 5" to go to the graphical login screen.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.