Comment 3 for bug 1394653

Revision history for this message
solazs (solazs) wrote :

I've figured out (by looking through the xorg.0.log) that there's a config directory: /usr/share/X11/xorg.conf.d/ where I can put config snippets, so this bug report in the present form is invalid, as there is a way to configure X besides the autogenerated xorg.conf.

I've created a file in the xorg.conf.d directory: 90-force-crt to force a virtual display to be recognized by the nvidia card, so i can align my laptop's internal screen to cover this virtual crt, thus being able to the internal screen.
90-force-crt content:
Section "Screen"
    Identifier "nvidia"
    Device "nvidia"
    Option "AllowEmptyInitialConfiguration" "on"
    Option "IgnoreDisplayDevices" ""
EndSection