PDA

View Full Version : doppio monitor su ubuntu


macs_VI
29-11-2006, 18:31
Sono un newbie del mondo linux e sto da qualche giorno utilizzando l'ultima versione di Ubuntu, Ho installato (seguendo una guida per la verità) i driver Ati proprietari per la mia Radeon X1300. Ora il mio problema è che ho 2 monitor collegati alla scheda video. un lcd 19" sulla porta vga (settato a 1280*1024 a 75hz) e un tv-lcd samsung 26r72b sulla porta dvi. Con Windows riesco facilmente a impostare anche il secondo monitor a una risoluzione di 1360*768 a 60 hz con Ati Control Center mentre in Ubuntu il Samsung mi da l'errore "formato non supportato". Dall' utility di configurazione Ati (che si è installata con i driver proprietari) vedo che sono impostati in modalità "clone" per cui immagino che l'errore nel tv-lcd sia dovuto al fatto che non supporti i 75hz (visto che dalle mie conoscenze in modalità clone la risoluzione e il refresh rate sono uguali per entrambi i monitor). Il problema è che non esiste la funzione "extended desktop" come sotto win xp che mi permette di settare risoluzioni differenti.
Riassumendo, quello che devo fare è impostare così i monitor:
- monitor lcd 19" a 1280*1024 a 75hz
- tv-lcd 26r72b a 1360*768 a 60hz (che mi servirà per usare MythTV e filmati a schermo intero)

Grazie in anticipo dell'aiuto.

p.s. serve che posti il mio file xorg.conf?

nebbia
04-12-2006, 17:30
Ma hai modificato l'xorg.conf con le doppie sezioni "device monitor e screen" (una ogni monitor)?

ti posto la parte interessata del mio xorg (io ho una scheda nvidia):

Section "Monitor"
Identifier "Monitor0"
Option "DPMS"
DisplaySize 360 270
HorizSync 31.5 - 94.0
VertRefresh 50.0 - 90.0
EndSection

Section "Monitor"
Identifier "Monitor1"
Option "DPMS"
DisplaySize 315 235
HorizSync 31.5 - 57.0
VertRefresh 50.0 - 90.0
EndSection

Section "Device"

# Edit the BusID with the location of your graphics card
Identifier "nvidia0"
Driver "nvidia"
BusID "PCI:1:0:0"
Screen 0
EndSection

Section "Device"

# Edit the BusID with the location of your graphics card
Identifier "nvidia1"
Driver "nvidia"
BusID "PCI:1:0:0"
Screen 1
EndSection

Section "Screen"
Identifier "Screen0"
Device "nvidia0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "nvidia1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Poi devi modificare il ServerLayout:

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
Option "Xinerama" "on"
Option "Clone" "off"
EndSection

Spero di esserti stato di aiuto; queste info le ho trovate nel sito nvidia.