Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --------------20-opengl.conf----------------------
- Section "Files"
- ModulePath "/usr/lib64/opengl/nvidia"
- ModulePath "/usr/lib64/xorg/modules"
- ModulePath "/usr/lib64/opengl/xorg-x11/extensions/"
- EndSection
- --------------------------------------------------
- --------------30-nvidia.conf----------------------
- Section "ServerLayout"
- Identifier "layout"
- Screen 0 "nvidia"
- EndSection
- Section "Device"
- Identifier "Nvidia Card"
- Driver "nvidia"
- VendorName "NVIDIA Corporation"
- BoardName "GeForce GTS 450"
- BusID "01:00:0"
- Option "ConnectToAcpid" "0"
- EndSection
- Section "Screen"
- Identifier "nvidia"
- Device "nvidia"
- Option "AllowEmptyInitialConfiguration"
- DefaultDepth 24
- SubSection "Display"
- Depth 24
- EndSubSection
- EndSection
- Section "module"
- load "glx"
- load "dri"
- load "dri2"
- EndSection
- Section "dri"
- Mode 0666
- EndSection
- --------------------------------------------------
- --------50-nvidia-drm-outputclass.conf------------
- # This xorg.conf.d configuration snippet configures the X server to
- # automatically load the nvidia X driver when it detects a device driven by the
- # nvidia-drm.ko kernel module. Please note that this only works on Linux kernels
- # version 3.9 or higher with CONFIG_DRM enabled, and only if the nvidia-drm.ko
- # kernel module is loaded before the X server is started.
- Section "OutputClass"
- Identifier "nvidia"
- MatchDriver "nvidia-drm"
- Driver "nvidia"
- EndSection
- --------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement