public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Davide Cendron (scen)" <scen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/it: xorg-config.xml
Date: Wed, 10 Nov 2010 20:07:42 +0000 (UTC)	[thread overview]
Message-ID: <20101110200742.20BA120051@flycatcher.gentoo.org> (raw)

scen        10/11/10 20:07:42

  Modified:             xorg-config.xml
  Log:
  Version 4, revision 1.42 of EN CVS

Revision  Changes    Path
1.28                 xml/htdocs/doc/it/xorg-config.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/xorg-config.xml?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/xorg-config.xml?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/it/xorg-config.xml?r1=1.27&r2=1.28

Index: xorg-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/it/xorg-config.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- xorg-config.xml	7 Sep 2010 20:24:50 -0000	1.27
+++ xorg-config.xml	10 Nov 2010 20:07:41 -0000	1.28
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/xorg-config.xml,v 1.27 2010/09/07 20:24:50 scen Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/xorg-config.xml,v 1.28 2010/11/10 20:07:41 scen Exp $ -->
+
 <guide lang="it">
 <title>Guida alla configurazione di X server</title>
 
@@ -24,8 +25,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>2</version>
-<date>2010-08-28</date>
+<version>4</version>
+<date>2010-10-25</date>
 
 <chapter>
 <title>Cos'è il server X Window?</title>
@@ -307,12 +308,12 @@
 These are the packages that would be merged, in order:
 
 Calculating dependencies... done!
-[ebuild   R   ]  x11-base/xorg-drivers-1.8  INPUT_DEVICES="evdev synaptics
+[ebuild   R   ]  x11-base/xorg-drivers-1.9  INPUT_DEVICES="evdev synaptics
 -acecad -aiptek -elographics% -fpit% -joystick -keyboard -mouse -penmount -tslib
 -virtualbox -vmmouse -void -wacom"
 VIDEO_CARDS="radeon -apm -ark -ast -chips -cirrus -dummy -epson -fbdev -fglrx
 (-geode) -glint -i128 (-i740) (-impact) -intel -mach64 -mga -neomagic (-newport)
--nouveau -nv -nvidia -r128 -radeonhd -rendition -s3 -s3virge -savage
+-nouveau -nv -nvidia -r128 -rendition -s3 -s3virge -savage
 -siliconmotion -sis -sisusb (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb)
 (-sunleo) (-suntcx) -tdfx -tga -trident -tseng -v4l -vesa -via -virtualbox
 -vmware (-voodoo) (-xgi)" 0 kB
@@ -595,7 +596,7 @@
     per tutti gli utenti del sistema). Per esempio, come utente root, eseguire
     <c>echo XSESSION="Xfce4" &gt; /etc/env.d/90xsession</c>. In questo modo
     verrà creato il file <path>90xsession</path> ed impostata la sessione X
-    predefinita a <uri link="/doc/en/xfce-config.xml">Xfce</uri>.
+    predefinita a <uri link="/doc/it/xfce-config.xml">Xfce</uri>.
   </li>
 </ul>
 
@@ -690,6 +691,39 @@
 </body>
 </section>
 <section>
+<title>Monitor multipli</title>
+<body>
+
+<p>
+E' possbile configurare più di un monitor in <path>/etc/X11/xorg.conf</path>.
+E' sufficiente assegnare un nome a ogni monitor, quindi specificare la sua
+posizione fisica, come ad esempio "RighOf" (a destra di) or "Above" (Sopra a)
+rispetto a un altro monitor.
+L'esempio che segue mostra come configurare un monitor VGA e uno DVI, con il
+monitor VGA sulla parte destra dello schermo:
+</p>
+
+<pre caption="Configurare monitor multipli in xorg.conf">
+
+Section "Device"
+  Identifier "RadeonHD 4550"
+  Option     "Monitor-DVI-0" "DVI screen"
+  Option     "Monitor-VGA-0" "VGA screen"
+EndSection
+
+Section "Monitor"
+  Identifier "DVI screen"
+EndSection
+
+Section "Monitor"
+  Identifier "VGA screen"
+  Option     "RightOf" "DVI screen"
+EndSection
+</pre>
+
+</body>
+</section>
+<section>
 <title>Configurare la Tastiera</title>
 <body>
 
@@ -701,7 +735,7 @@
 </p>
 
 <pre caption="Uso di un file di configurazione esistente">
-# <i>bzcat /usr/share/doc/hal-*/*/use-estonian-layout.fdi.bz2 > /etc/hal/fdi/policy/10-xinput-configuration.fdi</i>
+# <i>bzcat /usr/share/doc/hal-*/*/use-estonian-layout.fdi.bz2 &gt; /etc/hal/fdi/policy/10-xinput-configuration.fdi</i>
 </pre>
 
 <p>






             reply	other threads:[~2010-11-10 20:07 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-10 20:07 Davide Cendron (scen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-11-05 13:50 [gentoo-commits] gentoo commit in xml/htdocs/doc/it: xorg-config.xml Agostino Sarubbo (ago)
2012-02-23 19:34 Sven Vermeulen (swift)
2012-01-21 13:43 Sven Vermeulen (swift)
2010-09-07 20:24 Davide Cendron (scen)
2010-09-07 19:52 Davide Cendron (scen)
2010-05-24 17:42 Davide Cendron (scen)
2010-03-22 19:44 Davide Cendron (scen)
2010-02-21 17:08 Davide Cendron (scen)
2009-12-21 20:48 Davide Cendron (scen)
2009-12-14 21:17 Davide Cendron (scen)
2009-10-06 19:20 Davide Cendron (scen)
2009-06-25 20:16 Davide Cendron (scen)
2009-04-22 21:35 Davide Cendron (scen)
2009-02-05 22:27 Davide Cendron (scen)
2008-11-27 21:13 Davide Cendron (scen)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20101110200742.20BA120051@flycatcher.gentoo.org \
    --to=scen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox