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
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
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 -v | 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>
Keel 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
برچسب:
نویسنده: استخدام کار