Edit: When I started this thread I didn’t know that Optimus was the true cause of my Xorg problems. Now I am hoping to be able to make Xorg work without Optimus…
Hello,
I am aware that other users before me seem to have had the same problem but unfortunately I was not able to solve it with the information I studied…
I have a fresh installation of FreeBSD 13.0-RELEASE:
I am unable to run Xorg successfully. Xorg does start but I get a black screen with a cursor in the top left corner. It looks exactly as shown in this thread:
forums.freebsd.org
My machine is a laptop: Dell XPS L502X
Two graphic cards are present:
The machine boots in BIOS mode:
I do use the nvidia-driver-390-390.143_1 as is recommended for the GT 540M by NVIDIA.
Here are my relevant configuration files:
/etc/rc.conf
/usr/local/etc/X11/xorg.conf.d/card.conf
/usr/local/etc/X11/xorg.conf.d/keyboard.conf
/usr/local/etc/X11/xorg.conf.d/flags.conf
/var/log/Xorg.0.log
When I have Xorg running with the black screen and then switch to another TTY and back again, the black screen is disappeared. Xorg is still running as you can see above but another error message is shown:
I appreciate any help very much.
Hello,
I am aware that other users before me seem to have had the same problem but unfortunately I was not able to solve it with the information I studied…
I have a fresh installation of FreeBSD 13.0-RELEASE:
uname -a
Code:
FreeBSD localhost 13.0-RELEASE-p3 FreeBSD 13.0-RELEASE-p3 #0: Tue Jun 29 19:46:20 UTC 2021 root@amd64-builder.daemonology.net:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64
I am unable to run Xorg successfully. Xorg does start but I get a black screen with a cursor in the top left corner. It looks exactly as shown in this thread:

Xorg Nvidia blank screen Thinkpad T460p
I installed FreeBSD 11.0-RELEASE on my new laptop last night and I've been unsuccessful in getting twm started up with startx. Everything is installed via pkg. loader.conf: geom_eli_load="YES" vfs.root.mountfrom="ufs:ada0p3.eli" if_iwm_load="YES" iwm8000Cfw_load="YES" rc.conf...
My machine is a laptop: Dell XPS L502X
Two graphic cards are present:
pciconf -lv
Code:
vgapci1@pci0:0:2:0: class=0x030000 rev=0x09 hdr=0x00 vendor=0x8086 device=0x0116 subvendor=0x1028 subdevice=0x050e
vendor = 'Intel Corporation'
device = '2nd Generation Core Processor Family Integrated Graphics Controller'
class = display
subclass = VGA
vgapci0@pci0:1:0:0: class=0x030000 rev=0xa1 hdr=0x00 vendor=0x10de device=0x0df4 subvendor=0x1028 subdevice=0x050e
vendor = 'NVIDIA Corporation'
device = 'GF108M [GeForce GT 540M]'
class = display
subclass = VGA
The machine boots in BIOS mode:
sysctl machdep.bootmethod
Code:
machdep.bootmetho: BIOS
I do use the nvidia-driver-390-390.143_1 as is recommended for the GT 540M by NVIDIA.
Here are my relevant configuration files:
/etc/rc.conf
Code:
clear_tmp_enable="YES"
clean_tmp_X=YES"
syslogd_flags="-ss"
sendmail_enable="NONE"
fsck_y_enable="YES"
swapexd_enable=YES"
mixer_enable="YES"
snddetect_enable="YES"
hostname="localhost"
keymap="de.kbd"
wlans_iwn0="wlan0"
ifconfig_wlan0="WPA DHCP"
ntpdate_enable="YES"
ntpd_enable="YES"
ntpd_sync_on_start="YES"
powerd_enable="YES"
powerd_flags="-b adaptive -a hiadaptive"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="NO"
pf_enable="YES"
pf_rules="/etc/pf.conf"
pf_flags=""
pflog_enable="YES"
pflog_logfile="/var/log/pflog"
pflog_flags=""
microcode_update_enable="YES"
dbus_enable="YES"
hald_enable="YES"
avahi_daemon_enable="YES"
linux_load="YES"
kld_list="geom_eli fusefs coretemp cpuctl nvidia-modeset"
/usr/local/etc/X11/xorg.conf.d/card.conf
Code:
Section "device"
Identifier "Card0"
BusID "PCI:1:0:0"
Option "DPMS"
VendorName "NVIDIA Corporation
Driver "nvidia"
EndSection
/usr/local/etc/X11/xorg.conf.d/keyboard.conf
Code:
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "de"
Option "XkbVariant" "neo"
Option "XkbOptions" "terminate:ctrl_alt_bksp,ctrl:nocaps"
EndSection
/usr/local/etc/X11/xorg.conf.d/flags.conf
Code:
Section "ServerFlags"
Option "DontZap" "off"
EndSection
nvidia-xconfig
generates the following /etc/X11/xorg.conf (which I tried seperately instead of the aforementioned configuration files with no improvement)
Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 460.73.01
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/sysmouse"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "keyboard"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
BusID "PCI:1:0:0"
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
Code:
[ 728.334]
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[ 728.334] Build Operating System: FreeBSD 13.0-RELEASE-p3 amd64
[ 728.334] Current Operating System: FreeBSD adelheid 13.0-RELEASE-p3 FreeBSD 13.0-RELEASE-p3 #0: Tue Jun 29 19:46:20 UTC 2021 root@amd64-builder.daemonology.net:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64
[ 728.335] Build Date: 04 July 2021 07:24:23AM
[ 728.335]
[ 728.335] Current version of pixman: 0.40.0
[ 728.335] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 728.335] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 728.335] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Aug 12 09:27:22 2021
[ 728.339] (==) Using config directory: "/usr/local/etc/X11/xorg.conf.d"
[ 728.339] (==) Using system config directory "/usr/local/share/X11/xorg.conf.d"
[ 728.342] (==) No Layout section. Using the first Screen section.
[ 728.342] (==) No screen section available. Using defaults.
[ 728.342] (**) |-->Screen "Default Screen Section" (0)
[ 728.342] (**) | |-->Monitor "<default monitor>"
[ 728.344] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[ 728.344] (**) | |-->Device "NVIDIA Card0"
[ 728.344] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 728.344] (**) Option "DontZap" "off"
[ 728.344] (==) Automatically adding devices
[ 728.344] (==) Automatically enabling devices
[ 728.344] (==) Not automatically adding GPU devices
[ 728.344] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 728.345] (WW) The directory "/usr/local/share/fonts/misc/" does not exist.
[ 728.345] Entry deleted from font path.
[ 728.346] (WW) The directory "/usr/local/share/fonts/Type1/" does not exist.
[ 728.347] Entry deleted from font path.
[ 728.347] (WW) The directory "/usr/local/share/fonts/100dpi/" does not exist.
[ 728.347] Entry deleted from font path.
[ 728.347] (WW) The directory "/usr/local/share/fonts/75dpi/" does not exist.
[ 728.347] Entry deleted from font path.
[ 728.347] (==) FontPath set to:
/usr/local/share/fonts/TTF/,
/usr/local/share/fonts/OTF/,
catalogue:/usr/local/etc/X11/fontpath.d
[ 728.347] (==) ModulePath set to "/usr/local/lib/xorg/modules"
[ 728.347] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 728.347] (II) Loader magic: 0x435a90
[ 728.347] (II) Module ABI versions:
[ 728.347] X.Org ANSI C Emulation: 0.4
[ 728.347] X.Org Video Driver: 24.1
[ 728.347] X.Org XInput driver : 24.1
[ 728.347] X.Org Server Extension : 10.0
[ 728.348] (!!) More than one possible primary device found
[ 728.348] (--) PCI: (0@0:2:0) 8086:0116:1028:050e rev 9, Mem @ 0xf1400000/4194304, 0xe0000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/65536
[ 728.348] (--) PCI: (1@0:0:0) 10de:0df4:1028:050e rev 161, Mem @ 0xf0000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/65536
[ 728.349] (II) LoadModule: "glx"
[ 728.350] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
[ 728.582] (II) Module glx: vendor="NVIDIA Corporation"
[ 728.582] compiled for 4.0.2, module version = 1.0.0
[ 728.582] Module class: X.Org Server Extension
[ 728.582] (II) NVIDIA GLX Module 390.143 Fri Mar 12 07:20:16 UTC 2021
[ 728.583] (II) LoadModule: "nvidia"
[ 728.583] (II) Loading /usr/local/lib/xorg/modules/drivers/nvidia_drv.so
[ 728.595] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 728.596] compiled for 4.0.2, module version = 1.0.0
[ 728.596] Module class: X.Org Video Driver
[ 728.597] (II) NVIDIA dlloader X Driver 390.143 Fri Mar 12 07:22:21 UTC 2021
[ 728.597] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 728.598] (--) Using syscons driver with X support (version 2.0)
[ 728.598] (--) using VT number 9
[ 728.625] (II) Loading sub module "fb"
[ 728.625] (II) LoadModule: "fb"
[ 728.625] (II) Loading /usr/local/lib/xorg/modules/libfb.so
[ 728.627] (II) Module fb: vendor="X.Org Foundation"
[ 728.627] compiled for 1.20.11, module version = 1.0.0
[ 728.627] ABI class: X.Org ANSI C Emulation, version 0.4
[ 728.627] (II) Loading sub module "wfb"
[ 728.627] (II) LoadModule: "wfb"
[ 728.627] (II) Loading /usr/local/lib/xorg/modules/libwfb.so
[ 728.629] (II) Module wfb: vendor="X.Org Foundation"
[ 728.629] compiled for 1.20.11, module version = 1.0.0
[ 728.629] ABI class: X.Org ANSI C Emulation, version 0.4
[ 728.629] (II) Loading sub module "ramdac"
[ 728.629] (II) LoadModule: "ramdac"
[ 728.629] (II) Module "ramdac" already built-in
[ 728.633] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 728.633] (II) NVIDIA(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 728.633] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 728.633] (==) NVIDIA(0): RGB weight 888
[ 728.633] (==) NVIDIA(0): Default visual is TrueColor
[ 728.633] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 728.635] (**) NVIDIA(0): Enabling 2D acceleration
[ 729.139] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 729.139] (--) NVIDIA(0): CRT-0 (boot)
[ 729.139] (--) NVIDIA(0): DFP-0
[ 729.142] (II) NVIDIA(0): NVIDIA GPU GeForce GT 540M (GF108) at PCI:1:0:0 (GPU-0)
[ 729.142] (--) NVIDIA(0): Memory: 2097152 kBytes
[ 729.142] (--) NVIDIA(0): VideoBIOS: 70.08.44.00.11
[ 729.142] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 729.145] (--) NVIDIA(GPU-0): CRT-0: connected
[ 729.145] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[ 729.145] (--) NVIDIA(GPU-0):
[ 729.146] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 729.146] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 729.146] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 729.146] (--) NVIDIA(GPU-0):
[ 729.150] (==) NVIDIA(0):
[ 729.150] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 729.150] (==) NVIDIA(0): will be used as the requested mode.
[ 729.150] (==) NVIDIA(0):
[ 729.150] (II) NVIDIA(0): Validated MetaModes:
[ 729.151] (II) NVIDIA(0): "CRT-0:nvidia-auto-select"
[ 729.151] (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
[ 729.157] (WW) NVIDIA(0): CRT-0 does not have an EDID, or its EDID does not contain a
[ 729.157] (WW) NVIDIA(0): maximum image size; cannot compute DPI from CRT-0's EDID.
[ 729.157] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[ 729.158] (II) NVIDIA: Reserving 6144.00 MB of virtual memory for indirect memory
[ 729.158] (II) NVIDIA: access.
[ 729.302] (II) NVIDIA(0): Setting mode "CRT-0:nvidia-auto-select"
[ 729.347] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 729.347] (==) NVIDIA(0): Backing store enabled
[ 729.347] (==) NVIDIA(0): Silken mouse enabled
[ 729.350] (**) NVIDIA(0): DPMS enabled
[ 729.351] (II) Loading sub module "dri2"
[ 729.351] (II) LoadModule: "dri2"
[ 729.351] (II) Module "dri2" already built-in
[ 729.352] (II) NVIDIA(0): [DRI2] Setup complete
[ 729.352] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 729.353] (II) Initializing extension Generic Event Extension
[ 729.354] (II) Initializing extension SHAPE
[ 729.354] (II) Initializing extension MIT-SHM
[ 729.355] (II) Initializing extension XInputExtension
[ 729.356] (II) Initializing extension XTEST
[ 729.356] (II) Initializing extension BIG-REQUESTS
[ 729.356] (II) Initializing extension SYNC
[ 729.357] (II) Initializing extension XKEYBOARD
[ 729.357] (II) Initializing extension XC-MISC
[ 729.358] (II) Initializing extension SECURITY
[ 729.358] (II) Initializing extension XFIXES
[ 729.358] (II) Initializing extension RENDER
[ 729.359] (II) Initializing extension RANDR
[ 729.359] (II) Initializing extension COMPOSITE
[ 729.360] (II) Initializing extension DAMAGE
[ 729.360] (II) Initializing extension MIT-SCREEN-SAVER
[ 729.361] (II) Initializing extension DOUBLE-BUFFER
[ 729.361] (II) Initializing extension RECORD
[ 729.362] (II) Initializing extension DPMS
[ 729.362] (II) Initializing extension Present
[ 729.362] (II) Initializing extension DRI3
[ 729.362] (II) Initializing extension X-Resource
[ 729.362] (II) Initializing extension XVideo
[ 729.362] (II) Initializing extension XVideo-MotionCompensation
[ 729.362] (II) Initializing extension XFree86-VidModeExtension
[ 729.363] (II) Initializing extension XFree86-DGA
[ 729.363] (II) Initializing extension XFree86-DRI
[ 729.363] (II) Initializing extension DRI2
[ 729.364] (II) Initializing extension GLX
[ 729.364] (II) Initializing extension GLX
[ 729.364] (II) Indirect GLX disabled.
[ 729.364] (II) Initializing extension NV-GLX
[ 729.364] (II) Initializing extension NV-CONTROL
[ 729.364] (II) Initializing extension XINERAMA
[ 729.462] (II) config/udev: Adding input device System mouse (/dev/input/event0)
[ 729.463] (**) System mouse: Applying InputClass "libinput pointer catchall"
[ 729.463] (II) LoadModule: "libinput"
[ 729.463] (II) Loading /usr/local/lib/xorg/modules/input/libinput_drv.so
[ 729.504] (II) Module libinput: vendor="X.Org Foundation"
[ 729.504] compiled for 1.20.11, module version = 0.30.0
[ 729.504] Module class: X.Org XInput Driver
[ 729.504] ABI class: X.Org XInput driver, version 24.1
[ 729.505] (II) Using input driver 'libinput' for 'System mouse'
[ 729.505] (**) System mouse: always reports core events
[ 729.505] (**) Option "Device" "/dev/input/event0"
[ 729.505] (**) Option "_source" "server/udev"
[ 729.519] (II) event0 - System mouse: is tagged by udev as: Mouse
[ 729.519] (II) event0 - System mouse: device is a pointer
[ 729.520] (II) event0 - System mouse: device removed
[ 729.520] (**) Option "config_info" "udev:/dev/input/event0"
[ 729.520] (II) XINPUT: Adding extended input device "System mouse" (type: MOUSE, id 6)
[ 729.520] (**) Option "AccelerationScheme" "none"
[ 729.520] (**) System mouse: (accel) selected scheme none/0
[ 729.520] (**) System mouse: (accel) acceleration factor: 2.000
[ 729.520] (**) System mouse: (accel) acceleration threshold: 4
[ 729.521] (II) event0 - System mouse: is tagged by udev as: Mouse
[ 729.521] (II) event0 - System mouse: device is a pointer
[ 729.521] (II) config/udev: Adding input device System keyboard multiplexer (/dev/input/event1)
[ 729.521] (**) System keyboard multiplexer: Applying InputClass "Evdev keyboard"
[ 729.521] (**) System keyboard multiplexer: Applying InputClass "libinput keyboard catchall"
[ 729.521] (II) Using input driver 'libinput' for 'System keyboard multiplexer'
[ 729.521] (**) System keyboard multiplexer: always reports core events
[ 729.521] (**) Option "Device" "/dev/input/event1"
[ 729.521] (**) Option "_source" "server/udev"
[ 729.522] (II) event1 - System keyboard multiplexer: is tagged by udev as: Keyboard
[ 729.522] (II) event1 - System keyboard multiplexer: device is a keyboard
[ 729.522] (II) event1 - System keyboard multiplexer: device removed
[ 729.522] (**) Option "config_info" "udev:/dev/input/event1"
[ 729.522] (II) XINPUT: Adding extended input device "System keyboard multiplexer" (type: KEYBOARD, id 7)
[ 729.522] (**) Option "xkb_rules" "evdev"
[ 729.556] (II) event1 - System keyboard multiplexer: is tagged by udev as: Keyboard
[ 729.556] (II) event1 - System keyboard multiplexer: device is a keyboard
[ 729.556] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 729.556] (**) Power Button: Applying InputClass "Evdev keyboard"
[ 729.556] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 729.556] (II) Using input driver 'libinput' for 'Power Button'
[ 729.556] (**) Power Button: always reports core events
[ 729.556] (**) Option "Device" "/dev/input/event2"
[ 729.556] (**) Option "_source" "server/udev"
[ 729.557] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 729.557] (II) event2 - Power Button: device is a keyboard
[ 729.557] (II) event2 - Power Button: device removed
[ 729.557] (**) Option "config_info" "udev:/dev/input/event2"
[ 729.557] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 729.557] (**) Option "xkb_rules" "evdev"
[ 729.558] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 729.558] (II) event2 - Power Button: device is a keyboard
[ 729.558] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[ 729.558] (**) Sleep Button: Applying InputClass "Evdev keyboard"
[ 729.558] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 729.558] (II) Using input driver 'libinput' for 'Sleep Button'
[ 729.558] (**) Sleep Button: always reports core events
[ 729.558] (**) Option "Device" "/dev/input/event3"
[ 729.558] (**) Option "_source" "server/udev"
[ 729.559] (II) event3 - Sleep Button: is tagged by udev as: Keyboard
[ 729.559] (II) event3 - Sleep Button: device is a keyboard
[ 729.559] (II) event3 - Sleep Button: device removed
[ 729.559] (**) Option "config_info" "udev:/dev/input/event3"
[ 729.559] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 729.559] (**) Option "xkb_rules" "evdev"
[ 729.560] (II) event3 - Sleep Button: is tagged by udev as: Keyboard
[ 729.560] (II) event3 - Sleep Button: device is a keyboard
[ 729.560] (II) config/udev: Adding input device Control Method Lid Switch (/dev/input/event4)
[ 729.560] (II) No input driver specified, ignoring this device.
[ 729.560] (II) This device may have been added with another device file.
[ 729.560] (II) config/udev: Adding input device AT keyboard (/dev/input/event5)
[ 729.560] (**) AT keyboard: Applying InputClass "Evdev keyboard"
[ 729.560] (**) AT keyboard: Applying InputClass "libinput keyboard catchall"
[ 729.560] (II) Using input driver 'libinput' for 'AT keyboard'
[ 729.560] (**) AT keyboard: always reports core events
[ 729.560] (**) Option "Device" "/dev/input/event5"
[ 729.560] (**) Option "_source" "server/udev"
[ 729.561] (II) event5 - AT keyboard: is tagged by udev as: Keyboard
[ 729.561] (II) event5 - AT keyboard: device is a keyboard
[ 729.561] (II) event5 - AT keyboard: device removed
[ 729.561] (**) Option "config_info" "udev:/dev/input/event5"
[ 729.561] (II) XINPUT: Adding extended input device "AT keyboard" (type: KEYBOARD, id 10)
[ 729.561] (**) Option "xkb_rules" "evdev"
[ 729.562] (II) event5 - AT keyboard: is tagged by udev as: Keyboard
[ 729.562] (II) event5 - AT keyboard: device is a keyboard
[ 729.562] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
[ 729.562] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput pointer catchall"
[ 729.562] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[ 729.562] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 729.562] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[ 729.562] (II) LoadModule: "synaptics"
[ 729.563] (II) Loading /usr/local/lib/xorg/modules/input/synaptics_drv.so
[ 729.564] (II) Module synaptics: vendor="X.Org Foundation"
[ 729.564] compiled for 1.20.11, module version = 1.9.1
[ 729.564] Module class: X.Org XInput Driver
[ 729.564] ABI class: X.Org XInput driver, version 24.1
[ 729.564] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 729.564] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 729.564] (**) Option "Device" "/dev/input/event6"
[ 729.713] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
[ 729.713] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5398 (res 42)
[ 729.713] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4728 (res 70)
[ 729.713] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 729.713] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[ 729.713] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[ 729.713] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[ 729.713] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 729.713] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 729.750] (**) Option "config_info" "udev:/dev/input/event6"
[ 729.750] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
[ 729.750] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 729.750] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[ 729.750] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.039
[ 729.750] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 729.750] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 729.750] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 729.750] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 729.814] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 732.420] (II) event0 - System mouse: device removed
[ 732.421] (II) event1 - System keyboard multiplexer: device removed
[ 732.421] (II) event2 - Power Button: device removed
[ 732.421] (II) event3 - Sleep Button: device removed
[ 732.421] (II) event5 - AT keyboard: device removed
When I have Xorg running with the black screen and then switch to another TTY and back again, the black screen is disappeared. Xorg is still running as you can see above but another error message is shown:
Code:
ACPI Warning: \_SB.PCI0.PEG0.PEGP._dsm: ACPI Warning: \_SB.PCI0.PEG0.PEGP._dsm: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20201113/nsarguments-212)
Aug 12 09:27:23 localhost kernel: nvidia-modeset: WARNING: GPU:0: Unable to read EDID for display device VGA-0
I appreciate any help very much.
Last edited: