Ubuntu Installation :: Packages To Get Rid Of When Installing Nvidia Using Their Installer?
Nov 3, 2010
Due to some problems I have with the current nvidia driver in 10.10 I need to install the newest driver from nvidia using their installer. I do not have any problems with that. What I wonder is which packages I can safely remove when I use the nvidia driver from their site?
View 1 Replies
ADVERTISEMENT
Feb 3, 2010
i want to build .deb packages from the official nvidia installer (one for the driver and one for the kernel module). How can I do it?
View 11 Replies
View Related
Mar 28, 2010
I open up Synaptic Package Manager, I get the dialogue, "You have 1 broken package, use the Broken Filter to locate it." So I do, and I find flashplugin-nonfree. So I try to reinstall it, and the two packages that are installed are flashplugin-nonfree and flashpluin-installer. However, I always get this error message:
[code]...
how I can fix it? I know it has SOMETHING to do with conflicting packages
View 4 Replies
View Related
May 1, 2011
I can install the nvidia driver for my card easily with yast but would like to try using nvidia's own installer. There is a paths problem. I've spent some time looking at 11.4 kernel build paths and they seem to be circular so the installer will not find what it needs. The installers help in this respect is as follows.
Code:
--kernel-source-path=KERNEL-SOURCE-PATH
The directory containing the kernel source files that should be used when compiling the NVIDIA kernel module. When not specified, the installer will use '/lib/modules/`uname -r`/build', if that directory exists. Otherwise, it will use '/usr/src/linux'. Obviously it will fail on the build directory and fall back to usr/............ where linux is a symbolic link linux -> linux-2.6.37.1-1.2
which must be the one in the same directory but it fails to find either type of auto conf file From this I assumed that it just needed pointing at the correct build directory but this turns out to be symbolic link
Build -> /usr/src/linux-2.6.37.1-1.2-obj/x86_64/desktop
However when pointed here it still doesn't find what it needs and falls over looking for the kernel header this time. I thought that the idea of the /usr/src/linux link was to standardise kernel building but if suse use it for something else or nvidia make the wrong assumptions just where should the installer be pointed?
View 9 Replies
View Related
May 26, 2010
I read on a forum post that the problem with clicking certain types of flash content was resolved by downloading and install the latest package of flash from adobe's site.
I removed the flash install from the .deb package I downloaded from Adobe and wanted to start over. I am having problems installing flashplugin-nonfree and flashplugin-installer due to conflicting packages. How can I start over fresh as if flash was never installed and THEN install flashplugin-nonfree + it's dependencies without any problems?
Here's what happens when I try to remove and reinstall, among other things:
Code:
View 9 Replies
View Related
Jul 26, 2010
when I try to install anything using the Ubuntu software centre, I get the following message Requires installation of untrusted packages The action would require the installation of packages from not authenticated sources.
View 1 Replies
View Related
Jan 7, 2010
I can't find kmod so I'll go for the Nvidia installer from [URL]. I tried to run it Quote: su -c 'sh NVIDIA-Linux-x86-XYZ.AB.pkg1.run' but it wants me to kill xserver. How can I do that? " gdm stop" will kill Xserver too? How will I start it again?
View 3 Replies
View Related
Aug 15, 2010
I have never in my life got this to install correctly. No the recommended drivers dont seem tow work well for me so I want to install the drivers properly from the website. Something that people have said solvs many problems. I keep getting "The distribution-provided pre-install script failed! Continue installation anyway?" Anyways here is my log.
Quote: nvidia-installer log file '/var/log/nvidia-installer.log' creation time: Sun Aug 15 15:34:52 2010
installer version: 256.44
[Code].....
View 9 Replies
View Related
May 12, 2010
My upgrade route with Ubuntu is to do a complete fresh install - then reacquire all my favorite applications and packages using a combination of Add/Remove and Synaptic. This is a time-consuming process, and I generally forget several packages the first time through.Is it possible to automate the packages (and/or applications installation so that I get everything rebuilt for the new os in a single pass?
View 9 Replies
View Related
Jan 7, 2011
When I try to update my packages, or install new packages, I get this error:"E: /var/cache/apt/archives/libglib2.0-0_2.26.1-0ubuntu1_amd64.deb: subprocess new post-removal script returned error exit status 1"I tried the "sudo apt-get install -f" but it didn't work.I'm running 10.10, on a Asus laptop
View 3 Replies
View Related
Aug 3, 2011
Ive recently installed ubuntu and im quite a noob at this things.I whant to install programs but i cant.i know i have skype.deb package but it doesnt locate it could someone tell me how to start installing packages via terminal.
View 9 Replies
View Related
Sep 1, 2011
i am trying to install upgrades for my ubuntu server via webmin, and i put in the command apt-get install imagemagick and when i do that i see the output and it asks me if i want to install, is there a command that will automatically force the installation so that way i dont have to hit yes or Y?
View 2 Replies
View Related
Feb 17, 2009
I've just installed Fedora 10 LIVE CD on USB (1GB) on a MSI WIND Netbook (no optical drive) and realise I don't have the extra packages options available for installation. I do have the DVD ISO and I'm just wondering if there's a way of accessing packages in the DVD without reinstallation, like Open Office, Gimp etc. Is there a way of accessing softwares in the DVD ISO? or Some how install them into my currently running Fedora 10 on my MSI WIND?
View 5 Replies
View Related
Jan 4, 2010
I want to install packages such as samba, openssh etc. from a CD rather than download it from the net each time I build a new machine. I am able to install them from the installation CD after using the �apt-cdrom add� command but what I want to do is burn my own CD with only the packages I require and install from that. I have put them on a CD, entered �apt-cdrom add� but get errors about the name of the disk, and a read error when copying package lists.
View 3 Replies
View Related
Aug 2, 2009
I am using Fedora 11 and tried to install opera .I used the command yum install opera-9.64.gcc4-shared-qt3.x86_64.rpm (i downloaded rpm file and i was in the downloaded directory).Yum did check for dependencies and solved it to.At last it threw the error "Package opera-9.64.gcc4-shared-qt3.x86_64.rpm is not signed".
View 1 Replies
View Related
May 1, 2010
I have corrupted or added an invalid sintax in somewhere. Therefore, the OS is not able to install packages. Can you instruct on how to fix this issue. So far, I was trying to install gnokii and after that my OS cannot install software or package updates.I am lost and I worried I have to install again the OS.
View 3 Replies
View Related
Apr 8, 2015
I am working on a project which targets both 32 and 64 bit architectures at the moment. My system is amd64. I added i386 architecture using this guide. However, my problem is
Code: Select allapt-get install package-name:i386
prompts the removal of currently installed packages (amd64 arch.) which is the problem.
Code: Select allReading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libportaudio0:i386
[Code] ...
Some of the packages I am talking about are
-libegl1-mesa-dev:i386
-libportaudio-dev:i386
Now, as of now, I want to carry out the compilation using 32 bit libraries, however, I really don't want to install 64bit version of all prerequisites each time I switch the compilation from 32 bit to 64. Is there any way to have both architectures at the same time?
View 1 Replies
View Related
Apr 3, 2011
I have install Ubuntu 10.10 64bit in my sony vaio vpccw16fs which have Nvidia graphics card (GT 230M). I have install it using nomodeset and after entering the system I installed nvidia from System> Administration> Additional drivers. Driver version was current 260.19.06. After installation I was able to see the boot screen but was unable to see the logon screen. The computer froze with the background color of bootscreen which is purple. And I have to restart it and have to choose failsafe graphic mode. And after logging in in failsafe graphic mode. My NVidia driver says I am not using it. How to use nvidia driver properly. I have tried many Tutorials present on internet but none of them works.
Here is my xorg.conf file.
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 260.19.06 (buildmeister@builder101) Mon Sep 13 04:59:45 PDT 2010
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection .....
View 5 Replies
View Related
Nov 5, 2010
I'm trying out Fedora 14 on an Asus EeePC 1000 netbook.I'd like to install just the basic Gnome interface, its helper applications and Gedit &cI don't want openoffice or evolution &c on this small net book.How would I go about choosing the appropriate packages at install time?If this is documented anywhere, just point me at the page!
View 2 Replies
View Related
Jun 7, 2010
Once i open terminal window display this message:
username@username ~desktop :~ $
View 2 Replies
View Related
May 24, 2010
I just installed a fresh copy of unbuntu 10.04 and downloaded the lastest drivers for my video card but when double click the file, i get a message that says "could not open file/home/desktop name/download/n...nux-86-96.43.16-pkg1.run."Anyone know why this is happening? A friend told me to try to run them in terminal so when i opened the drivers with terminal I get a message saying "error: nvida-installer must be run as root"
View 9 Replies
View Related
Jun 19, 2010
I just installed Ubuntu 10.04, it was all working like a charm until y tried to install nvidia's propietary drivers using the integrated hardware drivers manager. Now ubuntu just boots into a non graphical tty. How can i fix Xorg?I have an AMD Athlon X2 5200+, the chipset is a nForce 430 with an integrated Geforce 6150.
View 1 Replies
View Related
Jul 6, 2010
last night i have fresh installed ubuntu 10.4 on my computer. Then after that, I installed the updates. Lastly, i installed nvidia hardware driver so that i could use its graphical effects. After rebooting my computer, i've noticed that i was disconnected from the internet. And I was surprised that it is the cause of my internet disconnection because when i remove it, my internet comes back. What should I do with this?
View 7 Replies
View Related
Feb 28, 2011
I just installed Ubuntu last night parallel to windows vista ultimate (no problems). My biggest problem is that when I tried to install the nvidia display drivers, I somehow downloaded a server based driver (and am having amazingly difficult problems). I use a dual monitor set up (both are plug and play LCD displays) and i'm not too worried about aesthetics but rather, performance. I downloaded the correct driver but now I don't know how to install it. Is there a way to uninstall this server driver?
View 1 Replies
View Related
Jul 21, 2010
I have an EeePC 4g netbook which only has a 4Gb hard drive and I thought I would like to install Fedora 13 on an 8 Gb SDHC card and use it to boot the netbook.
As neither the netbook nor I have an optical drive, I made a bootable USB memory stick using Unetbootin which boots the netbook and could be used like a live CD to install Fedora.
On booting with the live USB stick, with the blank SD card in place, and clicking on the install icon, the installation starts but then there are 2 problems; the first is that the installer appears to want to install to both the SD card and also the USB stick. There is a tick in the box beside the USB stick which I can't remove.
I decided to ignore that and put a tick in the box beside the SD card but when it got to the point where it creates partitions it said "Could not find enough free space for automatic partitioning. Please use another partitioning method"
Surely 8 GB is more than enough space for partitioning, so where am I going wrong and why does it want to install on the USB stick as well?
View 2 Replies
View Related
Mar 7, 2010
First my uname -a
Code: Linux quad 2.6.33 #1 SMP Sun Mar 7 18:22:02 CET 2010 x86_64 GNU/Linux I am using Trisquel GNU/Linux 3.0. I am asking my questions here, since this involves non-free drivers. I succesfully installed the nvidia driver on the default kernel. But the default kernel has removed all support for DVB USB sticks, so I had to compile my own kernel.
I got the newest version from kernel.org. Saved the archieve to /usr/src/. unzipped the file in the directory (so my kernel source is now in /usr/src/linux-2.6.33/.) Made a symlink with ln -s linux-2.6.33 linux. I compiled the kernel succesfully. Did a "make install" and "make modules_install" and ran "update-grub". Restarted system. Cd'ed to my source directory and ran "make headers_install" succesfully. Looking at my timestamps, it looks like the kernel headers has been installed to /usr/src/linux-2.6.33/usr/include/linux/. I downloaded the latest x86_64 drivers from nvidias website. Went to console 1 and closed up X. If I start the installer without any parameters (sh NVIDIA*.run) I get the following error:
Code: ERROR: Unable to determine the version of the kernel sources located in '/lib/modules/2.6.33/source'. Please make sure you have installed the kernel source files for your kernel and that they are properly configured; on Red Hat Linux systems, for example, be sure you have the 'kernel-source' or 'kernel-devel' RPM installed. If you know the correct kernel source files are installed, you may specify the kernel source path with the '--kernel-source-path' command line option. lib/modules/2.6.33/source is a symlink which point to /usr/src/linux-2.6.33
I get the same error if using --kernel-source-path=/usr/src/linux/, /usr/src/linux-2.6.33/ and similar options which link to this directory through symlinks. If I use --kernel-source-path=/usr/src/linux-2.6.33/usr/include, I get the following error:
[Code]....
View 6 Replies
View Related
Nov 4, 2010
who installed nvidia drivers on Ubuntu 10.04 and gets a terminal screen on reboot with no GUI.I came across this fix trying to install the drivers on Ubuntu 10.10. later i find that the same thing happens to me on 10.04 but one of the fixes i came across works perfect with it. Ok, so you just installed ubuntu 10.04 updated it through update manager and installed your nvidia drivers but when you rebooted and tried to log on you find yourself in a terminal interface well i found an easy fix for that.
i hope it works for you not saying it will though im new to the linux world only just coming out of windows and i dont know much anyways just log on the terminal and use command "sudo dpkg-reconfigure xserver-xorg" then run nvidia-xconfig command reboot and you should be fine only wish this would work for ubuntu 10.10
View 9 Replies
View Related
Jan 6, 2010
I've had Ubuntu installed on my desktop for a month now, and its all worked like a charm, so I'm thrilled. I then decided to install it on my old laptop as well to see if I could breath a bit more life into it, and to get used to working Ubuntu a bit more. The laptop had 18.6GB partitioned to C:// drive or windows XP, and an empty 18.6GB D:// drive, so I deleted the D:// drive in XP using the Microsoft disk utilities tool, all well and good. I then did a clean install of Ubuntu-9.10-desktop with an Ubuntu CD into the largest continuous free space, and it set it up nicely. When I first booted it up there were a ton of updates to install, as there had been on the desktop first time, which I dutifully installed. As on the desktop a little notice popped up telling me to install the NVidia Proprietary driver for the NVidia card (specifically "NVIDIA accelerated graphics driver (version 96)[Recommended]"), as it had when I installed it on the desktop, so I chose to install that and then restarted the computer.
On restarting GRUB2 loaded, and it booted Ubuntu. I then saw the little white logo on the black screen for a couple of seconds, and then the screen goes completely white, with some pixels left behind fading to white slightly slower. First time through I held down the power button to force shut down, and on restart exactly the same thing happened. This time I held down alt+sysrq and went through the R, E, I, S, U, B sequence, however as opposed to usual I didn't get a black terminal-like screen after hitting any of the buttons, although it did reboot on B. It did boot correctly in recovery mode, however I was at a loss what to do here. Incidentally, the same problem occurred when I booted to previous version of the kernel as well.
Then I decided that as I didn't have any data to lose, and it was still early in the day, I'd do a clean re-install. This time I chose to ignore the updates, and just install the NVidia driver as prompted to check that it was the driver causing the trouble. Having installed the driver and restarted I got exactly the same problem as before - definitely this pesky NVidia driver, not any of the updates.So here I am at clean install 3, having just got all the updates, but not having downloaded the NVidia driver as prompted, with little desire to go through yet more reinstalls. My questions are:
1) Do I need to install this NVidia driver? The rest of the computer specifications are fairly paltry by modern standards, and I won't be doing anything graphics intensive on it (the most graphical program will probably be Battle for Wesnoth) and I I don't need to install it, not installing it seems to be the easiest way to solve the problem.
2) If I do need to install it how would I go around doing this without getting my charming white screen?
3) Is there a way of removing the driver from recovery mode that doesn't involve a clean install again? I have tried sudo apt-get purge nvidia-driver, which tells me there isn't any installed. I have tried sudo rm /etc/X11/xorg.conf which made no difference. I have tried dpkg-reconfigure xserver-xorg and this didn't help. I have tried a couple of other commands as well but I can't remember them, however I would probably recognise them if I saw them again.
Onto System information - pulled from listed specifications and SysInfo:
General System Information
Release:Ubuntu 9.10 (karmic)
GNOME: 2.28.1 (Ubuntu 2009-11-03)
[code]....
View 1 Replies
View Related
Apr 21, 2011
I just installed ubuntu on my m11x and am completely new to ubuntu. After installing the latest driver for the 335m I am stuck at checking battery state and there is no way I can get to the gui anymore. The only access I have to are the tty's and I don't know what to do. I have already tried finding a solution for a couple of hours, but cannot find any. Please help me solve this problem, I do not want to reinstall again.
View 2 Replies
View Related
Feb 24, 2010
Just wondering what the difference is between the official NVidia installer and kmod-nvidia? Does either have features the other does not or is there any reason to choose one over the other?
View 9 Replies
View Related