Пробовал так:
emerge x11-drivers/nvidia-drivers
cl-setup-video --video=nvidia
При перезагрузке черный экран. После этого пробовал еще так:
eselect opengl set nvidia
eselect opencl set nvidia
nvidia-xconfig
Не помогло. Вот Xorg.log http://pastebin.com/BMKL7Gb9
Вот Xorg.conf (который получился после запуска nvidia-xconfig):
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 358.16 (buildmeister@swio-display-x64-rhel04-12) Mon Nov 16 19:59:11 PST 2015
#------------------------------------------------------------------------------
# Modified Calculate-core 3.4.5.22
# Processed template files:
# /var/lib/layman/calculate/profiles/templates/3.3/3_ac_install_live/1-merge/x11-base/xorg-server/X11/xorg.conf
# For modify this file, create /etc/X11/xorg.conf.clt template.
#------------------------------------------------------------------------------
Section "ServerLayout"
Identifier "Xorg Configured"
Screen "Monitor" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/droid"
EndSection
Section "Module"
Load "dbe" # Double buffer extension
Load "glx" # OpenGL X protocol interface
Load "extmod" # Misc. required extension
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "keyboard"
EndSection
Section "InputDevice"
# generated from data in "/etc/conf.d/gpm"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "StandardMonitor"
HorizSync 31.5 - 60.0
VertRefresh 60.0 - 160.0
Option "DPMS"
EndSection
Section "Device"
Identifier "nvidiaVGA"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Monitor"
Device "nvidiaVGA"
Monitor "StandardMonitor"
DefaultDepth 24
Option "RenderAccel" "True"
Option "AllowGLXWithComposite" "True"
Option "NoLogo" "True"
Option "NvAgp" "1"
Option "DPI" "96x96"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "3840x1080"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "On"
EndSection
Видеокарта:
lspci -k | grep -A 2 -E "(VGA|3D)" 130 ↵
01:00.0 VGA compatible controller: NVIDIA Corporation GF104 [GeForce GTX 460] (rev a1)
Subsystem: ASUSTeK Computer Inc. Device 835d
Kernel driver in use: nvidia
Последний вывод я взял из Arch, который стоит параллельно и в котором Nvidia драйвера работают.
Что можно посоветуете ?