Bon dia,

Com alguns de vosaltres sabreu acabo d’instal·lar l’ArchLinux i el KDE 4.4.5.

Bé el tema és que intento configurar l’xorg.conf.d a través de 10.monitor.conf i no aconsegueixo clonar la pantalla. De fet quan habilito la secció ServerLayout la pantalla es queda en negre i he de passar a tty1 per comentar les primeres línies i reiniciar.

He buscat per internet però només trobo el wiki de la web d’ArchLinux i no m’és suficient per entendre què falla i com arreglar-ho. Bé, algú té alguna mínima idea de què pot estar fallant?

[code:24n0iv87]
Section "ServerLayout"
Identifier "DualSreen"
Screen 0 "Screen0"
Screen 1 "Screen1" RightOf "Screen0"
Option "Xinerama" "1"
EndSection

Section "Monitor"
Identifier "Monitor0"
Option "Enable" "true"
EndSection

Section "Monitor"
Identifier "Monitor1"
Option "Enable" "true"
EndSection

Section "Device"
Identifier "Device0"
Driver "radeon"
Screen 0
EndSection

Section "Device"
Identifier "Device1"
Driver "radeon"
Screen 1
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
SubSection "Display"
Depth 24
Modes "1440x900_60.00"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
Subsection "Display
Depth 24
Modes "1440x900_75.00" "1440x900"
EndSubSection
EndSection

[/code:24n0iv87]

Moltes gràcies cracks!