LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-19-2017, 11:52 AM   #1
Altoid
Member
 
Registered: Oct 2016
Location: Southern Hemisphere
Distribution: Devuan
Posts: 112

Rep: Reputation: Disabled
xorg.0.log question


Hello:

Combing through the xorg.0.log file was an important part of being able to set up two Nvidia cards (FX580+FX370) to drive three monitors (Dell P1914S + 2x SyncMaster 940N) in Xinerama mode.

This is under PCLinuxOS.
X Protocol Version 11, Revision 0
Build Operating System: Linux_4.13.5-pclos1 PCLinuxOS
Current Operating System: Linux groucho 4.12.10-pclos1

The one thing that caught my eye was how some entries repeat themselves within the log file.

For example, these lines accounting for the mode setting of each one of my three monitors:

(II) NVIDIA(0): Setting mode "CRT-0:1280x1024"
(II) NVIDIA(1): Setting mode "DFP-0:1280x1024"
(II) NVIDIA(2): Setting mode "CRT-1:1280x1024"

The xorg.0.log file has these three entries repeated nine (9) times each, obviously at different times.

There are other quite a few parts of the log file that are repeated and seeing that there is a 20s wait from the PW 'enter' to a usable desktop, I am starting to wonder if there isn't something wrong with the xorg.conf file I put together.

So the first question would be if it is 'normal' (as in 'usual') for the log file to have repeated entries for the exact same thing.

It starts at [ 58.839] and ends at [100.838].

Thanks in advance,

A.
 
Old 10-19-2017, 02:16 PM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,297

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
I've attached a video.conf from /etc/X11/xorg.conf.d/. You should write one to suit yourself. It needs the sections I have. I never ran it with more than 2 screens. This catered for

1. A 1600x900 laptop screen.
2. Some unknown Monitor hung out of the vga port. I think I used 1440x800.
3. A hdmi monitor @1920x1080
4. A projector hung out of the hdmi port @1280x720

All the fussing about virtual and position specs was because I had a left/right split as everything would start on the left screen but I could drag it right. So the projector never got my desktop, but I could stream stuff and project it on the right.

X simply ignores stuff it doesn't find. I never tried more than 2 screens as there's only hd4000 graphics here.
 
Old 10-19-2017, 03:58 PM   #3
Altoid
Member
 
Registered: Oct 2016
Location: Southern Hemisphere
Distribution: Devuan
Posts: 112

Original Poster
Rep: Reputation: Disabled
Hello:
Quote:
Originally Posted by business_kid
I've attached a video.conf from /etc/X11/xorg.conf.d/.
Thanks ...
But I cannot find it.
Quote:
Originally Posted by business_kid
... should write one to suit yourself.
That's exactly what I did with my xorg.conf.
Lots of searching and countless logouts/logins/boots eventually got me the working xorg.conf I wanted, with 'apparently' no problems: A desktop spanning three 1280*1024 monitors (3840*1024).

I cannot trust the automatic xorg configuration as it never got things right but it does/can give you a reasonable starting point.

My xorg.0.log has no errors (EE), a coulple of the advisories (WW) that xorg calls 'warnings' and to which many before me have tried to find answers to (and decided that they're harmless) so that's all right but then there's the issue I write about in my OP.

ie: the (it seems) slow start of the xserver (up to 20+ seconds from PW enter to desktop) and the lines that are repeated up to nine times each in the xorg.0.log file, which 'may' have a cause and be related.

Or maybe not.

Thanks for your input.

A.
 
Old 10-20-2017, 03:18 AM   #4
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,297

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
OK - messed up obviously. Try this
https://pastebin.com/WMrxqk05
 
Old 10-20-2017, 04:44 AM   #5
Altoid
Member
 
Registered: Oct 2016
Location: Southern Hemisphere
Distribution: Devuan
Posts: 112

Original Poster
Rep: Reputation: Disabled
Hello:
Quote:
Originally Posted by business_kid
OK.
Seems much like mine.

Could you please post me a copy of a clean boot xorg.0.log file for this setup?
Thanks in advance.

Cheers,

A.
 
Old 10-20-2017, 09:47 AM   #6
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,297

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
You asked for it.

https://pastebin.com/Dea9inqt

I only have one monitor fitted atm, the laptop screen.The difficult bit I found was the ServerLayout section, getting the right bits associated, and the Device sections. Positioning was fairly easy, and the virtual setting depended on the resolution. X copes with that fairly well these days, whereas you had to hold it's hand in times past. The Modelines proved Counter productive. X does better if you let it figure that stuff out. I was merging all different sizes, and the PreferredMode setting was a Godsend. That dates from 2015, and would drive that 1280x720 projector from hdmi or vga.
 
Old 10-20-2017, 12:06 PM   #7
Altoid
Member
 
Registered: Oct 2016
Location: Southern Hemisphere
Distribution: Devuan
Posts: 112

Original Poster
Rep: Reputation: Disabled
Hello:
Quote:
Originally Posted by business_kid View Post
You asked for it.
Thanks. =-)

I'll have a more detailed look at it this week-end.
But from a quick look just now I can see that many entries repeat themselves.

Thanks for your input.

Cheers,

A.
 
Old 10-20-2017, 01:14 PM   #8
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,297

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
There's one card but three monitors and one kind of 'guess what's there' situation. I guess it's overspecified, but I stopped fiddling when it started working.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Copying Xorg.log file ben44b Linux - Newbie 2 08-08-2015 09:36 AM
pci in xorg log phicarre Linux - Hardware 1 03-24-2015 02:55 PM
Missing Xorg.0.log file on /var/log fiz65 Debian 1 03-07-2015 12:42 PM
setting file permissions for file /var/log/Xorg.0.log mfb Linux - Security 1 07-07-2009 01:41 PM
FX5600 Geforce - FC9 - black screen, no (EE) errors in /var/log/Xorg.0.log?? boyd98 Linux - Hardware 1 06-17-2008 08:56 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:37 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration