diff options
Diffstat (limited to 'system-config/share')
-rw-r--r-- | system-config/share/xserver-xorg/nvidia.conf | 5 | ||||
-rw-r--r-- | system-config/share/xserver-xorg/vboxvideo.conf | 9 |
2 files changed, 14 insertions, 0 deletions
diff --git a/system-config/share/xserver-xorg/nvidia.conf b/system-config/share/xserver-xorg/nvidia.conf new file mode 100644 index 0000000..746de42 --- /dev/null +++ b/system-config/share/xserver-xorg/nvidia.conf @@ -0,0 +1,5 @@ +Section "Device" + Identifier "Default screen" + Driver "nvidia" + Option "NoLogo" "true" +EndSection diff --git a/system-config/share/xserver-xorg/vboxvideo.conf b/system-config/share/xserver-xorg/vboxvideo.conf new file mode 100644 index 0000000..4d7a966 --- /dev/null +++ b/system-config/share/xserver-xorg/vboxvideo.conf @@ -0,0 +1,9 @@ +Section "Device" + Identifier "Default screen" + Driver "vboxvideo" +EndSection + +Section "InputDevice" + Identifier "Default mouse" + Driver "vboxmouse" +EndSection |