Hi!
I'm new here! I registered here because everytime I look for a solution at g**gle I end up here, so, I decided to get registered here and ask you directly the question!
Well, my problem is that last week I installed ArchLinux with netinstall, so I've got the last versions of lots of applications, including xorg 1.8.
And what was my suprise, when, after years of touching the xorg.conf files... now it has changed! Now there's a folder called xorg.conf.d with some files in a XX-aaaa.conf style.
So, I looked into a tutorial of the ArchLinux website and I got xorg more or less configured, I installed some Graphical Desktops and finally I more or less decided to get Enlightenment0.16.
The problem now is that I cannot set up the right resolution into my Screen and also I cannot clone the image to the TV (DualView).
Here's my 10-monitor.conf configuration:
Code:
#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 "1680x1050" "1440x900_60.00" "1280x1024"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
Subsection "Display
Depth 24
Modes "1680x1050" "1440x900_75.00" "1440x900" "1280x1024"
EndSubSection
EndSection
If I uncomment the first section, my screen goes "to sleep" and I have to go to tty1, comment that lines and reboot system.
Thanks!