Ubuntu desktop installation problem and solving

Tried to install Ubuntu desktop on my Dell Inspiron 1420 but failed, finally work around it and solved the problem. All the problems encountered might be caused by my computer graphical card "NVIDIA GeForece 8400M GS", it has hardware failure before and
I replaced once and still not working 100% well.

1, Install the Ubuntu desktop version "ubuntu-14.04.1-desktop-amd64.iso", the installation UI cannot display properly, cannot proceed, installation failed,

2, workaround solution, install the server version Ubuntu and then install the desktop package, successful installed the ‘ubuntu-14.04.1-server-amd64.iso‘, as it is a server version, the system was only with command line. Now install the Ubuntu desktop
manager,

sudo apt-get update
sudo apt-get install gnome-core
sudo apt-get install x-window-system-core
sudo apt-get install gdm

Installed successful, the result is as below, still failed.

3, realize the NVIDIA driver might be needs to upgrade.

Download from NVIDIA website, "NVIDIA-Linux-x86_64-340.32.run", executed from command line, still failed, even worse, only mouse point can be seen,

Trying to install by apt-get automatically upgrade the NVIDIA driver,  still same result,
failed.

<pre name="code" class="plain">sudo apt-get --purge remove nvidia-current
sudo apt-get update
sudo apt-get -y install nvidia-current

Trying to install the NVIDIA driver by bumblebee, still same result, failed.

sudo apt-add-repository ppa:xorg-edgers/ppa
udo apt-get update
sudo apt-get install bumblebee-nvidia nvidia-319

Re-install the OS and install other desktop manager, all failed, the desktop managers I ever installed includes,  Mate Desktop 1.8, Xubuntu, Kubuntu, LXDE, all failed, I found the compare of different desktop manager at this link, know the pros and cons of
different desktop manager now.

http://www.renewablepcs.com/about-linux/kde-gnome-or-xfce

4, the final solution I found at this link:

http://askubuntu.com/questions/413928/ubuntu-13-10-how-to-disable-nvidia-graphics-nouveau

by disable the NVIDIA graphical cards, desktop manager can work properly, at the blacklist in the /etc/odprobe.d/blacklist.conf, add one line "blacklist nouveau", and after comparing with different desktop manager, I chose KDE at last and working fine now,

sudo apt-get install kde-standard

the KDE desktop is as:

时间: 2024-11-01 01:08:39

Ubuntu desktop installation problem and solving的相关文章

RHEL7 USB installation problem and solving

Encountered quite a few problems while install the RHEL7, with the Windows system already installed. Problem 1:/dev/root does not exist Downloaded the Redhat 7 ISO file and generate the bootable USB drive by using software 'rufus-1.4.9.exe'. in the i

Ubuntu Desktop基本办公环境搭建

Ubuntu Desktop基本办公环境搭建 一如前面所强调的, linux系统是面向开发人员友好的,而对office办公人员并不友好 . 如果是重度的office办公需求人员,不建议使用linux desktop,而建议使用windows,基本上所有的大型office的应用软件的最优体验方案都是在windows上实现的. 但是本文还是会花一定的篇幅来讲解如何在Linux(Ubuntu)上面搭建办公应用环境,因为开发人员还是会有一定程序的office办公需求,这些应用需求在linux上也可以找到

关闭 ubuntu System program problem detected

关闭 ubuntu System program problem detected 小编使用的系统是Ubuntu 14.0.4,最近不知什么原因,每次开机都出现: System program problem detected 很麻烦,关闭方法: vim /etc/default/apport # set this to 0 to disable apport, or to 1 to enable it # you can temporarily override this with # sud

使用ubuntu desktop是可能会用到的配置

1.ubuntu desktop12.04 接双显示器 想要12.04版本在接上双显示器时能很好的工作,则需要进行如下设置: (1).编辑/etc/X11/xorg.conf文件: 1 /etc/X11/xorg.conf (2).在Section "Screen"内容之内增加以下内容 1 SubSection "Display" 2 Virtual 4000 3000 3 EndSubSection (3).重启xwindow 快捷键是Ctrl + Alt + B

ubuntu:solve the problem of &#39;E:Problem with MergeList /var/lib/apt/lists/&#39;

just run this command: sudo rm /var/lib/apt/lists/* -vfR it will remove all the software package with the state of 'apt-get install' and no use to leave them, that's ok to just r.m. other conditons can refer to this article:http://blog.csdn.net/gopai

Ubuntu System Program Problem Detected

每次ubuntu系统启动总会报System Program Problem Detected而且也没啥报错详细信息,ubuntu下可关闭apport. 方法如下: vim /etc/default/apport enabled=1   改成0即可 PS:也可清空/var/crash目录下的cash文件. Ubuntu System Program Problem Detected

Ubuntu Desktop安装及桌面美化(修复图片)

Ubuntu Desktop安装及桌面美化 1   开篇概述 本 系统的文章主要是讲互联网方向的开发主题.根据目前主流互联网公司的技术架构,Linux是必不可少的.对于一直习惯于在Windows下工作和开发的人 来说,习惯在Linux系统下工作是进入互联网领域的第一步.故本文主要面向的对象是已经有了熟悉的Windows下的操作基础,同时有志于了解 Linux系统的同学. 备注: 本文主要以Linux的Ubuntu 14.0 LTS发行版为例子进行讲解. 本文的操作都是基于系统连接了互联网的情况下

Ubuntu Desktop开发生产环境搭建

Ubuntu Desktop开发生产环境搭建 1   开发生产环境搭建 在本节内容开始前,先定义一下使用场合,没有哪种系统或者设备是万能的,都有它的优点和缺点,能够在具体的使用场景,根据自身的需求来取之即可. 主要用途是影音视频娱乐消费,那么最好的选择是iPad 主要用途是office办公,那么最好的选择是windows或者mac 主要用途是学术研究或者是互联网开发相关的工作,那么linux则是最优选择. 在本节之前,花了大量的篇幅来强调如何美化和如何安装日常办公应用程序,其实都是为了配合开发人

Samba Server possible problem and solving

Configured samba server at RHEL7, problem encountered and solved. 1, yum install samba*, RHEL7 system not registered uninstall yum and install CentOS yum and mirror repository 2, install samba SWAT failed. samba SWAT is not supported at samba 4 anymo