You are not logged in.
Old log by timestamp and
[+0.00s] DEBUG: [LightDM] contains unknown option greeter-session
(which is no longer in the last posted config)
Also why does the log belong to your user?
How do you start lightdm? What's the location of the log file?
I start lightdm using systemctl start lightdm (its already enabled)
Log file is in /home/ldf/.cache/lightdm/log
Offline
#log-directory=/var/log/lightdm
Online
#log-directory=/var/log/lightdm
Oh yea! My bad its because I searched for the log and can only retrieve the text if I copy form nano via sudo...
here is correct log
timestamp
-rw------- 1 root root 4323 Dec 21 23:29 /var/log/lightdm/lightdm.log
File: /var/log/lightdm/lightdm.log
Size: 4323 Blocks: 16 IO Block: 4096 regular file
Device: 802h/2050d Inode: 133513 Links: 1
Access: (0600/-rw-------) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2020-12-22 02:54:39.477257540 -0700
Modify: 2020-12-21 23:29:10.579611724 -0700
Change: 2020-12-21 23:29:10.579611724 -0700
Birth: 2020-12-21 23:29:03.061258062 -0700
hope thats better
edit: if its not showing the failure info in the log, can you explain how to use the curl command? I tried the use the command I did: curl -f 'f:1=<-' ix.io < "/var/log/Xorg.0.log" and it says bad/illegal format or missing url then just says :TL;DR: curl -F 'f:1=<-' ix.io So I don't understand...
edit 2: going to bed if someone replies with clarification on the curl command I will post output when I wake up, thanks again
Last edited by lorddickfist (2020-12-22 10:10:31)
Offline
curl -f 'f:1=<-' ix.io < "/var/log/Xorg.0.log"
curl -F 'f:1=<-' ix.io < /var/log/Xorg.0.logThe parameters are case sensitive (as pretty much everything in any real OS is ;-)
-f, --fail Fail silently (no output at all) on HTTP errors
-F, --form <name=content>That's not the same.
The log still looks slightly dated (like 3.5h before you posted or so?)
Online
curl -f 'f:1=<-' ix.io < "/var/log/Xorg.0.log"
curl -F 'f:1=<-' ix.io < /var/log/Xorg.0.logThe parameters are case sensitive (as pretty much everything in any real OS is ;-)
-f, --fail Fail silently (no output at all) on HTTP errors -F, --form <name=content>That's not the same.
The log still looks slightly dated (like 3.5h before you posted or so?)
Thats exactly whats in the folder though. Is there a way to force a log.
Offline
seth wrote:curl -f 'f:1=<-' ix.io < "/var/log/Xorg.0.log"
curl -F 'f:1=<-' ix.io < /var/log/Xorg.0.logThe parameters are case sensitive (as pretty much everything in any real OS is ;-)
-f, --fail Fail silently (no output at all) on HTTP errors -F, --form <name=content>That's not the same.
The log still looks slightly dated (like 3.5h before you posted or so?)
Thats exactly whats in the folder though. Is there a way to force a log.
dm-tool switch-to-greeter results in XDG_SEAT_PATH not defined
Offline
curl -f 'f:1=<-' ix.io < "/var/log/Xorg.0.log"
curl -F 'f:1=<-' ix.io < /var/log/Xorg.0.logThe parameters are case sensitive (as pretty much everything in any real OS is ;-)
-f, --fail Fail silently (no output at all) on HTTP errors -F, --form <name=content>That's not the same.
The log still looks slightly dated (like 3.5h before you posted or so?)
Here's my jorunalctl -b Ix.io/2Jal
Offline
cat /var/log/Xorg.0.log |& curl -F 'f:1=<-' ix.io
sudo bash -c "cat /var/log/lightdm/lightdm.log |& curl -F 'f:1=<-' ix.io"Offline
cat /var/log/Xorg.0.log |& curl -F 'f:1=<-' ix.io sudo bash -c "cat /var/log/lightdm/lightdm.log |& curl -F 'f:1=<-' ix.io"
Xorg ix.io/2JaW
Lightdm permission denied, do I to access tty as root?
Offline
loqs wrote:cat /var/log/Xorg.0.log |& curl -F 'f:1=<-' ix.io sudo bash -c "cat /var/log/lightdm/lightdm.log |& curl -F 'f:1=<-' ix.io"Xorg ix.io/2JaW
Lightdm permission denied, do I to access tty as root?
Updated xorg after installing fx86-video-amdgpu Ix.io/2Jb1
Offline
sudo bash -c "cat /var/log/lightdm/lightdm.log |& curl -F 'f:1=<-' ix.io"produced permission denied?
Offline
sudo bash -c "cat /var/log/lightdm/lightdm.log |& curl -F 'f:1=<-' ix.io"produced permission denied?
ix.io/2Jba
Edit: let me clarify if not already mentioned my card is being detected as ATI not the actual Radeon 6800xt
Last edited by lorddickfist (2020-12-22 19:58:11)
Offline
In /etc/lightdm/lightdm.conf change
#logind-check-graphical=falseto
logind-check-graphical=trueReboot and if lightdm fails please post updated Xorg.log and lightdm.log
Offline
In /etc/lightdm/lightdm.conf change
#logind-check-graphical=falseto
logind-check-graphical=trueReboot and if lightdm fails please post updated Xorg.log and lightdm.log
Lightdm launches monitor now actually noted as DisplayPort-0 as it should according to xrandr. However my gpu is still saying ATI and not amdgpu
Offline
What are you looking at where it says that and why do you think that to be a problem?
Offline
What are you looking at where it says that and why do you think that to be a problem?
According to other AMDGPU users their GPU always says AMDGPU and not ATI which they bought out like ages ago. I see this in xorg logs and in neofetch as well as steam system info...
EDIT: If it is not believed to be an issue that's fine I can mark post resolved.
Last edited by lorddickfist (2020-12-22 20:52:38)
Offline
It's likely that the PCI designation still includes an ATI string, what matters to you is whether it shows amdgpu as the used module in
lspci -kOffline
It's likely that the PCI designation still includes an ATI string, what matters to you is whether it shows amdgpu as the used module in
lspci -k
Okay I'll mark resolved then, it shows in /etc/mkinitcpio.conf for sure that the moduie is amdgpu, and that's what matters.
Offline
Okay I'll mark resolved then, it shows in /etc/mkinitcpio.conf for sure that the moduie is amdgpu, and that's what matters.
The module being in /etc/mkinitcpio.conf is not an indicator that the module is actually being used by the kernel.
Offline
lorddickfist wrote:Okay I'll mark resolved then, it shows in /etc/mkinitcpio.conf for sure that the moduie is amdgpu, and that's what matters.
The module being in /etc/mkinitcpio.conf is not an indicator that the module is actually being used by the kernel.
Then what would you recommend me checking ![]()
Offline
Offline
loqs wrote:lorddickfist wrote:Okay I'll mark resolved then, it shows in /etc/mkinitcpio.conf for sure that the moduie is amdgpu, and that's what matters.
The module being in /etc/mkinitcpio.conf is not an indicator that the module is actually being used by the kernel.
Then what would you recommend me checking
It's likely that the PCI designation still includes an ATI string, what matters to you is whether it shows amdgpu as the used module in
lspci -k
Offline
The lsmod command?
can confirm amdgpu is listed
Offline