Linux Mint Türkiye

Linux Mint Destek => Ekran Kartları => Donanım => Intel => Konuyu başlatan: KlinuxL - 11 Ocak 2020, 22:20:53

Başlık: [Çözüldü] Oturum Açtıktan Sonra Siyah Ekran Gelmesi Sorunu
Gönderen: KlinuxL - 11 Ocak 2020, 22:20:53
Not: Sorunun ekran kartından kaynaklandığını düşündüğümden konuyu  "Açılış, Kapanış ve Oturum Açma" bölümüne açmadım gerekli görülürse konu taşınabilir.

1-2 aydır oturum açtıktan sonra siyah ekranla karşılaşıyorum. Önceden böyle bir sorun yoktu halbuki. Sorunla karşılaşmadan önce de güncelleme vs yaptığımı hatırlamıyorum. Şifreyi girdikten sonra birkaç milisaniye masaüstü gözüküyor, ardından ekran tamamen siyah oluyor. Herhangi bir fare, görsel unsur vs yok. Ama arka planda bilgisayarı kullanmaya devam edebiliyorum. Misal kısayolla terminali açıp yeniden başlatabiliyorum bilgisayarı.

Bilgisayar özellikleri:  https://psref.lenovo.com/Detail/ThinkPad/ThinkPad_T480?M=20L50007TX

Şuanlık masaüstüne recovery modda başlatırsam veya açılışta grubda nomodeset yazarsam ulaşabiliyorum.

Paylaştığım çıktılar recovery moddaki çıktılardır:
inxi -SMGxx:
Kod: [Seç]
System:    Host: ThinkPadT480 Kernel: 4.15.0-74-generic x86_64 bits: 64 compiler: gcc v: 7.4.0
           Desktop: MATE 1.22.0 wm: marco dm: LightDM Distro: Linux Mint 19.2 Tina base: Ubuntu 18.04 bionic
Machine:   Type: Laptop System: LENOVO product: 20L50007TX v: ThinkPad T480 serial: <root required> Chassis:
           type: 10 serial: <root required>
           Mobo: LENOVO model: 20L50007TX v: SDK0J40697 WIN serial: <root required> UEFI: LENOVO
           v: N24ET53W (1.28 ) date: 10/17/2019
Graphics:  Device-1: Intel UHD Graphics 620 vendor: Lenovo driver: N/A bus ID: 00:02.0 chip ID: 8086:5917
           Display: x11 server: X.Org 1.19.6 driver: fbdev unloaded: modesetting,vesa compositor: marco
           resolution: 1920x1080~77Hz
           OpenGL: renderer: llvmpipe (LLVM 8.0 256 bits) v: 3.3 Mesa 19.0.8 compat-v: 3.1 direct render: Yes
glxinfo | grep render:
Kod: [Seç]
direct rendering: Yes
    GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,
    GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, GLX_MESA_query_renderer,
Extended renderer info (GLX_MESA_query_renderer):
OpenGL renderer string: llvmpipe (LLVM 8.0, 256 bits)
    GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth,
    GL_MESA_ycbcr_texture, GL_NV_conditional_render, GL_NV_depth_clamp,
    GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth,
    GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_fog_distance,
    GL_OES_element_index_uint, GL_OES_fbo_render_mipmap,
lspci | egrep 'VGA|3D|Display':
Kod: [Seç]
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 620 (rev 07)
xrandr:
Kod: [Seç]
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 1920 x 1080, current 1920 x 1080, maximum 1920 x 1080
default connected 1920x1080+0+0 0mm x 0mm
   1920x1080     77.00*
cat /etc/X11/xorg.conf:
Kod: [Seç]
cat: /etc/X11/xorg.conf: No such file or directory
dpkg -l | egrep 'nvidia|bumblebee|primus|prime|virtualgl|fglrx|amdgpu':
Kod: [Seç]
ii  libdrm-amdgpu1:amd64                       2.4.97-1ubuntu1~18.04.1                         amd64        Userspace interface to amdgpu-specific kernel DRM services -- runtime
ii  nvidia-prime-applet                        1.0.7                                           all          An applet for NVIDIA Prime
ii  xserver-xorg-video-amdgpu                  18.0.1-1                                        amd64        X.Org X server -- AMDGPU display driver
dkms status:
Kod: [Seç]
acpi-call, 1.1.0, 4.15.0-60-generic, x86_64: installed
acpi-call, 1.1.0, 4.15.0-72-generic, x86_64: installed
acpi-call, 1.1.0, 4.15.0-74-generic, x86_64: installed
tp_smapi, 0.42, 4.15.0-60-generic, x86_64: installed
tp_smapi, 0.42, 4.15.0-72-generic, x86_64: installed
tp_smapi, 0.42, 4.15.0-74-generic, x86_64: installed

Şimdiye kadar sorunu çözmek için yaptıklarım:
-xorgu yeniden yüklemeyi denedim
-beklettiğim kernel güncellemelerini vs bütün güncellemeleri yükledim.


Başlık: Ynt: Oturum Açtıktan Sonra Siyah Ekran Gelmesi Sorunu
Gönderen: Butterfly - 11 Ocak 2020, 23:17:09
Alıntı
           Display: x11 server: X.Org 1.19.6 driver: fbdev unloaded: modesetting,vesa compositor: marco

Şu an sistem, kullanması gereken modesetting sürücüsü yerine hızlandırma desteği olmayan fbdev sürücüsünü kullanıyor. Buna bir yapılandırma dosyası ya da eksik bir öge sebep oluyor olabilir. Aşağıdaki komutların çıktılarını da paylaşınız.

Kod: [Seç]
cat /var/log/Xorg.0.log
cat /proc/cmdline
grep ^ /etc/X11/xorg.conf.d/* /usr/share/X11/xorg.conf.d/* /etc/X11/xorg.conf
dpkg -l | grep xserver-xorg
Başlık: Ynt: Oturum Açtıktan Sonra Siyah Ekran Gelmesi Sorunu
Gönderen: KlinuxL - 11 Ocak 2020, 23:38:46
cat /var/log/Xorg.0.log:
Kod: [Seç]
[     9.505]
X.Org X Server 1.19.6
Release Date: 2017-12-20
[     9.505] X Protocol Version 11, Revision 0
[     9.505] Build Operating System: Linux 4.4.0-148-generic x86_64 Ubuntu
[     9.505] Current Operating System: Linux ThinkPadT480 4.15.0-74-generic #84-Ubuntu SMP Thu Dec 19 08:06:28 UTC 2019 x86_64
[     9.505] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-74-generic root=UUID=59d83cf5-f302-42e0-9cf7-6bc1cbfe6fdb ro recovery nomodeset
[     9.505] Build Date: 03 June 2019  08:10:35AM
[     9.505] xorg-server 2:1.19.6-1ubuntu4.3 (For technical support please see http://www.ubuntu.com/support)
[     9.505] Current version of pixman: 0.34.0
[     9.505] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[     9.505] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     9.505] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan 11 23:28:03 2020
[     9.506] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     9.506] (==) No Layout section.  Using the first Screen section.
[     9.506] (==) No screen section available. Using defaults.
[     9.506] (**) |-->Screen "Default Screen Section" (0)
[     9.506] (**) |   |-->Monitor "<default monitor>"
[     9.506] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[     9.506] (==) Automatically adding devices
[     9.506] (==) Automatically enabling devices
[     9.506] (==) Automatically adding GPU devices
[     9.506] (==) Automatically binding GPU devices
[     9.506] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     9.506] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[     9.506] Entry deleted from font path.
[     9.506] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[     9.506] Entry deleted from font path.
[     9.506] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[     9.506] Entry deleted from font path.
[     9.506] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[     9.506] Entry deleted from font path.
[     9.506] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[     9.506] Entry deleted from font path.
[     9.506] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
built-ins
[     9.506] (==) ModulePath set to "/usr/lib/xorg/modules"
[     9.506] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[     9.506] (II) Loader magic: 0x558ec7761020
[     9.506] (II) Module ABI versions:
[     9.506] X.Org ANSI C Emulation: 0.4
[     9.506] X.Org Video Driver: 23.0
[     9.506] X.Org XInput driver : 24.1
[     9.506] X.Org Server Extension : 10.0
[     9.507] (++) using VT number 7

[     9.507] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     9.510] (--) PCI:*(0:0:2:0) 8086:5917:17aa:225d rev 7, Mem @ 0xe7000000/16777216, 0xc0000000/268435456, I/O @ 0x0000e000/64, BIOS @ 0x????????/131072
[     9.510] (II) LoadModule: "glx"
[     9.510] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     9.515] (II) Module glx: vendor="X.Org Foundation"
[     9.515] compiled for 1.19.6, module version = 1.0.0
[     9.515] ABI class: X.Org Server Extension, version 10.0
[     9.515] (==) Matched modesetting as autoconfigured driver 0
[     9.515] (==) Matched fbdev as autoconfigured driver 1
[     9.515] (==) Matched vesa as autoconfigured driver 2
[     9.515] (==) Assigned the driver to the xf86ConfigLayout
[     9.515] (II) LoadModule: "modesetting"
[     9.515] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     9.516] (II) Module modesetting: vendor="X.Org Foundation"
[     9.516] compiled for 1.19.6, module version = 1.19.6
[     9.516] Module class: X.Org Video Driver
[     9.516] ABI class: X.Org Video Driver, version 23.0
[     9.516] (II) LoadModule: "fbdev"
[     9.516] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[     9.516] (II) Module fbdev: vendor="X.Org Foundation"
[     9.516] compiled for 1.19.3, module version = 0.4.4
[     9.516] Module class: X.Org Video Driver
[     9.516] ABI class: X.Org Video Driver, version 23.0
[     9.516] (II) LoadModule: "vesa"
[     9.516] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[     9.516] (II) Module vesa: vendor="X.Org Foundation"
[     9.516] compiled for 1.19.3, module version = 2.3.4
[     9.516] Module class: X.Org Video Driver
[     9.516] ABI class: X.Org Video Driver, version 23.0
[     9.516] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     9.516] (II) FBDEV: driver for framebuffer: fbdev
[     9.516] (II) VESA: driver for VESA chipsets: vesa
[     9.521] (EE) open /dev/dri/card0: No such file or directory
[     9.521] (WW) Falling back to old probe method for modesetting
[     9.521] (EE) open /dev/dri/card0: No such file or directory
[     9.521] (II) Loading sub module "fbdevhw"
[     9.521] (II) LoadModule: "fbdevhw"
[     9.521] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[     9.521] (II) Module fbdevhw: vendor="X.Org Foundation"
[     9.521] compiled for 1.19.6, module version = 0.0.2
[     9.521] ABI class: X.Org Video Driver, version 23.0
[     9.521] (**) FBDEV(1): claimed PCI slot 0@0:2:0
[     9.521] (II) FBDEV(1): using default device
[     9.521] (WW) Falling back to old probe method for vesa
[     9.521] (EE) Screen 0 deleted because of no matching config section.
[     9.521] (II) UnloadModule: "modesetting"
[     9.521] (II) FBDEV(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[     9.521] (==) FBDEV(0): Depth 24, (==) framebuffer bpp 32
[     9.521] (==) FBDEV(0): RGB weight 888
[     9.521] (==) FBDEV(0): Default visual is TrueColor
[     9.522] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
[     9.522] (II) FBDEV(0): hardware: EFI VGA (video memory: 8128kB)
[     9.522] (II) FBDEV(0): checking modes against framebuffer device...
[     9.522] (II) FBDEV(0): checking modes against monitor...
[     9.522] (--) FBDEV(0): Virtual size is 1920x1080 (pitch 1920)
[     9.522] (**) FBDEV(0):  Built-in mode "current": 207.4 MHz, 85.3 kHz, 77.2 Hz
[     9.522] (II) FBDEV(0): Modeline "current"x0.0  207.38  1920 1952 2192 2432  1080 1084 1088 1104 -hsync -vsync -csync (85.3 kHz b)
[     9.522] (==) FBDEV(0): DPI set to (96, 96)
[     9.522] (II) Loading sub module "fb"
[     9.522] (II) LoadModule: "fb"
[     9.522] (II) Loading /usr/lib/xorg/modules/libfb.so
[     9.522] (II) Module fb: vendor="X.Org Foundation"
[     9.522] compiled for 1.19.6, module version = 1.0.0
[     9.522] ABI class: X.Org ANSI C Emulation, version 0.4
[     9.522] (**) FBDEV(0): using shadow framebuffer
[     9.522] (II) Loading sub module "shadow"
[     9.522] (II) LoadModule: "shadow"
[     9.522] (II) Loading /usr/lib/xorg/modules/libshadow.so
[     9.522] (II) Module shadow: vendor="X.Org Foundation"
[     9.522] compiled for 1.19.6, module version = 1.1.0
[     9.522] ABI class: X.Org ANSI C Emulation, version 0.4
[     9.522] (II) UnloadModule: "vesa"
[     9.522] (II) Unloading vesa
[     9.522] (==) Depth 24 pixmap format is 32 bpp
[     9.522] (II) FBDEV(0): FBIOBLANK: Invalid argument (Screen blanking not supported by kernel - disabling)
[     9.523] (==) FBDEV(0): Backing store enabled
[     9.523] (==) FBDEV(0): DPMS enabled
[     9.523] (==) RandR enabled
[     9.525] (II) SELinux: Disabled on system
[     9.526] (II) AIGLX: Screen 0 is not DRI2 capable
[     9.526] (EE) AIGLX: reverting to software rendering
[     9.591] (II) IGLX: enabled GLX_MESA_copy_sub_buffer
[     9.592] (II) IGLX: Loaded and initialized swrast
[     9.592] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[     9.622] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     9.622] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     9.622] (II) LoadModule: "libinput"
[     9.622] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     9.624] (II) Module libinput: vendor="X.Org Foundation"
[     9.624] compiled for 1.19.6, module version = 0.27.1
[     9.624] Module class: X.Org XInput Driver
[     9.624] ABI class: X.Org XInput driver, version 24.1
[     9.624] (II) Using input driver 'libinput' for 'Power Button'
[     9.624] (**) Power Button: always reports core events
[     9.624] (**) Option "Device" "/dev/input/event2"
[     9.624] (**) Option "_source" "server/udev"
[     9.625] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     9.625] (II) event2  - Power Button: device is a keyboard
[     9.625] (II) event2  - Power Button: device removed
[     9.660] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[     9.660] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     9.660] (**) Option "xkb_model" "pc105"
[     9.660] (**) Option "xkb_layout" "tr"
[     9.679] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     9.679] (II) event2  - Power Button: device is a keyboard
[     9.679] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[     9.679] (II) No input driver specified, ignoring this device.
[     9.679] (II) This device may have been added with another device file.
[     9.680] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[     9.680] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     9.680] (II) Using input driver 'libinput' for 'Sleep Button'
[     9.680] (**) Sleep Button: always reports core events
[     9.680] (**) Option "Device" "/dev/input/event0"
[     9.680] (**) Option "_source" "server/udev"
[     9.680] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[     9.680] (II) event0  - Sleep Button: device is a keyboard
[     9.680] (II) event0  - Sleep Button: device removed
[     9.700] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[     9.700] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 7)
[     9.700] (**) Option "xkb_model" "pc105"
[     9.700] (**) Option "xkb_layout" "tr"
[     9.701] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[     9.701] (II) event0  - Sleep Button: device is a keyboard
[     9.703] (II) config/udev: Adding input device Logitech M585/M590 (/dev/input/event5)
[     9.703] (**) Logitech M585/M590: Applying InputClass "libinput pointer catchall"
[     9.703] (**) Logitech M585/M590: Applying InputClass "libinput keyboard catchall"
[     9.703] (II) Using input driver 'libinput' for 'Logitech M585/M590'
[     9.703] (**) Logitech M585/M590: always reports core events
[     9.703] (**) Option "Device" "/dev/input/event5"
[     9.703] (**) Option "_source" "server/udev"
[     9.705] (II) event5  - Logitech M585/M590: is tagged by udev as: Keyboard Mouse
[     9.705] (II) event5  - Logitech M585/M590: device is a pointer
[     9.705] (II) event5  - Logitech M585/M590: device is a keyboard
[     9.705] (II) event5  - Logitech M585/M590: device removed
[     9.732] (II) libinput: Logitech M585/M590: needs a virtual subdevice
[     9.732] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:406B.0004/input/input7/event5"
[     9.732] (II) XINPUT: Adding extended input device "Logitech M585/M590" (type: MOUSE, id 8)
[     9.732] (**) Option "AccelerationScheme" "none"
[     9.733] (**) Logitech M585/M590: (accel) selected scheme none/0
[     9.733] (**) Logitech M585/M590: (accel) acceleration factor: 2.000
[     9.733] (**) Logitech M585/M590: (accel) acceleration threshold: 4
[     9.734] (II) event5  - Logitech M585/M590: is tagged by udev as: Keyboard Mouse
[     9.734] (II) event5  - Logitech M585/M590: device is a pointer
[     9.734] (II) event5  - Logitech M585/M590: device is a keyboard
[     9.736] (II) config/udev: Adding input device Logitech M585/M590 (/dev/input/mouse1)
[     9.736] (II) No input driver specified, ignoring this device.
[     9.736] (II) This device may have been added with another device file.
[     9.738] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event11)
[     9.738] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[     9.738] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[     9.738] (**) Integrated Camera: Integrated C: always reports core events
[     9.738] (**) Option "Device" "/dev/input/event11"
[     9.738] (**) Option "_source" "server/udev"
[     9.739] (II) event11 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[     9.739] (II) event11 - Integrated Camera: Integrated C: device is a keyboard
[     9.739] (II) event11 - Integrated Camera: Integrated C: device removed
[     9.784] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input12/event11"
[     9.784] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 9)
[     9.784] (**) Option "xkb_model" "pc105"
[     9.784] (**) Option "xkb_layout" "tr"
[     9.786] (II) event11 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[     9.786] (II) event11 - Integrated Camera: Integrated C: device is a keyboard
[     9.787] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event9)
[     9.787] (II) No input driver specified, ignoring this device.
[     9.787] (II) This device may have been added with another device file.
[     9.788] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event10)
[     9.788] (II) No input driver specified, ignoring this device.
[     9.788] (II) This device may have been added with another device file.
[     9.789] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event8)
[     9.789] (II) No input driver specified, ignoring this device.
[     9.789] (II) This device may have been added with another device file.
[     9.790] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[     9.790] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     9.790] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     9.790] (**) AT Translated Set 2 keyboard: always reports core events
[     9.790] (**) Option "Device" "/dev/input/event3"
[     9.790] (**) Option "_source" "server/udev"
[     9.792] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     9.792] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     9.792] (II) event3  - AT Translated Set 2 keyboard: device removed
[     9.820] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[     9.820] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[     9.820] (**) Option "xkb_model" "pc105"
[     9.820] (**) Option "xkb_layout" "tr"
[     9.822] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     9.822] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     9.823] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event4)
[     9.823] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[     9.823] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[     9.823] (**) SynPS/2 Synaptics TouchPad: always reports core events
[     9.823] (**) Option "Device" "/dev/input/event4"
[     9.823] (**) Option "_source" "server/udev"
[     9.824] (II) event4  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[     9.824] (II) event4  - SynPS/2 Synaptics TouchPad: device is a touchpad
[     9.824] (II) event4  - SynPS/2 Synaptics TouchPad: device removed
[     9.868] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event4"
[     9.868] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
[     9.868] (**) Option "AccelerationScheme" "none"
[     9.868] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[     9.868] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[     9.868] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[     9.870] (II) event4  - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[     9.870] (II) event4  - SynPS/2 Synaptics TouchPad: device is a touchpad
[     9.871] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[     9.871] (II) No input driver specified, ignoring this device.
[     9.871] (II) This device may have been added with another device file.
[     9.872] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event6)
[     9.872] (**) TPPS/2 IBM TrackPoint: Applying InputClass "libinput pointer catchall"
[     9.872] (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint'
[     9.872] (**) TPPS/2 IBM TrackPoint: always reports core events
[     9.872] (**) Option "Device" "/dev/input/event6"
[     9.872] (**) Option "_source" "server/udev"
[     9.874] (II) event6  - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[     9.874] (II) event6  - TPPS/2 IBM TrackPoint: trackpoint device set to range 20
[     9.874] (II) event6  - TPPS/2 IBM TrackPoint: device is a pointer
[     9.874] (II) event6  - TPPS/2 IBM TrackPoint: device removed
[     9.920] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input6/event6"
[     9.920] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 12)
[     9.920] (**) Option "AccelerationScheme" "none"
[     9.920] (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0
[     9.920] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[     9.920] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[     9.921] (II) event6  - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[     9.921] (II) event6  - TPPS/2 IBM TrackPoint: trackpoint device set to range 20
[     9.921] (II) event6  - TPPS/2 IBM TrackPoint: device is a pointer
[     9.923] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse2)
[     9.923] (II) No input driver specified, ignoring this device.
[     9.923] (II) This device may have been added with another device file.
[     9.930] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event7)
[     9.930] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[     9.930] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[     9.930] (**) ThinkPad Extra Buttons: always reports core events
[     9.930] (**) Option "Device" "/dev/input/event7"
[     9.930] (**) Option "_source" "server/udev"
[     9.931] (II) event7  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[     9.931] (II) event7  - ThinkPad Extra Buttons: device is a keyboard
[     9.931] (II) event7  - ThinkPad Extra Buttons: device removed
[     9.956] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input8/event7"
[     9.956] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 13)
[     9.956] (**) Option "xkb_model" "pc105"
[     9.956] (**) Option "xkb_layout" "tr"
[     9.957] (II) event7  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[     9.957] (II) event7  - ThinkPad Extra Buttons: device is a keyboard
[     9.964] (**) Logitech M585/M590: Applying InputClass "libinput pointer catchall"
[     9.964] (**) Logitech M585/M590: Applying InputClass "libinput keyboard catchall"
[     9.964] (II) Using input driver 'libinput' for 'Logitech M585/M590'
[     9.964] (**) Logitech M585/M590: always reports core events
[     9.964] (**) Option "Device" "/dev/input/event5"
[     9.964] (**) Option "_source" "_driver/libinput"
[     9.964] (II) libinput: Logitech M585/M590: is a virtual subdevice
[     9.964] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:406B.0004/input/input7/event5"
[     9.964] (II) XINPUT: Adding extended input device "Logitech M585/M590" (type: KEYBOARD, id 14)
[     9.964] (**) Option "xkb_model" "pc105"
[     9.964] (**) Option "xkb_layout" "tr"

cat /proc/cmdline:
Kod: [Seç]
BOOT_IMAGE=/boot/vmlinuz-4.15.0-74-generic root=UUID=59d83cf5-f302-42e0-9cf7-6bc1cbfe6fdb ro recovery nomodeset

grep ^ /etc/X11/xorg.conf.d/* /usr/share/X11/xorg.conf.d/* /etc/X11/xorg.conf:
Kod: [Seç]
grep: /etc/X11/xorg.conf.d/*: No such file or directory
/usr/share/X11/xorg.conf.d/10-amdgpu.conf:Section "OutputClass"
/usr/share/X11/xorg.conf.d/10-amdgpu.conf: Identifier "AMDgpu"
/usr/share/X11/xorg.conf.d/10-amdgpu.conf: MatchDriver "amdgpu"
/usr/share/X11/xorg.conf.d/10-amdgpu.conf: Driver "amdgpu"
/usr/share/X11/xorg.conf.d/10-amdgpu.conf:EndSection
/usr/share/X11/xorg.conf.d/10-quirks.conf:# Collection of quirks and blacklist/whitelists for specific devices.
/usr/share/X11/xorg.conf.d/10-quirks.conf:
/usr/share/X11/xorg.conf.d/10-quirks.conf:
/usr/share/X11/xorg.conf.d/10-quirks.conf:# Accelerometer device, posts data through ABS_X/ABS_Y, making X unusable
/usr/share/X11/xorg.conf.d/10-quirks.conf:# http://bugs.freedesktop.org/show_bug.cgi?id=22442
/usr/share/X11/xorg.conf.d/10-quirks.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/10-quirks.conf:        Identifier "ThinkPad HDAPS accelerometer blacklist"
/usr/share/X11/xorg.conf.d/10-quirks.conf:        MatchProduct "ThinkPad HDAPS accelerometer data"
/usr/share/X11/xorg.conf.d/10-quirks.conf:        Option "Ignore" "on"
/usr/share/X11/xorg.conf.d/10-quirks.conf:EndSection
/usr/share/X11/xorg.conf.d/10-quirks.conf:
/usr/share/X11/xorg.conf.d/10-quirks.conf:# https://bugzilla.redhat.com/show_bug.cgi?id=523914
/usr/share/X11/xorg.conf.d/10-quirks.conf:# Mouse does not move in PV Xen guest
/usr/share/X11/xorg.conf.d/10-quirks.conf:# Explicitly tell evdev to not ignore the absolute axes.
/usr/share/X11/xorg.conf.d/10-quirks.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/10-quirks.conf:        Identifier "Xen Virtual Pointer axis blacklist"
/usr/share/X11/xorg.conf.d/10-quirks.conf:        MatchProduct "Xen Virtual Pointer"
/usr/share/X11/xorg.conf.d/10-quirks.conf:        Option "IgnoreAbsoluteAxes" "off"
/usr/share/X11/xorg.conf.d/10-quirks.conf:        Option "IgnoreRelativeAxes" "off"
/usr/share/X11/xorg.conf.d/10-quirks.conf:EndSection
/usr/share/X11/xorg.conf.d/10-quirks.conf:
/usr/share/X11/xorg.conf.d/10-quirks.conf:# https://bugs.freedesktop.org/show_bug.cgi?id=55867
/usr/share/X11/xorg.conf.d/10-quirks.conf:# Bug 55867 - Doesn't know how to tag XI_TRACKBALL
/usr/share/X11/xorg.conf.d/10-quirks.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/10-quirks.conf:        Identifier "Tag trackballs as XI_TRACKBALL"
/usr/share/X11/xorg.conf.d/10-quirks.conf:        MatchProduct "trackball"
/usr/share/X11/xorg.conf.d/10-quirks.conf:        MatchDriver "evdev"
/usr/share/X11/xorg.conf.d/10-quirks.conf:        Option "TypeName" "TRACKBALL"
/usr/share/X11/xorg.conf.d/10-quirks.conf:EndSection
/usr/share/X11/xorg.conf.d/10-quirks.conf:
/usr/share/X11/xorg.conf.d/10-quirks.conf:# https://bugs.freedesktop.org/show_bug.cgi?id=62831
/usr/share/X11/xorg.conf.d/10-quirks.conf:# Bug 62831 - Mionix Naos 5000 mouse detected incorrectly
/usr/share/X11/xorg.conf.d/10-quirks.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/10-quirks.conf:        Identifier "Tag Mionix Naos 5000 mouse XI_MOUSE"
/usr/share/X11/xorg.conf.d/10-quirks.conf:        MatchProduct "La-VIEW Technology Naos 5000 Mouse"
/usr/share/X11/xorg.conf.d/10-quirks.conf:        MatchDriver "evdev"
/usr/share/X11/xorg.conf.d/10-quirks.conf:        Option "TypeName" "MOUSE"
/usr/share/X11/xorg.conf.d/10-quirks.conf:EndSection
/usr/share/X11/xorg.conf.d/10-radeon.conf:Section "OutputClass"
/usr/share/X11/xorg.conf.d/10-radeon.conf: Identifier "Radeon"
/usr/share/X11/xorg.conf.d/10-radeon.conf: MatchDriver "radeon"
/usr/share/X11/xorg.conf.d/10-radeon.conf: Driver "radeon"
/usr/share/X11/xorg.conf.d/10-radeon.conf:EndSection
/usr/share/X11/xorg.conf.d/40-libinput.conf:# Match on all types of devices but joysticks
/usr/share/X11/xorg.conf.d/40-libinput.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/40-libinput.conf:        Identifier "libinput pointer catchall"
/usr/share/X11/xorg.conf.d/40-libinput.conf:        MatchIsPointer "on"
/usr/share/X11/xorg.conf.d/40-libinput.conf:        MatchDevicePath "/dev/input/event*"
/usr/share/X11/xorg.conf.d/40-libinput.conf:        Driver "libinput"
/usr/share/X11/xorg.conf.d/40-libinput.conf:EndSection
/usr/share/X11/xorg.conf.d/40-libinput.conf:
/usr/share/X11/xorg.conf.d/40-libinput.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/40-libinput.conf:        Identifier "libinput keyboard catchall"
/usr/share/X11/xorg.conf.d/40-libinput.conf:        MatchIsKeyboard "on"
/usr/share/X11/xorg.conf.d/40-libinput.conf:        MatchDevicePath "/dev/input/event*"
/usr/share/X11/xorg.conf.d/40-libinput.conf:        Driver "libinput"
/usr/share/X11/xorg.conf.d/40-libinput.conf:EndSection
/usr/share/X11/xorg.conf.d/40-libinput.conf:
/usr/share/X11/xorg.conf.d/40-libinput.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/40-libinput.conf:        Identifier "libinput touchpad catchall"
/usr/share/X11/xorg.conf.d/40-libinput.conf:        MatchIsTouchpad "on"
/usr/share/X11/xorg.conf.d/40-libinput.conf:        MatchDevicePath "/dev/input/event*"
/usr/share/X11/xorg.conf.d/40-libinput.conf:        Driver "libinput"
/usr/share/X11/xorg.conf.d/40-libinput.conf:EndSection
/usr/share/X11/xorg.conf.d/40-libinput.conf:
/usr/share/X11/xorg.conf.d/40-libinput.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/40-libinput.conf:        Identifier "libinput touchscreen catchall"
/usr/share/X11/xorg.conf.d/40-libinput.conf:        MatchIsTouchscreen "on"
/usr/share/X11/xorg.conf.d/40-libinput.conf:        MatchDevicePath "/dev/input/event*"
/usr/share/X11/xorg.conf.d/40-libinput.conf:        Driver "libinput"
/usr/share/X11/xorg.conf.d/40-libinput.conf:EndSection
/usr/share/X11/xorg.conf.d/40-libinput.conf:
/usr/share/X11/xorg.conf.d/40-libinput.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/40-libinput.conf:        Identifier "libinput tablet catchall"
/usr/share/X11/xorg.conf.d/40-libinput.conf:        MatchIsTablet "on"
/usr/share/X11/xorg.conf.d/40-libinput.conf:        MatchDevicePath "/dev/input/event*"
/usr/share/X11/xorg.conf.d/40-libinput.conf:        Driver "libinput"
/usr/share/X11/xorg.conf.d/40-libinput.conf:EndSection
/usr/share/X11/xorg.conf.d/70-wacom.conf:# Some of the below input classes appear 3x times, once for each of
/usr/share/X11/xorg.conf.d/70-wacom.conf:# "tablet", "touchscreen", and "touchpad" to ensure that the Wacom
/usr/share/X11/xorg.conf.d/70-wacom.conf:# driver is not accidentally bound to other types of hardware that
/usr/share/X11/xorg.conf.d/70-wacom.conf:# Wacom has made which are not handled by the wacom driver (e.g the
/usr/share/X11/xorg.conf.d/70-wacom.conf:# Wacom Bluetooth Keyboard)
/usr/share/X11/xorg.conf.d/70-wacom.conf:#
/usr/share/X11/xorg.conf.d/70-wacom.conf:# https://sourceforge.net/p/linuxwacom/bugs/294/
/usr/share/X11/xorg.conf.d/70-wacom.conf:
/usr/share/X11/xorg.conf.d/70-wacom.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        Identifier "Wacom USB tablet class"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        MatchUSBID "056a:*"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        MatchDevicePath "/dev/input/event*"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        MatchIsTablet "true"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        Driver "wacom"
/usr/share/X11/xorg.conf.d/70-wacom.conf:EndSection
/usr/share/X11/xorg.conf.d/70-wacom.conf:
/usr/share/X11/xorg.conf.d/70-wacom.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        Identifier "Wacom USB touchscreen class"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        MatchUSBID "056a:*"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        MatchDevicePath "/dev/input/event*"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        MatchIsTouchscreen "true"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        Driver "wacom"
/usr/share/X11/xorg.conf.d/70-wacom.conf:EndSection
/usr/share/X11/xorg.conf.d/70-wacom.conf:
/usr/share/X11/xorg.conf.d/70-wacom.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        Identifier "Wacom USB touchpad class"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        MatchUSBID "056a:*"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        MatchDevicePath "/dev/input/event*"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        MatchIsTouchpad "true"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        Driver "wacom"
/usr/share/X11/xorg.conf.d/70-wacom.conf:EndSection
/usr/share/X11/xorg.conf.d/70-wacom.conf:
/usr/share/X11/xorg.conf.d/70-wacom.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/70-wacom.conf: Identifier "Wacom tablet class"
/usr/share/X11/xorg.conf.d/70-wacom.conf: MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4"
/usr/share/X11/xorg.conf.d/70-wacom.conf: MatchDevicePath "/dev/input/event*"
/usr/share/X11/xorg.conf.d/70-wacom.conf: MatchIsTablet "true"
/usr/share/X11/xorg.conf.d/70-wacom.conf: Driver "wacom"
/usr/share/X11/xorg.conf.d/70-wacom.conf:EndSection
/usr/share/X11/xorg.conf.d/70-wacom.conf:
/usr/share/X11/xorg.conf.d/70-wacom.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/70-wacom.conf: Identifier "Wacom touchscreen class"
/usr/share/X11/xorg.conf.d/70-wacom.conf: MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4"
/usr/share/X11/xorg.conf.d/70-wacom.conf: MatchDevicePath "/dev/input/event*"
/usr/share/X11/xorg.conf.d/70-wacom.conf: MatchIsTouchscreen "true"
/usr/share/X11/xorg.conf.d/70-wacom.conf: Driver "wacom"
/usr/share/X11/xorg.conf.d/70-wacom.conf:EndSection
/usr/share/X11/xorg.conf.d/70-wacom.conf:
/usr/share/X11/xorg.conf.d/70-wacom.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/70-wacom.conf: Identifier "Wacom touchpad class"
/usr/share/X11/xorg.conf.d/70-wacom.conf: MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4"
/usr/share/X11/xorg.conf.d/70-wacom.conf: MatchDevicePath "/dev/input/event*"
/usr/share/X11/xorg.conf.d/70-wacom.conf: MatchIsTouchpad "true"
/usr/share/X11/xorg.conf.d/70-wacom.conf: Driver "wacom"
/usr/share/X11/xorg.conf.d/70-wacom.conf:EndSection
/usr/share/X11/xorg.conf.d/70-wacom.conf:
/usr/share/X11/xorg.conf.d/70-wacom.conf:# Serial Wacom devices should always be one of tablet, touchscreen, or
/usr/share/X11/xorg.conf.d/70-wacom.conf:# touchpad so we can safely get away with just one match section in
/usr/share/X11/xorg.conf.d/70-wacom.conf:# these cases
/usr/share/X11/xorg.conf.d/70-wacom.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        Identifier "Wacom PnP device class"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        MatchPnPID "WACf*|WCOM*|WACM*|FUJ02e5|FUJ02e7|FUJ02e9"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        MatchDevicePath "/dev/input/event*"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        Driver "wacom"
/usr/share/X11/xorg.conf.d/70-wacom.conf:EndSection
/usr/share/X11/xorg.conf.d/70-wacom.conf:
/usr/share/X11/xorg.conf.d/70-wacom.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/70-wacom.conf: Identifier "Wacom serial class"
/usr/share/X11/xorg.conf.d/70-wacom.conf: MatchProduct "Serial Wacom Tablet"
/usr/share/X11/xorg.conf.d/70-wacom.conf: Driver "wacom"
/usr/share/X11/xorg.conf.d/70-wacom.conf:EndSection
/usr/share/X11/xorg.conf.d/70-wacom.conf:
/usr/share/X11/xorg.conf.d/70-wacom.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        Identifier "Wacom serial class identifiers"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        MatchProduct "WACf|FUJ02e5|FUJ02e7|FUJ02e9"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        Driver "wacom"
/usr/share/X11/xorg.conf.d/70-wacom.conf:EndSection
/usr/share/X11/xorg.conf.d/70-wacom.conf:
/usr/share/X11/xorg.conf.d/70-wacom.conf:# Hanwang tablets
/usr/share/X11/xorg.conf.d/70-wacom.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/70-wacom.conf: Identifier "Hanwang class"
/usr/share/X11/xorg.conf.d/70-wacom.conf: MatchProduct "Hanwang"
/usr/share/X11/xorg.conf.d/70-wacom.conf: MatchDevicePath "/dev/input/event*"
/usr/share/X11/xorg.conf.d/70-wacom.conf: Driver "wacom"
/usr/share/X11/xorg.conf.d/70-wacom.conf:EndSection
/usr/share/X11/xorg.conf.d/70-wacom.conf:
/usr/share/X11/xorg.conf.d/70-wacom.conf:# Waltop tablets
/usr/share/X11/xorg.conf.d/70-wacom.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/70-wacom.conf: Identifier "Waltop class"
/usr/share/X11/xorg.conf.d/70-wacom.conf: MatchProduct "WALTOP"
/usr/share/X11/xorg.conf.d/70-wacom.conf: MatchIsTablet "on"
/usr/share/X11/xorg.conf.d/70-wacom.conf: MatchDevicePath "/dev/input/event*"
/usr/share/X11/xorg.conf.d/70-wacom.conf: Driver "wacom"
/usr/share/X11/xorg.conf.d/70-wacom.conf:EndSection
/usr/share/X11/xorg.conf.d/70-wacom.conf:
/usr/share/X11/xorg.conf.d/70-wacom.conf:# N-Trig Duosense Electromagnetic Digitizer
/usr/share/X11/xorg.conf.d/70-wacom.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/70-wacom.conf: Identifier "Wacom N-Trig class"
/usr/share/X11/xorg.conf.d/70-wacom.conf: MatchProduct "HID 1b96:0001|N-Trig Pen|N-Trig DuoSense"
/usr/share/X11/xorg.conf.d/70-wacom.conf: MatchDevicePath "/dev/input/event*"
/usr/share/X11/xorg.conf.d/70-wacom.conf: Driver "wacom"
/usr/share/X11/xorg.conf.d/70-wacom.conf: Option "Button2" "3"
/usr/share/X11/xorg.conf.d/70-wacom.conf:EndSection
/usr/share/X11/xorg.conf.d/70-wacom.conf:
/usr/share/X11/xorg.conf.d/70-wacom.conf:# Dell Canvas 27 (touch part is an Advanced Silicon, pen part a Wacom)
/usr/share/X11/xorg.conf.d/70-wacom.conf:Section "InputClass"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        Identifier "Dell Canvas 27 Touch"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        MatchUSBID "2575:0204"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        MatchDevicePath "/dev/input/event*"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        MatchIsTouchscreen "true"
/usr/share/X11/xorg.conf.d/70-wacom.conf:        Driver "wacom"
/usr/share/X11/xorg.conf.d/70-wacom.conf:EndSection
grep: /etc/X11/xorg.conf: No such file or directory

dpkg -l | grep xserver-xorg:
Kod: [Seç]
ii  xserver-xorg                               1:7.7+19ubuntu7.1                               amd64        X.Org X server
ii  xserver-xorg-core                          2:1.19.6-1ubuntu4.3                             amd64        Xorg X server - core server
ii  xserver-xorg-input-all                     1:7.7+19ubuntu7.1                               amd64        X.Org X server -- input driver metapackage
ii  xserver-xorg-input-libinput                0.27.1-1                                        amd64        X.Org X server -- libinput input driver
ii  xserver-xorg-input-wacom                   1:0.36.1-0ubuntu1                               amd64        X.Org X server -- Wacom input driver
ii  xserver-xorg-legacy                        2:1.19.6-1ubuntu4.3                             amd64        setuid root Xorg server wrapper
ii  xserver-xorg-video-all                     1:7.7+19ubuntu7.1                               amd64        X.Org X server -- output driver metapackage
ii  xserver-xorg-video-amdgpu                  18.0.1-1                                        amd64        X.Org X server -- AMDGPU display driver
ii  xserver-xorg-video-ati                     1:18.0.1-1                                      amd64        X.Org X server -- AMD/ATI display driver wrapper
ii  xserver-xorg-video-fbdev                   1:0.4.4-1build6                                 amd64        X.Org X server -- fbdev display driver
ii  xserver-xorg-video-intel                   2:2.99.917+git20171229-1                        amd64        X.Org X server -- Intel i8xx, i9xx display driver
ii  xserver-xorg-video-nouveau                 1:1.0.15-2                                      amd64        X.Org X server -- Nouveau display driver
ii  xserver-xorg-video-qxl                     0.1.5-2build1                                   amd64        X.Org X server -- QXL display driver
ii  xserver-xorg-video-radeon                  1:18.0.1-1                                      amd64        X.Org X server -- AMD/ATI Radeon display driver
ii  xserver-xorg-video-vesa                    1:2.3.4-1build3                                 amd64        X.Org X server -- VESA display driver
ii  xserver-xorg-video-vmware                  1:13.2.1-1build1                                amd64        X.Org X server -- VMware display driver
Başlık: Ynt: Oturum Açtıktan Sonra Siyah Ekran Gelmesi Sorunu
Gönderen: Butterfly - 11 Ocak 2020, 23:44:40
Alıntı
BOOT_IMAGE=/boot/vmlinuz-4.15.0-74-generic root=UUID=59d83cf5-f302-42e0-9cf7-6bc1cbfe6fdb ro recovery nomodeset

Açılaşa nomodeset değişkeni eklemişsiniz, sorunun olası kaynağı budur.
Başlık: Ynt: Oturum Açtıktan Sonra Siyah Ekran Gelmesi Sorunu
Gönderen: KlinuxL - 12 Ocak 2020, 00:13:48

(https://i.ibb.co/JcmwCxr/DSC-1226.jpg) (https://ibb.co/JcmwCxr)
'e' tuşuna basıp ulaştığımız açılış değerlerinde nomodeset gözükmemekte.

Çıktıları recovery modda paylaştığım için öyle yazıyor olabilir(?).
Başlık: Ynt: Oturum Açtıktan Sonra Siyah Ekran Gelmesi Sorunu
Gönderen: Butterfly - 12 Ocak 2020, 00:24:54
Evet, kurtarma kipi => resume seçeneği ile açtığınız için olabilir, bu şekilde nomodeset otomatik olarak ekleniyor. Bununla birlikte bize çıktıların normal şekilde açılış yapılmış hali gerekebilir. Çünkü nomodeset değişkeni sebebiyle olası hataları gözlemleyemiyoruz.

Çözünürlük ile ilgili herhangi bir yapılandırma dosyası hazırlamış mıydınız?

Bir de sistemi normal olarak açıp, TTY1 uçbiriminden startx komutu ile oturum açmayı dener misiniz?

Ek olarak masaüstü ortamı ile ilgili bazı ögeler de silinmiş olabilir. Aşğaıdaki komutla bunları kurmayı deneyebilirsiniz.

Kod: [Seç]
sudo apt install --reinstall mint-meta-mate
Başlık: Ynt: Oturum Açtıktan Sonra Siyah Ekran Gelmesi Sorunu
Gönderen: KlinuxL - 12 Ocak 2020, 00:40:13
Hayır, çözünürlükle ilgili herhangi bir  dosya hazırlamadım.

tty1 uçbiriminden startx komutu ile de sonuç aynı. Masaüstü gözüküp anında kayboluyor.

Belirttiğiniz kurulumları yaptım ama sonuç yine aynı malesef.

Mesajlar Birleştirildi.
TLP den şüpheleniyordum çünkü donanım düzeyinde birçok ayarı barındırıyor. Belki ona gelen bir güncelleme vs tetikliyordur diye. TLP yi kapattım ama çözüm olmadı.
Başlık: Ynt: Oturum Açtıktan Sonra Siyah Ekran Gelmesi Sorunu
Gönderen: Butterfly - 12 Ocak 2020, 01:01:25
Aşağıdaki komutla klasik Intel sürücüsünü etkinleştirmeyi dener misiniz?

Kod: [Seç]
echo -e 'Section "Device"\n Identifier "card0"\n Driver "intel"\n Option "AccelMethod" "sna"\n Option "TearFree" "true"\n Option "DRI" "2"\n BusID "PCI:0:2:0"\nEndSection' | sudo tee /usr/share/X11/xorg.conf.d/10-intel.conf


Ayrıca aşağıdaki komutla pencere yöneticisi ayarlarını sıfırlamak denenebilir.

Kod: [Seç]
wm-recovery
Başlık: Ynt: Oturum Açtıktan Sonra Siyah Ekran Gelmesi Sorunu
Gönderen: KlinuxL - 12 Ocak 2020, 01:11:59
Klasik intel sürücüsünü aktifleştirince başarılı bir şekilde giriş yapabildim. Sanırım problemim çözüldü. Size çok teşekkür ederim yardımınız için. :)

Burada klasik intel sürücüsü dediğimiz sürücü kapalı kaynak sürücüler mi oluyor?
Başlık: Ynt: Oturum Açtıktan Sonra Siyah Ekran Gelmesi Sorunu
Gönderen: Butterfly - 12 Ocak 2020, 01:18:23
Klasik Intel sürücüsü kapalı kaynak ya da sahipli sürücü değil, Intel tarafından gelen katkılarla geliştirilen açık kaynaklı sürücücüdür. Şu an aktif olarak geliştirilmiyor, bunun yerine çekirdekle gelen modesetting sürücüsüne ağırlık veriliyor. Linux Mint 19.x (Ubuntu 18.04.x) ile birlikte klasik Intel sürücüsü yerine modesetting sürücüsü varsayılan yapıldı. Bununla birlikte klasik Intel sürücüsü ile ilgili paketler kurulu olarak geliyor, yukarıdaki gibi yapılandırma dosyası oluşturarak etkinleştirilebiliyor.

Sorun çözüldüğüne göre, başlığı etiketlerseniz, konuyu kilitleyebiliriz.

[okay]Çözülen başlıkların etiketlenmesi hakkında. (https://forum.linuxmint.net.tr/index.php?topic=2058.0)[/okay]