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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.