From 0ab21e7a8f36dcf005a6ae7f8d747875d7ef7dce Mon Sep 17 00:00:00 2001 From: wolfden Date: Sat, 16 May 2015 18:04:04 -0500 Subject: [PATCH] [molecules] removing unnecessary file --- remaster/gforensic/files/xorg.conf.kjs | 77 -------------------------- 1 file changed, 77 deletions(-) delete mode 100644 remaster/gforensic/files/xorg.conf.kjs diff --git a/remaster/gforensic/files/xorg.conf.kjs b/remaster/gforensic/files/xorg.conf.kjs deleted file mode 100644 index b95144f..0000000 --- a/remaster/gforensic/files/xorg.conf.kjs +++ /dev/null @@ -1,77 +0,0 @@ -# nvidia-settings: X configuration file generated by nvidia-settings -# nvidia-settings: version 285.05.09 (root@orion.sabayon.org) Tue Oct 4 08:01:22 UTC 2011 - - -Section "ServerLayout" - Identifier "Layout0" - Screen 0 "Screen0" 0 0 - InputDevice "Keyboard0" "CoreKeyboard" - InputDevice "Mouse0" "CorePointer" - Option "Xinerama" "0" -EndSection - -Section "Files" - FontPath "/usr/X11R6/lib/X11/fonts/misc/:unscaled" - FontPath "/usr/X11R6/lib/X11/fonts/misc/" - FontPath "/usr/X11R6/lib/X11/fonts/TTF/" -EndSection - -Section "InputDevice" - - # generated from data in "/etc/conf.d/gpm" - Identifier "Mouse0" - Driver "mouse" - Option "Protocol" - Option "Device" "/dev/input/mice" - Option "Emulate3Buttons" "no" - Option "ZAxisMapping" "4 5" -EndSection - -Section "InputDevice" - - # generated from default - Identifier "Keyboard0" - Driver "kbd" -EndSection - -Section "Monitor" - - # HorizSync source: edid, VertRefresh source: edid - Identifier "Monitor0" - VendorName "Unknown" - ModelName "CRT-0" - HorizSync 30.0 - 96.0 - VertRefresh 50.0 - 160.0 - Option "DPMS" -EndSection - -Section "Device" - Identifier "Device0" - Driver "nvidia" - VendorName "NVIDIA Corporation" - BoardName "GeForce GT 440" - Option "RenderAccel" "true" - Option "AllowGLXWithComposite" "true" - Option "BackingStore" "True" - -EndSection - -Section "Screen" - -# Removed Option "metamodes" "CRT-1: 1280x1024 +0+0, CRT-0: 1280x1024 +1600+0" - Identifier "Screen0" - Device "Device0" - Monitor "Monitor0" - DefaultDepth 24 - Option "AddARGBGLXVisuals" "true" - Option "TwinView" "1" - Option "TwinViewXineramaInfoOrder" "CRT-1" - Option "metamodes" "CRT-0: 1280x1024 +1280+0, CRT-1: 1280x1024 +0+0" - SubSection "Display" - Depth 24 - EndSubSection -EndSection - -Section "Extensions" - Option "Composite" "Enable" -EndSection