Всем доброго времени суток, помогите пожалуйста с решением проблемы при установке драйверов NVIDIA.
#ПК на Debian 8.5.3 Jessie ядро 4.6.0-1-686-pae (i686-32bit естественно) с видеокартой основанной на чипе Geforce FX5500.
Остановил lightdm, удалил драйвер nouveau с помощью apt, скачал версию 173.14.37 с сайта NVIDIA, при попытке установить писал:
ERROR: The kernel header file '/lib/modules/4.6.0-1-686-pae/build/include/linux/version.h' does not exist. The most likely reason for this is that the kernel source files in '/lib/modules/4.6.0-1-686-pae/build' have not been
configured.
ERROR: Unable to build the NVIDIA kernel module.
Читал-читал, забил. Поставил драйвер из ветки non-free репозитория debian. Как оказалось, он версии 340xx, которая уже не поддерживает старые карточки (понял из лога Xorg, который не сохранил). Удалил с помощью того-же apt.Нашёл на дебиан вики инструкцию, установил пакет nvidia-kernel-legacy-173xx-dkmsnvidia-kernel-legacy-173xx-dkms из репозитория wheezy (т.к в репозитории jessie его нет), ничего не поменялось, перед следующими попытками решил удалить данный пакет чтобы не было проблем «битым (held) пакетом». Ещё почитал форумы, попробовал поставить версию 173.14.35 с сайта NVIDIA, она выдает самую первую ошибку
ERROR: The kernel header file '/lib/modules/4.6.0-1-686-pae/build/include/linux/version.h' does not exist. The most likely reason for this is that the kernel source files in '/lib/modules/4.6.0-1-686-pae/build' have not been
configured.
При /etc/X11/xorg.conf от драйвера версии 340xx: Сам xorg.conf:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 340.46 (buildd@binet) Tue Oct 7 08:03:22 UTC 2014
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
И /var/log/Xorg.0.log:
[ 34.190]
X.Org X Server 1.16.4
Release Date: 2014-12-20
[ 34.190] X Protocol Version 11, Revision 0
[ 34.190] Build Operating System: Linux 3.2.0-4-amd64 i686 Debian
[ 34.190] Current Operating System: Linux 1HTPC 4.6.0-1-686-pae #1 SMP Debian 4.6.4-1 (2016-07-18) i686
[ 34.190] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.6.0-1-686-pae root=UUID=6d3eb9bf-1435-4038-b690-c45c0754cb7d ro quiet
[ 34.191] Build Date: 11 February 2015 01:14:26AM
[ 34.191] xorg-server 2:1.16.4-1 (http://www.debian.org/support)
[ 34.191] Current version of pixman: 0.32.6
[ 34.191] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 34.191] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 34.191] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Aug 29 08:20:17 2016
[ 34.191] (==) Using config file: "/etc/X11/xorg.conf"
[ 34.191] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 34.192] (==) ServerLayout "Layout0"
[ 34.192] (**) |-->Screen "Screen0" (0)
[ 34.192] (**) | |-->Monitor "Monitor0"
[ 34.192] (**) | |-->Device "Device0"
[ 34.192] (**) |-->Input Device "Keyboard0"
[ 34.192] (**) |-->Input Device "Mouse0"
[ 34.193] (**) Option "BlankTime" "0"
[ 34.193] (**) Option "StandbyTime" "0"
[ 34.193] (**) Option "SuspendTime" "0"
[ 34.193] (**) Option "OffTime" "0"
[ 34.193] (==) Automatically adding devices
[ 34.193] (==) Automatically enabling devices
[ 34.193] (==) Automatically adding GPU devices
[ 34.193] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 34.193] Entry deleted from font path.
[ 34.193] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
built-ins
[ 34.193] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 34.193] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 34.193] (WW) Disabling Keyboard0
[ 34.193] (WW) Disabling Mouse0
[ 34.193] (II) Loader magic: 0x80330700
[ 34.193] (II) Module ABI versions:
[ 34.193] X.Org ANSI C Emulation: 0.4
[ 34.193] X.Org Video Driver: 18.0
[ 34.193] X.Org XInput driver : 21.0
[ 34.193] X.Org Server Extension : 8.0
[ 34.195] (--) PCI:*(0:1:0:0) 10de:0326:0000:0000 rev 161, Mem @ 0xe7000000/16777216, 0xf0000000/134217728, BIOS @ 0x????????/131072
[ 34.195] (II) LoadModule: "glx"
[ 34.195] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[ 34.261] (II) Module glx: vendor="NVIDIA Corporation"
[ 34.261] compiled for 4.0.2, module version = 1.0.0
[ 34.261] Module class: X.Org Server Extension
[ 34.261] (II) NVIDIA GLX Module 340.96 Sun Nov 8 22:11:26 PST 2015
[ 34.261] (II) LoadModule: "nvidia"
[ 34.261] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 34.262] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 34.262] compiled for 4.0.2, module version = 1.0.0
[ 34.262] Module class: X.Org Video Driver
[ 34.262] (II) NVIDIA dlloader X Driver 340.96 Sun Nov 8 21:48:15 PST 2015
[ 34.262] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 34.262] (++) using VT number 7
[ 34.264] (II) Loading sub module "fb"
[ 34.264] (II) LoadModule: "fb"
[ 34.265] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 34.265] (II) Module fb: vendor="X.Org Foundation"
[ 34.265] compiled for 1.16.4, module version = 1.0.0
[ 34.265] ABI class: X.Org ANSI C Emulation, version 0.4
[ 34.265] (WW) Unresolved symbol: fbGetGCPrivateKey
[ 34.265] (II) Loading sub module "wfb"
[ 34.265] (II) LoadModule: "wfb"
[ 34.266] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 34.266] (II) Module wfb: vendor="X.Org Foundation"
[ 34.266] compiled for 1.16.4, module version = 1.0.0
[ 34.266] ABI class: X.Org ANSI C Emulation, version 0.4
[ 34.266] (II) Loading sub module "ramdac"
[ 34.267] (II) LoadModule: "ramdac"
[ 34.267] (II) Module "ramdac" already built-in
[ 34.267] (WW) NVIDIA(0): The NVIDIA GeForce FX 5500 GPU installed in this system is
[ 34.267] (WW) NVIDIA(0): supported through the NVIDIA 173.14.xx Legacy drivers.
[ 34.267] (WW) NVIDIA(0): Please visit http://www.nvidia.com/object/unix.html for
[ 34.267] (WW) NVIDIA(0): more information. The 340.96 NVIDIA driver will ignore
[ 34.267] (WW) NVIDIA(0): this GPU. Continuing probe...
[ 34.267] (EE) No devices detected.
[ 34.267] (EE)
Fatal server error:
[ 34.267] (EE) no screens found(EE)
[ 34.267] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 34.267] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 34.267] (EE)
Удалил xorg.conf от NVIDIA, при попытке создать новый опять ошибка: Xorg -configure:
X.Org X Server 1.16.4
Release Date: 2014-12-20
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.2.0-4-amd64 i686 Debian
Current Operating System: Linux 1HTPC 4.6.0-1-686-pae #1 SMP Debian 4.6.4-1 (2016-07-18) i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.6.0-1-686-pae root=UUID=6d3eb9bf-1435-4038-b690-c45c0754cb7d ro quiet
Build Date: 11 February 2015 01:14:26AM
xorg-server 2:1.16.4-1 (http://www.debian.org/support)
Current version of pixman: 0.32.6
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Aug 29 09:30:38 2016
List of video drivers:
r128
trident
savage
neomagic
sisusb
geode
mach64
tdfx
ztv
cirrus
qxl
intel
nvidia
ati
openchrome
radeon
vmware
mga
vesa
fbdev
modesetting
(++) Using config file: "/root/xorg.conf.new"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
Number of created screens does not match number of detected devices.
Configuration failed.
(EE) Server terminated with error (2). Closing log file.
/var/log/Xorg.0.log:
[ 4255.555]
X.Org X Server 1.16.4
Release Date: 2014-12-20
[ 4255.556] X Protocol Version 11, Revision 0
[ 4255.556] Build Operating System: Linux 3.2.0-4-amd64 i686 Debian
[ 4255.556] Current Operating System: Linux 1HTPC 4.6.0-1-686-pae #1 SMP Debian 4.6.4-1 (2016-07-18) i686
[ 4255.557] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.6.0-1-686-pae root=UUID=6d3eb9bf-1435-4038-b690-c45c0754cb7d ro quiet
[ 4255.557] Build Date: 11 February 2015 01:14:26AM
[ 4255.558] xorg-server 2:1.16.4-1 (http://www.debian.org/support)
[ 4255.558] Current version of pixman: 0.32.6
[ 4255.558] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 4255.559] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 4255.561] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Aug 29 09:30:38 2016
[ 4255.561] (II) Loader magic: 0x80272700
[ 4255.561] (II) Module ABI versions:
[ 4255.561] X.Org ANSI C Emulation: 0.4
[ 4255.561] X.Org Video Driver: 18.0
[ 4255.561] X.Org XInput driver : 21.0
[ 4255.561] X.Org Server Extension : 8.0
[ 4255.563] (--) PCI:*(0:1:0:0) 10de:0326:0000:0000 rev 161, Mem @ 0xe7000000/16777216, 0xf0000000/134217728, BIOS @ 0x????????/131072
[ 4255.564] List of video drivers:
[ 4255.564] r128
[ 4255.564] trident
[ 4255.565] savage
[ 4255.565] neomagic
[ 4255.565] sisusb
[ 4255.566] geode
[ 4255.566] mach64
[ 4255.566] tdfx
[ 4255.566] ztv
[ 4255.567] cirrus
[ 4255.567] qxl
[ 4255.567] intel
[ 4255.567] nvidia
[ 4255.568] ati
[ 4255.568] openchrome
[ 4255.568] radeon
[ 4255.569] vmware
[ 4255.569] mga
[ 4255.569] vesa
[ 4255.569] fbdev
[ 4255.570] modesetting
[ 4255.570] (II) LoadModule: "r128"
[ 4255.570] (II) Loading /usr/lib/xorg/modules/drivers/r128_drv.so
[ 4255.570] (II) Module r128: vendor="X.Org Foundation"
[ 4255.571] compiled for 1.15.99.904, module version = 6.9.2
[ 4255.571] Module class: X.Org Video Driver
[ 4255.571] ABI class: X.Org Video Driver, version 18.0
[ 4255.571] (II) LoadModule: "trident"
[ 4255.571] (II) Loading /usr/lib/xorg/modules/drivers/trident_drv.so
[ 4255.571] (II) Module trident: vendor="X.Org Foundation"
[ 4255.571] compiled for 1.15.99.904, module version = 1.3.6
[ 4255.571] Module class: X.Org Video Driver
[ 4255.571] ABI class: X.Org Video Driver, version 18.0
[ 4255.571] (II) LoadModule: "savage"
[ 4255.571] (II) Loading /usr/lib/xorg/modules/drivers/savage_drv.so
[ 4255.572] (II) Module savage: vendor="X.Org Foundation"
[ 4255.572] compiled for 1.15.99.904, module version = 2.3.7
[ 4255.572] Module class: X.Org Video Driver
[ 4255.572] ABI class: X.Org Video Driver, version 18.0
[ 4255.572] (II) LoadModule: "neomagic"
[ 4255.572] (II) Loading /usr/lib/xorg/modules/drivers/neomagic_drv.so
[ 4255.572] (II) Module neomagic: vendor="X.Org Foundation"
[ 4255.573] compiled for 1.15.99.904, module version = 1.2.8
[ 4255.573] Module class: X.Org Video Driver
[ 4255.573] ABI class: X.Org Video Driver, version 18.0
[ 4255.573] (II) LoadModule: "sisusb"
[ 4255.573] (II) Loading /usr/lib/xorg/modules/drivers/sisusb_drv.so
[ 4255.573] (II) Module sisusb: vendor="X.Org Foundation"
[ 4255.573] compiled for 1.15.99.904, module version = 0.9.6
[ 4255.573] Module class: X.Org Video Driver
[ 4255.573] ABI class: X.Org Video Driver, version 18.0
[ 4255.573] (II) LoadModule: "geode"
[ 4255.574] (II) Loading /usr/lib/xorg/modules/drivers/geode_drv.so
[ 4255.573] (II) LoadModule: "geode"
[ 4255.574] (II) Loading /usr/lib/xorg/modules/drivers/geode_drv.so
[ 4255.574] (II) Module geode: vendor="X.Org Foundation"
[ 4255.574] compiled for 1.16.2.901, module version = 2.11.16
[ 4255.574] Module class: X.Org Video Driver
[ 4255.574] ABI class: X.Org Video Driver, version 18.0
[ 4255.574] (II) LoadModule: "mach64"
[ 4255.574] (II) Loading /usr/lib/xorg/modules/drivers/mach64_drv.so
[ 4255.575] (II) Module mach64: vendor="X.Org Foundation"
[ 4255.575] compiled for 1.16.1, module version = 6.9.4
[ 4255.575] Module class: X.Org Video Driver
[ 4255.575] ABI class: X.Org Video Driver, version 18.0
[ 4255.575] (II) LoadModule: "tdfx"
[ 4255.575] (II) Loading /usr/lib/xorg/modules/drivers/tdfx_drv.so
[ 4255.575] (II) Module tdfx: vendor="X.Org Foundation"
[ 4255.575] compiled for 1.15.99.904, module version = 1.4.5
[ 4255.575] Module class: X.Org Video Driver
[ 4255.575] ABI class: X.Org Video Driver, version 18.0
[ 4255.575] (II) LoadModule: "ztv"
[ 4255.576] (II) Loading /usr/lib/xorg/modules/drivers/ztv_drv.so
[ 4255.576] (II) Module ztv: vendor="X.Org Foundation"
[ 4255.576] compiled for 1.16.2.901, module version = 0.0.1
[ 4255.576] ABI class: X.Org Video Driver, version 18.0
[ 4255.576] (II) LoadModule: "cirrus"
[ 4255.576] (II) Loading /usr/lib/xorg/modules/drivers/cirrus_drv.so
[ 4255.577] (II) Module cirrus: vendor="X.Org Foundation"
[ 4255.577] compiled for 1.15.99.904, module version = 1.5.2
[ 4255.577] Module class: X.Org Video Driver
[ 4255.577] ABI class: X.Org Video Driver, version 18.0
[ 4255.577] (II) LoadModule: "qxl"
[ 4255.577] (II) Loading /usr/lib/xorg/modules/drivers/qxl_drv.so
[ 4255.577] (II) Module qxl: vendor="X.Org Foundation"
[ 4255.577] compiled for 1.15.99.904, module version = 0.1.1
[ 4255.578] Module class: X.Org Video Driver
[ 4255.578] ABI class: X.Org Video Driver, version 18.0
[ 4255.578] (II) LoadModule: "intel"
[ 4255.578] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 4255.579] (II) Module intel: vendor="X.Org Foundation"
[ 4255.579] compiled for 1.15.99.904, module version = 2.21.15
[ 4255.579] Module class: X.Org Video Driver
[ 4255.579] ABI class: X.Org Video Driver, version 18.0
[ 4255.579] ABI class: X.Org Video Driver, version 18.0
[ 4255.579] (II) LoadModule: "nvidia"
[ 4255.579] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 4255.580] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 4255.580] compiled for 4.0.2, module version = 1.0.0
[ 4255.580] Module class: X.Org Video Driver
[ 4255.580] (II) LoadModule: "ati"
[ 4255.581] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[ 4255.581] (II) Module ati: vendor="X.Org Foundation"
[ 4255.581] compiled for 1.16.1, module version = 7.5.0
[ 4255.581] Module class: X.Org Video Driver
[ 4255.581] ABI class: X.Org Video Driver, version 18.0
[ 4255.581] (II) LoadModule: "openchrome"
[ 4255.581] (II) Loading /usr/lib/xorg/modules/drivers/openchrome_drv.so
[ 4255.582] (II) Module openchrome: vendor="http://openchrome.org/"
[ 4255.582] compiled for 1.15.99.904, module version = 0.3.3
[ 4255.582] Module class: X.Org Video Driver
[ 4255.582] ABI class: X.Org Video Driver, version 18.0
[ 4255.582] (II) LoadModule: "radeon"
[ 4255.582] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[ 4255.583] (II) Module radeon: vendor="X.Org Foundation"
[ 4255.583] compiled for 1.16.1, module version = 7.5.0
[ 4255.583] Module class: X.Org Video Driver
[ 4255.583] ABI class: X.Org Video Driver, version 18.0
[ 4255.583] (II) LoadModule: "vmware"
[ 4255.583] (II) Loading /usr/lib/xorg/modules/drivers/vmware_drv.so
[ 4255.628] (II) Module vmware: vendor="X.Org Foundation"
[ 4255.628] compiled for 1.16.4, module version = 13.0.2
[ 4255.628] Module class: X.Org Video Driver
[ 4255.628] ABI class: X.Org Video Driver, version 18.0
[ 4255.628] (II) LoadModule: "mga"
[ 4255.629] (II) Loading /usr/lib/xorg/modules/drivers/mga_drv.so
[ 4255.629] (II) Module mga: vendor="X.Org Foundation"
[ 4255.629] compiled for 1.15.99.904, module version = 1.6.3
[ 4255.629] Module class: X.Org Video Driver
[ 4255.629] ABI class: X.Org Video Driver, version 18.0
[ 4255.629] (II) LoadModule: "vesa"
[ 4255.630] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 4255.630] (II) Module vesa: vendor="X.Org Foundation"
[ 4255.630] compiled for 1.15.99.904, module version = 2.3.3
[ 4255.630] Module class: X.Org Video Driver
[ 4255.630] ABI class: X.Org Video Driver, version 18.0
[ 4255.630] (II) LoadModule: "fbdev"
[ 4255.630] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 4255.630] (II) Module fbdev: vendor="X.Org Foundation"
[ 4255.631] compiled for 1.15.99.904, module version = 0.4.4
[ 4255.631] Module class: X.Org Video Driver
[ 4255.631] ABI class: X.Org Video Driver, version 18.0
[ 4255.631] (II) LoadModule: "modesetting"
[ 4255.631] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 4255.631] (II) Module modesetting: vendor="X.Org Foundation"
[ 4255.631] compiled for 1.16.4, module version = 0.9.0
[ 4255.631] Module class: X.Org Video Driver
[ 4255.631] ABI class: X.Org Video Driver, version 18.0
[ 4255.631] (WW) Falling back to old probe method for trident
[ 4255.631] (WW) Falling back to old probe method for neomagic
[ 4255.631] (WW) Falling back to old probe method for sisusb
[ 4255.632] (WW) Falling back to old probe method for z4l
[ 4255.632] (II) z4l driver for Video4Linux
[ 4255.632] (WW) Falling back to old probe method for cirrus
[ 4255.632] (II) Loading sub module "cirrus_laguna"
[ 4255.632] (II) LoadModule: "cirrus_laguna"
[ 4255.632] (II) Loading /usr/lib/xorg/modules/drivers/cirrus_laguna.so
[ 4255.632] (II) Module cirrus_laguna: vendor="X.Org Foundation"
[ 4255.632] compiled for 1.15.99.904, module version = 1.0.0
[ 4255.632] ABI class: X.Org Video Driver, version 18.0
[ 4255.632] (II) Loading sub module "cirrus_alpine"
[ 4255.632] (II) LoadModule: "cirrus_alpine"
[ 4255.633] (II) Loading /usr/lib/xorg/modules/drivers/cirrus_alpine.so
[ 4255.633] (II) Module cirrus_alpine: vendor="X.Org Foundation"
[ 4255.633] compiled for 1.15.99.904, module version = 1.0.0
[ 4255.633] ABI class: X.Org Video Driver, version 18.0
[ 4255.633] (II) NVIDIA dlloader X Driver 340.96 Sun Nov 8 21:48:15 PST 2015
[ 4255.633] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 4255.633] (II) VESA: driver for VESA chipsets: vesa
[ 4255.633] (II) FBDEV: driver for framebuffer: fbdev
[ 4255.633] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 4255.689] (++) Using config file: "/root/xorg.conf.new"
[ 4255.690] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 4255.690] (==) ServerLayout "X.org Configured"
[ 4255.690] (**) |-->Screen "Screen0" (0)
[ 4255.690] (**) | |-->Monitor "Monitor0"
[ 4255.691] (**) | |-->Device "Card0"
[ 4255.691] (**) |-->Input Device "Mouse0"
[ 4255.691] (**) |-->Input Device "Keyboard0"
[ 4255.691] (**) Option "BlankTime" "0"
[ 4255.691] (**) Option "StandbyTime" "0"
[ 4255.691] (**) Option "SuspendTime" "0"
[ 4255.691] (**) Option "OffTime" "0"
[ 4255.691] (==) Automatically adding devices
[ 4255.691] (==) Automatically enabling devices
[ 4255.691] (==) Automatically adding GPU devices
[ 4255.691] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 4255.691] Entry deleted from font path.
[ 4255.691] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 4255.691] Entry deleted from font path.
[ 4255.691] (**) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
built-ins,
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
built-ins
[ 4255.691] (**) ModulePath set to "/usr/lib/xorg/modules"
[ 4255.691] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 4255.691] (WW) Disabling Mouse0
[ 4255.691] (WW) Disabling Keyboard0
[ 4255.691] (II) Loading sub module "fb"
[ 4255.691] (II) LoadModule: "fb"
[ 4255.692] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 4255.693] (II) Module fb: vendor="X.Org Foundation"
[ 4255.693] compiled for 1.16.4, module version = 1.0.0
[ 4255.693] ABI class: X.Org ANSI C Emulation, version 0.4
[ 4255.693] (WW) Unresolved symbol: fbGetGCPrivateKey
[ 4255.693] (II) Loading sub module "wfb"
[ 4255.693] (II) LoadModule: "wfb"
[ 4255.693] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 4255.694] (II) Module wfb: vendor="X.Org Foundation"
[ 4255.694] compiled for 1.16.4, module version = 1.0.0
[ 4255.694] ABI class: X.Org ANSI C Emulation, version 0.4
[ 4255.694] (II) Loading sub module "ramdac"
[ 4255.694] (II) LoadModule: "ramdac"
[ 4255.694] (II) Module "ramdac" already built-in
[ 4255.694] (WW) NVIDIA(0): The NVIDIA GeForce FX 5500 GPU installed in this system is
[ 4255.694] (WW) NVIDIA(0): supported through the NVIDIA 173.14.xx Legacy drivers.
[ 4255.694] (WW) NVIDIA(0): Please visit http://www.nvidia.com/object/unix.html for
[ 4255.694] (WW) NVIDIA(0): more information. The 340.96 NVIDIA driver will ignore
[ 4255.694] (WW) NVIDIA(0): this GPU. Continuing probe...
[ 4255.695] Number of created screens does not match number of detected devices.
Configuration failed.
Созданный xorg.conf.new:
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"
Identifier "Card0"
Driver "nvidia"
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
Ещё почитал, похожих проблем не нашёл не на русскоязычных, не на англоязычных форумах. В последнюю очередь решил написать сюда.
p.s Извините, если нет спойлеров. Я их установил, в предпросмотре они не отображаются, не знаю как после публикации.