Re: xorg.0.log repetitive entries

2017-10-20 Thread sawbona
Hello:

On 20 Oct 2017 at 10:48, Aaron Plattner wrote:

> I'm pretty sure these messages are printed in response to configuration
> commands issued by the desktop session itself. 
The (II) means that they're 'informational'.
Not (**) from the config file, (--) probed or (==), a default setting from X11 
itself.

So it would make sense that X11 is not what's doing it. (?)

> So if they're being printed repeatedly, it's because your DE is doing 
> repeated work.
No idea but if the DE is doing repeated work, how can I find out about it?
And why is it doing it 9 times?
Why not 2 or 3?

On 10/20/2017 09:30 AM, Adam Jackson wrote:

> Either that, or the server is regenerating.
The same 'why 9 times' would apply here too.

And why would it want/need to regenerate?

> What login manager & desktop environment are you using ...
I'm using the MATE desktop environment which is default for PCLinuxOS and GDM.

[code]
[root@groucho groucho]# X -version
X.Org X Server 1.19.5
Release Date: 2017-10-12
X Protocol Version 11, Revision 0
Build Operating System: Linux_4.13.5-pclos1 PCLinuxOS
Current Operating System: Linux groucho 4.12.10-pclos1 #1 SMP Wed Aug 30 
08:17:56 CDT 
2017 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.12.10-pclos1 
root=UUID=82ca71e8-fba7-4e36-a086-27e3be13a48b ro nokmsboot noiswmd 
resume=UUID=464724a6-5814-4f99-b422-3e180aabed08 vga=792
Build Date: 13 October 2017  01:54:45PM
 
Current version of pixman: 0.34.0
[root@groucho groucho]# 
[/code]

> ...  is it possible that the session startup is running a few short-lived X 
> clients 
> before starting one that will hold the server open?
No idea ...
Let's say that it's rather above my 'pay grade' linux wise  =-/.

Thank you both for your help.

Cheers,


___
xorg@lists.x.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: https://lists.x.org/mailman/listinfo/xorg
Your subscription address: %(user_address)s

Re: xorg.0.log repetitive entries

2017-10-20 Thread Aaron Plattner

On 10/20/2017 09:30 AM, Adam Jackson wrote:

On Thu, 2017-10-19 at 20:29 -0300, sawb...@gmx.net wrote:


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"


I'm pretty sure these messages are printed in response to configuration
commands issued by the desktop session itself. So if they're being
printed repeatedly, it's because your DE is doing repeated work.


Either that, or the server is regenerating.

What login manager & desktop environment are you using, and is it 
possible that the session startup is running a few short-lived X clients 
before starting one that will hold the server open?


-- Aaron
___
xorg@lists.x.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: https://lists.x.org/mailman/listinfo/xorg
Your subscription address: %(user_address)s

Re: xorg.0.log repetitive entries

2017-10-20 Thread Adam Jackson
On Thu, 2017-10-19 at 20:29 -0300, sawb...@gmx.net wrote:

> 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"

I'm pretty sure these messages are printed in response to configuration
commands issued by the desktop session itself. So if they're being
printed repeatedly, it's because your DE is doing repeated work.

- ajax
___
xorg@lists.x.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: https://lists.x.org/mailman/listinfo/xorg
Your subscription address: %(user_address)s

Re: Stuck on Config Setup with IBM x3650 and CentOS7

2017-10-20 Thread Adam Jackson
On Tue, 2017-10-17 at 10:36 -0500, Benjammin2068 wrote:
> Hey all,
> 
> I've been playing with an old x3650 and although video has been a
> little spotty, I thought it worked itself out.
> 
> The server has a Radeon graphics on board (see included Xorg.0.log)
> with VGA to the back panel and the DVI apparently goes to the RSA
> (remote access) host so it can be digitized and presented remotely.
> 
> Yesterday I had an unplanned power outage (batteries in UPS died
> during outage) -- now the local video doesn't seem to boot up anymore
> (no Gnome Desktop).

The log given here shows X starting up normally, and several clients
connecting, so whatever the problem is here it probably isn't X. From
runlevel 3 you can start the X server manually with 'X -retro' to see
if the classic root weave "test pattern" works. If it does work, then
something in the Gnome session is failing to initialize properly; if it
doesn't work then the power outage may have fried the video card.

- ajax
___
xorg@lists.x.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: https://lists.x.org/mailman/listinfo/xorg
Your subscription address: %(user_address)s

Re: Problem in Xorg on Arm AM3354 board

2017-10-20 Thread Nigel Sollars
If I had to take a stab at this, id say the fbdevhw module is where the
issue is ...

With that said I have a number of TI systems with PowerVR gpu components
and have had the same using the proprietary drivers too ( when trying to
run the ogre3d demo's )...  You might try disabling a few things like the
glx and what nots to see if that makes a difference.

Nige

On Fri, Oct 20, 2017 at 4:02 AM, Subrata Sengupta <
subrata.sengu...@stesalit-inc.com> wrote:

> Dear Dr. Gilbert,
>
> I am trying to run Debian on our PDA (AM3354 processor with 1 GB RAM). My
> GUI is Lxde. The Debian release details are as follows:
>
> Distributor ID: Debian
> Description:Debian GNU/Linux 7.11 (wheezy)
> Release:7.11
> Codename:   wheezy
>
> The system boots up well. The Lxde GUI comes in. But whenever I run any
> application (like abiword, vlc, gpicview etc...), the GUI is going off. The
> Xorg.0.log is attached herewith.
>
> I ran gdb for the full backtrace which shows the following last entries:
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x in ?? ()
> (gdb) backtrace full
> #0  0x in ?? ()
> No symbol table info available.
> #1  0xb6e61716 in valuator_mask_zero ()
> No symbol table info available.
> #2  0x0002 in ?? ()
> No symbol table info available.
> #3  0x0002 in ?? ()
> No symbol table info available.
> Backtrace stopped: previous frame identical to this frame (corrupt stack?)
>
> Please update me if you have any fix for this issue.
>
> Thanks in advance.
>
> --
> Warm Regards,
>
>
> *Subrata SenguptaDirector - IT*
> *O +91 33 6900 0187 <+91%2033%206900%200187> *
>
> *M +91 9674750729 <+91%2096747%2050729>*
>
> *F +91 33 4008 1522 <+91%2033%204008%201522>*
>
>
> [image: Description: cid:ii_itmlkce00_1576fb88fa1eb5bb]
> 
> [image: Description: 25 Most Promising Public Sector Solution Providers]
>   [image:
> Description: Check out TOP 5 Embedded Software Companies]
> 
>
> ___
> xorg@lists.x.org: X.Org support
> Archives: http://lists.freedesktop.org/archives/xorg
> Info: https://lists.x.org/mailman/listinfo/xorg
> Your subscription address: %(user_address)s
>



-- 
“Science is a differential equation. Religion is a boundary condition.”

  Alan Turing
___
xorg@lists.x.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: https://lists.x.org/mailman/listinfo/xorg
Your subscription address: %(user_address)s

Problem in Xorg on Arm AM3354 board

2017-10-20 Thread Subrata Sengupta
Dear Dr. Gilbert,

I am trying to run Debian on our PDA (AM3354 processor with 1 GB RAM). My
GUI is Lxde. The Debian release details are as follows:

Distributor ID: Debian
Description:Debian GNU/Linux 7.11 (wheezy)
Release:7.11
Codename:   wheezy

The system boots up well. The Lxde GUI comes in. But whenever I run any
application (like abiword, vlc, gpicview etc...), the GUI is going off. The
Xorg.0.log is attached herewith.

I ran gdb for the full backtrace which shows the following last entries:

Program received signal SIGSEGV, Segmentation fault.
0x in ?? ()
(gdb) backtrace full
#0  0x in ?? ()
No symbol table info available.
#1  0xb6e61716 in valuator_mask_zero ()
No symbol table info available.
#2  0x0002 in ?? ()
No symbol table info available.
#3  0x0002 in ?? ()
No symbol table info available.
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Please update me if you have any fix for this issue.

Thanks in advance.

-- 
Warm Regards,


*Subrata SenguptaDirector - IT*
*O +91 33 6900 0187 *

*M +91 9674750729*

*F +91 33 4008 1522*


[image: Description: cid:ii_itmlkce00_1576fb88fa1eb5bb]

[image: Description: 25 Most Promising Public Sector Solution Providers]
  [image:
Description: Check out TOP 5 Embedded Software Companies]


GNU gdb (GDB) 7.4.1-debian
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "arm-linux-gnueabihf".
For bug reporting instructions, please see:
...
Reading symbols from /usr/bin/Xorg...(no debugging symbols found)...done.
(gdb) attach 4373
Attaching to program: /usr/bin/Xorg, process 4373
Reading symbols from /lib/arm-linux-gnueabihf/libudev.so.0...(no debugging 
symboo
ls found)...done.
Loaded symbols for /lib/arm-linux-gnueabihf/libudev.so.0
Reading symbols from /lib/arm-linux-gnueabihf/libgcrypt.so.11...(no debugging 
syy
mbols found)...done.
Loaded symbols for /lib/arm-linux-gnueabihf/libgcrypt.so.11
Reading symbols from /lib/arm-linux-gnueabihf/libdl.so.2...(no debugging 
symbolss
 found)...done.
Loaded symbols for /lib/arm-linux-gnueabihf/libdl.so.2
Reading symbols from /usr/lib/arm-linux-gnueabihf/libpciaccess.so.0...(no 
debuggg
ing symbols found)...done.
Loaded symbols for /usr/lib/arm-linux-gnueabihf/libpciaccess.so.0
Reading symbols from /lib/arm-linux-gnueabihf/libpthread.so.0...(no debugging 
syy
mbols found)...done.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
Loaded symbols for /lib/arm-linux-gnueabihf/libpthread.so.0
Reading symbols from /usr/lib/arm-linux-gnueabihf/libpixman-1.so.0...(no 
debuggii
ng symbols found)...done.
Loaded symbols for /usr/lib/arm-linux-gnueabihf/libpixman-1.so.0
Reading symbols from /usr/lib/libXfont.so.1...(no debugging symbols 
found)...donn
e.
Loaded symbols for /usr/lib/libXfont.so.1
Reading symbols from /usr/lib/arm-linux-gnueabihf/libXau.so.6...(no debugging 
syy
mbols found)...done.
Loaded symbols for /usr/lib/arm-linux-gnueabihf/libXau.so.6
Reading symbols from /usr/lib/arm-linux-gnueabihf/libXdmcp.so.6...(no debugging 
 
symbols found)...done.
Loaded symbols for /usr/lib/arm-linux-gnueabihf/libXdmcp.so.6
Reading symbols from /lib/libaudit.so.0...(no debugging symbols found)...done.
Loaded symbols for /lib/libaudit.so.0
Reading symbols from /lib/arm-linux-gnueabihf/libm.so.6...(no debugging symbols 
 
found)...done.
Loaded symbols for /lib/arm-linux-gnueabihf/libm.so.6
Reading symbols from /lib/arm-linux-gnueabihf/librt.so.1...(no debugging 
symbolss
 found)...done.
Loaded symbols for /lib/arm-linux-gnueabihf/librt.so.1
Reading symbols from /lib/arm-linux-gnueabihf/libgcc_s.so.1...(no debugging 
symbb
ols found)...done.
Loaded symbols for /lib/arm-linux-gnueabihf/libgcc_s.so.1
Reading symbols from /lib/arm-linux-gnueabihf/libc.so.6...(no debugging symbols 
 
found)...done.
Loaded symbols for /lib/arm-linux-gnueabihf/libc.so.6
Reading symbols from /lib/ld-linux-armhf.so.3...(no debugging symbols 
found)...dd
one.
Loaded symbols for /lib/ld-linux-armhf.so.3
Reading symbols from /lib/arm-linux-gnueabihf/libgpg-error.so.0...(no debugging 
 
symbols found)...done.
Loaded symbols for /lib/arm-linux-gnueabihf/libgpg-error.so.0
Reading symbols from /lib/arm-linux-gnueabihf/libz.so.1...(no debugging symbols 
 
found)...done.
Loaded symbols for /lib/arm-linux-gnueabihf/libz.so.1
Reading symbols from /usr/lib/arm-linux-gnueabihf/