Господа, во имя ксорга ! Не могу настроить себе графику уже долгое время, перепробовал всё что можно, перечитал, перетестировал и т.д. Нужна помощь профессионалов. Хочу настроить проприетарный или свободный драйвер. Предпочтительней проприетарный.
Я пробовал версии Ubuntu 14.04, 16.04, 17.04, даже 12.04 пытался безуспешно установить но в режиме liveusb похоже те же самые проблемы. Тыщу раз устанавливал рекомендованные системой драйвера nvidia итог - чёрный экран. Пытался установить драйверы скачанные вручную 190.42, 190.53, 340.102. Вот ссылка на давнее обсуждение lenovo y550, где люди говорят, что у них работал драйвер 190.42 -
https://ubuntuforums.org/showthread.php?t=1300067. Установить драйвера вручную не удаётся выдаёт ошибки следующего содержания.
ERROR: The kernel header file
'/lib/modules/4.10.0-26-generic/build/include/linux/version.h' does not
exist. The most likely reason for this is that the kernel source files
in '/lib/modules/4.10.0-26-generic/build' have not been configured.
ERROR: Installation has failed. Please see the file
'/var/log/nvidia-installer.log' for details.
Свободный драйвер нормально настроить, как я понимаю не получается, почти все приложения с аппаратным ускорением глючат (графические артефакты). Как можно настроить через xorg.conf ? Я не разработчик linux и не могу сам так простро разобраться в этом.
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "built-ins"
EndSection
Section "Module"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "VideoKey" # <i>
#Option "WrappedFB" # [<bool>]
#Option "GLXVBlank" # [<bool>]
#Option "ZaphodHeads" # <str>
#Option "PageFlip" # [<bool>]
#Option "SwapLimit" # <i>
#Option "AsyncUTSDFS" # [<bool>]
#Option "AccelMethod" # <str>
#Option "DRI" # <i>
Identifier "Card0"
Driver "nouveau"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Система
Processor: Intel Pentium T4400 @ 2.20GHz (2 Cores), Motherboard: LENOVO KIWB1, Chipset: Intel Mobile 4 MCH + ICH9M, Memory: 2048MB, Disk: 320GB Seagate ST320LM001 HN-M3, Graphics: NVA5 1024MB, Audio: Realtek ALC272, Network: Broadcom Limited NetLink BCM5784M Gigabit PCIe + Broadcom Limited BCM4312 802.11b/g
Software:
OS: Ubuntu 17.04, Kernel: 4.10.0-26-generic (i686), Desktop: Xfce 4.12, Display Driver: modesetting 1.19.3, OpenGL: 3.3 Mesa 17.2.0-devel, Compiler: GCC 6.3.0 20170406, File-System: ext4, Screen Resolution: 1366x768
журнал Xorg
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 30.957] (WW) Warning, couldn't open module nvidia
[ 30.957] (EE) Failed to load module "nvidia" (module does not exist, 0)
[ 31.029] (WW) Warning, couldn't open module nvidia
[ 31.029] (EE) Failed to load module "nvidia" (module does not exist, 0)
[ 31.029] (II) Failed to load module "nouveau" (already loaded, 0)
[ 31.029] (II) Failed to load module "modesetting" (already loaded, 0)
[ 31.030] (II) Failed to load module "fbdev" (already loaded, 0)
[ 31.030] (II) Failed to load module "vesa" (already loaded, 0)
Пользователь добавил сообщение 19 Июля 2017, 12:38:15:
Проблема очевидно не только на linux, виноват вендор (lenovo) вот ссылка на пример обсуждения
https://devtalk.nvidia.com/default/topic/508881/?comment=3628757