Can you post the relevant parts of your original xorg.conf?
+++++++++++++++++
You mean the one, how it was
before I changed including
your part?
Here it is,
your part included
in the end.
------------------------------,
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fi"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
SubSection "Display"
# Depth 24
# Modes "1024x768"
Virtual 2048 2048
EndSubSection
EndSection
-----------------------
- hv