Sinceramente non so nemmeno se è la sezione più giusta, comunque io spiego il problema:
tempo fa ho cambiato il mio monitor, un vecchio Compaq 15 pollici, con un Acer AL1916W 19" Widescreen.
Con il vecchio monitor avevo modificato il mio xorg.conf secondo quanto suggeriva il primo metodo (semplice) del wiki in questa pagina: http://wiki.ubuntu-it.org/NvidiaTvOut
Da quando ho cambiato monitor però, il Twinview sembra non funzionare più.
Ho provato a riconvigurare xorg e inserire di nuovo quelle righe nella sezione device ma succede che viene abilitato il Twinview però perdo la risoluzione che di solito utilizzo sul monitor del pc..ovvero 1280x800.
Per ovviare a questo problema ho provato a seguire l'alternativa "più complessa" spiegata sempre nella stessa pagina che ho postato prima.
Il risultato è che non perdo la risoluzione che utilizzo sul monitor, ma non viene attivato il Twinview.
Ora vi posto il mio xorg.conf, così magari voi potete darmi qualche consiglio o correggere eventuali errori presenti.
Codice: Seleziona tutto
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "bitmap"
Load "ddc"
# Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV43 [GeForce 6600 GT]"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "NVIDIA 2"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "TVOutFormat" "Composite"
Option "TVStandard" "PAL-B"
Option "ConnectedMonitor" "Televisione"
EndSection
Section "Monitor"
Identifier "AL1916W"
Option "DPMS"
HorizSync 30-82
VertRefresh 56-76
Modeline "1440x900" 106.5 1440 1520 1672 1904 900 901 904 932 -HSync +VSync
EndSection
Section "Monitor"
Identifier "Televisione"
HorizSync 60
VertRefresh 30-50
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV43 [GeForce 6600 GT]"
Monitor "AL1916W"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "1440x900" "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x900" "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x900" "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen 1"
Device "NVIDIA 2"
Monitor "Televisione"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Default Screen"
Screen 1 "Screen 1" rightof "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSectionGrazie