<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.12.1">
</HEAD>
<BODY>
Ciao a tutti,<BR>
<BR>
Grazie a Pietro Vischia ho trovato la soluzione per il monitor Dual Head: dipendeva dalla scheda video ATI del mio portatile.<BR>
Pietro mi ha detto di istallare i drivers ATI proprietari.<BR>
Lanciando la configurazione dei driver come superuser (comando: aticonfig) c'&#232; un paragrafo nell'help in linea che parla della dualhead e ci sono anche degli esempi! <BR>
Ve li riporto:<BR>
<BR>
Examples:<BR>
&nbsp; 1. Setting up fglrx for the first time.<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Single head :&nbsp;&nbsp;&nbsp; aticonfig --initial --input=/etc/X11/xorg.conf<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dual head&nbsp;&nbsp; :&nbsp;&nbsp;&nbsp; aticonfig --initial=dual-head --screen-layout=above <BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This command will generate a dual head configuration<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; file with the second screen located above the first<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; screen.<BR>
&nbsp; 2. Setting up big desktop to horizontal and set overlay on secondary display. <BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; aticonfig --dtop=horizontal --overlay-on=1<BR>
&nbsp; 3. Setting up modes for primary display.<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; aticonfig --resolution=0,1600x1200,1280x1024,1024x768 <BR>
Funziona molto bene!!! <BR>
<BR>
C'&#232; ancora una cosetta: nel monitor esterno il cursore viene visualizzato come un enorme quadrato in cui la &quot;punta della freccia&quot; &#232; rappresentata dall'angolo in alto a sinistra.<BR>
Questo &#232; un problema non risolvibile (credo) modificando le impostazioni del mouse dal secondo monitor.<BR>
<BR>
Qui di seguo allego il mio xorg.conf.<BR>
<BR>
Ciao a tutti e grazie ancora, Lista!<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
# /etc/X11/xorg.conf (xorg X Window System server configuration file)<BR>
#<BR>
# This file was generated by dexconf, the Debian X Configuration tool, using<BR>
# values from the debconf database.<BR>
#<BR>
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.<BR>
# (Type &quot;man /etc/X11/xorg.conf&quot; at the shell prompt.)<BR>
#<BR>
# This file is automatically updated on xserver-xorg package upgrades *only*<BR>
# if it has not been modified since the last upgrade of the xserver-xorg<BR>
# package.<BR>
#<BR>
# If you have edited this file but would like it to be automatically updated<BR>
# again, run the following command:<BR>
#&nbsp;&nbsp; sudo dpkg-reconfigure -phigh xserver-xorg<BR>
<BR>
Section &quot;ServerLayout&quot;<BR>
Identifier&nbsp;&nbsp;&nbsp;&nbsp; &quot;Default Layout&quot;<BR>
Screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; &quot;aticonfig-Screen[0]&quot; 0 0<BR>
Screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;aticonfig-Screen[1]&quot; Above &quot;aticonfig-Screen[0]&quot;<BR>
InputDevice&nbsp;&nbsp;&nbsp; &quot;Generic Keyboard&quot;<BR>
InputDevice&nbsp;&nbsp;&nbsp; &quot;Configured Mouse&quot;<BR>
InputDevice&nbsp;&nbsp;&nbsp; &quot;Synaptics Touchpad&quot;<BR>
EndSection<BR>
<BR>
Section &quot;Files&quot;<BR>
<BR>
# path to defoma fonts<BR>
FontPath&nbsp;&nbsp;&nbsp;&nbsp; &quot;/usr/share/fonts/X11/misc&quot;<BR>
FontPath&nbsp;&nbsp;&nbsp;&nbsp; &quot;/usr/X11R6/lib/X11/fonts/misc&quot;<BR>
FontPath&nbsp;&nbsp;&nbsp;&nbsp; &quot;/usr/share/fonts/X11/cyrillic&quot;<BR>
FontPath&nbsp;&nbsp;&nbsp;&nbsp; &quot;/usr/X11R6/lib/X11/fonts/cyrillic&quot;<BR>
FontPath&nbsp;&nbsp;&nbsp;&nbsp; &quot;/usr/share/fonts/X11/100dpi/:unscaled&quot;<BR>
FontPath&nbsp;&nbsp;&nbsp;&nbsp; &quot;/usr/X11R6/lib/X11/fonts/100dpi/:unscaled&quot;<BR>
FontPath&nbsp;&nbsp;&nbsp;&nbsp; &quot;/usr/share/fonts/X11/75dpi/:unscaled&quot;<BR>
FontPath&nbsp;&nbsp;&nbsp;&nbsp; &quot;/usr/X11R6/lib/X11/fonts/75dpi/:unscaled&quot;<BR>
FontPath&nbsp;&nbsp;&nbsp;&nbsp; &quot;/usr/share/fonts/X11/Type1&quot;<BR>
FontPath&nbsp;&nbsp;&nbsp;&nbsp; &quot;/usr/X11R6/lib/X11/fonts/Type1&quot;<BR>
FontPath&nbsp;&nbsp;&nbsp;&nbsp; &quot;/usr/share/fonts/X11/100dpi&quot;<BR>
FontPath&nbsp;&nbsp;&nbsp;&nbsp; &quot;/usr/X11R6/lib/X11/fonts/100dpi&quot;<BR>
FontPath&nbsp;&nbsp;&nbsp;&nbsp; &quot;/usr/share/fonts/X11/75dpi&quot;<BR>
FontPath&nbsp;&nbsp;&nbsp;&nbsp; &quot;/usr/X11R6/lib/X11/fonts/75dpi&quot;<BR>
FontPath&nbsp;&nbsp;&nbsp;&nbsp; &quot;/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType&quot;<BR>
EndSection<BR>
<BR>
Section &quot;Module&quot;<BR>
Load&nbsp; &quot;i2c&quot;<BR>
Load&nbsp; &quot;bitmap&quot;<BR>
Load&nbsp; &quot;ddc&quot;<BR>
Load&nbsp; &quot;dri&quot;<BR>
Load&nbsp; &quot;extmod&quot;<BR>
Load&nbsp; &quot;freetype&quot;<BR>
Load&nbsp; &quot;glx&quot;<BR>
Load&nbsp; &quot;int10&quot;<BR>
Load&nbsp; &quot;vbe&quot;<BR>
Load&nbsp; &quot;xc&quot;<BR>
EndSection<BR>
<BR>
Section &quot;InputDevice&quot;<BR>
Identifier&nbsp; &quot;Generic Keyboard&quot;<BR>
Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;kbd&quot;<BR>
Option &nbsp;&nbsp;&nbsp; &quot;CoreKeyboard&quot;<BR>
Option &nbsp;&nbsp;&nbsp; &quot;XkbRules&quot; &quot;xorg&quot;<BR>
Option &nbsp;&nbsp;&nbsp; &quot;XkbModel&quot; &quot;pc105&quot;<BR>
Option &nbsp;&nbsp;&nbsp; &quot;XkbLayout&quot; &quot;it&quot;<BR>
EndSection<BR>
<BR>
Section &quot;InputDevice&quot;<BR>
Identifier&nbsp; &quot;Configured Mouse&quot;<BR>
Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;mouse&quot;<BR>
Option &nbsp;&nbsp;&nbsp; &quot;CorePointer&quot;<BR>
Option &nbsp;&nbsp;&nbsp; &quot;Device&quot; &quot;/dev/input/mice&quot;<BR>
Option &nbsp;&nbsp;&nbsp; &quot;Protocol&quot; &quot;ImPS/2&quot;<BR>
Option &nbsp;&nbsp;&nbsp; &quot;Emulate3Buttons&quot; &quot;true&quot;<BR>
EndSection<BR>
<BR>
Section &quot;InputDevice&quot;<BR>
Identifier&nbsp; &quot;Synaptics Touchpad&quot;<BR>
Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;synaptics&quot;<BR>
Option &nbsp;&nbsp;&nbsp; &quot;SendCoreEvents&quot; &quot;true&quot;<BR>
Option &nbsp;&nbsp;&nbsp; &quot;Device&quot; &quot;/dev/psaux&quot;<BR>
Option &nbsp;&nbsp;&nbsp; &quot;Protocol&quot; &quot;auto-dev&quot;<BR>
Option &nbsp;&nbsp;&nbsp; &quot;HorizScrollDelta&quot; &quot;0&quot;<BR>
EndSection<BR>
<BR>
Section &quot;Monitor&quot;<BR>
Identifier&nbsp;&nbsp; &quot;Monitor Generico&quot;<BR>
Option &nbsp;&nbsp;&nbsp; &quot;DPMS&quot;<BR>
EndSection<BR>
<BR>
Section &quot;Monitor&quot;<BR>
Identifier&nbsp;&nbsp; &quot;aticonfig-Monitor[0]&quot;<BR>
Option &nbsp;&nbsp;&nbsp; &quot;VendorName&quot; &quot;ATI Proprietary Driver&quot;<BR>
Option &nbsp;&nbsp;&nbsp; &quot;ModelName&quot; &quot;Generic Autodetecting Monitor&quot;<BR>
Option &nbsp;&nbsp;&nbsp; &quot;DPMS&quot; &quot;true&quot;<BR>
EndSection<BR>
<BR>
Section &quot;Monitor&quot;<BR>
Identifier&nbsp;&nbsp; &quot;aticonfig-Monitor[1]&quot;<BR>
Option &nbsp;&nbsp;&nbsp; &quot;VendorName&quot; &quot;ATI Proprietary Driver&quot;<BR>
Option &nbsp;&nbsp;&nbsp; &quot;ModelName&quot; &quot;Generic Autodetecting Monitor&quot;<BR>
Option &nbsp;&nbsp;&nbsp; &quot;DPMS&quot; &quot;true&quot;<BR>
EndSection<BR>
<BR>
Section &quot;Device&quot;<BR>
Identifier&nbsp; &quot;ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]&quot;<BR>
Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;ati&quot;<BR>
BusID&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;PCI:1:0:0&quot;<BR>
EndSection<BR>
<BR>
Section &quot;Device&quot;<BR>
Identifier&nbsp; &quot;aticonfig-Device[0]&quot;<BR>
Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;fglrx&quot;<BR>
BusID&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;PCI:1:0:0&quot;<BR>
EndSection<BR>
<BR>
Section &quot;Device&quot;<BR>
Identifier&nbsp; &quot;aticonfig-Device[1]&quot;<BR>
Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;fglrx&quot;<BR>
BusID&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;PCI:1:0:0&quot;<BR>
Screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<BR>
EndSection<BR>
<BR>
Section &quot;Screen&quot;<BR>
Identifier &quot;Default Screen&quot;<BR>
Device&nbsp;&nbsp;&nbsp;&nbsp; &quot;ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]&quot;<BR>
Monitor&nbsp;&nbsp;&nbsp; &quot;Monitor Generico&quot;<BR>
DefaultDepth&nbsp;&nbsp;&nbsp;&nbsp; 24<BR>
SubSection &quot;Display&quot;<BR>
Depth&nbsp;&nbsp;&nbsp;&nbsp; 16<BR>
Modes&nbsp;&nbsp;&nbsp; &quot;1280x1024&quot; &quot;1024x768&quot;<BR>
EndSubSection<BR>
SubSection &quot;Display&quot;<BR>
Depth&nbsp;&nbsp;&nbsp;&nbsp; 24<BR>
Modes&nbsp;&nbsp;&nbsp; &quot;1280x1024&quot; &quot;1024x768&quot;<BR>
EndSubSection<BR>
EndSection<BR>
<BR>
Section &quot;Screen&quot;<BR>
Identifier &quot;aticonfig-Screen[0]&quot;<BR>
Device&nbsp;&nbsp;&nbsp;&nbsp; &quot;aticonfig-Device[0]&quot;<BR>
Monitor&nbsp;&nbsp;&nbsp; &quot;aticonfig-Monitor[0]&quot;<BR>
DefaultDepth&nbsp;&nbsp;&nbsp;&nbsp; 24<BR>
SubSection &quot;Display&quot;<BR>
Viewport&nbsp;&nbsp; 0 0<BR>
Depth&nbsp;&nbsp;&nbsp;&nbsp; 24<BR>
Modes&nbsp;&nbsp;&nbsp; &quot;1600x1200&quot; &quot;1280x1024&quot; &quot;1024x768&quot;<BR>
EndSubSection<BR>
EndSection<BR>
<BR>
Section &quot;Screen&quot;<BR>
Identifier &quot;aticonfig-Screen[1]&quot;<BR>
Device&nbsp;&nbsp;&nbsp;&nbsp; &quot;aticonfig-Device[1]&quot;<BR>
Monitor&nbsp;&nbsp;&nbsp; &quot;aticonfig-Monitor[1]&quot;<BR>
DefaultDepth&nbsp;&nbsp;&nbsp;&nbsp; 24<BR>
SubSection &quot;Display&quot;<BR>
Viewport&nbsp;&nbsp; 0 0<BR>
Depth&nbsp;&nbsp;&nbsp;&nbsp; 24<BR>
EndSubSection<BR>
EndSection<BR>
<BR>
Section &quot;DRI&quot;<BR>
Mode&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0666<BR>
EndSection<BR>
<BR>
<BR>
<BR>
</BODY>
</HTML>