vogle
September 19, 2024, 4:39pm
1
My ~/.bash_profile reads
[[ -f ~/.bashrc ]] && . ~/.bashrc
Logout, I only can log back into Xorg after Gnome 47 update.
OS: EndeavourOS x86_64
Host: Inspiron 5567
Kernel: Linux 6.10.10-arch1-1
Uptime: 2 hours, 31 mins
Packages: 1317 (pacman), 30 (flatpa)
Shell: bash 5.2.32
Display (SONY TV): 1360x768 @ 60 Hz*
Display (BOE06A9): 1280x720 @ 60 Hz]
DE: GNOME 47.0
WM: Mutter (X11)
WM Theme: Adwaita
Theme: Adwaita [GTK2/3/4]
Icons: Adwaita [GTK2/3/4]
Font: Cantarell (11pt) [GTK2/3/4]
Cursor: Adwaita (24px)
Terminal: GNOME Terminal 3.54.0
Terminal Font: Source Code Pro (10p)
CPU: Intel(R) Core™ i7-7500U (4)z
GPU 1: AMD Radeon R5 M445 Series [D]
GPU 2: Intel HD Graphics 620 @ 1.05]
Memory: 3.97 GiB / 7.66 GiB (52%)
Swap: 0 B / 8.80 GiB (0%)
Disk (/): 289.23 GiB / 906.19 GiB (4
Report details
Date generated: 2024-09-19 11:39:07
Hardware Information:
Hardware Model: Dell Inc. Inspiron 5567
Memory: 8.0 GiB
Processor: Intel® Core™ i7-7500U × 4
Graphics: Intel® HD Graphics 620 (KBL GT2)
Disk Capacity: 1.0 TB
Software Information:
Firmware Version: 1.5.0
OS Name: EndeavourOS
OS Build: 2023.05.28
OS Type: 64-bit
GNOME Version: 47
Windowing System: X11
Kernel Version: Linux 6.10.10-arch1-1
eso
September 21, 2024, 10:04pm
2
@vogle
cat .bash_profile
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
Sorry, but before entering password at gdm login
did you click on the cogweel (down right) and choose GNOME?
cat .bashrc
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
alias grep='grep --color=auto'
PS1='[\u@\h \W]\$ '
vogle
September 22, 2024, 1:25am
3
Yes I did. Tx
ect/environment has this inside:
QT_QPA_PLATFORMTHEME=qt6ct
#QT_STYLE_OVERRIDE=kvantum
QT_QPA_PLATFORM=wayland
BROWSER=firefox
EDITOR=nano
ect/gdm has this inside:
GDM configuration storage
[daemon]
AutomaticLoginEnable=True
Uncomment the line below to force the login screen to use Xorg
#WaylandEnable=false
WaylandEnable=true
[security]
[xdmcp]
[chooser]
[debug]
Uncomment the line below to turn on debugging
#Enable=true
eso
September 22, 2024, 11:52am
4
In /etc/environment the only difference:
#QT_QPA_PLATFORMTHEME=qt5ct
cat /etc/gdm/custom.conf
# GDM configuration storage
[daemon]
AutomaticLoginEnable=False
# Uncomment the line below to force the login screen to use Xorg
#WaylandEnable=false
[security]
[xdmcp]
[chooser]
[debug]
# Uncomment the line below to turn on debugging
#Enable=true
BTW AutomaticLoginEnable=True
then you log out and select GNOME (wayland) don’t you?
vogle
September 23, 2024, 1:24am
5
Yes, tried that. Thank You