From 32322960234c8ec91e0d42835a3ec5ee63305070 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 2 Feb 2019 11:00:00 +0100 Subject: Adding upstream version 20190202. Signed-off-by: Daniel Baumann --- system-config/share/xserver-xorg/nvidia.conf | 5 +++++ system-config/share/xserver-xorg/vboxvideo.conf | 9 +++++++++ 2 files changed, 14 insertions(+) create mode 100644 system-config/share/xserver-xorg/nvidia.conf create mode 100644 system-config/share/xserver-xorg/vboxvideo.conf (limited to 'system-config/share/xserver-xorg') 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 -- cgit v1.2.3