LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 08-21-2021, 09:12 AM   #1
mark_alfred
Senior Member
 
Registered: Jul 2003
Location: Toronto, Ontario, Canada
Distribution: Ubuntu Linux 16.04, Debian 10, LineageOS 14.1
Posts: 1,572

Rep: Reputation: 210Reputation: 210Reputation: 210
"auto adjusting please wait" then nothing on 5.10.0-8-amd64 (4.19.0-17-amd64 works)


I upgraded my Dell Optiplex 755 to Debian Bullseye from Debian Buster. The upgrade went fine, but it just gives a blank screen using the newer kernel option (5.10.0-8-amd64). Instead, it simply says, "auto adjusting please wait", and then the blank screen. However, it does work properly work when I boot with kernel 4.19.0-17-amd64 (which I'm using to currently type this).

Any idea how to fix this so that the default kernel boot option (5.10.0-8-amd64) works?

Last edited by mark_alfred; 08-21-2021 at 12:00 PM.
 
Old 08-21-2021, 04:05 PM   #2
Brains
Senior Member
 
Registered: Apr 2009
Distribution: All OS except Apple
Posts: 1,591

Rep: Reputation: 389Reputation: 389Reputation: 389Reputation: 389
Boot to kernel 5, shutdown, boot to kernel 4.
Compare files /var/log/Xorg.0.log (current kernel 4) and /var/log/Xorg.0.log.old (previous log which should be from kernel 5).
You can also check the journal for clues by getting boot information for both as such:
Code:
journalctl -b -1 > kernel5boot.txt
journalctl -b > kernel4boot.txt
The above commands will produce a text file in the directory the command is run.
If you need help with trying to find clues within these files use the "Post Reply" instead of "Quick Reply" and attach the files rather than posting the lengthy outputs.
 
Old 08-21-2021, 04:10 PM   #3
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,837
Blog Entries: 1

Rep: Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070
At what point exactly does that message appear? Before bootloader? Does the Dell banner show up during POST? Is Grub configured to automatically boot right into the default entry, skipping the Grub menu? Which type cable is connected to your display? IME, Dell Optiplex 7nn series have a funky BIOS that doesn't always like what it sees when getting EDID from a display.

If that message only appears after the kernel/initrd loading begins, try changing or removing (e.g. splash=silent, quiet) one of the graphics-related (linu) command line options in Grub, or appending one, such as the native mode of your display, e.g. video=1920x1080, or plymouth.enable=0, plymouth=0 or noplymouth. Test if any work by striking the E key at the Grub menu to edit, or make permanent via /etc/default/grub and regenerating /boot/grub/grub.cfg.

Pop the cover and inspect the large electrolytic capacitors' tops for flatness, and their bodies for oozing. Visit badcaps.net for details. If using a DVI connection from a Dell PCIe add-in card, try reseating it.
 
Old 08-21-2021, 07:34 PM   #4
mark_alfred
Senior Member
 
Registered: Jul 2003
Location: Toronto, Ontario, Canada
Distribution: Ubuntu Linux 16.04, Debian 10, LineageOS 14.1
Posts: 1,572

Original Poster
Rep: Reputation: 210Reputation: 210Reputation: 210
Quote:
Originally Posted by mrmazda View Post
At what point exactly does that message appear? Before bootloader?
If I understand the term "bootloader" correctly, I believe the message appears right after the bootloader attempts to load the default choice (5.10.0-8-amd64). The "auto adjusting" message appears to be coming more from the screen than from the computer. To get the option of the 4.19.0-17 kernel, I have to quickly choose the further options choice, which gives me an opportunity to chose this kernel (there are two choices, that being kernel 5 and kernel 4 -- choosing kernel 5 here results in the blank screen). Otherwise, within seconds, it tries to boot the 5.10.0-8 kernel, which leads to the message appearing briefly followed by a blank screen.

Quote:
Originally Posted by Brains
Boot to kernel 5, shutdown, boot to kernel 4.
Compare files /var/log/Xorg.0.log (current kernel 4) and /var/log/Xorg.0.log.old (previous log which should be from kernel 5).
I tried this. The previous log isn't from kernel 5. It seems that kernel 5 is simply not booted into. When the attempt is made to boot into kernel 5, I'm only able to shutdown by pressing the power button (or by unplugging it).
 
Old 08-21-2021, 08:19 PM   #5
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,837
Blog Entries: 1

Rep: Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070
Quote:
Originally Posted by mark_alfred View Post
If I understand the term "bootloader" correctly, I believe the message appears right after the bootloader attempts to load the default choice (5.10.0-8-amd64). The "auto adjusting" message appears to be coming more from the screen than from the computer.
The display is receiving an unsupported mode. The message you see amounts to a report to you from the display that it can't make sense of the input it's receiving. At the time you would select the alternate kernel, instead strike the E key, and append a mode you know the display supports to the linu line (which may be wrapped onto more than one line), e.g. video=1920x1080@60. If you still get the message, and it doesn't go away after a couple of minutes or more, try keying in Ctrl-Alt-F3. Does a login prompt appear?
 
1 members found this post helpful.
Old 08-21-2021, 09:21 PM   #6
Brains
Senior Member
 
Registered: Apr 2009
Distribution: All OS except Apple
Posts: 1,591

Rep: Reputation: 389Reputation: 389Reputation: 389Reputation: 389
Since nothing appears on screen, and the kernel is probably not booted at all since Xorg.0.log has no record of kernel 5.10. Kinda sounds like an initrd.img issue. Would be nice to know if there was anything related to kernel 5.10 in the journalctl output for an attempt with that kernel. The command: journalctl --list-boots shows which is which. If you attempt to boot the 5.10 kernel and note the time, when you then boot into the 4.19 kernel you can run that command to see if there is a boot record for that specific time frame when you tried. If there is nothing in the specific time frame, suggest the initrd.img didn't do anything, it gets things ready and loads the kernel.

Ensure all entries in /boot/grub/grub.cfg include the initrd.img in the last line, if there is something else with file extension .img in /boot, like /boot/intel-uc.img (Intel microcode in this case), the initrd.img may have not been included as grub/os-prober only included the intel-uc.img. This will happen for other OS entries only, not the OS that os-prober was used to generate the entries.
Quote:
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-5.10.0-8-amd64
Might need to rebuild the initrd.img if the menu is good.

Last edited by Brains; 08-21-2021 at 09:23 PM.
 
Old 08-21-2021, 09:41 PM   #7
Brains
Senior Member
 
Registered: Apr 2009
Distribution: All OS except Apple
Posts: 1,591

Rep: Reputation: 389Reputation: 389Reputation: 389Reputation: 389
BTW: To get all information from journalctl -b or journalctl -b -1, run as root, you won't get everything running those as user.
 
Old 08-24-2021, 07:29 PM   #8
mark_alfred
Senior Member
 
Registered: Jul 2003
Location: Toronto, Ontario, Canada
Distribution: Ubuntu Linux 16.04, Debian 10, LineageOS 14.1
Posts: 1,572

Original Poster
Rep: Reputation: 210Reputation: 210Reputation: 210
Brains, back on the 21st, apparently I did succeed in creating a journal via "journalctl -b -1 > kernel5boot.txt", since I found the file.

Here is the file kernel5boot.txt:

Code:
-- Journal begins at Sun 2021-08-15 20:35:52 EDT, ends at Sat 2021-08-21 20:08:14 EDT. --
Aug 21 10:49:07 debian systemd[960]: gpgconf: error running '/usr/lib/gnupg/scdaemon': probably not installed
Aug 21 10:49:07 debian systemd-xdg-autostart-generator[973]: stat() failed on /home/mark/.config/autostart/gnome-ring.desktop, ignoring: No such file or directory
Aug 21 10:49:07 debian systemd[955]: Queued start job for default target Main User Target.
Aug 21 10:49:07 debian systemd[955]: Created slice User Application Slice.
Aug 21 10:49:07 debian systemd[955]: Reached target Paths.
Aug 21 10:49:07 debian systemd[955]: Reached target Timers.
Aug 21 10:49:07 debian systemd[955]: Starting D-Bus User Message Bus Socket.
Aug 21 10:49:07 debian systemd[955]: Listening on GnuPG network certificate management daemon.
Aug 21 10:49:07 debian systemd[955]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Aug 21 10:49:07 debian env[977]: /usr/bin/python3: No module named radicale
Aug 21 10:49:07 debian systemd[955]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Aug 21 10:49:07 debian systemd[955]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Aug 21 10:49:07 debian systemd[955]: Listening on GnuPG cryptographic agent and passphrase cache.
Aug 21 10:49:07 debian systemd[955]: Listening on Multimedia System.
Aug 21 10:49:07 debian systemd[955]: Listening on debconf communication socket.
Aug 21 10:49:07 debian systemd[955]: Listening on Sound System.
Aug 21 10:49:07 debian systemd[955]: Listening on D-Bus User Message Bus Socket.
Aug 21 10:49:07 debian systemd[955]: Reached target Sockets.
Aug 21 10:49:07 debian systemd[955]: Reached target Basic System.
Aug 21 10:49:07 debian systemd[955]: Started Multimedia Service.
Aug 21 10:49:07 debian systemd[955]: Starting Sound Service...
Aug 21 10:49:07 debian systemd[955]: Started A simple CalDAV (calendar) and CardDAV (contact) server.
Aug 21 10:49:07 debian systemd[955]: Started D-Bus User Message Bus.
Aug 21 10:49:07 debian pipewire[975]: Failed to receive portal pid: org.freedesktop.DBus.Error.NameHasNoOwner: Could not get PID of name 'org.freedesktop.portal.Desktop': no such name
Aug 21 10:49:07 debian systemd[955]: radicale.service: Main process exited, code=exited, status=1/FAILURE
Aug 21 10:49:07 debian systemd[955]: radicale.service: Failed with result 'exit-code'.
Aug 21 10:49:08 debian systemd[955]: radicale.service: Scheduled restart job, restart counter is at 1.
Aug 21 10:49:08 debian systemd[955]: Stopped A simple CalDAV (calendar) and CardDAV (contact) server.
Aug 21 10:49:08 debian systemd[955]: Started A simple CalDAV (calendar) and CardDAV (contact) server.
Aug 21 10:49:08 debian env[989]: /usr/bin/python3: No module named radicale
Aug 21 10:49:08 debian systemd[955]: radicale.service: Main process exited, code=exited, status=1/FAILURE
Aug 21 10:49:08 debian systemd[955]: radicale.service: Failed with result 'exit-code'.
Aug 21 10:49:08 debian systemd[955]: Started Sound Service.
Aug 21 10:49:08 debian systemd[955]: Reached target Main User Target.
Aug 21 10:49:08 debian systemd[955]: Startup finished in 1.159s.
Aug 21 10:49:08 debian systemd[955]: radicale.service: Scheduled restart job, restart counter is at 2.
Aug 21 10:49:08 debian systemd[955]: Stopped A simple CalDAV (calendar) and CardDAV (contact) server.
Aug 21 10:49:08 debian systemd[955]: Started A simple CalDAV (calendar) and CardDAV (contact) server.
Aug 21 10:49:08 debian env[1004]: /usr/bin/python3: No module named radicale
Aug 21 10:49:08 debian systemd[955]: radicale.service: Main process exited, code=exited, status=1/FAILURE
Aug 21 10:49:08 debian systemd[955]: radicale.service: Failed with result 'exit-code'.
Aug 21 10:49:08 debian systemd[955]: radicale.service: Scheduled restart job, restart counter is at 3.
Aug 21 10:49:08 debian systemd[955]: Stopped A simple CalDAV (calendar) and CardDAV (contact) server.
Aug 21 10:49:08 debian systemd[955]: Started A simple CalDAV (calendar) and CardDAV (contact) server.
Aug 21 10:49:08 debian env[1005]: /usr/bin/python3: No module named radicale
Aug 21 10:49:08 debian systemd[955]: radicale.service: Main process exited, code=exited, status=1/FAILURE
Aug 21 10:49:08 debian systemd[955]: radicale.service: Failed with result 'exit-code'.
Aug 21 10:49:08 debian systemd[955]: radicale.service: Scheduled restart job, restart counter is at 4.
Aug 21 10:49:08 debian systemd[955]: Stopped A simple CalDAV (calendar) and CardDAV (contact) server.
Aug 21 10:49:08 debian systemd[955]: Started A simple CalDAV (calendar) and CardDAV (contact) server.
Aug 21 10:49:08 debian env[1006]: /usr/bin/python3: No module named radicale
Aug 21 10:49:08 debian systemd[955]: radicale.service: Main process exited, code=exited, status=1/FAILURE
Aug 21 10:49:08 debian systemd[955]: radicale.service: Failed with result 'exit-code'.
Aug 21 10:49:09 debian systemd[955]: radicale.service: Scheduled restart job, restart counter is at 5.
Aug 21 10:49:09 debian systemd[955]: Stopped A simple CalDAV (calendar) and CardDAV (contact) server.
Aug 21 10:49:09 debian systemd[955]: radicale.service: Start request repeated too quickly.
Aug 21 10:49:09 debian systemd[955]: radicale.service: Failed with result 'exit-code'.
Aug 21 10:49:09 debian systemd[955]: Failed to start A simple CalDAV (calendar) and CardDAV (contact) server.
Aug 21 10:49:09 debian dbus-daemon[980]: [session uid=1000 pid=980] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.9' (uid=1000 pid=987 comm="xfce4-session ")
Aug 21 10:49:09 debian systemd[955]: Starting Accessibility services bus...
Aug 21 10:49:09 debian dbus-daemon[980]: [session uid=1000 pid=980] Successfully activated service 'org.a11y.Bus'
Aug 21 10:49:09 debian systemd[955]: Started Accessibility services bus.
Aug 21 10:49:09 debian dbus-daemon[980]: [session uid=1000 pid=980] Activating service name='org.xfce.Xfconf' requested by ':1.11' (uid=1000 pid=987 comm="xfce4-session ")
Aug 21 10:49:09 debian dbus-daemon[980]: [session uid=1000 pid=980] Successfully activated service 'org.xfce.Xfconf'
Aug 21 10:49:09 debian at-spi-bus-launcher[1054]: dbus-daemon[1054]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=987 comm="xfce4-session ")
Aug 21 10:49:09 debian at-spi-bus-launcher[1054]: dbus-daemon[1054]: Successfully activated service 'org.a11y.atspi.Registry'
Aug 21 10:49:09 debian at-spi-bus-launcher[1064]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Aug 21 10:49:09 debian systemd[955]: Started GnuPG cryptographic agent and passphrase cache.
Aug 21 10:49:09 debian gpg-agent[1071]: gpg-agent (GnuPG) 2.2.27 starting in supervised mode.
Aug 21 10:49:09 debian gpg-agent[1071]: using fd 3 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
Aug 21 10:49:09 debian gpg-agent[1071]: using fd 4 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
Aug 21 10:49:09 debian gpg-agent[1071]: using fd 5 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
Aug 21 10:49:09 debian gpg-agent[1071]: using fd 6 for std socket (/run/user/1000/gnupg/S.gpg-agent)
Aug 21 10:49:09 debian gpg-agent[1071]: listening on: std=6 extra=5 browser=3 ssh=4
Aug 21 10:49:09 debian systemd[955]: gpg-agent.service: Succeeded.
Aug 21 10:49:09 debian systemd[955]: Started GnuPG cryptographic agent and passphrase cache.
Aug 21 10:49:09 debian gpg-agent[1074]: gpg-agent (GnuPG) 2.2.27 starting in supervised mode.
Aug 21 10:49:09 debian gpg-agent[1074]: using fd 3 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
Aug 21 10:49:09 debian gpg-agent[1074]: using fd 4 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
Aug 21 10:49:09 debian gpg-agent[1074]: using fd 5 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
Aug 21 10:49:09 debian gpg-agent[1074]: using fd 6 for std socket (/run/user/1000/gnupg/S.gpg-agent)
Aug 21 10:49:09 debian gpg-agent[1074]: listening on: std=6 extra=5 browser=3 ssh=4
Aug 21 10:49:10 debian dbus-daemon[980]: [session uid=1000 pid=980] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.14' (uid=1000 pid=1076 comm="xfwm4 --display :0.0 --sm-client-id 289b16d50-20ba")
Aug 21 10:49:10 debian systemd[955]: Starting Virtual filesystem service...
Aug 21 10:49:10 debian dbus-daemon[980]: [session uid=1000 pid=980] Successfully activated service 'org.gtk.vfs.Daemon'
Aug 21 10:49:10 debian systemd[955]: Started Virtual filesystem service.
Aug 21 10:49:12 debian dbus-daemon[980]: [session uid=1000 pid=980] Activating service name='org.freedesktop.thumbnails.Thumbnailer1' requested by ':1.19' (uid=1000 pid=1125 comm="xfdesktop --display :0.0 --sm-client-id 2de4528a7-")
Aug 21 10:49:12 debian dbus-daemon[980]: [session uid=1000 pid=980] Activating via systemd: service name='org.freedesktop.Notifications' unit='xfce4-notifyd.service' requested by ':1.21' (uid=1000 pid=1130 comm="xfce4-power-manager --restart --sm-client-id 22df8")
Aug 21 10:49:12 debian systemd[955]: Starting XFCE notifications service...
Aug 21 10:49:13 debian dbus-daemon[980]: [session uid=1000 pid=980] Successfully activated service 'org.freedesktop.Notifications'
Aug 21 10:49:13 debian systemd[955]: Started XFCE notifications service.
Aug 21 10:49:17 debian systemd[955]: run-user-114-gvfs.mount: Succeeded.
Aug 21 10:49:17 debian systemd[955]: run-user-114.mount: Succeeded.
Aug 21 10:49:19 debian org.freedesktop.thumbnails.Thumbnailer1[1132]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
Aug 21 10:49:19 debian org.freedesktop.thumbnails.Thumbnailer1[1132]: Registered thumbnailer /usr/share/blender/scripts/blender-thumbnailer.py %i %o
Aug 21 10:49:19 debian org.freedesktop.thumbnails.Thumbnailer1[1132]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
Aug 21 10:49:19 debian org.freedesktop.thumbnails.Thumbnailer1[1132]: Registered thumbnailer atril-thumbnailer -s %s %u %o
Aug 21 10:49:19 debian dbus-daemon[980]: [session uid=1000 pid=980] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.20' (uid=1000 pid=1132 comm="/usr/lib/x86_64-linux-gnu/tumbler-1/tumblerd ")
Aug 21 10:49:19 debian systemd[955]: Starting Virtual filesystem service - disk device monitor...
Aug 21 10:49:20 debian dbus-daemon[980]: [session uid=1000 pid=980] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
Aug 21 10:49:20 debian systemd[955]: Started Virtual filesystem service - disk device monitor.
Aug 21 10:49:20 debian dbus-daemon[980]: [session uid=1000 pid=980] Activating via systemd: service name='org.gtk.vfs.GoaVolumeMonitor' unit='gvfs-goa-volume-monitor.service' requested by ':1.20' (uid=1000 pid=1132 comm="/usr/lib/x86_64-linux-gnu/tumbler-1/tumblerd ")
Aug 21 10:49:20 debian systemd[955]: Starting Virtual filesystem service - GNOME Online Accounts monitor...
Aug 21 10:49:20 debian dbus-daemon[980]: [session uid=1000 pid=980] Successfully activated service 'org.gtk.vfs.GoaVolumeMonitor'
Aug 21 10:49:20 debian systemd[955]: Started Virtual filesystem service - GNOME Online Accounts monitor.
Aug 21 10:49:20 debian dbus-daemon[980]: [session uid=1000 pid=980] Activating via systemd: service name='org.gtk.vfs.MTPVolumeMonitor' unit='gvfs-mtp-volume-monitor.service' requested by ':1.20' (uid=1000 pid=1132 comm="/usr/lib/x86_64-linux-gnu/tumbler-1/tumblerd ")
Aug 21 10:49:20 debian systemd[955]: Starting Virtual filesystem service - Media Transfer Protocol monitor...
Aug 21 10:49:20 debian dbus-daemon[980]: [session uid=1000 pid=980] Successfully activated service 'org.gtk.vfs.MTPVolumeMonitor'
Aug 21 10:49:20 debian systemd[955]: Started Virtual filesystem service - Media Transfer Protocol monitor.
Aug 21 10:49:20 debian dbus-daemon[980]: [session uid=1000 pid=980] Activating via systemd: service name='org.gtk.vfs.AfcVolumeMonitor' unit='gvfs-afc-volume-monitor.service' requested by ':1.20' (uid=1000 pid=1132 comm="/usr/lib/x86_64-linux-gnu/tumbler-1/tumblerd ")
Aug 21 10:49:20 debian systemd[955]: Starting Virtual filesystem service - Apple File Conduit monitor...
Aug 21 10:49:20 debian dbus-daemon[980]: [session uid=1000 pid=980] Successfully activated service 'org.gtk.vfs.AfcVolumeMonitor'
Aug 21 10:49:20 debian systemd[955]: Started Virtual filesystem service - Apple File Conduit monitor.
Aug 21 10:49:20 debian dbus-daemon[980]: [session uid=1000 pid=980] Activating via systemd: service name='org.gtk.vfs.GPhoto2VolumeMonitor' unit='gvfs-gphoto2-volume-monitor.service' requested by ':1.20' (uid=1000 pid=1132 comm="/usr/lib/x86_64-linux-gnu/tumbler-1/tumblerd ")
Aug 21 10:49:20 debian systemd[955]: Starting Virtual filesystem service - digital camera monitor...
Aug 21 10:49:21 debian dbus-daemon[980]: [session uid=1000 pid=980] Activating service name='ca.desrt.dconf' requested by ':1.38' (uid=1000 pid=1187 comm="light-locker ")
Aug 21 10:49:22 debian dbus-daemon[980]: [session uid=1000 pid=980] Successfully activated service 'org.gtk.vfs.GPhoto2VolumeMonitor'
Aug 21 10:49:22 debian systemd[955]: Started Virtual filesystem service - digital camera monitor.
Aug 21 10:49:22 debian dbus-daemon[980]: [session uid=1000 pid=980] Successfully activated service 'org.freedesktop.thumbnails.Thumbnailer1'
Aug 21 10:49:22 debian dbus-daemon[980]: [session uid=1000 pid=980] Successfully activated service 'ca.desrt.dconf'
Aug 21 10:49:22 debian dbus-daemon[980]: [session uid=1000 pid=980] Activating via systemd: service name='org.xfce.FileManager' unit='thunar.service' requested by ':1.19' (uid=1000 pid=1125 comm="xfdesktop --display :0.0 --sm-client-id 2de4528a7-")
Aug 21 10:49:23 debian systemd[955]: Starting Thunar file manager...
Aug 21 10:49:23 debian dbus-daemon[980]: [session uid=1000 pid=980] Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service' requested by ':1.19' (uid=1000 pid=1125 comm="xfdesktop --display :0.0 --sm-client-id 2de4528a7-")
Aug 21 10:49:23 debian systemd[955]: Starting Virtual filesystem metadata service...
Aug 21 10:49:23 debian dbus-daemon[980]: [session uid=1000 pid=980] Successfully activated service 'org.gtk.vfs.Metadata'
Aug 21 10:49:23 debian systemd[955]: Started Virtual filesystem metadata service.
Aug 21 10:49:23 debian dbus-daemon[980]: [session uid=1000 pid=980] Successfully activated service 'org.xfce.FileManager'
Aug 21 10:49:23 debian systemd[955]: Started Thunar file manager.
Aug 21 10:49:24 debian dbus-daemon[980]: [session uid=1000 pid=980] Activating service name='org.kde.kdeconnect' requested by ':1.55' (uid=1000 pid=1129 comm="kdeconnect-indicator -session 2c171f410-b690-4e29-")
Aug 21 10:49:24 debian dbus-daemon[980]: [session uid=1000 pid=980] Successfully activated service 'org.kde.kdeconnect'
Aug 21 10:52:57 debian pkexec[1511]: pam_unix(polkit-1:session): session opened for user root(uid=0) by (uid=1000)
Aug 21 16:20:06 debian xfce4-notifyd[1137]: Failed to set text 'Meeting every Friday: Help us update the Free Software Directory from Donald Robertson, III, FSF
                                            *Read and share online: <https://www.fsf' from markup due to error parsing markup: Error on line 2 char 34: Odd character “/”, expected a “>” character to end the empty-element tag “https:”
Aug 21 17:31:49 debian dbus-daemon[980]: [session uid=1000 pid=980] Activating service name='org.freedesktop.thumbnails.Thumbnailer1' requested by ':1.49' (uid=1000 pid=1255 comm="/usr/bin/Thunar --daemon ")
Aug 21 17:31:49 debian org.freedesktop.thumbnails.Thumbnailer1[6134]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
Aug 21 17:31:49 debian org.freedesktop.thumbnails.Thumbnailer1[6134]: Registered thumbnailer /usr/share/blender/scripts/blender-thumbnailer.py %i %o
Aug 21 17:31:49 debian org.freedesktop.thumbnails.Thumbnailer1[6134]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
Aug 21 17:31:49 debian org.freedesktop.thumbnails.Thumbnailer1[6134]: Registered thumbnailer atril-thumbnailer -s %s %u %o
Aug 21 17:31:49 debian dbus-daemon[980]: [session uid=1000 pid=980] Successfully activated service 'org.freedesktop.thumbnails.Thumbnailer1'
Aug 21 17:32:54 debian systemd[955]: thunar.service: Main process exited, code=killed, status=9/KILL
Aug 21 17:32:54 debian systemd[955]: thunar.service: Failed with result 'signal'.
Aug 21 17:32:54 debian systemd[955]: thunar.service: Consumed 24.467s CPU time.
Aug 21 20:00:53 debian at-spi-bus-launcher[1064]: X connection to :0 broken (explicit kill or server shutdown).
Aug 21 20:00:53 debian systemd[955]: xfce4-notifyd.service: Main process exited, code=exited, status=1/FAILURE
Aug 21 20:00:53 debian systemd[955]: xfce4-notifyd.service: Failed with result 'exit-code'.
Aug 21 20:00:53 debian systemd[955]: gpg-agent.service: Succeeded.
Aug 21 20:00:53 debian systemd[955]: Stopped target Main User Target.
Aug 21 20:00:53 debian systemd[955]: Stopping Accessibility services bus...
Aug 21 20:00:53 debian systemd[955]: Stopping D-Bus User Message Bus...
Aug 21 20:00:53 debian systemd[955]: Stopping Virtual filesystem service - Apple File Conduit monitor...
Aug 21 20:00:53 debian systemd[955]: Stopping Virtual filesystem service...
Aug 21 20:00:53 debian systemd[955]: Stopping Virtual filesystem service - GNOME Online Accounts monitor...
Aug 21 20:00:53 debian systemd[955]: Stopping Virtual filesystem service - digital camera monitor...
Aug 21 20:00:53 debian systemd[955]: Stopping Virtual filesystem metadata service...
Aug 21 20:00:53 debian systemd[955]: Stopping Virtual filesystem service - Media Transfer Protocol monitor...
Aug 21 20:00:53 debian systemd[955]: Stopping Virtual filesystem service - disk device monitor...
Aug 21 20:00:53 debian pipewire-media-session[981]: error id:0 seq:158 res:-32 (Broken pipe): connection error
Aug 21 20:00:53 debian systemd[955]: Stopping Multimedia Service...
Aug 21 20:00:53 debian systemd[955]: Stopping Sound Service...
Aug 21 20:00:53 debian systemd[955]: gvfs-goa-volume-monitor.service: Succeeded.
Aug 21 20:00:53 debian systemd[955]: Stopped Virtual filesystem service - GNOME Online Accounts monitor.
Aug 21 20:00:53 debian systemd[955]: gvfs-mtp-volume-monitor.service: Succeeded.
Aug 21 20:00:53 debian systemd[955]: Stopped Virtual filesystem service - Media Transfer Protocol monitor.
Aug 21 20:00:53 debian systemd[955]: gvfs-gphoto2-volume-monitor.service: Succeeded.
Aug 21 20:00:53 debian systemd[955]: Stopped Virtual filesystem service - digital camera monitor.
Aug 21 20:00:53 debian systemd[955]: pipewire.service: Succeeded.
Aug 21 20:00:53 debian systemd[955]: Stopped Multimedia Service.
Aug 21 20:00:53 debian systemd[955]: gvfs-udisks2-volume-monitor.service: Succeeded.
Aug 21 20:00:53 debian systemd[955]: Stopped Virtual filesystem service - disk device monitor.
Aug 21 20:00:53 debian systemd[955]: gvfs-afc-volume-monitor.service: Succeeded.
Aug 21 20:00:53 debian systemd[955]: Stopped Virtual filesystem service - Apple File Conduit monitor.
Aug 21 20:00:53 debian systemd[955]: gvfs-metadata.service: Succeeded.
Aug 21 20:00:53 debian systemd[955]: Stopped Virtual filesystem metadata service.
Aug 21 20:00:53 debian systemd[955]: run-user-1000-gvfs.mount: Succeeded.
Aug 21 20:00:53 debian systemd[955]: dbus.service: Succeeded.
Aug 21 20:00:53 debian systemd[955]: Stopped D-Bus User Message Bus.
Aug 21 20:00:53 debian systemd[955]: dbus.service: Consumed 7.444s CPU time.
Aug 21 20:00:53 debian systemd[955]: at-spi-dbus-bus.service: Succeeded.
Aug 21 20:00:53 debian systemd[955]: Stopped Accessibility services bus.
Aug 21 20:00:53 debian systemd[955]: at-spi-dbus-bus.service: Consumed 4.349s CPU time.
Aug 21 20:00:53 debian systemd[955]: gvfs-daemon.service: Succeeded.
Aug 21 20:00:53 debian systemd[955]: Stopped Virtual filesystem service.
Aug 21 20:00:53 debian systemd[955]: pulseaudio.service: Succeeded.
Aug 21 20:00:53 debian systemd[955]: Stopped Sound Service.
Aug 21 20:00:53 debian systemd[955]: pulseaudio.service: Consumed 4min 54.564s CPU time.
Aug 21 20:00:53 debian systemd[955]: Stopped target Basic System.
Aug 21 20:00:53 debian systemd[955]: Stopped target Paths.
Aug 21 20:00:53 debian systemd[955]: Stopped target Sockets.
Aug 21 20:00:53 debian systemd[955]: Stopped target Timers.
Aug 21 20:00:53 debian systemd[955]: dbus.socket: Succeeded.
Aug 21 20:00:53 debian systemd[955]: Closed D-Bus User Message Bus Socket.
Aug 21 20:00:53 debian systemd[955]: dirmngr.socket: Succeeded.
Aug 21 20:00:53 debian systemd[955]: Closed GnuPG network certificate management daemon.
Aug 21 20:00:53 debian systemd[955]: gpg-agent-browser.socket: Succeeded.
Aug 21 20:00:53 debian systemd[955]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Aug 21 20:00:53 debian systemd[955]: gpg-agent-extra.socket: Succeeded.
Aug 21 20:00:53 debian systemd[955]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Aug 21 20:00:53 debian systemd[955]: gpg-agent-ssh.socket: Succeeded.
Aug 21 20:00:53 debian systemd[955]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Aug 21 20:00:53 debian systemd[955]: gpg-agent.socket: Succeeded.
Aug 21 20:00:53 debian systemd[955]: Closed GnuPG cryptographic agent and passphrase cache.
Aug 21 20:00:53 debian systemd[955]: pipewire.socket: Succeeded.
Aug 21 20:00:53 debian systemd[955]: Closed Multimedia System.
Aug 21 20:00:53 debian systemd[955]: pk-debconf-helper.socket: Succeeded.
Aug 21 20:00:53 debian systemd[955]: Closed debconf communication socket.
Aug 21 20:00:53 debian systemd[955]: pulseaudio.socket: Succeeded.
Aug 21 20:00:53 debian systemd[955]: Closed Sound System.
Aug 21 20:00:53 debian systemd[955]: Removed slice User Application Slice.
Aug 21 20:00:53 debian systemd[955]: app.slice: Consumed 5min 32.877s CPU time.
Aug 21 20:00:53 debian systemd[955]: Reached target Shutdown.
Aug 21 20:00:53 debian systemd[955]: systemd-exit.service: Succeeded.
Aug 21 20:00:53 debian systemd[955]: Finished Exit the Session.
Aug 21 20:00:53 debian systemd[955]: Reached target Exit the Session.
I'll try this again as root.

Last edited by mark_alfred; 08-24-2021 at 07:52 PM.
 
Old 08-24-2021, 08:26 PM   #9
mark_alfred
Senior Member
 
Registered: Jul 2003
Location: Toronto, Ontario, Canada
Distribution: Ubuntu Linux 16.04, Debian 10, LineageOS 14.1
Posts: 1,572

Original Poster
Rep: Reputation: 210Reputation: 210Reputation: 210
Okay, first here's both the kernel4boot.txt and kernel5boot.txt attached.
Attached Files
File Type: txt kernel4boot.txt (139.7 KB, 16 views)
File Type: txt kernel5boot.txt (172.0 KB, 23 views)
 
Old 08-24-2021, 08:30 PM   #10
mark_alfred
Senior Member
 
Registered: Jul 2003
Location: Toronto, Ontario, Canada
Distribution: Ubuntu Linux 16.04, Debian 10, LineageOS 14.1
Posts: 1,572

Original Poster
Rep: Reputation: 210Reputation: 210Reputation: 210
Quote:
Originally Posted by mrmazda View Post
The display is receiving an unsupported mode. The message you see amounts to a report to you from the display that it can't make sense of the input it's receiving. At the time you would select the alternate kernel, instead strike the E key, and append a mode you know the display supports to the linu line (which may be wrapped onto more than one line), e.g. video=1920x1080@60. If you still get the message, and it doesn't go away after a couple of minutes or more, try keying in Ctrl-Alt-F3. Does a login prompt appear?
I did try editing it, but I wasn't sure what I was doing. I do note that it attempts to boot a display "@70", which doesn't work. Kernel4 also does this, but then switches to a display "@60".
I also did try Ctrl-Alt-F3 (and F2, F4, F5...) and this did not give me a command line.
 
Old 08-24-2021, 08:57 PM   #11
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,837
Blog Entries: 1

Rep: Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070
Quote:
Originally Posted by mark_alfred View Post
I did try editing it, but I wasn't sure what I was doing.
After striking the E key at the Grub menu the line on which you need to append a compatible video= parameter currently contains this:
Code:
root=UUID=3cceb567-ed69-4c2c-9c4f-85980dec296a ro quiet
This line may not all fit without running over onto the next line, so find quiet, then add a space and video=whatever.

There should be a file /var/log/Xorg.0.log on the installed system. We need to see it. If you don't find it, look in /home/<yourusername/.local/share/xorg/ for Xorg.0.log and upload it, preferably to http://pastebin.com or http://paste.debian.net/ rather than attaching.
 
Old 08-24-2021, 09:16 PM   #12
mark_alfred
Senior Member
 
Registered: Jul 2003
Location: Toronto, Ontario, Canada
Distribution: Ubuntu Linux 16.04, Debian 10, LineageOS 14.1
Posts: 1,572

Original Poster
Rep: Reputation: 210Reputation: 210Reputation: 210
/var/log/Xorg.0.log:

Code:
[    34.616] 
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[    34.616] Build Operating System: linux Debian
[    34.616] Current Operating System: Linux debian 4.19.0-17-amd64 #1 SMP Debian 4.19.194-3 (2021-07-18) x86_64
[    34.616] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.19.0-17-amd64 root=UUID=3cceb567-ed69-4c2c-9c4f-85980dec296a ro quiet
[    34.616] Build Date: 13 April 2021  04:07:31PM
[    34.616] xorg-server 2:1.20.11-1 (https://www.debian.org/support) 
[    34.616] Current version of pixman: 0.40.0
[    34.616] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    34.616] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    34.616] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Aug 24 21:08:33 2021
[    35.083] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    35.538] (==) No Layout section.  Using the first Screen section.
[    35.538] (==) No screen section available. Using defaults.
[    35.539] (**) |-->Screen "Default Screen Section" (0)
[    35.539] (**) |   |-->Monitor "<default monitor>"
[    35.579] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    35.579] (==) Automatically adding devices
[    35.579] (==) Automatically enabling devices
[    35.579] (==) Automatically adding GPU devices
[    35.579] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    35.921] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    35.921] 	Entry deleted from font path.
[    36.405] (==) 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
[    36.405] (==) ModulePath set to "/usr/lib/xorg/modules"
[    36.405] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    36.405] (II) Loader magic: 0x5555bf562e40
[    36.405] (II) Module ABI versions:
[    36.405] 	X.Org ANSI C Emulation: 0.4
[    36.405] 	X.Org Video Driver: 24.1
[    36.405] 	X.Org XInput driver : 24.1
[    36.405] 	X.Org Server Extension : 10.0
[    36.406] (++) using VT number 7

[    36.406] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    36.407] (II) xfree86: Adding drm device (/dev/dri/card0)
[    36.411] (--) PCI:*(0@0:2:0) 8086:29b2:1028:0211 rev 2, Mem @ 0xfea00000/524288, 0xd0000000/268435456, 0xfeb00000/1048576, I/O @ 0x0000ec90/8, BIOS @ 0x????????/131072
[    36.411] (--) PCI: (0@0:2:1) 8086:29b3:1028:0211 rev 2, Mem @ 0xfea80000/524288
[    36.466] (II) LoadModule: "glx"
[    36.945] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    37.887] (II) Module glx: vendor="X.Org Foundation"
[    37.887] 	compiled for 1.20.11, module version = 1.0.0
[    37.887] 	ABI class: X.Org Server Extension, version 10.0
[    37.887] (==) Matched intel as autoconfigured driver 0
[    37.887] (==) Matched modesetting as autoconfigured driver 1
[    37.888] (==) Matched fbdev as autoconfigured driver 2
[    37.888] (==) Matched vesa as autoconfigured driver 3
[    37.888] (==) Assigned the driver to the xf86ConfigLayout
[    37.888] (II) LoadModule: "intel"
[    37.888] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    38.319] (II) Module intel: vendor="X.Org Foundation"
[    38.320] 	compiled for 1.20.9, module version = 2.99.917
[    38.320] 	Module class: X.Org Video Driver
[    38.320] 	ABI class: X.Org Video Driver, version 24.1
[    38.320] (II) LoadModule: "modesetting"
[    38.320] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    38.418] (II) Module modesetting: vendor="X.Org Foundation"
[    38.418] 	compiled for 1.20.11, module version = 1.20.11
[    38.418] 	Module class: X.Org Video Driver
[    38.419] 	ABI class: X.Org Video Driver, version 24.1
[    38.419] (II) LoadModule: "fbdev"
[    38.419] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    38.502] (II) Module fbdev: vendor="X.Org Foundation"
[    38.502] 	compiled for 1.20.0, module version = 0.5.0
[    38.502] 	Module class: X.Org Video Driver
[    38.502] 	ABI class: X.Org Video Driver, version 24.0
[    38.502] (II) LoadModule: "vesa"
[    38.502] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    38.541] (II) Module vesa: vendor="X.Org Foundation"
[    38.541] 	compiled for 1.20.9, module version = 2.5.0
[    38.541] 	Module class: X.Org Video Driver
[    38.541] 	ABI class: X.Org Video Driver, version 24.1
[    38.541] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    38.542] (II) intel: Driver for Intel(R) HD Graphics
[    38.542] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[    38.542] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[    38.542] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    38.542] (II) FBDEV: driver for framebuffer: fbdev
[    38.542] (II) VESA: driver for VESA chipsets: vesa
[    38.608] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20180719
[    38.609] (II) intel(0): SNA compiled: xserver-xorg-video-intel 2:2.99.917+git20200714-1+b1 (amd64 / i386 Build Daemon (x86-csail-01) <buildd_amd64-x86-csail-01@buildd.debian.org>)
[    38.609] (II) intel(0): SNA compiled for use with valgrind
[    38.672] (WW) Falling back to old probe method for modesetting
[    38.672] (WW) Falling back to old probe method for fbdev
[    38.672] (II) Loading sub module "fbdevhw"
[    38.672] (II) LoadModule: "fbdevhw"
[    38.673] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    38.730] (II) Module fbdevhw: vendor="X.Org Foundation"
[    38.730] 	compiled for 1.20.11, module version = 0.0.2
[    38.730] 	ABI class: X.Org Video Driver, version 24.1
[    38.781] (--) intel(0): Integrated Graphics Chipset: Intel(R) Q35
[    38.781] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3; using a maximum of 2 threads
[    38.781] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    38.781] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    38.781] (==) intel(0): RGB weight 888
[    38.781] (==) intel(0): Default visual is TrueColor
[    38.792] (II) intel(0): Output VGA1 has no monitor section
[    38.793] (II) intel(0): Enabled output VGA1
[    38.793] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    38.793] (II) intel(0): Output VIRTUAL1 has no monitor section
[    38.793] (II) intel(0): Enabled output VIRTUAL1
[    38.793] (--) intel(0): Output VGA1 using initial mode 1280x1024 on pipe 0
[    38.793] (==) intel(0): TearFree disabled
[    38.793] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[    38.793] (==) intel(0): DPI set to (96, 96)
[    38.793] (II) Loading sub module "dri3"
[    38.793] (II) LoadModule: "dri3"
[    38.793] (II) Module "dri3" already built-in
[    38.793] (II) Loading sub module "dri2"
[    38.793] (II) LoadModule: "dri2"
[    38.793] (II) Module "dri2" already built-in
[    38.793] (II) Loading sub module "present"
[    38.793] (II) LoadModule: "present"
[    38.793] (II) Module "present" already built-in
[    38.793] (II) UnloadModule: "modesetting"
[    38.793] (II) Unloading modesetting
[    38.793] (II) UnloadModule: "fbdev"
[    38.793] (II) Unloading fbdev
[    38.793] (II) UnloadSubModule: "fbdevhw"
[    38.793] (II) Unloading fbdevhw
[    38.793] (II) UnloadModule: "vesa"
[    38.793] (II) Unloading vesa
[    38.879] (II) intel(0): SNA initialized with Alviso (gen3) backend
[    38.879] (==) intel(0): Backing store enabled
[    38.879] (==) intel(0): Silken mouse enabled
[    38.898] (II) intel(0): HW Cursor enabled
[    38.947] (==) intel(0): DPMS enabled
[    38.947] (==) intel(0): Display hotplug detection enabled
[    38.982] (II) intel(0): [XvMC] i915_xvmc driver initialized.
[    38.982] (II) intel(0): [DRI2] Setup complete
[    38.982] (II) intel(0): [DRI2]   DRI driver: i915
[    38.982] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    38.982] (II) intel(0): direct rendering: DRI2 enabled
[    38.982] (II) intel(0): hardware support for Present enabled
[    38.982] (II) Initializing extension Generic Event Extension
[    38.982] (II) Initializing extension SHAPE
[    38.982] (II) Initializing extension MIT-SHM
[    38.982] (II) Initializing extension XInputExtension
[    39.015] (II) Initializing extension XTEST
[    39.015] (II) Initializing extension BIG-REQUESTS
[    39.015] (II) Initializing extension SYNC
[    39.015] (II) Initializing extension XKEYBOARD
[    39.016] (II) Initializing extension XC-MISC
[    39.016] (II) Initializing extension SECURITY
[    39.016] (II) Initializing extension XFIXES
[    39.016] (II) Initializing extension RENDER
[    39.016] (II) Initializing extension RANDR
[    39.017] (II) Initializing extension COMPOSITE
[    39.017] (II) Initializing extension DAMAGE
[    39.017] (II) Initializing extension MIT-SCREEN-SAVER
[    39.017] (II) Initializing extension DOUBLE-BUFFER
[    39.017] (II) Initializing extension RECORD
[    39.018] (II) Initializing extension DPMS
[    39.018] (II) Initializing extension Present
[    39.018] (II) Initializing extension DRI3
[    39.018] (II) Initializing extension X-Resource
[    39.018] (II) Initializing extension XVideo
[    39.018] (II) Initializing extension XVideo-MotionCompensation
[    39.019] (II) Initializing extension SELinux
[    39.019] (II) SELinux: Disabled on system
[    39.019] (II) Initializing extension GLX
[    41.462] (II) AIGLX: Loaded and initialized i915
[    41.462] (II) GLX: Initialized DRI2 GL provider for screen 0
[    41.462] (II) Initializing extension XFree86-VidModeExtension
[    41.462] (II) Initializing extension XFree86-DGA
[    41.462] (II) Initializing extension XFree86-DRI
[    41.526] (II) Initializing extension DRI2
[    41.661] (II) intel(0): switch to mode 1280x1024@60.0 on VGA1 using pipe 0, position (0, 0), rotation normal, reflection none
[    41.672] (II) intel(0): Setting screen physical size to 338 x 270
[    45.763] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    45.764] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    45.764] (II) LoadModule: "libinput"
[    45.764] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    46.070] (II) Module libinput: vendor="X.Org Foundation"
[    46.070] 	compiled for 1.20.8, module version = 0.30.0
[    46.070] 	Module class: X.Org XInput Driver
[    46.070] 	ABI class: X.Org XInput driver, version 24.1
[    46.070] (II) Using input driver 'libinput' for 'Power Button'
[    46.070] (**) Power Button: always reports core events
[    46.070] (**) Option "Device" "/dev/input/event1"
[    46.071] (**) Option "_source" "server/udev"
[    46.397] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    46.397] (II) event1  - Power Button: device is a keyboard
[    46.397] (II) event1  - Power Button: device removed
[    46.416] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event1"
[    46.416] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    46.416] (**) Option "xkb_model" "pc105"
[    46.416] (**) Option "xkb_layout" "us"
[    46.418] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    46.418] (II) event1  - Power Button: device is a keyboard
[    46.419] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    46.419] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    46.419] (II) Using input driver 'libinput' for 'Power Button'
[    46.419] (**) Power Button: always reports core events
[    46.419] (**) Option "Device" "/dev/input/event0"
[    46.419] (**) Option "_source" "server/udev"
[    46.420] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    46.420] (II) event0  - Power Button: device is a keyboard
[    46.420] (II) event0  - Power Button: device removed
[    46.432] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event0"
[    46.432] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    46.432] (**) Option "xkb_model" "pc105"
[    46.432] (**) Option "xkb_layout" "us"
[    46.434] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    46.434] (II) event0  - Power Button: device is a keyboard
[    46.436] (II) config/udev: Adding input device USBPS2 (/dev/input/event2)
[    46.436] (**) USBPS2: Applying InputClass "libinput keyboard catchall"
[    46.436] (II) Using input driver 'libinput' for 'USBPS2'
[    46.436] (**) USBPS2: always reports core events
[    46.436] (**) Option "Device" "/dev/input/event2"
[    46.436] (**) Option "_source" "server/udev"
[    46.438] (II) event2  - USBPS2: is tagged by udev as: Keyboard
[    46.438] (II) event2  - USBPS2: device is a keyboard
[    46.438] (II) event2  - USBPS2: device removed
[    46.460] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1:1.0/0003:0D3D:0001.0001/input/input5/event2"
[    46.460] (II) XINPUT: Adding extended input device "USBPS2" (type: KEYBOARD, id 8)
[    46.460] (**) Option "xkb_model" "pc105"
[    46.460] (**) Option "xkb_layout" "us"
[    46.463] (II) event2  - USBPS2: is tagged by udev as: Keyboard
[    46.463] (II) event2  - USBPS2: device is a keyboard
[    46.465] (II) config/udev: Adding input device USBPS2 Mouse (/dev/input/event3)
[    46.465] (**) USBPS2 Mouse: Applying InputClass "libinput pointer catchall"
[    46.465] (II) Using input driver 'libinput' for 'USBPS2 Mouse'
[    46.465] (**) USBPS2 Mouse: always reports core events
[    46.465] (**) Option "Device" "/dev/input/event3"
[    46.465] (**) Option "_source" "server/udev"
[    46.467] (II) event3  - USBPS2 Mouse: is tagged by udev as: Mouse
[    46.467] (II) event3  - USBPS2 Mouse: device is a pointer
[    46.467] (II) event3  - USBPS2 Mouse: device removed
[    46.496] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1:1.1/0003:0D3D:0001.0002/input/input6/event3"
[    46.496] (II) XINPUT: Adding extended input device "USBPS2 Mouse" (type: MOUSE, id 9)
[    46.497] (**) Option "AccelerationScheme" "none"
[    46.497] (**) USBPS2 Mouse: (accel) selected scheme none/0
[    46.497] (**) USBPS2 Mouse: (accel) acceleration factor: 2.000
[    46.497] (**) USBPS2 Mouse: (accel) acceleration threshold: 4
[    46.499] (II) event3  - USBPS2 Mouse: is tagged by udev as: Mouse
[    46.499] (II) event3  - USBPS2 Mouse: device is a pointer
[    46.500] (II) config/udev: Adding input device USBPS2 Mouse (/dev/input/mouse0)
[    46.500] (II) No input driver specified, ignoring this device.
[    46.500] (II) This device may have been added with another device file.
[    46.501] (II) config/udev: Adding input device USBPS2 Consumer Control (/dev/input/event4)
[    46.501] (**) USBPS2 Consumer Control: Applying InputClass "libinput keyboard catchall"
[    46.501] (II) Using input driver 'libinput' for 'USBPS2 Consumer Control'
[    46.501] (**) USBPS2 Consumer Control: always reports core events
[    46.501] (**) Option "Device" "/dev/input/event4"
[    46.501] (**) Option "_source" "server/udev"
[    46.503] (II) event4  - USBPS2 Consumer Control: is tagged by udev as: Keyboard
[    46.504] (II) event4  - USBPS2 Consumer Control: device is a keyboard
[    46.504] (II) event4  - USBPS2 Consumer Control: device removed
[    46.516] (II) libinput: USBPS2 Consumer Control: needs a virtual subdevice
[    46.516] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1:1.1/0003:0D3D:0001.0002/input/input7/event4"
[    46.516] (II) XINPUT: Adding extended input device "USBPS2 Consumer Control" (type: MOUSE, id 10)
[    46.517] (**) Option "AccelerationScheme" "none"
[    46.517] (**) USBPS2 Consumer Control: (accel) selected scheme none/0
[    46.517] (**) USBPS2 Consumer Control: (accel) acceleration factor: 2.000
[    46.517] (**) USBPS2 Consumer Control: (accel) acceleration threshold: 4
[    46.519] (II) event4  - USBPS2 Consumer Control: is tagged by udev as: Keyboard
[    46.519] (II) event4  - USBPS2 Consumer Control: device is a keyboard
[    46.520] (II) config/udev: Adding input device USBPS2 System Control (/dev/input/event5)
[    46.520] (**) USBPS2 System Control: Applying InputClass "libinput keyboard catchall"
[    46.520] (II) Using input driver 'libinput' for 'USBPS2 System Control'
[    46.520] (**) USBPS2 System Control: always reports core events
[    46.520] (**) Option "Device" "/dev/input/event5"
[    46.520] (**) Option "_source" "server/udev"
[    46.522] (II) event5  - USBPS2 System Control: is tagged by udev as: Keyboard
[    46.523] (II) event5  - USBPS2 System Control: device is a keyboard
[    46.523] (II) event5  - USBPS2 System Control: device removed
[    46.536] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1:1.1/0003:0D3D:0001.0002/input/input8/event5"
[    46.536] (II) XINPUT: Adding extended input device "USBPS2 System Control" (type: KEYBOARD, id 11)
[    46.536] (**) Option "xkb_model" "pc105"
[    46.536] (**) Option "xkb_layout" "us"
[    46.539] (II) event5  - USBPS2 System Control: is tagged by udev as: Keyboard
[    46.539] (II) event5  - USBPS2 System Control: device is a keyboard
[    46.540] (II) config/udev: Adding input device Logitech Optical USB Mouse (/dev/input/event6)
[    46.540] (**) Logitech Optical USB Mouse: Applying InputClass "libinput pointer catchall"
[    46.540] (II) Using input driver 'libinput' for 'Logitech Optical USB Mouse'
[    46.540] (**) Logitech Optical USB Mouse: always reports core events
[    46.540] (**) Option "Device" "/dev/input/event6"
[    46.540] (**) Option "_source" "server/udev"
[    46.602] (II) event6  - Logitech Optical USB Mouse: is tagged by udev as: Mouse
[    46.602] (II) event6  - Logitech Optical USB Mouse: device set to 400 DPI
[    46.602] (II) event6  - Logitech Optical USB Mouse: device is a pointer
[    46.602] (II) event6  - Logitech Optical USB Mouse: device removed
[    46.632] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb2/2-2/2-2:1.0/0003:046D:C016.0003/input/input9/event6"
[    46.632] (II) XINPUT: Adding extended input device "Logitech Optical USB Mouse" (type: MOUSE, id 12)
[    46.633] (**) Option "AccelerationScheme" "none"
[    46.633] (**) Logitech Optical USB Mouse: (accel) selected scheme none/0
[    46.633] (**) Logitech Optical USB Mouse: (accel) acceleration factor: 2.000
[    46.633] (**) Logitech Optical USB Mouse: (accel) acceleration threshold: 4
[    46.694] (II) event6  - Logitech Optical USB Mouse: is tagged by udev as: Mouse
[    46.694] (II) event6  - Logitech Optical USB Mouse: device set to 400 DPI
[    46.694] (II) event6  - Logitech Optical USB Mouse: device is a pointer
[    46.695] (II) config/udev: Adding input device Logitech Optical USB Mouse (/dev/input/mouse1)
[    46.695] (II) No input driver specified, ignoring this device.
[    46.695] (II) This device may have been added with another device file.
[    46.696] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
[    46.696] (II) No input driver specified, ignoring this device.
[    46.696] (II) This device may have been added with another device file.
[    46.696] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event9)
[    46.696] (II) No input driver specified, ignoring this device.
[    46.696] (II) This device may have been added with another device file.
[    46.697] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event10)
[    46.697] (II) No input driver specified, ignoring this device.
[    46.697] (II) This device may have been added with another device file.
[    46.698] (II) config/udev: Adding input device HDA Intel Line Out (/dev/input/event11)
[    46.698] (II) No input driver specified, ignoring this device.
[    46.698] (II) This device may have been added with another device file.
[    46.698] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event12)
[    46.698] (II) No input driver specified, ignoring this device.
[    46.698] (II) This device may have been added with another device file.
[    46.699] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[    46.699] (II) No input driver specified, ignoring this device.
[    46.699] (II) This device may have been added with another device file.
[    46.721] (**) USBPS2 Consumer Control: Applying InputClass "libinput keyboard catchall"
[    46.721] (II) Using input driver 'libinput' for 'USBPS2 Consumer Control'
[    46.721] (**) USBPS2 Consumer Control: always reports core events
[    46.721] (**) Option "Device" "/dev/input/event4"
[    46.721] (**) Option "_source" "_driver/libinput"
[    46.721] (II) libinput: USBPS2 Consumer Control: is a virtual subdevice
[    46.721] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1:1.1/0003:0D3D:0001.0002/input/input7/event4"
[    46.721] (II) XINPUT: Adding extended input device "USBPS2 Consumer Control" (type: KEYBOARD, id 13)
[    46.721] (**) Option "xkb_model" "pc105"
[    46.721] (**) Option "xkb_layout" "us"
[    46.752] (II) intel(0): EDID vendor "DEL", prod id 40981
[    46.752] (II) intel(0): Using EDID range info for horizontal sync
[    46.752] (II) intel(0): Using EDID range info for vertical refresh
[    46.752] (II) intel(0): Printing DDC gathered Modelines:
[    46.752] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[    46.752] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    46.752] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    46.752] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    46.752] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    46.752] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    46.752] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    46.752] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    46.752] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    46.752] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   232.707] (II) event6  - Logitech Optical USB Mouse: Enabling spurious button debouncing, see https://wayland.freedesktop.org/libinput/doc/1.16.4/button-debouncing.html for details
 
Old 08-24-2021, 09:40 PM   #13
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,837
Blog Entries: 1

Rep: Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070
Peruse any /etc/X11/xorg.conf and /etc/X11/xorg.conf.d/*.conf file for any line that looks like
Code:
	Driver		"intel"
If you find one, remove the "f" from its filename, or make any filename change that doesn't end in ".conf". Then reboot. If this doesn't help, do
Code:
apt purge xserver-xorg-video-intel
and reboot and report back. If that doesn't help, reinstall xserver-xorg-video-intel. Your Q35 might be just barely too old for support from the alternative modesetting DIX driver.

Last edited by mrmazda; 08-24-2021 at 09:51 PM.
 
Old 08-24-2021, 10:38 PM   #14
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,837
Blog Entries: 1

Rep: Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070Reputation: 2070
If you find it necessary to keep xserver-xorg-video-intel installed, and 5.x still won't work, try including within any existing file named /etc/X11/xorg.conf.d/*-intel.conf, or create a file named /etc/X11/xorg.conf.d/25-intel.conf to contain the following:
Code:
Section "Device"
	Identifier	"IntelQ35Options"
	Driver		"intel"
	Option		"ReprobeOutputs" "on"	# default off
EndSection
The identifier name is free to use whatever you please.
 
Old 08-24-2021, 10:57 PM   #15
Brains
Senior Member
 
Registered: Apr 2009
Distribution: All OS except Apple
Posts: 1,591

Rep: Reputation: 389Reputation: 389Reputation: 389Reputation: 389
When I upgraded from Debian Woody to Sarge, the forums were so busy I vowed to never upgrade again (any OS).

I can see the benefits of botched upgrades for the proprietary OS vendors, sell more.

Been snorting Debian Testing for well over 10 years (addicted, don't tell my mom).

Testing keeps growing and eventually starts threatening to dictate how I allocate my time by playing the slightly dazed and confused angle.
I'm always prepared for a fresh install with all personal data in the Data drive. Get a list of all installed packages (apt list --installed > pac && cat pac | cut -d "/" -f1 > pacs && rm pac), maybe shrink the partition to bare minimum and make a dd backup image of the OS in case I forgot something, just mount the image from the new install, re-format and reinstall.

About once every 6-8 months. One good evening and I sleep with a smile (I think)

EDIT: With EFI, / partition don't have a boot sector, mounting most raw gpt partition images is as simple as: mount dd.img /mnt

Last edited by Brains; 08-25-2021 at 12:24 AM.
 
  


Reply

Tags
bullseye, debian, kernel



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] IPv6 works, then stops working, then works again after restarting networking service woowoo Linux - Server 2 05-11-2015 11:53 PM
Nothing to hide ? Then release all your details publicly and have nothing to fear. H_TeXMeX_H General 61 07-01-2013 01:04 PM
Urgent : GRUB loading, please wait... then appear "Error 15" Mr.Newbie Linux - Newbie 9 10-24-2008 06:56 PM
Urgent : GRUB loading, please wait... then appear "Error 15" Mr.Newbie Slackware - Installation 5 10-23-2008 02:31 PM
I download then wait and download and wait... jsheffie SUSE / openSUSE 1 11-04-2005 04:43 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 01:15 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration