ASUS G550JK, hybrydowa grafika Intel/Nvidia GTX850M - sterowniki

Wszystko związane z jądrem systemowym, sterownikami, sprzętem itp.
robert_robson
Posty: 1
Rejestracja: 08 grudnia 2015, 21:31

ASUS G550JK, hybrydowa grafika Intel/Nvidia GTX850M - sterowniki

Post autor: robert_robson »

Witam.
Po długiej przerwie od Debiana postanowiłem wrócić na Linuxa. Problem pojawił się podczas startu systemu, oczywiście chodzi o X11.
Instalowałem na kilka rożnych sposobów raz z repo oraz przez skrypt. Nawet zainstalowałem bumblebee
Mój laptop to ASUS G550JK, karta intela oraz Nvidia GTX850M
Zamieszczam tutaj kody z plików, nie wiem które są potrzebne w rozwiązywaniu problemu wiec zamieszczam te które często pojawiają się na forum


etc/X11/xorg.conf

Kod: Zaznacz cały

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 340.93  (buildd@debian)  


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
etc/X11/xorg.conf.backup

Kod: Zaznacz cały

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 352.63  (buildmeister@swio-display-x64-rhel04-11)  Sat Nov  7 22:00:19 PST 2015


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

Kod: Zaznacz cały

[   532.136] 
X.Org X Server 1.17.3
Release Date: 2015-10-26
[   532.138] X Protocol Version 11, Revision 0
[   532.139] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian
[   532.139] Current Operating System: Linux debian 4.2.0-1-amd64 #1 SMP Debian 4.2.6-3 (2015-12-06) x86_64
[   532.139] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.2.0-1-amd64 root=UUID=eabdb808-4bd7-4ca2-b2d2-7691ee6743ed ro quiet
[   532.141] Build Date: 27 October 2015  11:41:02PM
[   532.141] xorg-server 2:1.17.3-2 (http://www.debian.org/support) 
[   532.142] Current version of pixman: 0.33.4
[   532.143]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[   532.143] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   532.146] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Dec  6 22:03:04 2015
[   532.146] (==) Using config file: "/etc/X11/xorg.conf"
[   532.147] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   532.147] (==) ServerLayout "Layout0"
[   532.147] (**) |-->Screen "Screen0" (0)
[   532.147] (**) |   |-->Monitor "Monitor0"
[   532.147] (**) |   |-->Device "Device0"
[   532.147] (**) |-->Input Device "Keyboard0"
[   532.147] (**) |-->Input Device "Mouse0"
[   532.147] (==) Automatically adding devices
[   532.147] (==) Automatically enabling devices
[   532.147] (==) Automatically adding GPU devices
[   532.147] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   532.147]     Entry deleted from font path.
[   532.147] (==) 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
[   532.147] (==) ModulePath set to "/usr/lib/xorg/modules"
[   532.147] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   532.147] (WW) Disabling Keyboard0
[   532.147] (WW) Disabling Mouse0
[   532.147] (II) Loader magic: 0x5619bc169de0
[   532.147] (II) Module ABI versions:
[   532.147]     X.Org ANSI C Emulation: 0.4
[   532.147]     X.Org Video Driver: 19.0
[   532.147]     X.Org XInput driver : 21.0
[   532.148]     X.Org Server Extension : 9.0
[   532.150] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   532.151] (II) xfree86: Adding drm device (/dev/dri/card1)
[   532.151] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 8 paused 0
[   532.151] (II) xfree86: Adding drm device (/dev/dri/card0)
[   532.151] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 9 paused 0
[   532.152] (--) PCI:*(0:0:2:0) 8086:0416:1043:11cd rev 6, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[   532.152] (--) PCI: (0:1:0:0) 10de:1391:1043:11cd rev 162, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[   532.153] (II) LoadModule: "glx"
[   532.153] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   532.159] (II) Module glx: vendor="NVIDIA Corporation"
[   532.160]     compiled for 4.0.2, module version = 1.0.0
[   532.160]     Module class: X.Org Server Extension
[   532.160] (II) NVIDIA GLX Module  352.63  Sat Nov  7 20:52:00 PST 2015
[   532.160] (II) LoadModule: "nvidia"
[   532.160] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   532.160] (II) Module nvidia: vendor="NVIDIA Corporation"
[   532.160]     compiled for 4.0.2, module version = 1.0.0
[   532.160]     Module class: X.Org Video Driver
[   532.160] (II) NVIDIA dlloader X Driver  352.63  Sat Nov  7 20:29:25 PST 2015
[   532.160] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   532.160] (++) using VT number 1


[   532.160] (II) Loading sub module "fb"
[   532.160] (II) LoadModule: "fb"
[   532.160] (II) Loading /usr/lib/xorg/modules/libfb.so
[   532.214] (II) Module fb: vendor="X.Org Foundation"
[   532.214]     compiled for 1.17.3, module version = 1.0.0
[   532.214]     ABI class: X.Org ANSI C Emulation, version 0.4
[   532.214] (II) Loading sub module "wfb"
[   532.214] (II) LoadModule: "wfb"
[   532.214] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   532.215] (II) Module wfb: vendor="X.Org Foundation"
[   532.215]     compiled for 1.17.3, module version = 1.0.0
[   532.215]     ABI class: X.Org ANSI C Emulation, version 0.4
[   532.215] (II) Loading sub module "ramdac"
[   532.215] (II) LoadModule: "ramdac"
[   532.215] (II) Module "ramdac" already built-in
[   532.215] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[   532.215] (==) NVIDIA(0): RGB weight 888
[   532.215] (==) NVIDIA(0): Default visual is TrueColor
[   532.215] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   532.215] (**) NVIDIA(0): Enabling 2D acceleration
[   532.423] (II) NVIDIA: Allocated GPU:0 (GPU-113cd392-7bd1-7603-343e-b9347840f381) @
[   532.423] (II) NVIDIA:     PCI:0000:01:00.0
[   532.423] (II) NVIDIA: Freed GPU:0 (GPU-113cd392-7bd1-7603-343e-b9347840f381) @
[   532.423] (II) NVIDIA:     PCI:0000:01:00.0
[   532.423] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
[   532.424] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 850M (GM107-A) at PCI:1:0:0 (GPU-0)
[   532.424] (--) NVIDIA(0): Memory: 2097152 kBytes
[   532.424] (--) NVIDIA(0): VideoBIOS: 82.07.2a.00.02
[   532.424] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[   532.424] (II) NVIDIA(0): Validated MetaModes:
[   532.424] (II) NVIDIA(0):     "NULL"
[   532.424] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[   532.424] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[   532.424] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[   532.424] (--) Depth 24 pixmap format is 32 bpp
[   532.424] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[   532.424] (II) NVIDIA:     access.
[   532.439] (II) NVIDIA(0): Built-in logo is bigger than the screen.
[   532.439] (II) NVIDIA(0): Setting mode "NULL"
[   532.461] (==) NVIDIA(0): Disabling shared memory pixmaps
[   532.461] (==) NVIDIA(0): Backing store enabled
[   532.461] (==) NVIDIA(0): Silken mouse enabled
[   532.462] (**) NVIDIA(0): DPMS enabled
[   532.475] (II) Loading sub module "dri2"
[   532.475] (II) LoadModule: "dri2"
[   532.475] (II) Module "dri2" already built-in
[   532.475] (II) NVIDIA(0): [DRI2] Setup complete
[   532.475] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[   532.475] (--) RandR disabled
[   532.478] (II) SELinux: Disabled on system
[   532.479] (II) Initializing extension GLX
[   532.479] (II) Indirect GLX disabled.(II) config/udev: Adding input device Power Button (/dev/input/event4)
[   532.690] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   532.690] (II) LoadModule: "evdev"
[   532.690] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   532.700] (II) Module evdev: vendor="X.Org Foundation"
[   532.700]     compiled for 1.16.4, module version = 2.9.2
[   532.700]     Module class: X.Org XInput Driver
[   532.700]     ABI class: X.Org XInput driver, version 21.0
[   532.700] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 28 paused 0
[   532.700] (II) Using input driver 'evdev' for 'Power Button'
[   532.700] (**) Power Button: always reports core events
[   532.700] (**) evdev: Power Button: Device: "/dev/input/event4"
[   532.700] (--) evdev: Power Button: Vendor 0 Product 0x1
[   532.700] (--) evdev: Power Button: Found keys
[   532.700] (II) evdev: Power Button: Configuring as keyboard
[   532.700] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input8/event4"
[   532.700] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   532.700] (**) Option "xkb_rules" "evdev"
[   532.700] (**) Option "xkb_model" "pc105"
[   532.700] (**) Option "xkb_layout" "pl"
[   532.711] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[   532.711] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   532.712] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 29 paused 0
[   532.712] (II) Using input driver 'evdev' for 'Video Bus'
[   532.712] (**) Video Bus: always reports core events
[   532.712] (**) evdev: Video Bus: Device: "/dev/input/event10"
[   532.712] (--) evdev: Video Bus: Vendor 0 Product 0x6
[   532.712] (--) evdev: Video Bus: Found keys
[   532.712] (II) evdev: Video Bus: Configuring as keyboard
[   532.712] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input17/event10"
[   532.712] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   532.712] (**) Option "xkb_rules" "evdev"
[   532.712] (**) Option "xkb_model" "pc105"
[   532.712] (**) Option "xkb_layout" "pl"
[   532.712] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[   532.712] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   532.713] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 30 paused 0
[   532.713] (II) Using input driver 'evdev' for 'Video Bus'
[   532.713] (**) Video Bus: always reports core events
[   532.713] (**) evdev: Video Bus: Device: "/dev/input/event9"
[   532.713] (--) evdev: Video Bus: Vendor 0 Product 0x6
[   532.713] (--) evdev: Video Bus: Found keys
[   532.713] (II) evdev: Video Bus: Configuring as keyboard
[   532.713] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:61/LNXVIDEO:00/input/input16/event9"
[   532.713] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[   532.713] (**) Option "xkb_rules" "evdev"
[   532.713] (**) Option "xkb_model" "pc105"
[   532.713] (**) Option "xkb_layout" "pl"
[   532.713] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[   532.713] (II) No input driver specified, ignoring this device.
[   532.713] (II) This device may have been added with another device file.
[   532.714] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[   532.714] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[   532.714] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 31 paused 0
[   532.714] (II) Using input driver 'evdev' for 'Sleep Button'
[   532.714] (**) Sleep Button: always reports core events
[   532.714] (**) evdev: Sleep Button: Device: "/dev/input/event3"
[   532.714] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[   532.714] (--) evdev: Sleep Button: Found keys
[   532.714] (II) evdev: Sleep Button: Configuring as keyboard
[   532.714] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input7/event3"
[   532.714] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[   532.714] (**) Option "xkb_rules" "evdev"
[   532.714] (**) Option "xkb_model" "pc105"
[   532.714] (**) Option "xkb_layout" "pl"
[   532.715] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event12)
[   532.715] (II) No input driver specified, ignoring this device.
[   532.715] (II) This device may have been added with another device file.
[   532.715] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event13)
[   532.715] (II) No input driver specified, ignoring this device.
[   532.715] (II) This device may have been added with another device file.
[   532.715] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event14)
[   532.715] (II) No input driver specified, ignoring this device.
[   532.715] (II) This device may have been added with another device file.
[   532.716] (II) config/udev: Adding input device Logitech Performance MX (/dev/input/event1)
[   532.716] (**) Logitech Performance MX: Applying InputClass "evdev pointer catchall"
[   532.716] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 32 paused 0
[   532.716] (II) Using input driver 'evdev' for 'Logitech Performance MX'
[   532.716] (**) Logitech Performance MX: always reports core events
[   532.716] (**) evdev: Logitech Performance MX: Device: "/dev/input/event1"
[   532.716] (--) evdev: Logitech Performance MX: Vendor 0x46d Product 0x101a
[   532.716] (--) evdev: Logitech Performance MX: Found 20 mouse buttons
[   532.716] (--) evdev: Logitech Performance MX: Found scroll wheel(s)
[   532.716] (--) evdev: Logitech Performance MX: Found relative axes
[   532.716] (--) evdev: Logitech Performance MX: Found x and y relative axes
[   532.716] (II) evdev: Logitech Performance MX: Configuring as mouse
[   532.716] (II) evdev: Logitech Performance MX: Adding scrollwheel support
[   532.716] (**) evdev: Logitech Performance MX: YAxisMapping: buttons 4 and 5
[   532.716] (**) evdev: Logitech Performance MX: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   532.716] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.2/0003:046D:C52B.0003/0003:046D:101A.0004/input/input5/event1"
[   532.716] (II) XINPUT: Adding extended input device "Logitech Performance MX" (type: MOUSE, id 10)
[   532.716] (II) evdev: Logitech Performance MX: initialized for relative axes.
[   532.716] (**) Logitech Performance MX: (accel) keeping acceleration scheme 1
[   532.716] (**) Logitech Performance MX: (accel) acceleration profile 0
[   532.716] (**) Logitech Performance MX: (accel) acceleration factor: 2.000
[   532.716] (**) Logitech Performance MX: (accel) acceleration threshold: 4
[   532.717] (II) config/udev: Adding input device Logitech Performance MX (/dev/input/mouse0)
[   532.717] (II) No input driver specified, ignoring this device.
[   532.717] (II) This device may have been added with another device file.
[   532.717] (II) config/udev: Adding input device USB2.0 UVC HD Webcam (/dev/input/event11)
[   532.717] (**) USB2.0 UVC HD Webcam: Applying InputClass "evdev keyboard catchall"
[   532.718] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 33 paused 0
[   532.718] (II) Using input driver 'evdev' for 'USB2.0 UVC HD Webcam'
[   532.718] (**) USB2.0 UVC HD Webcam: always reports core events
[   532.718] (**) evdev: USB2.0 UVC HD Webcam: Device: "/dev/input/event11"
[   532.718] (--) evdev: USB2.0 UVC HD Webcam: Vendor 0x13d3 Product 0x5188
[   532.718] (--) evdev: USB2.0 UVC HD Webcam: Found keys
[   532.718] (II) evdev: USB2.0 UVC HD Webcam: Configuring as keyboard
[   532.718] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/input/input18/event11"
[   532.718] (II) XINPUT: Adding extended input device "USB2.0 UVC HD Webcam" (type: KEYBOARD, id 11)
[   532.718] (**) Option "xkb_rules" "evdev"
[   532.718] (**) Option "xkb_model" "pc105"
[   532.718] (**) Option "xkb_layout" "pl"
[   532.718] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event6)
[   532.718] (II) No input driver specified, ignoring this device.
[   532.718] (II) This device may have been added with another device file.
[   532.718] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event7)
[   532.718] (**) Asus WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[   532.719] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 34 paused 0
[   532.719] (II) Using input driver 'evdev' for 'Asus WMI hotkeys'
[   532.719] (**) Asus WMI hotkeys: always reports core events
[   532.719] (**) evdev: Asus WMI hotkeys: Device: "/dev/input/event7"
[   532.719] (--) evdev: Asus WMI hotkeys: Vendor 0 Product 0
[   532.719] (--) evdev: Asus WMI hotkeys: Found keys
[   532.719] (II) evdev: Asus WMI hotkeys: Configuring as keyboard
[   532.719] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input15/event7"
[   532.719] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 12)
[   532.719] (**) Option "xkb_rules" "evdev"
[   532.719] (**) Option "xkb_model" "pc105"
[   532.719] (**) Option "xkb_layout" "pl"
[   532.719] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[   532.719] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[   532.720] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 35 paused 0
[   532.720] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[   532.720] (**) AT Translated Set 2 keyboard: always reports core events
[   532.720] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[   532.720] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[   532.720] (--) evdev: AT Translated Set 2 keyboard: Found keys
[   532.720] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[   532.720] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[   532.720] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[   532.720] (**) Option "xkb_rules" "evdev"
[   532.720] (**) Option "xkb_model" "pc105"
[   532.720] (**) Option "xkb_layout" "pl"
[   532.720] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event8)
[   532.720] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
[   532.720] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
[   532.720] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
[   532.720] (II) LoadModule: "synaptics"
[   532.721] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   532.729] (II) Module synaptics: vendor="X.Org Foundation"
[   532.729]     compiled for 1.16.4, module version = 1.8.2
[   532.729]     Module class: X.Org XInput Driver
[   532.729]     ABI class: X.Org XInput driver, version 21.0
[   532.730] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 36 paused 0
[   532.730] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
[   532.730] (**) ETPS/2 Elantech Touchpad: always reports core events
[   532.730] (**) Option "Device" "/dev/input/event8"
[   532.764] (II) synaptics: ETPS/2 Elantech Touchpad: found clickpad property
[   532.764] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 0 - 3097 (res 31)
[   532.764] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 0 - 2119 (res 32)
[   532.764] (--) synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255
[   532.764] (--) synaptics: ETPS/2 Elantech Touchpad: finger width range 0 - 15
[   532.764] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left double triple
[   532.764] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
[   532.764] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[   532.764] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[   532.764] (**) ETPS/2 Elantech Touchpad: always reports core events
[   532.764] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input13/event8"
[   532.764] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 14)
[   532.764] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[   532.764] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75
[   532.764] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.053
[   532.764] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
[   532.764] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
[   532.764] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[   532.764] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[   532.764] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[   532.764] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
[   532.764] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[   532.765] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[   532.765] (II) No input driver specified, ignoring this device.
[   532.765] (II) This device may have been added with another device file.
/var/log/Xorg.0.log.old

Kod: Zaznacz cały

[   243.253] 
X.Org X Server 1.17.3
Release Date: 2015-10-26
[   243.254] X Protocol Version 11, Revision 0
[   243.254] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian
[   243.255] Current Operating System: Linux debian 4.2.0-1-amd64 #1 SMP Debian 4.2.6-3 (2015-12-06) x86_64
[   243.255] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.2.0-1-amd64 root=UUID=eabdb808-4bd7-4ca2-b2d2-7691ee6743ed ro quiet
[   243.256] Build Date: 27 October 2015  11:41:02PM
[   243.256] xorg-server 2:1.17.3-2 (http://www.debian.org/support) 
[   243.257] Current version of pixman: 0.33.4
[   243.258]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[   243.258] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   243.260] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Dec  6 21:58:15 2015
[   243.260] (==) Using config file: "/etc/X11/xorg.conf"
[   243.261] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   243.261] (==) ServerLayout "Layout0"
[   243.261] (**) |-->Screen "Screen0" (0)
[   243.261] (**) |   |-->Monitor "Monitor0"
[   243.261] (**) |   |-->Device "Device0"
[   243.261] (**) |-->Input Device "Keyboard0"
[   243.261] (**) |-->Input Device "Mouse0"
[   243.261] (==) Automatically adding devices
[   243.261] (==) Automatically enabling devices
[   243.261] (==) Automatically adding GPU devices
[   243.261] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   243.261]     Entry deleted from font path.
[   243.261] (==) 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
[   243.261] (==) ModulePath set to "/usr/lib/xorg/modules"
[   243.261] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   243.261] (WW) Disabling Keyboard0
[   243.261] (WW) Disabling Mouse0
[   243.261] (II) Loader magic: 0x5595c6f37de0
[   243.261] (II) Module ABI versions:
[   243.261]     X.Org ANSI C Emulation: 0.4
[   243.261]     X.Org Video Driver: 19.0
[   243.261]     X.Org XInput driver : 21.0
[   243.261]     X.Org Server Extension : 9.0
[   243.263] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   243.264] (II) xfree86: Adding drm device (/dev/dri/card1)
[   243.264] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 8 paused 0
[   243.264] (II) xfree86: Adding drm device (/dev/dri/card0)
[   243.265] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 9 paused 0
[   243.266] (--) PCI:*(0:0:2:0) 8086:0416:1043:11cd rev 6, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[   243.266] (--) PCI: (0:1:0:0) 10de:1391:1043:11cd rev 162, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[   243.266] (II) LoadModule: "glx"
[   243.266] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   243.273] (II) Module glx: vendor="NVIDIA Corporation"
[   243.273]     compiled for 4.0.2, module version = 1.0.0
[   243.273]     Module class: X.Org Server Extension
[   243.273] (II) NVIDIA GLX Module  352.63  Sat Nov  7 20:52:00 PST 2015
[   243.273] (II) LoadModule: "nvidia"
[   243.273] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   243.273] (II) Module nvidia: vendor="NVIDIA Corporation"
[   243.273]     compiled for 4.0.2, module version = 1.0.0
[   243.273]     Module class: X.Org Video Driver
[   243.273] (II) NVIDIA dlloader X Driver  352.63  Sat Nov  7 20:29:25 PST 2015
[   243.273] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   243.273] (++) using VT number 1


[   243.274] (EE) No devices detected.
[   243.274] (EE) 
Fatal server error:
[   243.274] (EE) no screens found(EE) 
[   243.274] (EE) 
Please consult the The X.Org Foundation support 
     at http://wiki.x.org
 for help. 
[   243.274] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   243.274] (EE)
/var/log/Xorg.1.log

Kod: Zaznacz cały

[   149.095] 
X.Org X Server 1.17.3
Release Date: 2015-10-26
[   149.096] X Protocol Version 11, Revision 0
[   149.096] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian
[   149.097] Current Operating System: Linux debian 4.2.0-1-amd64 #1 SMP Debian 4.2.6-3 (2015-12-06) x86_64
[   149.097] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.2.0-1-amd64 root=UUID=eabdb808-4bd7-4ca2-b2d2-7691ee6743ed ro quiet
[   149.097] Build Date: 27 October 2015  11:41:02PM
[   149.098] xorg-server 2:1.17.3-2 (http://www.debian.org/support) 
[   149.098] Current version of pixman: 0.33.4
[   149.099]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[   149.099] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   149.101] (==) Log file: "/var/log/Xorg.1.log", Time: Sun Dec  6 22:06:51 2015
[   149.101] (==) Using config file: "/etc/X11/xorg.conf"
[   149.102] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   149.102] (==) ServerLayout "Layout0"
[   149.102] (**) |-->Screen "Screen0" (0)
[   149.102] (**) |   |-->Monitor "Monitor0"
[   149.102] (**) |   |-->Device "Device0"
[   149.102] (**) |-->Input Device "Keyboard0"
[   149.102] (**) |-->Input Device "Mouse0"
[   149.102] (==) Automatically adding devices
[   149.102] (==) Automatically enabling devices
[   149.102] (==) Automatically adding GPU devices
[   149.102] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   149.102]     Entry deleted from font path.
[   149.102] (==) 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
[   149.102] (==) ModulePath set to "/usr/lib/xorg/modules"
[   149.102] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   149.102] (WW) Disabling Keyboard0
[   149.102] (WW) Disabling Mouse0
[   149.102] (II) Loader magic: 0x560b23965de0
[   149.102] (II) Module ABI versions:
[   149.102]     X.Org ANSI C Emulation: 0.4
[   149.102]     X.Org Video Driver: 19.0
[   149.102]     X.Org XInput driver : 21.0
[   149.102]     X.Org Server Extension : 9.0
[   149.104] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   149.104] (II) xfree86: Adding drm device (/dev/dri/card1)
[   149.105] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 8 paused 0
[   149.105] (II) xfree86: Adding drm device (/dev/dri/card0)
[   149.105] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 9 paused 0
[   149.106] (--) PCI:*(0:0:2:0) 8086:0416:1043:11cd rev 6, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[   149.106] (--) PCI: (0:1:0:0) 10de:1391:1043:11cd rev 162, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[   149.106] (II) LoadModule: "glx"
[   149.106] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   149.113] (II) Module glx: vendor="NVIDIA Corporation"
[   149.113]     compiled for 4.0.2, module version = 1.0.0
[   149.113]     Module class: X.Org Server Extension
[   149.113] (II) NVIDIA GLX Module  352.63  Sat Nov  7 20:52:00 PST 2015
[   149.113] (II) LoadModule: "nvidia"
[   149.113] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   149.113] (II) Module nvidia: vendor="NVIDIA Corporation"
[   149.113]     compiled for 4.0.2, module version = 1.0.0
[   149.113]     Module class: X.Org Video Driver
[   149.113] (II) NVIDIA dlloader X Driver  352.63  Sat Nov  7 20:29:25 PST 2015
[   149.113] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   149.113] (++) using VT number 1


[   149.113] (II) Loading sub module "fb"
[   149.113] (II) LoadModule: "fb"
[   149.113] (II) Loading /usr/lib/xorg/modules/libfb.so
[   149.113] (II) Module fb: vendor="X.Org Foundation"
[   149.113]     compiled for 1.17.3, module version = 1.0.0
[   149.113]     ABI class: X.Org ANSI C Emulation, version 0.4
[   149.113] (II) Loading sub module "wfb"
[   149.113] (II) LoadModule: "wfb"
[   149.113] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   149.113] (II) Module wfb: vendor="X.Org Foundation"
[   149.113]     compiled for 1.17.3, module version = 1.0.0
[   149.113]     ABI class: X.Org ANSI C Emulation, version 0.4
[   149.113] (II) Loading sub module "ramdac"
[   149.113] (II) LoadModule: "ramdac"
[   149.113] (II) Module "ramdac" already built-in
[   149.113] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[   149.113] (==) NVIDIA(0): RGB weight 888
[   149.113] (==) NVIDIA(0): Default visual is TrueColor
[   149.113] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   149.113] (**) NVIDIA(0): Enabling 2D acceleration
[   149.114] (II) NVIDIA: Allocated GPU:0 (GPU-113cd392-7bd1-7603-343e-b9347840f381) @
[   149.114] (II) NVIDIA:     PCI:0000:01:00.0
[   149.114] (II) NVIDIA: Freed GPU:0 (GPU-113cd392-7bd1-7603-343e-b9347840f381) @
[   149.114] (II) NVIDIA:     PCI:0000:01:00.0
[   149.114] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
[   149.115] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 850M (GM107-A) at PCI:1:0:0 (GPU-0)
[   149.115] (--) NVIDIA(0): Memory: 2097152 kBytes
[   149.115] (--) NVIDIA(0): VideoBIOS: 82.07.2a.00.02
[   149.115] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[   149.115] (II) NVIDIA(0): Validated MetaModes:
[   149.115] (II) NVIDIA(0):     "NULL"
[   149.115] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[   149.115] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[   149.115] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[   149.115] (--) Depth 24 pixmap format is 32 bpp
[   149.116] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[   149.116] (II) NVIDIA:     access.
[   149.137] (II) NVIDIA(0): Built-in logo is bigger than the screen.
[   149.138] (II) NVIDIA(0): Setting mode "NULL"
[   149.141] (==) NVIDIA(0): Disabling shared memory pixmaps
[   149.141] (==) NVIDIA(0): Backing store enabled
[   149.141] (==) NVIDIA(0): Silken mouse enabled
[   149.141] (**) NVIDIA(0): DPMS enabled
[   149.142] (II) Loading sub module "dri2"
[   149.142] (II) LoadModule: "dri2"
[   149.142] (II) Module "dri2" already built-in
[   149.142] (II) NVIDIA(0): [DRI2] Setup complete
[   149.142] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[   149.142] (--) RandR disabled
[   149.144] (II) SELinux: Disabled on system
[   149.144] (II) Initializing extension GLX
[   149.144] (II) Indirect GLX disabled.(II) config/udev: Adding input device Power Button (/dev/input/event4)
[   149.182] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   149.182] (II) LoadModule: "evdev"
[   149.182] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[   149.182] (II) Module evdev: vendor="X.Org Foundation"
[   149.182]     compiled for 1.16.4, module version = 2.9.2
[   149.182]     Module class: X.Org XInput Driver
[   149.182]     ABI class: X.Org XInput driver, version 21.0
[   149.182] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 28 paused 0
[   149.182] (II) Using input driver 'evdev' for 'Power Button'
[   149.182] (**) Power Button: always reports core events
[   149.182] (**) evdev: Power Button: Device: "/dev/input/event4"
[   149.183] (--) evdev: Power Button: Vendor 0 Product 0x1
[   149.183] (--) evdev: Power Button: Found keys
[   149.183] (II) evdev: Power Button: Configuring as keyboard
[   149.183] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input8/event4"
[   149.183] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   149.183] (**) Option "xkb_rules" "evdev"
[   149.183] (**) Option "xkb_model" "pc105"
[   149.183] (**) Option "xkb_layout" "pl"
[   149.193] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[   149.193] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   149.193] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 29 paused 0
[   149.193] (II) Using input driver 'evdev' for 'Video Bus'
[   149.193] (**) Video Bus: always reports core events
[   149.193] (**) evdev: Video Bus: Device: "/dev/input/event9"
[   149.193] (--) evdev: Video Bus: Vendor 0 Product 0x6
[   149.193] (--) evdev: Video Bus: Found keys
[   149.193] (II) evdev: Video Bus: Configuring as keyboard
[   149.193] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input16/event9"
[   149.193] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   149.193] (**) Option "xkb_rules" "evdev"
[   149.194] (**) Option "xkb_model" "pc105"
[   149.194] (**) Option "xkb_layout" "pl"
[   149.194] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[   149.194] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[   149.194] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 30 paused 0
[   149.194] (II) Using input driver 'evdev' for 'Video Bus'
[   149.194] (**) Video Bus: always reports core events
[   149.194] (**) evdev: Video Bus: Device: "/dev/input/event8"
[   149.194] (--) evdev: Video Bus: Vendor 0 Product 0x6
[   149.194] (--) evdev: Video Bus: Found keys
[   149.194] (II) evdev: Video Bus: Configuring as keyboard
[   149.194] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:61/LNXVIDEO:00/input/input15/event8"
[   149.194] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[   149.194] (**) Option "xkb_rules" "evdev"
[   149.194] (**) Option "xkb_model" "pc105"
[   149.194] (**) Option "xkb_layout" "pl"
[   149.194] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[   149.194] (II) No input driver specified, ignoring this device.
[   149.194] (II) This device may have been added with another device file.
[   149.195] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[   149.195] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[   149.195] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 31 paused 0
[   149.195] (II) Using input driver 'evdev' for 'Sleep Button'
[   149.195] (**) Sleep Button: always reports core events
[   149.195] (**) evdev: Sleep Button: Device: "/dev/input/event3"
[   149.195] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[   149.195] (--) evdev: Sleep Button: Found keys
[   149.195] (II) evdev: Sleep Button: Configuring as keyboard
[   149.195] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input7/event3"
[   149.195] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[   149.195] (**) Option "xkb_rules" "evdev"
[   149.195] (**) Option "xkb_model" "pc105"
[   149.195] (**) Option "xkb_layout" "pl"
[   149.195] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event11)
[   149.195] (II) No input driver specified, ignoring this device.
[   149.195] (II) This device may have been added with another device file.
[   149.196] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event12)
[   149.196] (II) No input driver specified, ignoring this device.
[   149.196] (II) This device may have been added with another device file.
[   149.196] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event13)
[   149.196] (II) No input driver specified, ignoring this device.
[   149.196] (II) This device may have been added with another device file.
[   149.196] (II) config/udev: Adding input device Logitech Performance MX (/dev/input/event1)
[   149.196] (**) Logitech Performance MX: Applying InputClass "evdev pointer catchall"
[   149.196] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 32 paused 0
[   149.196] (II) Using input driver 'evdev' for 'Logitech Performance MX'
[   149.196] (**) Logitech Performance MX: always reports core events
[   149.196] (**) evdev: Logitech Performance MX: Device: "/dev/input/event1"
[   149.196] (--) evdev: Logitech Performance MX: Vendor 0x46d Product 0x101a
[   149.196] (--) evdev: Logitech Performance MX: Found 20 mouse buttons
[   149.196] (--) evdev: Logitech Performance MX: Found scroll wheel(s)
[   149.196] (--) evdev: Logitech Performance MX: Found relative axes
[   149.196] (--) evdev: Logitech Performance MX: Found x and y relative axes
[   149.196] (II) evdev: Logitech Performance MX: Configuring as mouse
[   149.196] (II) evdev: Logitech Performance MX: Adding scrollwheel support
[   149.196] (**) evdev: Logitech Performance MX: YAxisMapping: buttons 4 and 5
[   149.196] (**) evdev: Logitech Performance MX: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[   149.196] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.2/0003:046D:C52B.0003/0003:046D:101A.0004/input/input5/event1"
[   149.196] (II) XINPUT: Adding extended input device "Logitech Performance MX" (type: MOUSE, id 10)
[   149.196] (II) evdev: Logitech Performance MX: initialized for relative axes.
[   149.197] (**) Logitech Performance MX: (accel) keeping acceleration scheme 1
[   149.197] (**) Logitech Performance MX: (accel) acceleration profile 0
[   149.197] (**) Logitech Performance MX: (accel) acceleration factor: 2.000
[   149.197] (**) Logitech Performance MX: (accel) acceleration threshold: 4
[   149.197] (II) config/udev: Adding input device Logitech Performance MX (/dev/input/mouse0)
[   149.197] (II) No input driver specified, ignoring this device.
[   149.197] (II) This device may have been added with another device file.
[   149.197] (II) config/udev: Adding input device USB2.0 UVC HD Webcam (/dev/input/event14)
[   149.197] (**) USB2.0 UVC HD Webcam: Applying InputClass "evdev keyboard catchall"
[   149.197] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 33 paused 0
[   149.197] (II) Using input driver 'evdev' for 'USB2.0 UVC HD Webcam'
[   149.197] (**) USB2.0 UVC HD Webcam: always reports core events
[   149.197] (**) evdev: USB2.0 UVC HD Webcam: Device: "/dev/input/event14"
[   149.197] (--) evdev: USB2.0 UVC HD Webcam: Vendor 0x13d3 Product 0x5188
[   149.197] (--) evdev: USB2.0 UVC HD Webcam: Found keys
[   149.197] (II) evdev: USB2.0 UVC HD Webcam: Configuring as keyboard
[   149.197] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/input/input21/event14"
[   149.197] (II) XINPUT: Adding extended input device "USB2.0 UVC HD Webcam" (type: KEYBOARD, id 11)
[   149.197] (**) Option "xkb_rules" "evdev"
[   149.197] (**) Option "xkb_model" "pc105"
[   149.197] (**) Option "xkb_layout" "pl"
[   149.198] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event10)
[   149.198] (II) No input driver specified, ignoring this device.
[   149.198] (II) This device may have been added with another device file.
[   149.198] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event6)
[   149.198] (**) Asus WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[   149.198] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 34 paused 0
[   149.198] (II) Using input driver 'evdev' for 'Asus WMI hotkeys'
[   149.198] (**) Asus WMI hotkeys: always reports core events
[   149.198] (**) evdev: Asus WMI hotkeys: Device: "/dev/input/event6"
[   149.198] (--) evdev: Asus WMI hotkeys: Vendor 0 Product 0
[   149.198] (--) evdev: Asus WMI hotkeys: Found keys
[   149.198] (II) evdev: Asus WMI hotkeys: Configuring as keyboard
[   149.198] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input14/event6"
[   149.198] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 12)
[   149.198] (**) Option "xkb_rules" "evdev"
[   149.198] (**) Option "xkb_model" "pc105"
[   149.198] (**) Option "xkb_layout" "pl"
[   149.198] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[   149.198] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[   149.199] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 35 paused 0
[   149.199] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[   149.199] (**) AT Translated Set 2 keyboard: always reports core events
[   149.199] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[   149.199] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[   149.199] (--) evdev: AT Translated Set 2 keyboard: Found keys
[   149.199] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[   149.199] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[   149.199] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[   149.199] (**) Option "xkb_rules" "evdev"
[   149.199] (**) Option "xkb_model" "pc105"
[   149.199] (**) Option "xkb_layout" "pl"
[   149.199] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event7)
[   149.199] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
[   149.199] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
[   149.199] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
[   149.199] (II) LoadModule: "synaptics"
[   149.199] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[   149.199] (II) Module synaptics: vendor="X.Org Foundation"
[   149.199]     compiled for 1.16.4, module version = 1.8.2
[   149.199]     Module class: X.Org XInput Driver
[   149.199]     ABI class: X.Org XInput driver, version 21.0
[   149.199] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 36 paused 0
[   149.199] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
[   149.199] (**) ETPS/2 Elantech Touchpad: always reports core events
[   149.199] (**) Option "Device" "/dev/input/event7"
[   149.236] (II) synaptics: ETPS/2 Elantech Touchpad: found clickpad property
[   149.236] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 0 - 3097 (res 31)
[   149.236] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 0 - 2119 (res 32)
[   149.236] (--) synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255
[   149.236] (--) synaptics: ETPS/2 Elantech Touchpad: finger width range 0 - 15
[   149.236] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left double triple
[   149.236] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
[   149.236] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[   149.236] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[   149.236] (**) ETPS/2 Elantech Touchpad: always reports core events
[   149.236] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input13/event7"
[   149.236] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 14)
[   149.236] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[   149.236] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75
[   149.236] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.053
[   149.236] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
[   149.236] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
[   149.236] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[   149.236] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[   149.236] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[   149.236] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
[   149.236] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[   149.237] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[   149.237] (II) No input driver specified, ignoring this device.
[   149.237] (II) This device may have been added with another device file.
po wpisaniu komendy nvidia-detect

Kod: Zaznacz cały

No NVIDIA GPU detected.
po wpisaniu komendy lspci | grep -E "VGA|3D"

Kod: Zaznacz cały

 00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
01:00.0 3D controller: NVIDIA Corporation GM107M [GeForce GTX 850M] (rev a2)
wpis z lspci skopiowany z internetu, jest podobny

nouveau mam zablokowane.

Dodam jedynie że jak usunę wszystko z etc/X11/xorg.conf i usunę wszystkie pakiety związane z Nvidią to system działa ale szału nie ma. Czasem się przytnie itp


Proszę o pomoc
Z góry dzięki za wszelaką pomoc.
Awatar użytkownika
Kamilko
Beginner
Posty: 238
Rejestracja: 11 stycznia 2011, 19:44
Lokalizacja: Okolice Poznania

Post autor: Kamilko »

Jeśli mnie pamięć nie myli. Kiedy używałem bumblebee to musiałem usunąć /etc/X11/xorg.conf, zainstalować bumblebee-nvidia, dodać użytkownika do grupy bumblebee.

Oraz

Kod: Zaznacz cały

update-alternatives --config glx


i wybrać... mesa?

No i aplikacje wymagające nvidii uruchamiać z poleceniem: optirun.
ODPOWIEDZ