You can control Xserver behavior by /etc/X11/xorg.conf file, you need to add options:
Code:
Section "ServerFlags"
Option "DontVTSwitch" "True"
Option "DontZap" "True"
EndSection
And probably add "Screeen" and "Device" sections if you have no xorg.conf already.