Comment 12 for bug 188178

Revision history for this message
Id2ndR (id2ndr) wrote :

xorg.conf (virtual section was uncommented first, and then commented) :

Section "InputDevice"
 Identifier "Generic Keyboard"
 Driver "kbd"
 Option "XkbRules" "xorg"
 Option "XkbModel" "pc105"
 Option "XkbLayout" "fr"
 Option "XkbVariant" "oss"
EndSection

Section "InputDevice"
 Identifier "Configured Mouse"
 Driver "mouse"
EndSection

Section "Device"
 Identifier "Configured Video Device"
 Option "MigrationHeuristic" "greedy"
# Option "AccelMethod" "EXA"
# Option "ExaNoComposite" "false"
EndSection

Section "Monitor"
 Identifier "Configured Monitor"
EndSection

Section "Screen"
 Identifier "Default Screen"
 Monitor "Configured Monitor"
 Device "Configured Video Device"
# Virtual 2560 1024
# Virtual 2880 1200
EndSection