Bug#779295: nvidia-driver: Problems with software using OpenGL after nvidia-driver install
José Luis García Pallero
jgpallero at gmail.com
Thu Feb 26 17:22:56 UTC 2015
Package: nvidia-driver
Version: 340.65-2
Severity: important
Dear Maintainer,
I have a laptop running Debian Sid with an integrated Intel graphic card and a
NVIDIA Quadro K2100M. I want use the Quadro ONLY for CUDA tests and the Intel
card for the normal day work. Until now, I usually install the *.run NVIDIA
driver (blacklisting the nouveau kernel module) but I configure the xorg.conf
in order to use the Intel graphic card (see below the <<<<<<<<<<
/etc/X11/xorg.conf >>>>>>>>>> section). One problem of this procedure is that
after the NVIDIA driver installation I can't use some programs that use OpenGL
for drawing, line the native graphics of GNU Octave (either the official Debian
package or the program compiled by myself). The error emitted by Octave is:
Xlib: extension "GLX" missing on display ":0".
Xlib: extension "GLX" missing on display ":0".
Insufficient GL support
A trick to fix it consist on reinstall the debian packages libgl1-mesa-swx11
and libgl1-mesa-swx11-dev. I suppose this internally changes the libGL et al.
in a way that I can use programs that need OpenGL and also I can use CUDA. This
way to proceed works until the NVIDIA driver version (included) 340.65. For
higher driver versions the trick of reinstalling libgl1-mesa-swx11 and libgl1
-mesa-swx11-dev doesn't works, but the Xlib: extension "GLX" missing on
display ":0" error still appears.
Well, at this point I decided to install the Debian nvidia-driver package
(which uses the 340.65 driver). As a consequence, the libgl1-mesa-swx11 and
libgl1-mesa-swx11-dev packages were uninstalled. I reboot the computer using
still the corg.conf for the Intel graphic card. The problem is that the Xlib:
extension "GLX" missing on display ":0" error appears again and I can't use
programs that use OpenGL. I can see that in the /usr/lib/x86_64-linux-gnu/
folder exist the correct files libGL, libGLU, libGLESv1, libGLESv2, etc., so I
don't understand the "Insufficient GL support" error message. I don't know if
it is a bug in the nvidia-driver package
I've also tried to use the NVIDIA card as the default graphic card. I've run
nvidia-xconfig, which generated the xorg.conf file:
****************************************************
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 340.46 (buildd at brahms) Tue Oct 7 08:00:32 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
******************************************************
But surprisingly, I can't start the X environment, so I need to use again the
xorg.conf for Intel (I don't know if this error is due to the use of the *.run
driver from NVIDIA). This is really not important to me, because I want to use
for the X environment the Intel graphics
Thanks
-- Package-specific info:
uname -a:
Linux geo-w540 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt4-3 (2015-02-03) x86_64
GNU/Linux
/proc/version:
Linux version 3.16.0-4-amd64 (debian-kernel at lists.debian.org) (gcc version
4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.7-ckt4-3 (2015-02-03)
/proc/driver/nvidia/version:
NVRM version: NVIDIA UNIX x86_64 Kernel Module 340.65 Tue Dec 2 09:50:34 PST
2014
GCC version: gcc version 4.8.4 (Debian 4.8.4-1)
lspci 'VGA compatible controller [0300]':
00:02.0 VGA compatible controller [0300]: Intel Corporation 4th Gen Core
Processor Integrated Graphics Controller [8086:0416] (rev 06) (prog-if 00 [VGA
controller])
Subsystem: Lenovo Device [17aa:221e]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort-
<MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 47
Region 0: Memory at b1400000 (64-bit, non-prefetchable) [size=4M]
Region 2: Memory at a0000000 (64-bit, prefetchable) [size=256M]
Region 4: I/O ports at 5000 [size=64]
Expansion ROM at <unassigned> [disabled]
Capabilities: <access denied>
Kernel driver in use: i915
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GK106GLM [Quadro
K2100M] [10de:11fc] (rev a1) (prog-if 00 [VGA controller])
Subsystem: Lenovo Device [17aa:221e]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort-
<MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 16
Region 0: Memory at b0000000 (32-bit, non-prefetchable) [size=16M]
Region 1: Memory at 80000000 (64-bit, prefetchable) [size=256M]
Region 3: Memory at 90000000 (64-bit, prefetchable) [size=32M]
Region 5: I/O ports at 4000 [size=128]
Expansion ROM at b1000000 [disabled] [size=512K]
Capabilities: <access denied>
Kernel driver in use: nvidia
dmesg:
[ 0.000000] AGP: No AGP bridge found
[ 0.000000] AGP: Checking aperture...
[ 0.000000] AGP: No AGP bridge found
[ 0.000000] Console: colour VGA+ 80x25
[ 0.282034] vgaarb: setting as boot device: PCI:0000:00:02.0
[ 0.282035] vgaarb: device added:
PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.282039] vgaarb: device added:
PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
[ 0.282040] vgaarb: loaded
[ 0.282041] vgaarb: bridge control possible 0000:01:00.0
[ 0.282042] vgaarb: no bridge control possible 0000:00:02.0
[ 0.530382] Linux agpgart interface v0.103
[ 9.033950] [drm] Replacing VGA console driver
[ 9.056435] vgaarb: device changed decodes:
PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=none
[ 9.975621] nvidia: module license 'NVIDIA' taints kernel.
[ 9.982077] nvidia 0000:01:00.0: enabling device (0000 -> 0003)
[ 9.982137] vgaarb: device changed decodes:
PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
[ 10.589022] [drm] Initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on
minor 1
[ 10.589028] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 340.65 Tue Dec
2 09:50:34 PST 2014
OpenGL and NVIDIA library files installed:
-rw-r--r-- 1 root root 4267 Feb 26 17:42 /etc/X11/xorg.conf
lrwxrwxrwx 1 root root 15 Feb 26 17:47 /etc/alternatives/glx ->
/usr/lib/nvidia
lrwxrwxrwx 1 root root 44 Feb 26 17:47 /etc/alternatives/glx--
libEGL.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/libEGL.so.1
lrwxrwxrwx 1 root root 48 Feb 26 17:33 /etc/alternatives/glx--libGL.so-
x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so
lrwxrwxrwx 1 root root 48 Feb 26 17:33 /etc/alternatives/glx--libGL.so-
x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so
lrwxrwxrwx 1 root root 43 Feb 26 17:47 /etc/alternatives/glx--
libGL.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/libGL.so.1
lrwxrwxrwx 1 root root 43 Feb 26 17:47 /etc/alternatives/glx--
libGL.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/libGL.so.1
lrwxrwxrwx 1 root root 55 Feb 26 17:33 /etc/alternatives/glx--
libGLESv1_CM.so-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-
gnu/libGLESv1_CM.so
lrwxrwxrwx 1 root root 55 Feb 26 17:33 /etc/alternatives/glx--
libGLESv1_CM.so-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-
gnu/libGLESv1_CM.so
lrwxrwxrwx 1 root root 57 Feb 26 17:47 /etc/alternatives/glx--
libGLESv1_CM.so.1-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-
gnu/libGLESv1_CM.so.1
lrwxrwxrwx 1 root root 57 Feb 26 17:47 /etc/alternatives/glx--
libGLESv1_CM.so.1-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-
gnu/libGLESv1_CM.so.1
lrwxrwxrwx 1 root root 52 Feb 26 17:33 /etc/alternatives/glx--libGLESv2
..so-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv2.so
lrwxrwxrwx 1 root root 52 Feb 26 17:33 /etc/alternatives/glx--libGLESv2
..so-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv2.so
lrwxrwxrwx 1 root root 54 Feb 26 17:47 /etc/alternatives/glx--
libGLESv2.so.2-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-
gnu/libGLESv2.so.2
lrwxrwxrwx 1 root root 54 Feb 26 17:47 /etc/alternatives/glx--
libGLESv2.so.2-x86_64-linux-gnu -> /usr/lib/mesa-diverted/x86_64-linux-
gnu/libGLESv2.so.2
lrwxrwxrwx 1 root root 51 Feb 26 17:47 /etc/alternatives/glx--libnvidia-
cfg.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-gnu/nvidia/libnvidia-
cfg.so.1
lrwxrwxrwx 1 root root 25 Feb 26 17:47 /etc/alternatives/glx--linux-
libglx.so -> /usr/lib/nvidia/libglx.so
lrwxrwxrwx 1 root root 42 Feb 26 17:47 /etc/alternatives/glx--nvidia-
blacklists-nouveau.conf -> /etc/nvidia/nvidia-blacklists-nouveau.conf
lrwxrwxrwx 1 root root 36 Feb 26 17:47 /etc/alternatives/glx--nvidia-bug-
report.sh -> /usr/lib/nvidia/nvidia-bug-report.sh
lrwxrwxrwx 1 root root 29 Feb 26 17:47 /etc/alternatives/glx--
nvidia_drv.so -> /usr/lib/nvidia/nvidia_drv.so
lrwxrwxrwx 1 root root 22 Feb 26 17:33 /etc/alternatives/libGL.so-master
-> /usr/lib/mesa-diverted
lrwxrwxrwx 1 root root 23 Feb 26 17:47 /etc/alternatives/nvidia ->
/usr/lib/nvidia/current
lrwxrwxrwx 1 root root 52 Feb 26 17:47 /etc/alternatives/nvidia--
libEGL.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-
gnu/nvidia/current/libEGL.so.1
lrwxrwxrwx 1 root root 51 Feb 26 17:47 /etc/alternatives/nvidia--
libGL.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-
gnu/nvidia/current/libGL.so.1
lrwxrwxrwx 1 root root 51 Feb 26 17:47 /etc/alternatives/nvidia--
libGL.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-
gnu/nvidia/current/libGL.so.1
lrwxrwxrwx 1 root root 33 Feb 26 17:47 /etc/alternatives/nvidia--
libglx.so -> /usr/lib/nvidia/current/libglx.so
lrwxrwxrwx 1 root root 59 Feb 26 17:47 /etc/alternatives/nvidia
--libnvidia-cfg.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-
gnu/nvidia/current/libnvidia-cfg.so.1
lrwxrwxrwx 1 root root 58 Feb 26 17:47 /etc/alternatives/nvidia
--libnvidia-ml.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-
gnu/nvidia/current/libnvidia-ml.so.1
lrwxrwxrwx 1 root root 61 Feb 26 17:47 /etc/alternatives/nvidia--
libvdpau_nvidia.so.1-x86_64-linux-gnu -> /usr/lib/x86_64-linux-
gnu/nvidia/current/libvdpau_nvidia.so.1
lrwxrwxrwx 1 root root 39 Feb 26 17:47 /etc/alternatives/nvidia--
monitoring.conf -> /usr/lib/nvidia/current/monitoring.conf
lrwxrwxrwx 1 root root 44 Feb 26 17:47 /etc/alternatives/nvidia--nvidia-
bug-report.sh -> /usr/lib/nvidia/current/nvidia-bug-report.sh
lrwxrwxrwx 1 root root 40 Feb 26 17:47 /etc/alternatives/nvidia--nvidia-
debugdump -> /usr/lib/nvidia/current/nvidia-debugdump
lrwxrwxrwx 1 root root 32 Feb 26 17:47 /etc/alternatives/nvidia--nvidia-
modprobe.conf -> /etc/nvidia/nvidia-modprobe.conf
lrwxrwxrwx 1 root root 37 Feb 26 17:47 /etc/alternatives/nvidia--
nvidia_drv.so -> /usr/lib/nvidia/current/nvidia_drv.so
lrwxrwxrwx 1 root root 51 Feb 26 17:33 /usr/lib/x86_64-linux-
gnu/libEGL.so.1 -> /etc/alternatives/glx--libEGL.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root 48 Feb 26 17:33 /usr/lib/x86_64-linux-gnu/libGL.so
-> /etc/alternatives/glx--libGL.so-x86_64-linux-gnu
lrwxrwxrwx 1 root root 50 Feb 26 17:33 /usr/lib/x86_64-linux-
gnu/libGL.so.1 -> /etc/alternatives/glx--libGL.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root 55 Feb 26 17:33 /usr/lib/x86_64-linux-
gnu/libGLESv1_CM.so -> /etc/alternatives/glx--libGLESv1_CM.so-x86_64-linux-gnu
lrwxrwxrwx 1 root root 57 Feb 26 17:47 /usr/lib/x86_64-linux-
gnu/libGLESv1_CM.so.1 -> /etc/alternatives/glx--libGLESv1_CM.so.1-x86_64-linux-
gnu
lrwxrwxrwx 1 root root 52 Feb 26 17:33 /usr/lib/x86_64-linux-
gnu/libGLESv2.so -> /etc/alternatives/glx--libGLESv2.so-x86_64-linux-gnu
lrwxrwxrwx 1 root root 54 Feb 26 17:47 /usr/lib/x86_64-linux-
gnu/libGLESv2.so.2 -> /etc/alternatives/glx--libGLESv2.so.2-x86_64-linux-gnu
lrwxrwxrwx 1 root root 58 Feb 26 17:33 /usr/lib/x86_64-linux-gnu
/libnvidia-cfg.so.1 -> /etc/alternatives/glx--libnvidia-cfg.so.1-x86_64-linux-
gnu
-rw-r--r-- 1 root root 42508120 Dec 2 19:16 /usr/lib/x86_64-linux-gnu
/libnvidia-eglcore.so.340.65
-rw-r--r-- 1 root root 44003064 Dec 2 18:08 /usr/lib/x86_64-linux-gnu
/libnvidia-glcore.so.340.65
-rw-r--r-- 1 root root 481024 Dec 2 19:02 /usr/lib/x86_64-linux-gnu
/libnvidia-glsi.so.340.65
lrwxrwxrwx 1 root root 60 Feb 26 17:33 /usr/lib/x86_64-linux-gnu
/libnvidia-ml.so.1 -> /etc/alternatives/nvidia--libnvidia-ml.so.1-x86_64-linux-
gnu
-rw-r--r-- 1 root root 12696 Dec 2 18:13 /usr/lib/x86_64-linux-gnu
/libnvidia-tls.so.340.65
lrwxrwxrwx 1 root root 36 Feb 26 17:33
/usr/lib/xorg/modules/drivers/nvidia_drv.so -> /etc/alternatives/glx--
nvidia_drv.so
-rw-r--r-- 1 root root 277832 Apr 15 2014
/usr/lib/xorg/modules/extensions/libglx.so
lrwxrwxrwx 1 root root 38 Feb 26 17:33
/usr/lib/xorg/modules/linux/libglx.so -> /etc/alternatives/glx--linux-libglx.so
-rw-r--r-- 1 root root 31303 Feb 26 17:43 /var/log/Xorg.0.log
-rw-r--r-- 1 root root 4142 Feb 26 17:41 /var/log/Xorg.0.log.old
/etc/nvidia/:
total 24
drwxr-xr-x 2 root root 4096 Feb 26 17:33 .
drwxr-xr-x 127 root root 12288 Feb 26 17:54 ..
-rw-r--r-- 1 root root 98 Jul 21 2012 nvidia-blacklists-nouveau.conf
-rw-r--r-- 1 root root 74 Dec 17 04:21 nvidia-modprobe.conf
/usr/lib/mesa-diverted/:
total 56
drwxr-xr-x 5 root root 4096 Feb 26 17:33 .
drwxr-xr-x 130 root root 36864 Feb 26 17:54 ..
drwxr-xr-x 2 root root 4096 Oct 22 01:08 arm-linux-gnueabihf
drwxr-xr-x 2 root root 4096 Oct 22 01:08 i386-linux-gnu
lrwxrwxrwx 1 root root 33 Feb 26 17:33 libGL.so-master ->
/etc/alternatives/libGL.so-master
drwxr-xr-x 2 root root 4096 Feb 26 17:46 x86_64-linux-gnu
/usr/lib/mesa-diverted/i386-linux-gnu/:
total 8
drwxr-xr-x 2 root root 4096 Oct 22 01:08 .
drwxr-xr-x 5 root root 4096 Feb 26 17:33 ..
/usr/lib/mesa-diverted/x86_64-linux-gnu/:
total 816
drwxr-xr-x 2 root root 4096 Feb 26 17:46 .
drwxr-xr-x 5 root root 4096 Feb 26 17:33 ..
lrwxrwxrwx 1 root root 15 Feb 26 17:31 libEGL.so.1 -> libEGL.so.1.0.0
-rw-r--r-- 1 root root 144200 Jul 3 2014 libEGL.so.1.0.0
lrwxrwxrwx 1 root root 10 Feb 26 17:33 libGL.so -> libGL.so.1
lrwxrwxrwx 1 root root 14 Jan 15 15:01 libGL.so.1 -> libGL.so.1.2.0
-rw-r--r-- 1 root root 627320 Jan 15 15:01 libGL.so.1.2.0
lrwxrwxrwx 1 root root 21 Feb 26 17:31 libGLESv1_CM.so ->
libGLESv1_CM.so.1.1.0
lrwxrwxrwx 1 root root 21 Feb 26 17:31 libGLESv1_CM.so.1 ->
libGLESv1_CM.so.1.1.0
-rw-r--r-- 1 root root 18232 Jan 15 15:01 libGLESv1_CM.so.1.1.0
lrwxrwxrwx 1 root root 18 Feb 26 17:31 libGLESv2.so -> libGLESv2.so.2.0.0
lrwxrwxrwx 1 root root 18 Feb 26 17:31 libGLESv2.so.2 -> libGLESv2.so.2.0.0
-rw-r--r-- 1 root root 26424 Jan 15 15:01 libGLESv2.so.2.0.0
/usr/lib/mesa/:
total 44
drwxr-xr-x 2 root root 4096 Oct 22 01:08 .
drwxr-xr-x 130 root root 36864 Feb 26 17:54 ..
/usr/lib/nvidia/:
total 68
drwxr-xr-x 3 root root 4096 Feb 26 17:33 .
drwxr-xr-x 130 root root 36864 Feb 26 17:54 ..
-rw-r--r-- 1 root root 57 Aug 8 2013 alternate-install-present
-rwxr-xr-x 1 root root 2125 Dec 2 00:32 check-for-conflicting-opengl-
libraries
-rwxr-xr-x 1 root root 1897 Nov 2 2013 check-for-mismatching-nvidia-module
-rwxr-xr-x 1 root root 2734 Nov 2 2013 create-xorg-nvidia-conf-
experimental
drwxr-xr-x 2 root root 4096 Feb 26 17:33 current
lrwxrwxrwx 1 root root 35 Feb 26 17:33 libglx.so ->
/etc/alternatives/nvidia--libglx.so
lrwxrwxrwx 1 root root 24 Feb 26 17:33 nvidia -> /etc/alternatives/nvidia
lrwxrwxrwx 1 root root 46 Feb 26 17:33 nvidia-bug-report.sh ->
/etc/alternatives/nvidia--nvidia-bug-report.sh
lrwxrwxrwx 1 root root 39 Feb 26 17:33 nvidia_drv.so ->
/etc/alternatives/nvidia--nvidia_drv.so
-rwxr-xr-x 1 root root 618 May 22 2012 pre-install
/usr/lib/nvidia/current/:
total 20388
drwxr-xr-x 2 root root 4096 Feb 26 17:33 .
drwxr-xr-x 3 root root 4096 Feb 26 17:33 ..
lrwxrwxrwx 1 root root 16 Dec 17 04:22 libglx.so -> libglx.so.340.65
-rw-r--r-- 1 root root 12295432 Dec 2 18:13 libglx.so.340.65
-rw-r--r-- 1 root root 427 Dec 2 17:24 monitoring.conf
-rwxr-xr-x 1 root root 23443 Dec 2 19:34 nvidia-bug-report.sh
-rwxr-xr-x 1 root root 208432 Dec 2 19:00 nvidia-debugdump
-rw-r--r-- 1 root root 4392 Dec 17 04:21 nvidia.ids
-rw-r--r-- 1 root root 8325056 Dec 2 17:51 nvidia_drv.so
/usr/lib/nvidia/nvidia/:
total 20388
drwxr-xr-x 2 root root 4096 Feb 26 17:33 .
drwxr-xr-x 3 root root 4096 Feb 26 17:33 ..
lrwxrwxrwx 1 root root 16 Dec 17 04:22 libglx.so -> libglx.so.340.65
-rw-r--r-- 1 root root 12295432 Dec 2 18:13 libglx.so.340.65
-rw-r--r-- 1 root root 427 Dec 2 17:24 monitoring.conf
-rwxr-xr-x 1 root root 23443 Dec 2 19:34 nvidia-bug-report.sh
-rwxr-xr-x 1 root root 208432 Dec 2 19:00 nvidia-debugdump
-rw-r--r-- 1 root root 4392 Dec 17 04:21 nvidia.ids
-rw-r--r-- 1 root root 8325056 Dec 2 17:51 nvidia_drv.so
/usr/lib/x86_64-linux-gnu/nvidia/:
total 108
drwxr-xr-x 3 root root 4096 Feb 26 17:47 .
drwxr-xr-x 67 root root 94208 Feb 26 17:47 ..
drwxr-xr-x 2 root root 4096 Feb 26 17:47 current
lrwxrwxrwx 1 root root 54 Feb 26 17:33 libEGL.so.1 ->
/etc/alternatives/nvidia--libEGL.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root 53 Feb 26 17:33 libGL.so.1 ->
/etc/alternatives/nvidia--libGL.so.1-x86_64-linux-gnu
lrwxrwxrwx 1 root root 61 Feb 26 17:33 libnvidia-cfg.so.1 ->
/etc/alternatives/nvidia--libnvidia-cfg.so.1-x86_64-linux-gnu
/usr/lib/x86_64-linux-gnu/nvidia/current/:
total 5120
drwxr-xr-x 2 root root 4096 Feb 26 17:47 .
drwxr-xr-x 3 root root 4096 Feb 26 17:47 ..
lrwxrwxrwx 1 root root 16 Dec 17 04:22 libEGL.so.1 -> libEGL.so.340.65
-rw-r--r-- 1 root root 987736 Dec 2 19:16 libEGL.so.340.65
lrwxrwxrwx 1 root root 15 Dec 17 04:22 libGL.so.1 -> libGL.so.340.65
-rw-r--r-- 1 root root 1267736 Dec 2 18:09 libGL.so.340.65
lrwxrwxrwx 1 root root 23 Dec 17 04:22 libnvidia-cfg.so.1 -> libnvidia-
cfg.so.340.65
-rw-r--r-- 1 root root 161800 Dec 2 18:59 libnvidia-cfg.so.340.65
lrwxrwxrwx 1 root root 17 Dec 17 04:22 libnvidia-ml.so -> libnvidia-
ml.so.1
lrwxrwxrwx 1 root root 22 Dec 17 04:22 libnvidia-ml.so.1 -> libnvidia-
ml.so.340.65
-rw-r--r-- 1 root root 880800 Dec 2 19:00 libnvidia-ml.so.340.65
lrwxrwxrwx 1 root root 25 Dec 17 04:22 libvdpau_nvidia.so.1 ->
libvdpau_nvidia.so.340.65
-rw-r--r-- 1 root root 1922832 Dec 2 18:13 libvdpau_nvidia.so.340.65
/etc/modprobe.d:
total 36
drwxr-xr-x 2 root root 4096 Feb 26 17:39 .
drwxr-xr-x 127 root root 12288 Feb 26 17:54 ..
-rw-r--r-- 1 root root 143 Feb 26 15:02 blacklist.conf_old
-rw-r--r-- 1 root root 143 Feb 25 20:37 blacklist.conf~
-rw-r--r-- 1 root root 0 Sep 10 11:55 dkms.conf
-rw-r--r-- 1 root root 75 Sep 18 10:11 etc-modules-parameters.conf
-rw-r--r-- 1 root root 390 Sep 27 18:13 fbdev-blacklist.conf
lrwxrwxrwx 1 root root 53 Feb 26 17:33 nvidia-blacklists-nouveau.conf ->
/etc/alternatives/glx--nvidia-blacklists-nouveau.conf
-rw-r--r-- 1 root root 259 Dec 2 01:01 nvidia-kernel-common.conf
lrwxrwxrwx 1 root root 46 Feb 26 17:33 nvidia.conf ->
/etc/alternatives/nvidia--nvidia-modprobe.conf
/etc/modprobe.d/nvidia-kernel-common.conf:alias char-major-195* nvidia
/etc/modprobe.d/nvidia-kernel-common.conf:options nvidia NVreg_DeviceFileUID=0
NVreg_DeviceFileGID=44 NVreg_DeviceFileMode=0660
/etc/modprobe.d/nvidia-kernel-common.conf:# options nvidia NVreg_EnableAGPSBA=1
/etc/modprobe.d/nvidia-kernel-common.conf:# options nvidia NVreg_EnableAGPFW=1
/etc/modprobe.d/blacklist.conf_old:#instalar el driver propietario de nVidia
/etc/modprobe.d/blacklist.conf~:#instalar el driver propietario de nVidia
/etc/modprobe.d/blacklist.conf_old:#He creado este fichero para desactivar el
driver Nouveau del kernel y así poder
/etc/modprobe.d/blacklist.conf_old:blacklist nouveau
/etc/modprobe.d/blacklist.conf~:#He creado este fichero para desactivar el
driver Nouveau del kernel y así poder
/etc/modprobe.d/blacklist.conf~:blacklist nouveau
Files from nvidia-installer:
Config and logfiles:
<<<<<<<<<< /etc/modprobe.d/nvidia-blacklists-nouveau.conf >>>>>>>>>>
# You need to run "update-initramfs -u" after editing this file.
# see #580894
blacklist nouveau
^^^^^^^^^^ /etc/modprobe.d/nvidia-blacklists-nouveau.conf ^^^^^^^^^^
<<<<<<<<<< /etc/modprobe.d/nvidia-kernel-common.conf >>>>>>>>>>
alias char-major-195* nvidia
options nvidia NVreg_DeviceFileUID=0 NVreg_DeviceFileGID=44
NVreg_DeviceFileMode=0660
# To enable FastWrites and Sidebus addressing, uncomment these lines
# options nvidia NVreg_EnableAGPSBA=1
# options nvidia NVreg_EnableAGPFW=1
^^^^^^^^^^ /etc/modprobe.d/nvidia-kernel-common.conf ^^^^^^^^^^
<<<<<<<<<< /etc/modprobe.d/nvidia.conf >>>>>>>>>>
alias nvidia nvidia-current
remove nvidia-current rmmod nvidia nvidia-uvm
^^^^^^^^^^ /etc/modprobe.d/nvidia.conf ^^^^^^^^^^
<<<<<<<<<< /etc/X11/xorg.conf >>>>>>>>>>
#Fichero generado con Xorg -configure sólo con los drivers Intel y Vesa
#instalados, sin nada relacionado con nVidia
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
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 "Monitor"
Identifier "Monitor1"
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 "NoAccel" # [<bool>]
#Option "AccelMethod" # <str>
#Option "Backlight" # <str>
#Option "DRI" # <str>
#Option "ColorKey" # <i>
#Option "VideoKey" # <i>
#Option "Tiling" # [<bool>]
#Option "LinearFramebuffer" # [<bool>]
#Option "SwapbuffersWait" # [<bool>]
#Option "TripleBuffer" # [<bool>]
#Option "XvPreferOverlay" # [<bool>]
#Option "HotPlug" # [<bool>]
#Option "ReprobeOutputs" # [<bool>]
#Option "XvMC" # [<bool>]
#Option "ZaphodHeads" # <str>
#Option "TearFree" # [<bool>]
#Option "PerCrtcPixmaps" # [<bool>]
#Option "FallbackDebug" # [<bool>]
#Option "DebugFlushBatches" # [<bool>]
#Option "DebugFlushCaches" # [<bool>]
#Option "DebugWait" # [<bool>]
#Option "BufferCache" # [<bool>]
Identifier "Card0"
Driver "intel"
BusID "PCI:0:2:0"
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 "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
#Option "ModeSetClearScreen" # [<bool>]
Identifier "Card1"
Driver "vesa"
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
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
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
^^^^^^^^^^ /etc/X11/xorg.conf ^^^^^^^^^^
<<<<<<<<<< /var/log/Xorg.0.log >>>>>>>>>>
[ 19.168]
X.Org X Server 1.16.4
Release Date: 2014-12-20
[ 19.169] X Protocol Version 11, Revision 0
[ 19.169] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian
[ 19.169] Current Operating System: Linux geo-w540 3.16.0-4-amd64 #1 SMP
Debian 3.16.7-ckt4-3 (2015-02-03) x86_64
[ 19.169] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-amd64
root=UUID=2d95cd1e-b1ae-4d5f-b0ca-11044fef0978 ro quiet
[ 19.169] Build Date: 11 February 2015 12:32:02AM
[ 19.169] xorg-server 2:1.16.4-1 (http://www.debian.org/support)
[ 19.169] Current version of pixman: 0.32.6
[ 19.169] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 19.169] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 19.169] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Feb 26 17:42:47
2015
[ 19.218] (==) Using config file: "/etc/X11/xorg.conf"
[ 19.218] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 19.381] (==) ServerLayout "X.org Configured"
[ 19.381] (**) |-->Screen "Screen0" (0)
[ 19.381] (**) | |-->Monitor "Monitor0"
[ 19.400] (**) | |-->Device "Card0"
[ 19.400] (**) |-->Screen "Screen1" (1)
[ 19.400] (**) | |-->Monitor "Monitor1"
[ 19.400] (**) | |-->Device "Card1"
[ 19.400] (**) |-->Input Device "Mouse0"
[ 19.400] (**) |-->Input Device "Keyboard0"
[ 19.400] (==) Automatically adding devices
[ 19.400] (==) Automatically enabling devices
[ 19.400] (==) Automatically adding GPU devices
[ 19.507] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 19.507] Entry deleted from font path.
[ 19.568] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 19.568] Entry deleted from font path.
[ 19.613] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 19.613] Entry deleted from font path.
[ 19.613] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 19.613] Entry deleted from font path.
[ 19.613] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 19.613] Entry deleted from font path.
[ 19.613] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 19.613] Entry deleted from font path.
[ 19.613] (**) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
built-ins,
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
built-ins
[ 19.613] (**) ModulePath set to "/usr/lib/xorg/modules"
[ 19.613] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or
'vmmouse' will be disabled.
[ 19.613] (WW) Disabling Mouse0
[ 19.613] (WW) Disabling Keyboard0
[ 19.629] (II) Loader magic: 0x7f3a149ccd80
[ 19.629] (II) Module ABI versions:
[ 19.629] X.Org ANSI C Emulation: 0.4
[ 19.629] X.Org Video Driver: 18.0
[ 19.629] X.Org XInput driver : 21.0
[ 19.629] X.Org Server Extension : 8.0
[ 19.630] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 19.630] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 19.634] (--) PCI:*(0:0:2:0) 8086:0416:17aa:221e rev 6, Mem @
0xb1400000/4194304, 0xa0000000/268435456, I/O @ 0x00005000/64
[ 19.634] (--) PCI: (0:1:0:0) 10de:11fc:17aa:221e rev 161, Mem @
0xb0000000/16777216, 0x80000000/268435456, 0x90000000/33554432, I/O @
0x00004000/128, BIOS @ 0x????????/524288
[ 19.642] (II) "glx" will be loaded. This was enabled by default and also
specified in the config file.
[ 19.642] (II) LoadModule: "glx"
[ 19.730] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[ 21.620] (II) Module glx: vendor="NVIDIA Corporation"
[ 21.620] compiled for 4.0.2, module version = 1.0.0
[ 21.620] Module class: X.Org Server Extension
[ 21.629] (II) NVIDIA GLX Module 340.65 Tue Dec 2 09:10:06 PST 2014
[ 21.642] (II) LoadModule: "intel"
[ 21.704] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 21.860] (II) Module intel: vendor="X.Org Foundation"
[ 21.860] compiled for 1.15.99.904, module version = 2.21.15
[ 21.860] Module class: X.Org Video Driver
[ 21.860] ABI class: X.Org Video Driver, version 18.0
[ 21.860] (II) LoadModule: "vesa"
[ 21.860] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 21.872] (II) Module vesa: vendor="X.Org Foundation"
[ 21.872] compiled for 1.15.99.904, module version = 2.3.3
[ 21.872] Module class: X.Org Video Driver
[ 21.872] ABI class: X.Org Video Driver, version 18.0
[ 21.872] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
GM45, 4 Series, G45/G43, Q45/Q43, G41, B43, HD Graphics,
HD Graphics 2000, HD Graphics 3000, HD Graphics 2500,
HD Graphics 4000, HD Graphics P4000, HD Graphics 4600,
HD Graphics 5000, HD Graphics P4600/P4700, Iris(TM) Graphics 5100,
HD Graphics 4400, HD Graphics 4200, Iris(TM) Pro Graphics 5200
[ 21.873] (II) VESA: driver for VESA chipsets: vesa
[ 21.873] (++) using VT number 7
[ 21.892] vesa: Ignoring device with a bound kernel driver
[ 21.892] (WW) Falling back to old probe method for vesa
[ 21.892] (EE) Screen 1 deleted because of no matching config section.
[ 21.892] (II) UnloadModule: "vesa"
[ 21.892] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 21.892] (==) intel(0): RGB weight 888
[ 21.892] (==) intel(0): Default visual is TrueColor
[ 21.892] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics
4600
[ 21.892] (**) intel(0): Relaxed fencing enabled
[ 21.892] (**) intel(0): Wait on SwapBuffers? enabled
[ 21.892] (**) intel(0): Triple buffering? enabled
[ 21.892] (**) intel(0): Framebuffer tiled
[ 21.892] (**) intel(0): Pixmaps tiled
[ 21.892] (**) intel(0): 3D buffers tiled
[ 21.892] (**) intel(0): SwapBuffers wait enabled
[ 21.892] (==) intel(0): video overlay key set to 0x101fe
[ 21.892] (II) intel(0): Output eDP1 using monitor section Monitor0
[ 21.892] (--) intel(0): found backlight control interface
/sys/class/backlight/intel_backlight
[ 21.894] (II) intel(0): Output VGA1 has no monitor section
[ 21.894] (II) intel(0): Output DP1 has no monitor section
[ 21.924] (II) intel(0): Output HDMI1 has no monitor section
[ 21.924] (II) intel(0): Output DP2 has no monitor section
[ 21.924] (II) intel(0): Output HDMI2 has no monitor section
[ 21.924] (II) intel(0): EDID for output eDP1
[ 21.924] (II) intel(0): Manufacturer: AUO Model: 34ed Serial#: 0
[ 21.924] (II) intel(0): Year: 2012 Week: 0
[ 21.924] (II) intel(0): EDID Version: 1.4
[ 21.924] (II) intel(0): Digital Display Input
[ 21.924] (II) intel(0): 6 bits per channel
[ 21.924] (II) intel(0): Digital interface is DisplayPort
[ 21.924] (II) intel(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 21.924] (II) intel(0): Gamma: 2.20
[ 21.924] (II) intel(0): No DPMS capabilities specified
[ 21.924] (II) intel(0): Supported color encodings: RGB 4:4:4
[ 21.924] (II) intel(0): First detailed timing is preferred mode
[ 21.924] (II) intel(0): Preferred mode is native pixel format and refresh
rate
[ 21.924] (II) intel(0): redX: 0.620 redY: 0.349 greenX: 0.324 greenY:
0.606
[ 21.924] (II) intel(0): blueX: 0.152 blueY: 0.118 whiteX: 0.313 whiteY:
0.329
[ 21.924] (II) intel(0): Manufacturer's mask: 0
[ 21.924] (II) intel(0): Supported detailed timing:
[ 21.924] (II) intel(0): clock: 140.0 MHz Image Size: 344 x 193 mm
[ 21.924] (II) intel(0): h_active: 1920 h_sync: 1968 h_sync_end 2068
h_blank_end 2100 h_border: 0
[ 21.924] (II) intel(0): v_active: 1080 v_sync: 1083 v_sync_end 1084
v_blanking: 1110 v_border: 0
[ 21.924] (II) intel(0): Unknown vendor-specific block f
[ 21.924] (II) intel(0): AUO
[ 21.924] (II) intel(0): B156HTN03.4
[ 21.924] (II) intel(0): EDID (in hex):
[ 21.924] (II) intel(0): 00ffffffffffff0006afed3400000000
[ 21.924] (II) intel(0): 001601049522137802d1159e59539b27
[ 21.924] (II) intel(0): 1e505400000001010101010101010101
[ 21.924] (II) intel(0): 010101010101b03680b470381e403064
[ 21.924] (II) intel(0): 310058c1100000180000000f00000000
[ 21.924] (II) intel(0): 00000000000000000020000000fe0041
[ 21.924] (II) intel(0): 554f0a202020202020202020000000fe
[ 21.924] (II) intel(0): 004231353648544e30332e34200a00f6
[ 21.924] (II) intel(0): Not using default mode "320x240" (doublescan mode
not supported)
[ 21.924] (II) intel(0): Not using default mode "400x300" (doublescan mode
not supported)
[ 21.924] (II) intel(0): Not using default mode "400x300" (doublescan mode
not supported)
[ 21.924] (II) intel(0): Not using default mode "512x384" (doublescan mode
not supported)
[ 21.924] (II) intel(0): Not using default mode "640x480" (doublescan mode
not supported)
[ 21.924] (II) intel(0): Not using default mode "640x512" (doublescan mode
not supported)
[ 21.924] (II) intel(0): Not using default mode "800x600" (doublescan mode
not supported)
[ 21.924] (II) intel(0): Not using default mode "896x672" (doublescan mode
not supported)
[ 21.924] (II) intel(0): Not using default mode "928x696" (doublescan mode
not supported)
[ 21.924] (II) intel(0): Not using default mode "960x720" (doublescan mode
not supported)
[ 21.924] (II) intel(0): Not using default mode "576x432" (doublescan mode
not supported)
[ 21.924] (II) intel(0): Not using default mode "680x384" (doublescan mode
not supported)
[ 21.924] (II) intel(0): Not using default mode "680x384" (doublescan mode
not supported)
[ 21.924] (II) intel(0): Not using default mode "700x525" (doublescan mode
not supported)
[ 21.924] (II) intel(0): Not using default mode "720x450" (doublescan mode
not supported)
[ 21.924] (II) intel(0): Not using default mode "800x512" (doublescan mode
not supported)
[ 21.924] (II) intel(0): Not using default mode "840x525" (doublescan mode
not supported)
[ 21.924] (II) intel(0): Not using default mode "840x525" (doublescan mode
not supported)
[ 21.924] (II) intel(0): Not using default mode "960x540" (doublescan mode
not supported)
[ 21.924] (II) intel(0): Not using default mode "960x600" (doublescan mode
not supported)
[ 21.924] (II) intel(0): Not using default mode "1024x768" (doublescan mode
not supported)
[ 21.924] (II) intel(0): Printing probed modes for output eDP1
[ 21.924] (II) intel(0): Modeline "1920x1080"x60.1 140.00 1920 1968 2068
2100 1080 1083 1084 1110 -hsync -vsync (66.7 kHz eP)
[ 21.924] (II) intel(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000
2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 21.924] (II) intel(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960
2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 21.924] (II) intel(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760
1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 21.924] (II) intel(0): Modeline "1600x1024"x60.2 103.12 1600 1600 1656
1664 1024 1024 1029 1030 +hsync +vsync (62.0 kHz d)
[ 21.924] (II) intel(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640
1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 21.924] (II) intel(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440
1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 21.924] (II) intel(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672
1904 900 903 909 934 -hsync +vsync (55.9 kHz d)
[ 21.924] (II) intel(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488
1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 21.924] (II) intel(0): Modeline "1360x768"x59.8 84.75 1360 1432 1568
1776 768 771 781 798 -hsync +vsync (47.7 kHz d)
[ 21.924] (II) intel(0): Modeline "1360x768"x60.0 72.00 1360 1408 1440
1520 768 771 781 790 +hsync -vsync (47.4 kHz d)
[ 21.924] (II) intel(0): Modeline "1152x864"x60.0 81.62 1152 1216 1336
1520 864 865 868 895 -hsync +vsync (53.7 kHz d)
[ 21.924] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184
1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 21.924] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056
600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 21.924] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024
600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 21.924] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800
480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 21.926] (II) intel(0): EDID for output VGA1
[ 21.926] (II) intel(0): EDID for output DP1
[ 21.956] (II) intel(0): EDID for output HDMI1
[ 21.956] (II) intel(0): EDID for output DP2
[ 21.956] (II) intel(0): EDID for output HDMI2
[ 21.956] (II) intel(0): Output eDP1 connected
[ 21.956] (II) intel(0): Output VGA1 disconnected
[ 21.956] (II) intel(0): Output DP1 disconnected
[ 21.956] (II) intel(0): Output HDMI1 disconnected
[ 21.956] (II) intel(0): Output DP2 disconnected
[ 21.956] (II) intel(0): Output HDMI2 disconnected
[ 21.956] (II) intel(0): Using exact sizes for initial modes
[ 21.956] (II) intel(0): Output eDP1 using initial mode 1920x1080
[ 21.956] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless
otherwise stated.
[ 21.956] (II) intel(0): Kernel page flipping support detected, enabling
[ 21.956] (==) intel(0): DPI set to (96, 96)
[ 21.956] (II) Loading sub module "fb"
[ 21.956] (II) LoadModule: "fb"
[ 21.956] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 22.102] (II) Module fb: vendor="X.Org Foundation"
[ 22.102] compiled for 1.16.4, module version = 1.0.0
[ 22.102] ABI class: X.Org ANSI C Emulation, version 0.4
[ 22.102] (II) Loading sub module "dri2"
[ 22.102] (II) LoadModule: "dri2"
[ 22.102] (II) Module "dri2" already built-in
[ 22.102] (==) Depth 24 pixmap format is 32 bpp
[ 22.102] (II) intel(0): [DRI2] Setup complete
[ 22.102] (II) intel(0): [DRI2] DRI driver: i965
[ 22.102] (II) intel(0): Allocated new frame buffer 1920x1080 stride 7680,
tiled
[ 22.104] (II) UXA(0): Driver registered support for the following
operations:
[ 22.104] (II) solid
[ 22.104] (II) copy
[ 22.104] (II) composite (RENDER acceleration)
[ 22.104] (II) put_image
[ 22.104] (II) get_image
[ 22.104] (==) intel(0): Backing store enabled
[ 22.104] (==) intel(0): Silken mouse enabled
[ 22.104] (II) intel(0): Initializing HW Cursor
[ 22.104] (II) intel(0): RandR 1.2 enabled, ignore the following RandR
disabled message.
[ 22.105] (==) intel(0): DPMS enabled
[ 22.105] (==) intel(0): Intel XvMC decoder enabled
[ 22.105] (II) intel(0): Set up textured video
[ 22.105] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[ 22.105] (II) intel(0): direct rendering: DRI2 Enabled
[ 22.105] (==) intel(0): hotplug detection: "enabled"
[ 22.116] (--) RandR disabled
[ 22.120] (II) SELinux: Disabled on system
[ 22.133] (EE) Failed to initialize GLX extension (Compatible NVIDIA X
driver not found)
[ 22.133] (II) intel(0): Setting screen physical size to 508 x 285
[ 22.873] (II) config/udev: Adding input device Power Button
(/dev/input/event4)
[ 22.873] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 22.873] (II) LoadModule: "evdev"
[ 22.873] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 23.019] (II) Module evdev: vendor="X.Org Foundation"
[ 23.019] compiled for 1.16.0, module version = 2.9.0
[ 23.019] Module class: X.Org XInput Driver
[ 23.019] ABI class: X.Org XInput driver, version 21.0
[ 23.019] (II) Using input driver 'evdev' for 'Power Button'
[ 23.019] (**) Power Button: always reports core events
[ 23.019] (**) evdev: Power Button: Device: "/dev/input/event4"
[ 23.019] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 23.019] (--) evdev: Power Button: Found keys
[ 23.019] (II) evdev: Power Button: Configuring as keyboard
[ 23.019] (**) Option "config_info"
"udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event4"
[ 23.019] (II) XINPUT: Adding extended input device "Power Button" (type:
KEYBOARD, id 6)
[ 23.019] (**) Option "xkb_rules" "evdev"
[ 23.019] (**) Option "xkb_model" "pc105"
[ 23.019] (**) Option "xkb_layout" "es"
[ 23.040] (II) config/udev: Adding input device Video Bus
(/dev/input/event12)
[ 23.040] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 23.040] (II) Using input driver 'evdev' for 'Video Bus'
[ 23.040] (**) Video Bus: always reports core events
[ 23.040] (**) evdev: Video Bus: Device: "/dev/input/event12"
[ 23.040] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 23.040] (--) evdev: Video Bus: Found keys
[ 23.040] (II) evdev: Video Bus: Configuring as keyboard
[ 23.040] (**) Option "config_info"
"udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input14/event12"
[ 23.040] (II) XINPUT: Adding extended input device "Video Bus" (type:
KEYBOARD, id 7)
[ 23.040] (**) Option "xkb_rules" "evdev"
[ 23.040] (**) Option "xkb_model" "pc105"
[ 23.040] (**) Option "xkb_layout" "es"
[ 23.040] (II) config/udev: Adding input device Video Bus
(/dev/input/event13)
[ 23.040] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 23.040] (II) Using input driver 'evdev' for 'Video Bus'
[ 23.040] (**) Video Bus: always reports core events
[ 23.040] (**) evdev: Video Bus: Device: "/dev/input/event13"
[ 23.040] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 23.040] (--) evdev: Video Bus: Found keys
[ 23.040] (II) evdev: Video Bus: Configuring as keyboard
[ 23.040] (**) Option "config_info"
"udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/LNXVIDEO:01/input/input15/event13"
[ 23.040] (II) XINPUT: Adding extended input device "Video Bus" (type:
KEYBOARD, id 8)
[ 23.040] (**) Option "xkb_rules" "evdev"
[ 23.040] (**) Option "xkb_model" "pc105"
[ 23.040] (**) Option "xkb_layout" "es"
[ 23.041] (II) config/udev: Adding input device Lid Switch
(/dev/input/event2)
[ 23.041] (II) No input driver specified, ignoring this device.
[ 23.041] (II) This device may have been added with another device file.
[ 23.041] (II) config/udev: Adding input device Sleep Button
(/dev/input/event3)
[ 23.041] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 23.041] (II) Using input driver 'evdev' for 'Sleep Button'
[ 23.041] (**) Sleep Button: always reports core events
[ 23.041] (**) evdev: Sleep Button: Device: "/dev/input/event3"
[ 23.041] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[ 23.041] (--) evdev: Sleep Button: Found keys
[ 23.041] (II) evdev: Sleep Button: Configuring as keyboard
[ 23.041] (**) Option "config_info"
"udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4/event3"
[ 23.041] (II) XINPUT: Adding extended input device "Sleep Button" (type:
KEYBOARD, id 9)
[ 23.041] (**) Option "xkb_rules" "evdev"
[ 23.041] (**) Option "xkb_model" "pc105"
[ 23.041] (**) Option "xkb_layout" "es"
[ 23.041] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3
(/dev/input/event14)
[ 23.041] (II) No input driver specified, ignoring this device.
[ 23.041] (II) This device may have been added with another device file.
[ 23.041] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7
(/dev/input/event15)
[ 23.041] (II) No input driver specified, ignoring this device.
[ 23.041] (II) This device may have been added with another device file.
[ 23.041] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8
(/dev/input/event16)
[ 23.041] (II) No input driver specified, ignoring this device.
[ 23.041] (II) This device may have been added with another device file.
[ 23.041] (II) config/udev: Adding input device Integrated Camera
(/dev/input/event11)
[ 23.041] (**) Integrated Camera: Applying InputClass "evdev keyboard
catchall"
[ 23.041] (II) Using input driver 'evdev' for 'Integrated Camera'
[ 23.041] (**) Integrated Camera: always reports core events
[ 23.041] (**) evdev: Integrated Camera: Device: "/dev/input/event11"
[ 23.042] (--) evdev: Integrated Camera: Vendor 0x5986 Product 0x26a
[ 23.042] (--) evdev: Integrated Camera: Found keys
[ 23.042] (II) evdev: Integrated Camera: Configuring as keyboard
[ 23.042] (**) Option "config_info"
"udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12:1.0/input/input13/event11"
[ 23.042] (II) XINPUT: Adding extended input device "Integrated Camera"
(type: KEYBOARD, id 10)
[ 23.042] (**) Option "xkb_rules" "evdev"
[ 23.042] (**) Option "xkb_model" "pc105"
[ 23.042] (**) Option "xkb_layout" "es"
[ 23.042] (II) config/udev: Adding input device CHICONY USB Laser Mouse
(/dev/input/event1)
[ 23.042] (**) CHICONY USB Laser Mouse: Applying InputClass "evdev pointer
catchall"
[ 23.042] (II) Using input driver 'evdev' for 'CHICONY USB Laser Mouse'
[ 23.042] (**) CHICONY USB Laser Mouse: always reports core events
[ 23.042] (**) evdev: CHICONY USB Laser Mouse: Device: "/dev/input/event1"
[ 23.042] (--) evdev: CHICONY USB Laser Mouse: Vendor 0x4f2 Product 0x1055
[ 23.042] (--) evdev: CHICONY USB Laser Mouse: Found 3 mouse buttons
[ 23.042] (--) evdev: CHICONY USB Laser Mouse: Found scroll wheel(s)
[ 23.042] (--) evdev: CHICONY USB Laser Mouse: Found relative axes
[ 23.042] (--) evdev: CHICONY USB Laser Mouse: Found x and y relative axes
[ 23.042] (II) evdev: CHICONY USB Laser Mouse: Configuring as mouse
[ 23.042] (II) evdev: CHICONY USB Laser Mouse: Adding scrollwheel support
[ 23.042] (**) evdev: CHICONY USB Laser Mouse: YAxisMapping: buttons 4 and 5
[ 23.042] (**) evdev: CHICONY USB Laser Mouse: EmulateWheelButton: 4,
EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 23.042] (**) Option "config_info"
"udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.0/0003:04F2:1055.0001/input/input2/event1"
[ 23.042] (II) XINPUT: Adding extended input device "CHICONY USB Laser
Mouse" (type: MOUSE, id 11)
[ 23.042] (II) evdev: CHICONY USB Laser Mouse: initialized for relative
axes.
[ 23.042] (**) CHICONY USB Laser Mouse: (accel) keeping acceleration scheme
1
[ 23.042] (**) CHICONY USB Laser Mouse: (accel) acceleration profile 0
[ 23.042] (**) CHICONY USB Laser Mouse: (accel) acceleration factor: 2.000
[ 23.042] (**) CHICONY USB Laser Mouse: (accel) acceleration threshold: 4
[ 23.042] (II) config/udev: Adding input device CHICONY USB Laser Mouse
(/dev/input/mouse0)
[ 23.042] (II) No input driver specified, ignoring this device.
[ 23.042] (II) This device may have been added with another device file.
[ 23.042] (II) config/udev: Adding input device HDA Digital PCBeep
(/dev/input/event8)
[ 23.042] (II) No input driver specified, ignoring this device.
[ 23.042] (II) This device may have been added with another device file.
[ 23.042] (II) config/udev: Adding input device HDA Intel PCH Mic
(/dev/input/event9)
[ 23.042] (II) No input driver specified, ignoring this device.
[ 23.042] (II) This device may have been added with another device file.
[ 23.042] (II) config/udev: Adding input device HDA Intel PCH Headphone
(/dev/input/event10)
[ 23.042] (II) No input driver specified, ignoring this device.
[ 23.042] (II) This device may have been added with another device file.
[ 23.043] (II) config/udev: Adding input device AT Translated Set 2 keyboard
(/dev/input/event0)
[ 23.043] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev
keyboard catchall"
[ 23.043] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 23.043] (**) AT Translated Set 2 keyboard: always reports core events
[ 23.043] (**) evdev: AT Translated Set 2 keyboard: Device:
"/dev/input/event0"
[ 23.043] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 23.043] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 23.043] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 23.043] (**) Option "config_info"
"udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 23.043] (II) XINPUT: Adding extended input device "AT Translated Set 2
keyboard" (type: KEYBOARD, id 12)
[ 23.043] (**) Option "xkb_rules" "evdev"
[ 23.043] (**) Option "xkb_model" "pc105"
[ 23.043] (**) Option "xkb_layout" "es"
[ 23.043] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad
(/dev/input/event7)
[ 23.043] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev
touchpad catchall"
[ 23.043] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad
catchall"
[ 23.043] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default
clickpad buttons"
[ 23.043] (II) LoadModule: "synaptics"
[ 23.043] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 23.138] (II) Module synaptics: vendor="X.Org Foundation"
[ 23.138] compiled for 1.16.0.901, module version = 1.8.99
[ 23.138] Module class: X.Org XInput Driver
[ 23.138] ABI class: X.Org XInput driver, version 21.0
[ 23.138] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics
TouchPad'
[ 23.138] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 23.138] (**) Option "Device" "/dev/input/event7"
[ 23.208] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad
property
[ 23.208] (II) synaptics: SynPS/2 Synaptics TouchPad: found top buttonpad
property
[ 23.208] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1024 -
5112 (res 42)
[ 23.208] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 2024 -
4832 (res 42)
[ 23.208] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 23.208] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 -
15
[ 23.208] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double
triple
[ 23.208] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[ 23.208] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[ 23.208] (**) Option "SecondarySoftButtonAreas" "58% 0 0 15% 42% 58% 0 15%"
[ 23.208] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 23.208] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 23.272] (**) Option "config_info"
"udev:/sys/devices/platform/i8042/serio1/input/input7/event7"
[ 23.272] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics
TouchPad" (type: TOUCHPAD, id 13)
[ 23.272] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is
now constant deceleration 2.5
[ 23.272] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is
now 1.75
[ 23.272] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is
now 0.040
[ 23.272] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration
scheme 1
[ 23.272] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 23.272] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor:
2.000
[ 23.272] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 23.272] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 23.272] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad
(/dev/input/mouse1)
[ 23.272] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass
"touchpad ignore duplicates"
[ 23.272] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint
(/dev/input/event17)
[ 23.272] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer
catchall"
[ 23.272] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
[ 23.272] (**) TPPS/2 IBM TrackPoint: always reports core events
[ 23.272] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event17"
[ 23.272] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
[ 23.272] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
[ 23.272] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
[ 23.272] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
[ 23.272] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
[ 23.272] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
[ 23.272] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 4,
EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 23.272] (**) Option "config_info"
"udev:/sys/devices/platform/i8042/serio1/serio2/input/input9/event17"
[ 23.272] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint"
(type: MOUSE, id 14)
[ 23.272] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
[ 23.272] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
[ 23.272] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
[ 23.272] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[ 23.272] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[ 23.272] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint
(/dev/input/mouse2)
[ 23.272] (II) No input driver specified, ignoring this device.
[ 23.272] (II) This device may have been added with another device file.
[ 23.272] (II) config/udev: Adding input device PC Speaker
(/dev/input/event6)
[ 23.272] (II) No input driver specified, ignoring this device.
[ 23.272] (II) This device may have been added with another device file.
[ 23.273] (II) config/udev: Adding input device ThinkPad Extra Buttons
(/dev/input/event5)
[ 23.273] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard
catchall"
[ 23.273] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
[ 23.273] (**) ThinkPad Extra Buttons: always reports core events
[ 23.273] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event5"
[ 23.273] (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054
[ 23.273] (--) evdev: ThinkPad Extra Buttons: Found keys
[ 23.273] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
[ 23.273] (**) Option "config_info"
"udev:/sys/devices/platform/thinkpad_acpi/input/input6/event5"
[ 23.273] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons"
(type: KEYBOARD, id 15)
[ 23.273] (**) Option "xkb_rules" "evdev"
[ 23.273] (**) Option "xkb_model" "pc105"
[ 23.273] (**) Option "xkb_layout" "es"
[ 36.240] (II) intel(0): EDID vendor "AUO", prod id 13549
[ 36.240] (II) intel(0): Printing DDC gathered Modelines:
[ 36.240] (II) intel(0): Modeline "1920x1080"x0.0 140.00 1920 1968 2068
2100 1080 1083 1084 1110 -hsync -vsync (66.7 kHz eP)
[ 37.542] (II) intel(0): EDID vendor "AUO", prod id 13549
[ 37.542] (II) intel(0): Printing DDC gathered Modelines:
[ 37.542] (II) intel(0): Modeline "1920x1080"x0.0 140.00 1920 1968 2068
2100 1080 1083 1084 1110 -hsync -vsync (66.7 kHz eP)
^^^^^^^^^^ /var/log/Xorg.0.log ^^^^^^^^^^
<<<<<<<<<< /var/log/Xorg.0.log.old >>>>>>>>>>
[ 19.369]
X.Org X Server 1.16.4
Release Date: 2014-12-20
[ 19.369] X Protocol Version 11, Revision 0
[ 19.369] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian
[ 19.369] Current Operating System: Linux geo-w540 3.16.0-4-amd64 #1 SMP
Debian 3.16.7-ckt4-3 (2015-02-03) x86_64
[ 19.369] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-amd64
root=UUID=2d95cd1e-b1ae-4d5f-b0ca-11044fef0978 ro quiet
[ 19.369] Build Date: 11 February 2015 12:32:02AM
[ 19.369] xorg-server 2:1.16.4-1 (http://www.debian.org/support)
[ 19.369] Current version of pixman: 0.32.6
[ 19.369] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 19.369] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 19.369] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Feb 26 17:41:19
2015
[ 19.429] (==) Using config file: "/etc/X11/xorg.conf"
[ 19.429] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 19.714] (==) ServerLayout "Layout0"
[ 19.714] (**) |-->Screen "Screen0" (0)
[ 19.714] (**) | |-->Monitor "Monitor0"
[ 19.733] (**) | |-->Device "Device0"
[ 19.733] (**) |-->Input Device "Keyboard0"
[ 19.733] (**) |-->Input Device "Mouse0"
[ 19.733] (==) Automatically adding devices
[ 19.733] (==) Automatically enabling devices
[ 19.733] (==) Automatically adding GPU devices
[ 19.840] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 19.840] Entry deleted from font path.
[ 19.882] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 19.882] Entry deleted from font path.
[ 19.913] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 19.913] Entry deleted from font path.
[ 19.913] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
built-ins
[ 19.913] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 19.913] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or
'vmmouse' will be disabled.
[ 19.913] (WW) Disabling Keyboard0
[ 19.913] (WW) Disabling Mouse0
[ 19.929] (II) Loader magic: 0x7fe712173d80
[ 19.929] (II) Module ABI versions:
[ 19.929] X.Org ANSI C Emulation: 0.4
[ 19.929] X.Org Video Driver: 18.0
[ 19.929] X.Org XInput driver : 21.0
[ 19.929] X.Org Server Extension : 8.0
[ 19.930] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 19.930] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 19.932] (--) PCI:*(0:0:2:0) 8086:0416:17aa:221e rev 6, Mem @
0xb1400000/4194304, 0xa0000000/268435456, I/O @ 0x00005000/64
[ 19.932] (--) PCI: (0:1:0:0) 10de:11fc:17aa:221e rev 161, Mem @
0xb0000000/16777216, 0x80000000/268435456, 0x90000000/33554432, I/O @
0x00004000/128, BIOS @ 0x????????/524288
[ 19.953] (II) LoadModule: "glx"
[ 20.041] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[ 21.632] (II) Module glx: vendor="NVIDIA Corporation"
[ 21.632] compiled for 4.0.2, module version = 1.0.0
[ 21.632] Module class: X.Org Server Extension
[ 21.641] (II) NVIDIA GLX Module 340.65 Tue Dec 2 09:10:06 PST 2014
[ 21.655] (II) LoadModule: "nvidia"
[ 21.782] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 22.081] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 22.081] compiled for 4.0.2, module version = 1.0.0
[ 22.081] Module class: X.Org Video Driver
[ 22.093] (II) NVIDIA dlloader X Driver 340.65 Tue Dec 2 08:47:36 PST
2014
[ 22.093] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 22.094] (++) using VT number 7
[ 22.097] (EE) No devices detected.
[ 22.097] (EE)
Fatal server error:
[ 22.097] (EE) no screens found(EE)
[ 22.097] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 22.097] (EE) Please also check the log file at "/var/log/Xorg.0.log" for
additional information.
[ 22.097] (EE)
^^^^^^^^^^ /var/log/Xorg.0.log.old ^^^^^^^^^^
Kernel modules: nvidia.ko
/lib/modules/3.16.0-4-amd64/updates/dkms/nvidia-current.ko
/lib/modules/3.16.0-4-amd64/updates/dkms/nvidia-uvm.ko
filename: /lib/modules/3.16.0-4-amd64/updates/dkms/nvidia-current.ko
alias: char-major-195-*
version: 340.65
supported: external
license: NVIDIA
alias: pci:v000010DEd00000E00sv*sd*bc04sc80i00*
alias: pci:v000010DEd00000AA3sv*sd*bc0Bsc40i00*
alias: pci:v000010DEd*sv*sd*bc03sc02i00*
alias: pci:v000010DEd*sv*sd*bc03sc00i00*
depends: drm,i2c-core
vermagic: 3.16.0-4-amd64 SMP mod_unload modversions
filename: /lib/modules/3.16.0-4-amd64/updates/dkms/nvidia-uvm.ko
supported: external
license: MIT
depends: nvidia
vermagic: 3.16.0-4-amd64 SMP mod_unload modversions
lsmod:
Module Size Used by
binfmt_misc 16949 1
pci_stub 12429 1
vboxpci 23077 0
vboxnetadp 25443 0
vboxnetflt 23324 0
vboxdrv 340145 3 vboxnetadp,vboxnetflt,vboxpci
snd_hda_codec_hdmi 45118 1
ecb 12737 1
uvcvideo 79005 0
btusb 29721 0
videobuf2_vmalloc 12816 1 uvcvideo
x86_pkg_temp_thermal 12951 0
intel_powerclamp 17159 0
bluetooth 374429 2 btusb
videobuf2_memops 12519 1 videobuf2_vmalloc
intel_rapl 17356 0
arc4 12536 2
nvidia 10507891 0
videobuf2_core 47787 1 uvcvideo
v4l2_common 12995 1 videobuf2_core
coretemp 12820 0
6lowpan_iphc 16588 1 bluetooth
videodev 126451 3 uvcvideo,v4l2_common,videobuf2_core
media 18305 2 uvcvideo,videodev
kvm 388635 0
iwlmvm 137115 0
mac80211 474218 1 iwlmvm
crc32_pclmul 12915 0
ghash_clmulni_intel 12978 0
snd_hda_codec_realtek 63031 1
snd_hda_codec_generic 63107 1 snd_hda_codec_realtek
aesni_intel 151423 1
iTCO_wdt 12831 0
joydev 17063 0
i915 837133 5
snd_hda_intel 26327 5
snd_hda_controller 26727 1 snd_hda_intel
aes_x86_64 16719 1 aesni_intel
lrw 12757 1 aesni_intel
gf128mul 12970 1 lrw
iwlwifi 96547 1 iwlmvm
glue_helper 12695 1 aesni_intel
iTCO_vendor_support 12649 1 iTCO_wdt
snd_hda_codec 104463 5
snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
ablk_helper 12572 1 aesni_intel
cryptd 14516 3 ghash_clmulni_intel,aesni_intel,ablk_helper
drm_kms_helper 49210 1 i915
drm 249955 5 i915,drm_kms_helper,nvidia
snd_hwdep 13148 1 snd_hda_codec
snd_pcm 88662 4
snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller
pcspkr 12595 0
evdev 17445 29
cfg80211 405538 3 iwlwifi,mac80211,iwlmvm
snd_timer 26614 1 snd_pcm
mei_me 17941 0
mei 74977 1 mei_me
psmouse 98616 0
serio_raw 12849 0
lpc_ich 20768 0
mfd_core 12601 1 lpc_ich
i2c_algo_bit 12751 1 i915
ac 12715 0
i2c_i801 16965 0
wmi 17339 0
thinkpad_acpi 69119 1
i2c_core 46012 8
drm,i915,i2c_i801,drm_kms_helper,i2c_algo_bit,nvidia,v4l2_common,videodev
video 18096 1 i915
battery 13356 0
button 12944 1 i915
intel_smartconnect 12448 0
tpm_tis 17182 0
tpm 31511 1 tpm_tis
nvram 13034 1 thinkpad_acpi
snd 65244 19
snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,thinkpad_acpi
soundcore 13026 2 snd,snd_hda_codec
rfkill 18867 3 cfg80211,thinkpad_acpi,bluetooth
shpchp 31121 0
processor 28221 0
fuse 83350 1
parport_pc 26300 0
ppdev 16782 0
lp 17074 0
parport 35749 3 lp,ppdev,parport_pc
autofs4 35529 2
ext4 473802 4
crc16 12343 2 ext4,bluetooth
mbcache 17171 1 ext4
jbd2 82413 1 ext4
btrfs 859583 0
xor 21040 1 btrfs
raid6_pq 95238 1 btrfs
hid_generic 12393 0
usbhid 44460 0
hid 102264 2 hid_generic,usbhid
sg 29973 0
sd_mod 44356 6
sr_mod 21903 0
crc_t10dif 12431 1 sd_mod
cdrom 47424 1 sr_mod
crct10dif_generic 12581 0
crct10dif_pclmul 13387 1
crct10dif_common 12356 3 crct10dif_pclmul,crct10dif_generic,crc_t10dif
crc32c_intel 21809 1
sdhci_pci 22097 0
sdhci 35153 1 sdhci_pci
ahci 33291 5
mmc_core 102374 2 sdhci,sdhci_pci
libahci 27158 1 ahci
libata 177457 2 ahci,libahci
ehci_pci 12512 0
xhci_hcd 148881 0
ehci_hcd 69837 1 ehci_pci
scsi_mod 191405 4 sg,libata,sd_mod,sr_mod
e1000e 203664 0
usbcore 195340 6
btusb,uvcvideo,ehci_hcd,ehci_pci,usbhid,xhci_hcd
ptp 17692 1 e1000e
pps_core 17225 1 ptp
usb_common 12440 1 usbcore
thermal 17559 0
thermal_sys 27642 5
video,intel_powerclamp,thermal,processor,x86_pkg_temp_thermal
xrandr:
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
eDP1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis)
344mm x 193mm
1920x1080 60.06*+ 59.93
1680x1050 59.95 59.88
1600x1024 60.17
1400x1050 59.98
1280x1024 60.02
1440x900 59.89
1280x960 60.00
1360x768 59.80 59.96
1152x864 60.00
1024x768 60.00
800x600 60.32 56.25
640x480 59.94
VGA1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
-- System Information:
Debian Release: 8.0
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages nvidia-driver depends on:
ii libegl1-nvidia 340.65-2
ii libgl1-nvidia-glx 340.65-2
ii nvidia-alternative 340.65-2
ii nvidia-driver-bin 340.65-2
ii nvidia-installer-cleanup 20141201+1
ii nvidia-kernel-dkms [nvidia-kernel-340.65] 340.65-2
ii nvidia-support 20141201+1
ii nvidia-vdpau-driver 340.65-2
ii xserver-xorg-video-nvidia 340.65-2
Versions of packages nvidia-driver recommends:
pn libgl1-nvidia-glx-i386 <none>
pn libgles1-nvidia <none>
pn libgles2-nvidia <none>
pn nvidia-settings <none>
Versions of packages nvidia-driver suggests:
ii nvidia-kernel-dkms 340.65-2
Versions of packages libgl1-nvidia-glx depends on:
ii debconf [debconf-2.0] 1.5.55
ii libc6 2.19-15
ii libx11-6 2:1.6.2-3
ii libxext6 2:1.3.3-1
ii multiarch-support 2.19-15
ii nvidia-alternative 340.65-2
ii nvidia-installer-cleanup 20141201+1
ii nvidia-support 20141201+1
ii pciutils 1:3.2.1-3
Versions of packages libgl1-nvidia-glx recommends:
ii nvidia-kernel-dkms [nvidia-kernel-340.65] 340.65-2
Versions of packages libgl1-nvidia-glx suggests:
ii nvidia-kernel-dkms 340.65-2
Versions of packages xserver-xorg-video-nvidia depends on:
ii debconf [debconf-2.0] 1.5.55
ii libc6 2.19-15
ii libgl1-nvidia-glx 340.65-2
ii nvidia-alternative 340.65-2
ii nvidia-installer-cleanup 20141201+1
ii nvidia-support 20141201+1
ii xserver-xorg-core [xorg-video-abi-18] 2:1.16.4-1
Versions of packages xserver-xorg-video-nvidia recommends:
ii nvidia-kernel-dkms [nvidia-kernel-340.65] 340.65-2
pn nvidia-settings <none>
ii nvidia-vdpau-driver 340.65-2
Versions of packages xserver-xorg-video-nvidia suggests:
ii nvidia-kernel-dkms 340.65-2
Versions of packages nvidia-alternative depends on:
ii glx-alternative-nvidia 0.5.1
ii nvidia-modprobe 340.46-1
Versions of packages nvidia-kernel-dkms depends on:
ii dkms 2.2.0.3-2
ii nvidia-alternative [nvidia-alternative--kmod-alias] 340.65-2
ii nvidia-installer-cleanup 20141201+1
ii nvidia-kernel-common 20141201+1
nvidia-kernel-dkms recommends no packages.
Versions of packages glx-alternative-nvidia depends on:
ii glx-alternative-mesa 0.5.1
ii glx-diversions 0.5.1
glx-alternative-nvidia suggests no packages.
Versions of packages xserver-xorg-video-intel depends on:
ii libc6 2.19-15
ii libdrm-intel1 2.4.58-2
ii libdrm2 2.4.58-2
ii libpciaccess0 0.13.2-3+b1
ii libpixman-1-0 0.32.6-3
ii libudev1 215-12
ii libx11-6 2:1.6.2-3
ii libx11-xcb1 2:1.6.2-3
ii libxcb-dri2-0 1.10-3+b1
ii libxcb-util0 0.3.8-3
ii libxcb1 1.10-3+b1
ii libxv1 2:1.0.10-1+b1
ii libxvmc1 2:1.0.8-2+b1
ii xserver-xorg-core [xorg-video-abi-18] 2:1.16.4-1
Versions of packages nvidia-driver is related to:
pn ia32-libs <none>
pn libdrm-nouveau1 <none>
pn libdrm-nouveau1a <none>
ii libdrm-nouveau2 2.4.58-2
pn libgl1-nvidia-alternatives-ia32 <none>
ii libgl1-nvidia-glx [libgl1-nvidia-glx-any] 340.65-2
pn libgl1-nvidia-glx-ia32 <none>
pn libgl1-nvidia-glx-ia32-any <none>
pn libgl1-nvidia-legacy-173xx-glx-ia32 <none>
pn libgl1-nvidia-legacy-96xx-glx-ia32 <none>
pn linux-headers <none>
ii make 4.0-8.1
ii nvidia-driver [nvidia-glx-any] 340.65-2
pn nvidia-glx <none>
ii nvidia-kernel-common 20141201+1
ii nvidia-kernel-dkms 340.65-2
pn nvidia-kernel-source <none>
ii nvidia-modprobe 340.46-1
pn nvidia-settings <none>
ii nvidia-support 20141201+1
ii nvidia-xconfig 340.46-1
ii xserver-xorg 1:7.7+7
ii xserver-xorg-core 2:1.16.4-1
pn xserver-xorg-video-nouveau <none>
ii xserver-xorg-video-nvidia [xserver-xorg-video-nvidia-any] 340.65-2
-- debconf information:
nvidia-driver/check-for-unsupported-gpu: true
nvidia-driver/install-even-if-unsupported-gpu-exists: false
nvidia-driver/supported-in-legacy-driver-name:
More information about the pkg-nvidia-devel
mailing list