You are not logged in.

#1 2009-12-22 00:49:22

Nazgulled
Member
Registered: 2009-03-08
Posts: 102

How to capture startx output?

Hi,

When I launch xorg/gnome by startx and then log off, there's a bunch of output on the screen with errors, information, etc... but I can't read all of it and scrolling up doesn't help because of the small buffer.

How can I read the whole output on that screen since I started startx until I logged off? I know there are ways (don't know how though) to increase the history buffer but If there's a way to save this to a file, it would be great, there's a bunch of errors that I'd like to copy/paste into google and if that fails, I'd like to copy/paste it here tongue

I tried "startx > logfile" but it didn't save what I was expecting.

Any help is appreciated.

Offline

#2 2009-12-22 00:50:35

jacko
Member
Registered: 2007-11-23
Posts: 840

Re: How to capture startx output?

if it is errors from startx, then it should be in your xorg.0.log

Offline

#3 2009-12-22 00:56:47

Nazgulled
Member
Registered: 2009-03-08
Posts: 102

Re: How to capture startx output?

It's not that kind of errors...

Offline

#4 2009-12-22 01:15:03

mikesd
Member
From: Australia
Registered: 2008-02-01
Posts: 788
Website

Re: How to capture startx output?

You could try redirecting both stdout and stderr:

startx &> logfile

Offline

#5 2009-12-22 01:22:10

Nazgulled
Member
Registered: 2009-03-08
Posts: 102

Re: How to capture startx output?

That was it, thank you smile

Offline

Board footer

Powered by FluxBB