In my case it looks like a problem with the screen resolution. What I did was just set the Mode in the X11 config file for each display:
cd /etc/X11
Xorg -configure
mv /xorg.conf.new ./xorg.conf
vi xorg.conf
Add the Modes supported in each SubSection "Display":
Section "Screen"
Identifier...
In my case it looks like a problem with the screen resolution. What I did was just set the Mode in the X11 config file for each display:
cd /etc/X11
Xorg -configure
mv /xorg.conf.new ./xorg.conf
vi xorg.conf
Add the Modes supported in each SubSection "Display":
Section "Screen"
Identifier...