Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4819

Beginners • Raspberry Pi 4 GUI Problems

$
0
0
Hi there,

I am new to Raspberry, I recently got a Pi 4 with 8GB.
I got it for the MagicMirror but I can´t get my Raspi to show me the GUI on the screen.
The screen is a Dell (not sure the exact model but something like a P234H) 1920x1080.
Raspi is freshly installed with Pi Imager with Raspberry Pi OS (64-Bit)
SD Card is 64GB
HDMI Cable is plugged into 0 (the one next to the USB C)

Things that work:
- SSH works great
- VNC works great
- Console is displayed on the screen if I set (sudo raspi-config) it to boot into console but as soon as I change it to autoboot into GUI it boots, I get the rainbow screen, than the console cursor blinks on a black screen and that is all. Tried both login screen and autologin as my user.
- While booting I do get the rainbow screen and even the boot process with every line showing (OK)

Things that I have done:
- sudo startx does start the gui on my screen and it works for like 3-4 seconds and than it goes back to black screen with console cursor (the blinking _ )
- I have been searching most forums and I have tried to change /boot/firmware/config.txt
# Enable DRM VC4 V3D driver
dtoverlay=vc4-kms-v3d (Here I tried to change it from vc4 to vc3)
max_framebuffers=2
hdmi_force_hotplug=1 (I have added this because someone said this solved the problem)

- I am posting below the log file from X.Org



[ 2087.853]
X.Org X Server 1.21.1.7 X Protocol Version 11, Revision 0 [ 2087.853] Current Operating System: Linux raspi 6.6.51+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.51-1+rpt3 (2024-10-08)>[ 2087.853] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_h>[ 2087.854] xorg-server 2:21.1.7-3+rpt3+deb12u7 (https://www.debian.org/support) [ 2087.854] Current version of pixman: 0.42.2 [ 2087.854] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 2087.854] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 2087.854] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Oct 17 01:50:03 2024 [ 2087.854] (==) Using config directory: "/etc/X11/xorg.conf.d" [ 2087.854] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 2087.855] (==) No Layout section. Using the first Screen section. [ 2087.855] (==) No screen section available. Using defaults. [ 2087.855] (**) |-->Screen "Default Screen Section" (0) [ 2087.855] (**) | |-->Monitor "<default monitor>" [ 2087.855] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 2087.855] (**) Option "Debug" "dmabuf_capable" [ 2087.855] (==) Automatically adding devices [ 2087.855] (==) Automatically enabling devices [ 2087.855] (==) Automatically adding GPU devices [ 2087.855] (==) Automatically binding GPU devices [ 2087.855] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 2087.855] (WW) The directory "/usr/share/fonts/X11/misc" does not exist. [ 2087.855] Entry deleted from font path. [ 2087.855] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. [ 2087.855] Entry deleted from font path. [ 2087.855] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist. [ 2087.855] Entry deleted from font path. [ 2087.855] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist. [ 2087.855] Entry deleted from font path. [ 2087.855] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist. [ 2087.855] Entry deleted from font path. [ 2087.855] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist. [ 2087.855] Entry deleted from font path. [ 2087.855] (==) FontPath set to: /usr/share/fonts/X11/Type1, built-ins [ 2087.855] (==) ModulePath set to "/usr/lib/xorg/modules" [ 2087.855] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 2087.855] (II) Loader magic: 0x556d510ef0 [ 2087.855] (II) Module ABI versions: [ 2087.855] X.Org ANSI C Emulation: 0.4 [ 2087.855] X.Org Video Driver: 25.2 [ 2087.855] X.Org XInput driver : 24.4 [ 2087.855] X.Org Server Extension : 10.0 [ 2087.857] (--) using VT number 2
[ 2087.857] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind >[ 2087.858] (II) no primary bus or device found
[ 2087.858] (II) LoadModule: "glx"
[ 2087.858] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 2087.860] (II) Module glx: vendor="X.Org Foundation"
[ 2087.860] compiled for 1.21.1.7, module version = 1.0.0
[ 2087.860] ABI class: X.Org Server Extension, version 10.0
[ 2087.860] (==) Matched modesetting as autoconfigured driver 0
[ 2087.860] (==) Matched fbdev as autoconfigured driver 1
[ 2087.860] (==) Assigned the driver to the xf86ConfigLayout
[ 2087.860] (II) LoadModule: "modesetting"
[ 2087.861] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 2087.862] (II) Module modesetting: vendor="X.Org Foundation"
[ 2087.862] compiled for 1.21.1.7, module version = 1.21.1
[ 2087.862] Module class: X.Org Video Driver
[ 2087.862] ABI class: X.Org Video Driver, version 25.2
[ 2087.862] (II) LoadModule: "fbdev"
[ 2087.862] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 2087.862] (II) Module fbdev: vendor="X.Org Foundation"
[ 2087.862] compiled for 1.21.1.3, module version = 0.5.0
[ 2087.862] Module class: X.Org Video Driver
[ 2087.862] ABI class: X.Org Video Driver, version 25.2
[ 2087.862] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 2087.862] (II) FBDEV: driver for framebuffer: fbdev
[ 2087.863] (WW) Falling back to old probe method for modesetting
[ 2087.863] (EE) open /dev/dri/card0: No such file or directory
[ 2087.863] (WW) Falling back to old probe method for fbdev
[ 2087.863] (II) Loading sub module "fbdevhw"
[ 2087.863] (II) LoadModule: "fbdevhw"
[ 2087.863] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 2087.864] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 2087.864] compiled for 1.21.1.7, module version = 0.0.2
[ 2087.864] ABI class: X.Org Video Driver, version 25.2
[ 2087.864] (II) FBDEV(0): using default device
[ 2087.864] (II) FBDEV(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 2087.864] (==) FBDEV(0): Depth 24, (==) framebuffer bpp 32
[ 2087.864] (==) FBDEV(0): RGB weight 888
[ 2087.864] (==) FBDEV(0): Default visual is TrueColor
[ 2087.864] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
[ 2087.864] (II) FBDEV(0): hardware: BCM2708 FB (video memory: 999kB)
[ 2087.864] (DB) xf86MergeOutputClassOptions unsupported bus type 0
[ 2087.864] (II) FBDEV(0): checking modes against framebuffer device...
[ 2087.864] (II) FBDEV(0): checking modes against monitor...
[ 2087.864] (II) FBDEV(0): Virtual size is 592x432 (pitch 592)
[ 2087.864] (**) FBDEV(0): Built-in mode "current"
[ 2087.864] (==) FBDEV(0): DPI set to (96, 96)
[ 2087.864] (II) Loading sub module "fb"
[ 2087.864] (II) LoadModule: "fb"
[ 2087.864] (II) Module "fb" already built-in
[ 2087.864] (**) FBDEV(0): using shadow framebuffer
[ 2087.864] (II) Loading sub module "shadow"
[ 2087.864] (II) LoadModule: "shadow"
[ 2087.864] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 2087.865] (II) Module shadow: vendor="X.Org Foundation"
[ 2087.865] compiled for 1.21.1.7, module version = 1.1.0
[ 2087.865] ABI class: X.Org ANSI C Emulation, version 0.4
[ 2087.865] (II) UnloadModule: "modesetting"
[ 2087.865] (II) Unloading modesetting
[ 2087.866] (==) FBDEV(0): Backing store enabled
[ 2087.866] (==) FBDEV(0): DPMS enabled
[ 2087.866] (II) Initializing extension Generic Event Extension
[ 2087.867] (II) Initializing extension SHAPE
[ 2087.867] (II) Initializing extension MIT-SHM
[ 2087.867] (II) Initializing extension XInputExtension
[ 2087.867] (II) Initializing extension XTEST
[ 2087.868] (II) Initializing extension BIG-REQUESTS
[ 2087.868] (II) Initializing extension SYNC
[ 2087.868] (II) Initializing extension XKEYBOARD
[ 2087.868] (II) Initializing extension XC-MISC
[ 2087.869] (II) Initializing extension SECURITY
[ 2087.869] (II) Initializing extension XFIXES
[ 2087.869] (II) Initializing extension RENDER
[ 2087.869] (II) Initializing extension RANDR
[ 2087.870] (II) Initializing extension COMPOSITE
[ 2087.870] (II) Initializing extension DAMAGE
[ 2087.870] (II) Initializing extension MIT-SCREEN-SAVER
[ 2087.870] (II) Initializing extension DOUBLE-BUFFER
[ 2087.871] (II) Initializing extension RECORD
[ 2087.871] (II) Initializing extension DPMS
[ 2087.871] (II) Initializing extension Present
[ 2087.871] (II) Initializing extension DRI3
[ 2087.871] (II) Initializing extension X-Resource
[ 2087.872] (II) Initializing extension XVideo
[ 2087.872] (II) Initializing extension XVideo-MotionCompensation
[ 2087.872] (II) Initializing extension SELinux
[ 2087.872] (II) SELinux: Disabled on system
[ 2087.872] (II) Initializing extension GLX
[ 2087.872] (II) AIGLX: Screen 0 is not DRI2 capable
[ 2087.967] (II) IGLX: Loaded and initialized swrast
[ 2087.967] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 2087.967] (II) Initializing extension XFree86-VidModeExtension
[ 2087.967] (II) Initializing extension XFree86-DGA
[ 2087.967] (II) Initializing extension XFree86-DRI
[ 2087.967] (II) Initializing extension DRI2
[ 2100.174] (II) Server terminated successfully (0). Closing log file.

I hope I have left enough information for someone to guide me, I have basic linux knowledge.

Thanks!

Statistics: Posted by cccgs — Thu Oct 17, 2024 12:16 am



Viewing all articles
Browse latest Browse all 4819

Trending Articles