You are not logged in.

#26 2020-12-22 09:41:44

lorddickfist
Member
Registered: 2020-07-02
Posts: 54

Re: [SOLVD] Major issues after removing Nvidia-Utils and installing Mesa

seth wrote:

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

#27 2020-12-22 09:52:33

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,658

Re: [SOLVD] Major issues after removing Nvidia-Utils and installing Mesa

#log-directory=/var/log/lightdm

Online

#28 2020-12-22 09:57:13

lorddickfist
Member
Registered: 2020-07-02
Posts: 54

Re: [SOLVD] Major issues after removing Nvidia-Utils and installing Mesa

seth wrote:

#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

#29 2020-12-22 10:19:45

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,658

Re: [SOLVD] Major issues after removing Nvidia-Utils and installing Mesa

curl -f 'f:1=<-' ix.io < "/var/log/Xorg.0.log"

curl -F 'f:1=<-' ix.io < /var/log/Xorg.0.log

The 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

#30 2020-12-22 18:03:23

lorddickfist
Member
Registered: 2020-07-02
Posts: 54

Re: [SOLVD] Major issues after removing Nvidia-Utils and installing Mesa

seth wrote:

curl -f 'f:1=<-' ix.io < "/var/log/Xorg.0.log"

curl -F 'f:1=<-' ix.io < /var/log/Xorg.0.log

The 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

#31 2020-12-22 18:13:44

lorddickfist
Member
Registered: 2020-07-02
Posts: 54

Re: [SOLVD] Major issues after removing Nvidia-Utils and installing Mesa

lorddickfist wrote:
seth wrote:

curl -f 'f:1=<-' ix.io < "/var/log/Xorg.0.log"

curl -F 'f:1=<-' ix.io < /var/log/Xorg.0.log

The 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

#32 2020-12-22 18:56:12

lorddickfist
Member
Registered: 2020-07-02
Posts: 54

Re: [SOLVD] Major issues after removing Nvidia-Utils and installing Mesa

seth wrote:

curl -f 'f:1=<-' ix.io < "/var/log/Xorg.0.log"

curl -F 'f:1=<-' ix.io < /var/log/Xorg.0.log

The 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

#33 2020-12-22 19:07:59

loqs
Member
Registered: 2014-03-06
Posts: 19,029

Re: [SOLVD] Major issues after removing Nvidia-Utils and installing Mesa

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

#34 2020-12-22 19:35:22

lorddickfist
Member
Registered: 2020-07-02
Posts: 54

Re: [SOLVD] Major issues after removing Nvidia-Utils and installing Mesa

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?

Offline

#35 2020-12-22 19:42:19

lorddickfist
Member
Registered: 2020-07-02
Posts: 54

Re: [SOLVD] Major issues after removing Nvidia-Utils and installing Mesa

lorddickfist wrote:
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

#36 2020-12-22 19:48:47

loqs
Member
Registered: 2014-03-06
Posts: 19,029

Re: [SOLVD] Major issues after removing Nvidia-Utils and installing Mesa

sudo bash -c "cat /var/log/lightdm/lightdm.log |& curl -F 'f:1=<-' ix.io"

produced permission denied?

Offline

#37 2020-12-22 19:56:04

lorddickfist
Member
Registered: 2020-07-02
Posts: 54

Re: [SOLVD] Major issues after removing Nvidia-Utils and installing Mesa

loqs wrote:
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

#38 2020-12-22 20:29:15

loqs
Member
Registered: 2014-03-06
Posts: 19,029

Re: [SOLVD] Major issues after removing Nvidia-Utils and installing Mesa

In /etc/lightdm/lightdm.conf change

#logind-check-graphical=false

to

logind-check-graphical=true

Reboot and if lightdm fails please post updated Xorg.log and lightdm.log

Offline

#39 2020-12-22 20:47:48

lorddickfist
Member
Registered: 2020-07-02
Posts: 54

Re: [SOLVD] Major issues after removing Nvidia-Utils and installing Mesa

loqs wrote:

In /etc/lightdm/lightdm.conf change

#logind-check-graphical=false

to

logind-check-graphical=true

Reboot 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

#40 2020-12-22 20:49:04

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,354

Re: [SOLVD] Major issues after removing Nvidia-Utils and installing Mesa

What are you looking at where it says that and why do you think that to be a problem?

Offline

#41 2020-12-22 20:51:50

lorddickfist
Member
Registered: 2020-07-02
Posts: 54

Re: [SOLVD] Major issues after removing Nvidia-Utils and installing Mesa

V1del wrote:

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

#42 2020-12-22 20:54:06

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,354

Re: [SOLVD] Major issues after removing Nvidia-Utils and installing Mesa

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

#43 2020-12-22 20:56:50

lorddickfist
Member
Registered: 2020-07-02
Posts: 54

Re: [SOLVD] Major issues after removing Nvidia-Utils and installing Mesa

V1del wrote:

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

#44 2020-12-22 21:04:21

loqs
Member
Registered: 2014-03-06
Posts: 19,029

Re: [SOLVD] Major issues after removing Nvidia-Utils and installing Mesa

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.

Offline

#45 2020-12-22 22:25:25

lorddickfist
Member
Registered: 2020-07-02
Posts: 54

Re: [SOLVD] Major issues after removing Nvidia-Utils and installing Mesa

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 smile

Offline

#46 2020-12-22 22:29:09

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [SOLVD] Major issues after removing Nvidia-Utils and installing Mesa

The lsmod command?


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#47 2020-12-22 22:29:21

loqs
Member
Registered: 2014-03-06
Posts: 19,029

Re: [SOLVD] Major issues after removing Nvidia-Utils and installing Mesa

lorddickfist wrote:
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 smile

V1del wrote:

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

#48 2020-12-22 22:32:47

lorddickfist
Member
Registered: 2020-07-02
Posts: 54

Re: [SOLVD] Major issues after removing Nvidia-Utils and installing Mesa

Slithery wrote:

The lsmod command?

can confirm amdgpu is listed

Offline

Board footer

Powered by FluxBB