Manjaro Difference between pages "Configure Graphics Cards" and "Manjaro FAQ"

Difference between pages "Configure Graphics Cards" and "Manjaro FAQ"

From Manjaro
(Difference between pages)
imported>Tele
 
imported>Verityproductions
 
Line 1: Line 1:
= Overview =
= General Linux =


{{note|The mhwd command is still ''under development'', and at present is only able to install drivers for graphics cards connected internally via pci.}}
===What is Linux?===
Linux is an '''[http://opensource.org/osd.html open-source]''' operating system, meaning that it is completely free to use and free to distribute. Originally developed in 1991 by Finnish Programmer '''[http://en.wikipedia.org/wiki/Linus_Torvalds Linus Torvalds]''', Linux is an exceptionally robust and reliable system most commonly used for internet servers, mobile phones, and tablets (e.g. Android). However, the use of Linux as an alternative operating system for personal computers has also been growing over the years, with several million users having already discovered the benefits of it.


===What are the benefits of Using Linux?===
There are quite a few. Linux is free, highly efficient, and very fast; The 64 bit version of Manjaro with the XFCE desktop boots up in only a few seconds, and uses only 200MB of memory to run. Linux systems are also very secure, and are not affected by the huge amount of Windows viruses, trojans, worms, or malware out there. Anti-virus software is not required. And as for the tens of thousands of software applications available - including fully compatable equivalents of popular Windows software such as MS Office - these are also completely free. It is also possible to easily run many popular Windows applications on Linux using compatability software such as ''Wine/PlayonLinux''. The examples given here are ''far'' from comprehensive!


Where installing the full version of Manjaro (i.e. complete with a pre-installed desktop environment, codecs, and software applications), the mhwd command will be automatically run by the GUI and CLI installer to automatically detect your graphics card and install the most appropriate driver for it. '''Whether free or proprietary drivers are installed will depend on your initial choice of using free or nonfree graphics drivers to boot up'''.
===Why is Linux Free? What's the catch?===
Otherwise, it will be necessary to run the mhwd command manually as part of the post-installation process for the minimalistic '''NET-Edition''' of Manjaro.  
There isn't one. Linux operates on a completely different philosophy than those of for-profit corporations such as Microsoft and Apple. Linux systems and software applications are funded through sponsorship, donations, and of course, the hard work of many, many enthusiasts. Linux has a dedicated and highly enthusiastic user-based for a good reason.


'''For Beginners, it is recommended to use "Hardware Detection" in [[Manjaro Settings Manager]] to change or install new graphics drivers.'''
===Why are there so many different distributions?===
For intermediate and advanced users, it is also possible to use the mhwd command to install, re-install, and remove installed graphics drivers at any time, as illustrated below.
Different distributions have been developed fo different types of users, for different purposes, and for different hardware capacities. For example, distributions such as ''Mint'' or ''Zorin'' are specifically designed to apply to newcomers or those without technical expertise. At the other end of the scale, distributions such as ''Arch'' are designed for computer enthusiasts. Manjaro is designed to bridge that gap.




{{warning|For the NET-Edition, ensure that the graphics drivers are installed '''prior''' to installing and configuring your desired desktop and greeter. Without video drivers to show them, you won't get very far upon rebooting!}}
= Manjaro Specific =


=== Is Manjaro just an easy-to-install version of Arch? ===
No. Manjaro is not like other Arch-based distributions such as Archbang or Bridge Linux, which are. While there are numerous subtle differences between Manjaro and Arch, the most obvious examples  - including the use of our own dedicated software repositories - are covered in the '''[[About_Manjaro|About Manjaro]]''' page.


= Automated Identification and Installation =
===Can Manjaro use the Arch Software Repositories?===
No. Manjaro is configured to use its own dedicated software repositories, although you can still access the community-maintained Arch User Repository (AUR) for additional software, if you wish. In addition, if you want to access the very latest ''bleeding-edge'' software, Manjaro's own testing repositories are also available.


This is the recommended method for the detection and installation of graphics drivers. The syntax for the automated installation method is:
===Can Manjaro be converted into a full Arch system?===
Yes. However, this course of action is not recommended, and the Manjaro team cannot offer support for a converted system. Still, a conversion script to test out in VirtualBox is available on our forum '''[http://forum.manjaro.org/index.php?topic=245 here]'''


sudo mhwd -a [pci or usb connection] [free or nonfree drivers] 0300
===What is the Manjaro Forum like?===
Very friendly! Both newcomers and experienced users are more than welcome to participate, ask questions, and just talk to other members of the Manjaro community, as well as the developers themselves. You don't even have to register to post on the forum. Even though Manjaro is a new distribution, there are already many dedicated Manjaro Community members who will be more than happy to answer your questions and help you out.


 
===Manjaro only seems to come with XFCE. Are other desktop environments available?===
A breakdown of the command used for the automated method is as follows:
Yes. This includes KDE, Cinnamon, Gnome 3, Openbox, and Razor-QT. Any and all of these desktops can be downloaded from the official Manjaro software repositories. Manjaro presently only comes with the XFCE desktop environment pre-installed as it is a brand new distribution at the beta release/testing stage. Once Manjaro develops from 0.8.x to version 1.x onwards, it will be available with a range of pre-installed desktop environments.
 
* '''-a''': Automatically detect and install the appropriate driver
* '''[pci or usb]''': Install the appropriate driver for devices connected internally via pci, or externally via usb (again, mhwd currently only supports pci connections at this stage in its development)
* '''[free or nonfree]''': Install either free drivers (e.g. provided by the Linux community), or nonfree drivers (e.g. provided by hardware manufacturers)
* '''0300''': Identify that a driver is to be installed for a graphics card (0300 is the ID for graphics cards. As the mhwd command develops, new ids will be used for other hardware devices).
 
 
For example, the following command would result in the automatic detection and installation of the best available '''proprietary driver''' for a pci-connected graphics card:
 
sudo mhwd -a pci nonfree 0300
 
 
Otherwise, the following command would result in the automatic detection and installation of the best available '''free driver''' for a pci-connected graphics card:
 
sudo mhwd -a pci free 0300
 
 
= Manual Identification and Installation =
 
Taking a do-it-yourself approach is itself relatively easy and straightforward using the mhwd command. This should be undertaken in two stages:
 
'''1.''' Identify the appropriate driver to be installed, and then
 
'''2.''' Install the driver
 
{{tip| Just ensure that you have identified and are indeed about to install the correct driver for your particular graphics card!}}
 
 
== Identifying Available Drivers ==
 
Prior to manually installing a graphics driver, it will be necessary to identify what drivers are available for your system. To list the appropriate drivers available, the basic syntax is:
 
mhwd -l [optional: detailed view] [optional: --pci or --usb connection]
 
 
Using this command without the additional options will list basic information for all the available drivers for devices connected to your system. '''All drivers graphics card drivers will have the prefix (video-) in their name'''. The basic information provided for all listed drivers will be:
 
* Name
* Version
* Free or proprietary, and
* PCI or USB connection
 
 
A more detailed list of installed drivers can be obtained by entering:
 
mhwd -l -d
 
 
A detailed list will provide the following information:
 
* Name
* Version
* PCI or USB connection
* Description
* Priority
* Free or proprietary
* Dependencies
* Conflicts
* Class ID (e.g. '0300' for graphics card drivers), and
* Vendor ID
 
 
In addition, using the ''--pci'' filter in the following example will list detailed information for only the drivers available for devices (e.g. graphics cards) using an internal PCI connection:
 
mhwd -l -d --pci
 
 
== Installing a Driver ==
 
To install a driver for a graphics card, the syntax is:
 
sudo mhwd -i pci [name of driver]
 
 
A breakdown of the command used to manually install a driver is as follows:
 
* '''-i''': Install a driver
* '''[pci]''': Install a driver for a device connected internally via pci (e.g. graphics cards)
* '''[name of driver]''': The name of the driver to be installed
 
For example, to install the proprietary nvidia graphics card driver, the following command would be used:
 
sudo mhwd -i pci video-nvidia
 
== Forcing Re-installation of a Driver ==
 
{{warning|use this command with care!}}
 
 
To force the re-installation of an existing driver without removing it first, the syntax is:
 
sudo mhwd -f -i pci [name of driver]
 
 
For example, to force the re-installation of a previously installed nvidia graphics card driver, the following command would be used:
 
sudo mhwd -f -i pci video-nvidia
 
 
= Removing an Installed Driver =
 
On occasion it may be necessary to remove an installed graphics card driver. Similarly to manually installing a graphics card driver, two steps should be undertaken for removal:
 
'''1.''' Identify the installed driver
 
'''2.''' Remove the identified driver
 
After all, it would be somewhat difficult to remove an installed driver if you don't know what it's called!
 
 
== Identifying Installed Drivers ==
 
To identify and list Manjaro's installed drivers - including the graphics driver to be removed, the syntax is:
 
mhwd  -li [optional: detailed view] [optional: pci or usb devices only]
 
 
Using this command without the additional options will list the basic information of all the drivers currently installed on your system. '''Once again, all drivers for graphics cards will have the prefix (video-) in their name'''. As with listing drivers available for your system, the ''-d'' option used in the following command will list detailed information:
 
mhwd -li -d
 
 
This information may prove useful to determine any otherwise unforeseen consequences or problems upon removing a driver. And again, it is also possible to filter your list of installed drivers by whether they are used on hardware connected via pci or usb. In this instance, a detailed list will be generated only for installed drivers used on hardware with a PCI connection:
 
mhwd -li -d --pci
 
 
== Removing Installed Drivers ==
 
{{warning|use this command with care!}}
 
 
To remove an installed driver, the syntax is:
 
sudo mhwd -r [pci or usb] [name of driver]
 
 
For example, to remove the installed driver for a nvidia graphics card (connected internally via pci), the following command would be used:
 
sudo mhwd -r pci video-nvidia
 
 
= Enable or disable 32 bit support on 64 bit (multilib) =
 
If one does not do any gaming or use Wine for Windows based applications, 32 bit support can be removed from mhwd on 64 bit systems (multilib).
 
The following command will disable lib32 support from mhwd and prevent it from pulling lib32 packages:
 
sudo mhwd-gpu --setlib32 false
 
To enable:
 
sudo mhwd-gpu --setlib32 true
 
Reference: [https://forum.manjaro.org/index.php?topic=14080.msg155909#msg155909 Manjaro forum]
 
= Checking configuration =
 
You can check configuration with:
mhwd-gpu --check
mhwd-gpu --status
 
And if needed fix issues with:
mhwd-gpu --setgl
mhwd-gpu --setxorg
 
Make sure the path to xorg config file is valid.
 
Note about ati, xorg file and login artifacts or kicad: if you get artifacts upon logging in or if kicad rendering and zooming is slow, try adding [Option "EXAPixmaps" "off"] in the "Device" section of xorg config file. See [https://wiki.archlinux.org/index.php/ATI#Artifacts_upon_logging_in here.]
 
= See also =
 
* [[Manjaro_Hardware_Detection_Overview]]
 
 
= Easier way =
 
[[Manjaro Settings Manager]] --> Hardware Detection
: With this tool you can:
: - install graphic driver
: - switch graphic driver
 
https://www.youtube.com/watch?v=UAFGukpEIJw
 
 
= How check driver =
 
glxinfo | grep OpenGL
 
 
Example output command:
 
 
'''Nvidia driver''' ( closed driver )
 
$ glxinfo | grep OpenGL
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GTX 660/PCIe/SSE2
OpenGL core profile version string: 4.3.0 NVIDIA 331.49
OpenGL core profile shading language version string: 4.30 NVIDIA via Cg compiler
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.4.0 NVIDIA 331.49
OpenGL shading language version string: 4.40 NVIDIA via Cg compiler
OpenGL context flags: (none)
OpenGL profile mask: (none)
OpenGL extensions:
 
 
'''Nouveau''' , '''Gallium''' from '''Mesa''' ( open driver )
 
$ glxinfo | grep OpenGL
OpenGL vendor string: nouveau
OpenGL renderer string: Gallium 0.4 on NVE6
OpenGL core profile version string: 3.1 (Core Profile) Mesa 9.2.5
OpenGL core profile shading language version string: 1.40
OpenGL core profile context flags: (none)
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 9.2.5
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
 
 
'''Intel''' driver from '''Mesa''' ( open driver )
 
$ glxinfo | grep OpenGL
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Ivybridge Desktop
OpenGL core profile version string: 3.3 (Core Profile) Mesa 11.0.6
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 11.0.6
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 11.0.6
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00
OpenGL ES profile extensions:
 
 
[[Category:Contents Page]]

Revision as of 21:04, 4 October 2012

General Linux

What is Linux?

Linux is an open-source operating system, meaning that it is completely free to use and free to distribute. Originally developed in 1991 by Finnish Programmer Linus Torvalds, Linux is an exceptionally robust and reliable system most commonly used for internet servers, mobile phones, and tablets (e.g. Android). However, the use of Linux as an alternative operating system for personal computers has also been growing over the years, with several million users having already discovered the benefits of it.

What are the benefits of Using Linux?

There are quite a few. Linux is free, highly efficient, and very fast; The 64 bit version of Manjaro with the XFCE desktop boots up in only a few seconds, and uses only 200MB of memory to run. Linux systems are also very secure, and are not affected by the huge amount of Windows viruses, trojans, worms, or malware out there. Anti-virus software is not required. And as for the tens of thousands of software applications available - including fully compatable equivalents of popular Windows software such as MS Office - these are also completely free. It is also possible to easily run many popular Windows applications on Linux using compatability software such as Wine/PlayonLinux. The examples given here are far from comprehensive!

Why is Linux Free? What's the catch?

There isn't one. Linux operates on a completely different philosophy than those of for-profit corporations such as Microsoft and Apple. Linux systems and software applications are funded through sponsorship, donations, and of course, the hard work of many, many enthusiasts. Linux has a dedicated and highly enthusiastic user-based for a good reason.

Why are there so many different distributions?

Different distributions have been developed fo different types of users, for different purposes, and for different hardware capacities. For example, distributions such as Mint or Zorin are specifically designed to apply to newcomers or those without technical expertise. At the other end of the scale, distributions such as Arch are designed for computer enthusiasts. Manjaro is designed to bridge that gap.


Manjaro Specific

Is Manjaro just an easy-to-install version of Arch?

No. Manjaro is not like other Arch-based distributions such as Archbang or Bridge Linux, which are. While there are numerous subtle differences between Manjaro and Arch, the most obvious examples - including the use of our own dedicated software repositories - are covered in the About Manjaro page.

Can Manjaro use the Arch Software Repositories?

No. Manjaro is configured to use its own dedicated software repositories, although you can still access the community-maintained Arch User Repository (AUR) for additional software, if you wish. In addition, if you want to access the very latest bleeding-edge software, Manjaro's own testing repositories are also available.

Can Manjaro be converted into a full Arch system?

Yes. However, this course of action is not recommended, and the Manjaro team cannot offer support for a converted system. Still, a conversion script to test out in VirtualBox is available on our forum here

What is the Manjaro Forum like?

Very friendly! Both newcomers and experienced users are more than welcome to participate, ask questions, and just talk to other members of the Manjaro community, as well as the developers themselves. You don't even have to register to post on the forum. Even though Manjaro is a new distribution, there are already many dedicated Manjaro Community members who will be more than happy to answer your questions and help you out.

Manjaro only seems to come with XFCE. Are other desktop environments available?

Yes. This includes KDE, Cinnamon, Gnome 3, Openbox, and Razor-QT. Any and all of these desktops can be downloaded from the official Manjaro software repositories. Manjaro presently only comes with the XFCE desktop environment pre-installed as it is a brand new distribution at the beta release/testing stage. Once Manjaro develops from 0.8.x to version 1.x onwards, it will be available with a range of pre-installed desktop environments.

Cookies help us deliver our services. By using our services, you agree to our use of cookies.