From Fedora Project Wiki
m (1 revision(s))
 
Line 7: Line 7:
== Download ==
== Download ==


=== Grab the latest source from CVS ===
=== Grab the latest source from git ===


You can get the current source using the following commands:
You can get the current source using the following commands:


<pre>
<pre>
$ export CVSROOT=:pserver:anonymous@rhlinux.redhat.com:/usr/local/CVS
$ git clone git://git.fedorahosted.org/git/system-config-display.git
$ cvs -z3 login
(hit enter)
$ cvs -z3 co system-config-display
</pre>
</pre>

Latest revision as of 18:17, 6 November 2008

system-config-display

What is system-config-display?

system-config-display is a graphical application for configuring an X Window System X server display.

Download

Grab the latest source from git

You can get the current source using the following commands:

$ git clone git://git.fedorahosted.org/git/system-config-display.git