You are not logged in.

#1 2015-10-31 22:14:16

Ocypheum
Member
Registered: 2015-09-26
Posts: 58

[Solved] Location of Xorg log file

This page of the wiki states:

Check for Xorg's known font paths by reviewing its log:

$ grep /fonts /var/log/Xorg.0.log

I don't think this is right. At least on my system, /var/log/Xorg.0.log is very small and isn't updated regularly. In general, if I want to see error messages and what not I have to look in ~/.local/share/xorg/Xorg.0.log.

I just wanted to check with others before updating the wiki.

Last edited by Ocypheum (2015-11-01 22:47:51)

Offline

#2 2015-10-31 22:19:03

ooo
Member
Registered: 2013-04-10
Posts: 1,637

Re: [Solved] Location of Xorg log file

It depends on whether you're running rootless Xorg or not.
If it's ran run as root, i.e. if launched via display manager or due to lack of KMS support, /var/log/Xorg.0.log is correct..

Last edited by ooo (2015-10-31 23:56:00)

Offline

#3 2015-10-31 23:07:25

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,740

Re: [Solved] Location of Xorg log file

s/ran/run/
grrr...

Otherwise it is in ~/.local/share/xorg


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#4 2015-10-31 23:09:43

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Solved] Location of Xorg log file

ooo wrote:

It depends on whether you're running rootless Xorg or not.

This: https://wiki.archlinux.org/index.php/Xorg#General

Offline

#5 2015-10-31 23:51:51

ooo
Member
Registered: 2013-04-10
Posts: 1,637

Re: [Solved] Location of Xorg log file

ewaller wrote:

s/ran/run/
grrr...

Sorry, I'm not a native speaker and often unsure of which tense I should be using :(
Thanks for the correction :)

Last edited by ooo (2015-10-31 23:54:49)

Offline

#6 2015-11-01 00:20:11

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,740

Re: [Solved] Location of Xorg log file

No worries.  And, I do realize that many people here are not native speakers.  I apologize.
I cannot fathom how often this rule abused by native speakers -- so you are in good company.  This is my most serious language pet peeve and have a hard time not rising to take the bait smile
Second is that "data" is plural, not singular (as it "datum") tongue


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#7 2015-11-01 01:28:39

ooo
Member
Registered: 2013-04-10
Posts: 1,637

Re: [Solved] Location of Xorg log file

@ewaller
No offence taken smile I certainly appreciate improving my English grammar and vocabulary (for example "fathom" was completely new word for me). The passive form of "run" has been confusing to me for some reason but maybe I'll finally get it always right from now on.

@OP
Sorry for derailing the topic there, as I think this is a valid issue.
There are multiple instances on wiki, where user is instructed to check /var/log/Xorg.0.log, while depending on the system ~/.local/share/xorg/Xorg.0.log might be the correct path. I don't know what would be the best way to fix this though.

Offline

#8 2015-11-01 03:25:57

Ocypheum
Member
Registered: 2015-09-26
Posts: 58

Re: [Solved] Location of Xorg log file

How's this:

Check for Xorg's known font paths by reviewing its log:

$ grep /fonts ~/.local/share/xorg/Xorg.0.log

Or, if Xorg is run with root priveleges:

$ grep /fonts /var/log/Xorg.0.log

Offline

Board footer

Powered by FluxBB