-->
Home » , , , » Installing non-free video drivers in KXStudio.
Sunday
23 February 2014

Installing non-free video drivers in KXStudio.

The majority of modern day PC hardware uses display technology from either Nvidia, ATI/AMD, or Intel.

Intel drivers are open source but the official Nvidia and ATI/AMD drivers are proprietary. Fresh KXStudio installations include official drivers for Intel video but only unofficial drivers for Nvidia and ATI/AMD. The official Nvidia or ATI/AMD drivers are easily added if required, and they often provide superior performance (especially for OpenGL 3D and gaming), extra or more complete features, and better power management.

What type of video hardware do I have?.

If you're unsure what vendor or model video hardware you have installed in your machine, open a terminal (such as Konsole) and type:

lspci

lspci will 'List PCI' hardware installed on your machine, including your video device - the make and model of which is listed as being a 'VGA compatible controller'. If it is a Nvidia or ATI/AMD device then you may want to switch to the non-free driver, if its available for your hardware, to take advantage of the extra features and better performance.

Using the 'Additional Drivers' tool.

kxstudio logo

The 'Additional Drivers' tool can be used to simplify the process of downloading and installing or removing non-free video drivers. It requires that you are connected to the internet for it to fetch the requested drivers. From the KX Studio desktop menu you can find it under the Applications → System sub-menu or you may find it easier to search for it.

When you run the Additional Drivers tool it will check the type of video hardware you have before presenting a new window in which you will see a list of compatible drivers, if any are available. You may be presented with more than one suitable driver but it's safe to use the recommended version if you're unsure which version of the driver is best for you. Select a driver, then click 'Activate' which will then download and install the new driver. The new driver will not take effect until you have rebooted.

Configure default laptop screen brightness.

Lower laptop screen brightness settings conserve energy and increase battery life but sometimes visibility can suffer. A fresh install of KXStudio/Ubuntu defaults to the lowest brightness settings, for my laptop display at least, and I find it uncomfortable on anything other than its highest brightness setting so I set that to be the default at boot by running the command:

kdesudo kate /etc/rc.local

and adding the line

echo 7 > /sys/class/backlight/acpi_video0/brightness

somewhere before the line that says 'exit 0'. This command sets the screen brightness to the max value of 7, the lowest brightness setting being 0. The file /sys/class/backlight/acpi_video0/max_brightness tells you what the max setting is.

It's important to note that the path to the brightness setting as well as the values used may differ depending on your video hardware. laptop model and display config so you will have to check for the presence of these files and discover their correct locations before modifying rc.local.

Nvidia video fixes and tweaks.

To enable the screen brightness control keys and disable the NVIDIA boot logo on my NVIDIA-using laptop using the non-free nvidia driver I had to create a file located at /usr/share/X11/xorg.conf.d/10-nvidia-brightness.conf so run a command like:

kdesudo kate /usr/share/X11/xorg.conf.d/10-nvidia-brightness.conf

containing (copy/paste this into that .conf file)

Section "Device"
  Identifier     "Device0"
  Driver         "nvidia"
  VendorName     "NVIDIA Corporation"
  BoardName      "GeForce 8600M"
  Option         "RegistryDwords" "EnableBrightnessControl=1"
  Option "NoLogo" "true"
EndSection

Then, after rebooting, I could hold the Fn key and use the up/down arrow keys to adjust my laptop screen brightness. I don't think the VendorName and BoardName matter too much here and this change should work for anyone using the non-free Nvidia driver on a laptop.

Additional AMD issues.

For thorough information about the proprietary AMD drivers, including how to install more up-to-date drivers or how to remove the proprietary drivers and return to the FLOSS ones, see the AMD Linux driver community wiki.

KXStudio_3

If you liked this article, subscribe to the feed by clicking the image below to keep informed about new contents of the blog:

0 commenti:

Post a Comment

Random Posts

  • Mozilla Thunderbird ISP Configuration Settings: Yahoo!.
    22.03.2013 - 0 Comments
    Yahoo! Service Offerings Yahoo!'s services vary by availability and rate based on the country where you are located. In order to use Thunderbird with your Yahoo! account, your account must use the POP protocol. As of April 2010: In Canada and…
  • Aseprite is an open source program to create animated sprites & pixel: user interface.
    15.02.2015 - 0 Comments
    Animations and visual effects are nowadays used to enhance nearly every form of multimedia, including video games. These are created by combining multiple images and effects, with an abundance of applications at your disposal. Aseprite is one of…
  • The Linux Kernel Sources.
    21.05.2011 - 0 Comments
    This chapter describes where in the Linux kernel sources you should start looking for particular kernel functions. This book does not depend on a knowledge of the 'C' programming language or require that you have the Linux kernel sources…
  • Installing KXStudio:included and recommended apps.
    23.02.2014 - 0 Comments
    digg_url = "http://linuxlandit.blogspot.com/2014/02/installing-kxstudioincluded-and.html";digg_title = "Installing KXStudio:included and recommended apps.";digg_bgcolor = "#FFFFFF";digg_skin = "normal";digg_url = undefined;digg_title =…
  • XMLink integrating enterprise systems for e-business.
    10.09.2011 - 0 Comments
    XMLink provides Java programmers -- specifically those developing EJBs (Enterprise JavaBeans), servlets and JSPs under IBM's WebSphere Application Server -- access to services developed as part of a BEA Tuxedo application. In this era of…
  • AudioLink makes managing and searching for music easier.
    01.08.2010 - 0 Comments
    AudioLink is a tool that makes searching for music on your local storage media easier and faster. Your searches can include a variety of criteria, like male artists, female artists, band, genre, etc. It works with MP3 and Ogg Vorbis files and…
  • The Matroska Multimedia Container is a audiovisual file format that can wrap an unlimited number of video, audio, still picture, and/or subtitle tracks.
    14.01.2013 - 0 Comments
    The 'Matroska Multimedia Container' is an open standard free container format, a file format that can hold an unlimited number of video, audio, picture, or subtitle tracks in one file. It is intended to serve as a universal format for storing…
  • ADMesh is a program for processing triangulated solid meshes.
    28.02.2014 - 0 Comments
    ADMesh is a program for processing triangulated solid meshes. Currently, ADMesh only reads the STL file format that is used for rapid prototyping applications, although it can write STL, VRML, OFF, and DXF files. ADMesh is a free software, it is…
  • 15 Power Docks For Your Linux Machine.
    09.04.2012 - 0 Comments
    To have or not to have a dock in Linux is really dependent on individual preferences. While popular Linux distros such as Ubuntu and Fedora do not come with a dock by default, there are plenty of dock applications around that one can easily install…
  • Cairo-Dock is an animated application launch bar for the desktop compatible with Compiz-Fusion, Beryl, Compiz, Metacity, Kwin, Xcompmgr.
    09.11.2010 - 0 Comments
    Cairo-Dock is an animated application launch bar for the desktop, comparable to the dock in Mac OS X or Rocket Dock (for Windows). Now, you can use Cairo-Dock with OpenGL (to use your graphic card!). Some screenshotsIt is compatible with…

Recent Posts

Recent Posts Widget

Popular Posts

Labels

Archive

page counter follow us in feedly
 
Copyright © 2014 Linuxlandit & The Conqueror Penguin
-->