Results 1 to 5 of 5

Thread: ubuntu 14.04 (32bit) server version install driver for GTX 750 TI

Hybrid View

  1. #1
    Join Date
    Apr 2016
    Beans
    11

    Unhappy ubuntu 14.04 (32bit) server version install driver for GTX 750 TI

    Hi,guys!
    i try to install driver for GTX 750 TI on ubuntu 14.04 (32bit) server version and I've had a success before! Probably as follows:
    guides1:http://ubuntuforums.org/showthread.php?t=2263316
    guides2:http://askubuntu.com/questions/42514...t-beta-drivers
    Code:
    sudo add-apt-repository ppa:xorg-edgers/ppasudo apt-get update
    sudo apt-get upgrade
    sudo apt-get dist-upgrade
    sudo apt-get install nvidia-355
    echo options nouveau modeset=0 | sudo tee -a /etc/modprobe.d/nouveau-kms.conf
    sudo update-initramfs -u
    sudo vim /etc/modprobe.d/blacklist.conf
    add at the end this lines
    
    
        blacklist vga16fb
        blacklist nouveau
        blacklist rivafb
        blacklist nvidiafb
        blacklist rivatv
    sudo vim /etc/default/grub
    find
    
    
        GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    
    
        and change it to
    
    
        GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
    
    
    sudo update-grub
    But now I tried many times without success,my system can not detect this video card?why?because kernel or other reason?
    then i try to install driver from bin,so i download NVIDIA-Linux-x86-361.28.run
    followed this guide:http://tleyden.github.io/blog/2014/1...ntu-14-dot-04/
    Code:
    sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade && sudo apt-get install build-essential && sudo apt-get install linux-source && sudo apt-get install linux-headers-generic
    sudo apt-get install linux-image-extra-virtual
    I always get this prompt:
    2016-04-25-124356_696x326_scrot.png

    so any suggestion will be grateful!thanks.
    this is my system info:
    Code:
    zjhxmjl@ubuntu:/etc/apt$ lsb_release -a && uname -rNo LSB modules are available.
    Distributor ID:    Ubuntu
    Description:    Ubuntu 14.04.4 LTS
    Release:    14.04
    Codename:    trusty
    4.2.0-27-generic
    zjhxmjl@ubuntu:/etc/apt$ lspci -vnn | grep -i VGA -A 12
    00:02.0 VGA compatible controller [0300]: Intel Corporation 4 Series Chipset Integrated Graphics Controller [8086:2e22] (rev 03) (prog-if 00 [VGA controller])
        Subsystem: Dell Device [1028:0283]
        Flags: bus master, fast devsel, latency 0, IRQ 29
        Memory at fe400000 (64-bit, non-prefetchable) [size=4M]
        Memory at d0000000 (64-bit, prefetchable) [size=256M]
        I/O ports at dc00 [size=8]
        Expansion ROM at <unassigned> [disabled]
        Capabilities: <access denied>
        Kernel driver in use: i915
    
    
    00:02.1 Display controller [0380]: Intel Corporation 4 Series Chipset Integrated Graphics Controller [8086:2e23] (rev 03)
        Subsystem: Dell Device [1028:0283]
        Flags: bus master, fast devsel, latency 0
    this is my nvidia-installer.log
    Code:
    [   18.707259] init: lightdm main process (1024) terminated with status 127[   18.799979] init: plymouth-ready (startup) main process (197) terminated with status 1
    [  376.165575] nvidia: module license 'NVIDIA' taints kernel.
    [  376.165580] Disabling lock debugging due to kernel taint
    [  376.177739] nvidia: module verification failed: signature and/or required key missing - tainting kernel
    [  376.183926] NVRM: No NVIDIA graphics adapter found!
    [  376.184029] NVRM: NVIDIA init module failed!
    [  506.073760] NVRM: No NVIDIA graphics adapter found!
    [  506.073846] NVRM: NVIDIA init module failed!
    ERROR: Installation has failed.  Please see the file '/var/log/nvidia-installer.log' for details.  You may find suggestions on fixing installation problems in the README available on the Linux driver download page at www.nvidia.com.
    Last edited by zjhxmjl; April 26th, 2016 at 08:43 AM.

  2. #2
    Join Date
    Oct 2009
    Location
    Reykjavík, Ísland
    Beans
    12,540
    Distro
    Lubuntu 17.10 Artful Aardvark

    Re: ubuntu 14.04 (32bit) server version install driver for GTX 750 TI

    Hi, welcome to the fora.
    The lspci output does not show signs of Nvidia hardware. What exactly do you mean by

    Quote Originally Posted by zjhxmjl View Post
    I've had a success before
    ?
    If you install Buntu 17.10 remember to download a new ISO file.

    Old files might contain a bug which can damage UEFI hardware. Updating an existing installation and upgrading to 17.10 (if one has faith in upgrades in general) are safe.

  3. #3
    Join Date
    Apr 2016
    Beans
    11

    Re: ubuntu 14.04 (32bit) server version install driver for GTX 750 TI

    yeah,I mean, before reinstall the system, once a successful!now i use the same way,but can not succeed!maybe i make a mistake?

  4. #4
    Join Date
    Feb 2008
    Location
    Oblivion
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: ubuntu 14.04 (32bit) server version install driver for GTX 750 TI

    Thread moved to Hardware.

    Quote Originally Posted by mörgæs View Post
    The lspci output does not show signs of Nvidia hardware.
    ^^^
    This.

    Welcome. You don't have an NVidia GPU so not sure what you're trying to solve. You have this:

    Code:
    Intel Corporation 4 Series Chipset Integrated Graphics
    Your laptop isn't working fine with the Intel graphics already or something else is the problem?

    PS: If you know you have that Nvidia card in the machine, you might want to check it is in properly as there is no sign of it here. Check it is seated and connected properly and then give the output of this.

    Code:
    sudo lshw -C video
    Last edited by Bucky Ball; April 26th, 2016 at 09:16 AM.

  5. #5
    Join Date
    Apr 2016
    Beans
    11

    Re: ubuntu 14.04 (32bit) server version install driver for GTX 750 TI

    I have to install centos 7 to solve the problem finally!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •