Installation of MX440 video card driver in Linux

Source: Internet
Author: User
MX440 video card installation in a Linux drive-Linux general technology-Linux technology and application information, the following is a detailed description. Install my MX440 video card on a Linux drive:

# Sudo apt-get install linux-source
// Delete the built-in driver and install xorg-dev linux-headers
Sudo apt-get remove nvidia-glx
Sudo apt-get remove nvidia-settings nvidia-kernel-common
Sudo rm/etc/init. d/nvidia -*
Sudo apt-get install xorg-dev linux-headers-$ (uname-r) build-essential

// Add nv, nv_NEW, or something to the last "". Refer to # the above description.
Sudo gedit/etc/default/linux-restricted-modules-common

// Install the compiling environment
Sudo apt-get install build-essential pkg-config xserver-xorg-dev linux-headers-'uname-R'

// Back up xorgconf
Sudo cp/etc/X11/xorg. conf/etc/X11/xorg. conf_XP

// Modify xorgcomf
Sudo gedit/etc/X11/xorg. conf
Add in Section "Device"
Option "TripleBuffer" "true"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Add segment
Section "Extensions"
Option "Composite" "Enable"
EndSection

Sudo/etc/init. d/gestation stop
Sudo sh NVIDIA-Linux-x86-1.0-9631-pkg1.run

This is my xorg. conf, which fixes the problem that there is no border in the window (the old card is really painful ~) :
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "metamodes" "1280x800_60 + 0 + 0; 800x600 + 0 + 0; 640x480 + 0 + 0"
// Add the following lines
Option "RenderAccel" "true"
Option "TripleBuffer" "True"
Option "AllowGLXWithComposite" "true"
Option "AddARGBGLXVisuals" "True"
Option "DisableGLXRootClipping" "True"
// Complete
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.