Difference between revisions of "Configure Graphics Cards"
Views
Actions
Namespaces
Variants
Tools
no edit summary
imported>Verityproductions (Created page with "= Overview = {{note|The mhwd command is still ''under development'', and at present is only able to install drivers for graphics cards connected internally via pci.}} Where...") |
imported>Verityproductions |
||
Line 17: | Line 17: | ||
sudo mhwd -a [pci or usb] [free or nonfree] 0300 | sudo mhwd -a [pci or usb] [free or nonfree] 0300 | ||
A breakdown of the command for the automated method is as follows: | |||
A breakdown of the command used for the automated method is as follows: | |||
* '''-a''': Automatically detect and install the appropriate driver | * '''-a''': Automatically detect and install the appropriate driver | ||
Line 27: | Line 28: | ||
sudo mhwd -a pci nonfree 0300 | 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: | Otherwise, the following command would result in the automatic detection and installation of the best available '''free driver''' for a pci-connected graphics card: | ||
Line 70: | Line 72: | ||
A breakdown of the command to manually install a driver is as follows: | A breakdown of the command used to manually install a driver is as follows: | ||
* '''-i''': Install a driver | * '''-i''': Install a driver |