forked from openlp/openlp
Fixed the stuff for command line stuff and a few spelling errors
This commit is contained in:
parent
9387fc34e2
commit
37d2dc7910
@ -127,29 +127,29 @@ distribution's documentation, and you have a working xorg.conf file in place.
|
|||||||
|
|
||||||
If you wish to make the changes permanent in setting up your system for dual
|
If you wish to make the changes permanent in setting up your system for dual
|
||||||
monitors it will be necessary to modify your xorg.conf file. It is always a good
|
monitors it will be necessary to modify your xorg.conf file. It is always a good
|
||||||
idea to make a backup of any cirtical file before making changes.
|
idea to make a backup of any cirtical file before making changes. ::
|
||||||
|
|
||||||
user@linux:~ $ sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.old
|
user@linux:~ $ sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.old
|
||||||
|
|
||||||
or for those using systems that use the root user instead of sudo, change to
|
or for those using systems that use the root user instead of sudo, change to
|
||||||
root and enter
|
root and enter ::
|
||||||
|
|
||||||
root@linux: # cp /etc/X11/xorg.conf /etc/X11/xorg.conf.old
|
root@linux: # cp /etc/X11/xorg.conf /etc/X11/xorg.conf.old
|
||||||
|
|
||||||
The exact location of the xorg.conf file can vary so check your distribution's
|
The exact location of the xorg.conf file can vary so check your distribution's
|
||||||
documentation.
|
documentation.
|
||||||
|
|
||||||
If you want to make your changes permanent run Nvidia settings from the terminal
|
If you want to make your changes permanent run Nvidia settings from the terminal ::
|
||||||
|
|
||||||
user@linux:~ $ sudo nvidia-settings
|
user@linux:~ $ sudo nvidia-settings
|
||||||
|
|
||||||
or
|
or ::
|
||||||
|
|
||||||
root@linux: # nividia-settings
|
root@linux: # nividia-settings
|
||||||
|
|
||||||
If you do not want to write the changes to your xorg.conf file simply run the
|
If you do not want to write the changes to your xorg.conf file simply run the
|
||||||
Nvidia Settings program from your desktops menu, usually in an administration
|
Nvidia Settings program from your desktops menu, usually in an administration
|
||||||
or system menu, or from the terminal as a normal user run
|
or system menu, or from the terminal as a normal user run ::
|
||||||
|
|
||||||
user@linux:~ $ nvidia-settings
|
user@linux:~ $ nvidia-settings
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@ Service Item
|
|||||||
|
|
||||||
A service item are the **media items** that are in the **service manager**
|
A service item are the **media items** that are in the **service manager**
|
||||||
|
|
||||||
Service Manger
|
Service Manager
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
The service manager contains the media items in your service file. This is the
|
The service manager contains the media items in your service file. This is the
|
||||||
|
Loading…
Reference in New Issue
Block a user