Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Trying to get rid of warnings in /var/log/Xorg.0.log
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
evoweiss
Veteran
Veteran


Joined: 07 Sep 2003
Posts: 1678
Location: Edinburgh, UK

PostPosted: Fri Feb 25, 2005 6:07 pm    Post subject: Trying to get rid of warnings in /var/log/Xorg.0.log Reply with quote

Hi all,

I'd like my system to work as well as possible and, while it seems to run smoothly, the Xorg.0.log file outputs some puzzling warnings. I've tried searching for answers, but couldn't come up with anything. If folks could lend a hand, I'd appreciate it.

The first problem is as follows:

Code:

(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/encodings/".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/share/fonts/encodings/").


The next is strange as I don't have mode lines specifying these resolutions.

Code:

(WW) NVIDIA(0): Not using mode "1152x768":
(WW) NVIDIA(0):   horizontal sync start (1178) not a multiple of 8
(WW) NVIDIA(0): Not using mode "576x384":
(WW) NVIDIA(0):   horizontal sync start (589) not a multiple of 8
(WW) NVIDIA(0): Not using mode "360x200":
(WW) NVIDIA(0):   horizontal sync start (378) not a multiple of 8


Finally there is this and, yes, those directories do exist :)

Code:

Could not init font path element /usr/share/fonts/local/, removing from list!
Could not init font path element /usr/share/fonts/util/, removing from list!


If need be, let me know what bits of xorg.conf to post (or even whether I should post it all).

Thanks.

Alex
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54391
Location: 56N 3W

PostPosted: Fri Feb 25, 2005 6:43 pm    Post subject: Reply with quote

evoweiss,

Thats just xorg working out what it can use and what it can't.
You don't need to fix anything.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
tomga
n00b
n00b


Joined: 13 Jul 2002
Posts: 68

PostPosted: Fri Feb 25, 2005 6:46 pm    Post subject: Re: Trying to get rid of warnings in /var/log/Xorg.0.log Reply with quote

evoweiss wrote:

Code:

(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/encodings/".
        Entry deleted from font path.
        (Run 'mkfontdir' on "/usr/share/fonts/encodings/").



don't know exactly.
try mkfontdir /usr/share/fonts/encodings/ and try fc-cache -fv as root

evoweiss wrote:

The next is strange as I don't have mode lines specifying these resolutions.
Code:

(WW) NVIDIA(0): Not using mode "1152x768":
(WW) NVIDIA(0):   horizontal sync start (1178) not a multiple of 8
(WW) NVIDIA(0): Not using mode "576x384":
(WW) NVIDIA(0):   horizontal sync start (589) not a multiple of 8
(WW) NVIDIA(0): Not using mode "360x200":
(WW) NVIDIA(0):   horizontal sync start (378) not a multiple of 8



if you have a monitor capable of DPMS (any newer model should have this).
try adding

Code:
Section "Monitor"
    Identifier  "Monitor0"
    Option "DPMS"


to the Monitor Section instead of setting HorizSync and VertRefresh
perhaps these things will help you.
Back to top
View user's profile Send private message
oberyno
Guru
Guru


Joined: 15 Feb 2004
Posts: 467
Location: /bin/zsh

PostPosted: Fri Feb 25, 2005 6:55 pm    Post subject: Re: Trying to get rid of warnings in /var/log/Xorg.0.log Reply with quote

evoweiss wrote:

Code:

(WW) NVIDIA(0): Not using mode "1152x768":
(WW) NVIDIA(0):   horizontal sync start (1178) not a multiple of 8
(WW) NVIDIA(0): Not using mode "576x384":
(WW) NVIDIA(0):   horizontal sync start (589) not a multiple of 8
(WW) NVIDIA(0): Not using mode "360x200":
(WW) NVIDIA(0):   horizontal sync start (378) not a multiple of 8

I have the same warnings. Here's the relevant info from my xorg.conf:
Code:

Section "Monitor"
...
    Option   "UseEdidFreqs" "true"
    Option      "DPMS"
...
 SubSection "Display"
        Depth   24
        Modes   "1600x1200" "1400x1050" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
...

Quote:

Finally there is this and, yes, those directories do exist :)

Code:

Could not init font path element /usr/share/fonts/local/, removing from list!
Could not init font path element /usr/share/fonts/util/, removing from list!

My guess is that you have the above directories in xorg.conf in your "Files" section after FontPath. You simply need to remove the 2 corresponding FontPath lines, and this problem should go away.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum