Re: help with Xorg (Adam Jackson)

2017-08-03 Thread The Rasterman
On Tue, 1 Aug 2017 14:43:55 -0500 "Perez Rodriguez, Humberto I" said: for now use -ac when you run Xorg by hand. Xord -ac :0 or whatever. > > after try the command below, i get the following error : > > xterm: Xt error: Cant open display: :0 > > > as a comment, i've tried as well with "exp

Re: help with Xorg (Adam Jackson)

2017-08-03 Thread The Rasterman
On Wed, 2 Aug 2017 10:46:30 -0500 "Perez Rodriguez, Humberto I" said: > Thanks, in fact i dont know to much about xorg and your help here > always is welcome :) > > after run it the both commands with the same user i am now able to see > in a little white box the terminal with xterm, but now

Re: help with Xorg (Adam Jackson)

2017-08-02 Thread Alan Corey
Is there any window manager like fvwm, openbox, lxde, kde, gnome? What you do next depends on what you're running because each OS has its own package manager, its own way of fetching and installing things. Apt-get install works for Debian, Rasbian, maybe Ubuntu. Some have Yum, there's about nothin

Re: help with Xorg (Adam Jackson)

2017-08-02 Thread Perez Rodriguez, Humberto I
Hi Alan, definitely this is not a normal installation, because all the drivers goto /opt/X11R7 in a isolate environment. after type startx i got a black desktop, but i am able to open a terminal, to create folders and navigate by the system through the folders, but that i want to do is to ha

Re: help with Xorg (Adam Jackson)

2017-08-02 Thread Alan Corey
Wow, sounds like not much is installed, like this wasn't a normal installation. What happens if you type startx to start x? It should run xinit after a few steps. You may not even have a window manager. Sounds like when I tried getting X running on Raspbian Jessie Lite. On 8/2/17, Perez Rodrigu

Re: help with Xorg (Adam Jackson)

2017-08-02 Thread walter harms
Basicly you need a .xinitrc that starts what you want. normally you have a programm called xinit that does everything. So far i understand you have a restricted environment but a working xterm. xterm is good, now you can try to start a windowmanager like "twm" in xterm. That will enable you to

Re: help with Xorg (Adam Jackson)

2017-08-02 Thread Perez Rodriguez, Humberto I
Thanks, in fact i dont know to much about xorg and your help here always is welcome :) after run it the both commands with the same user i am now able to see in a little white box the terminal with xterm, but now the big question is how can i display the windows, wallpapers and everything els

Re: help with Xorg (Adam Jackson)

2017-08-02 Thread Thomas Lübking
On Tue, Aug 01, 2017 at 02:43:55PM -0500, Perez Rodriguez, Humberto I wrote: after try the command below, i get the following error : xterm: Xt error: Cant open display: :0 as a comment, i've tried as well with "export DISPLAY=:[0-6]" without success :( No offense, but you didn't happen to

Re: help with Xorg (Adam Jackson)

2017-08-01 Thread Perez Rodriguez, Humberto I
after try the command below, i get the following error : xterm: Xt error: Cant open display: :0 as a comment, i've tried as well with "export DISPLAY=:[0-6]" without success :( On 7/31/2017 6:35 PM, Carsten Haitzler (The Rasterman) wrote: On Mon, 31 Jul 2017 17:21:08 -0500 "Perez Rodrigue

Re: help with Xorg (Adam Jackson)

2017-07-31 Thread The Rasterman
On Mon, 31 Jul 2017 17:21:08 -0500 "Perez Rodriguez, Humberto I" said: > Hi Adam : > > > with '-retro' option now i can a gray background and the cursor, but i > am not able to do anything else, could you point me in how to do in > order to run some X clients against my X server please ? swi

Re: help with Xorg (Adam Jackson)

2017-07-31 Thread Perez Rodriguez, Humberto I
Hi Adam : with '-retro' option now i can a gray background and the cursor, but i am not able to do anything else, could you point me in how to do in order to run some X clients against my X server please ? On 7/31/2017 12:43 PM, Adam Jackson wrote: On Mon, 2017-07-31 at 12:15 -0500, Perez

Re: help with Xorg (Adam Jackson)

2017-07-31 Thread Adam Jackson
On Mon, 2017-07-31 at 12:15 -0500, Perez Rodriguez, Humberto I wrote: > Hi Adam : > > there is the full log This log appears to show a successful startup. You say you only see a blank screen, but a black background with no cursor is in fact the default. If you're simply trying to test whether X w

Re: help with Xorg (Adam Jackson)

2017-07-31 Thread Perez Rodriguez, Humberto I
Hi Adam : there is the full log InitConnectionLimits: MaxClients = 2048 [93.726] This is a pre-release version of the X server from The X.Org Foundation. It is not supported in any way. Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/. Select the "xorg" product for bugs you

Re: help with Xorg (Adam Jackson)

2017-07-29 Thread Alan Corey
> It almost certainly is not the issue. Please just provide the full X > log instead of grepping randomly. > Perfectly true, the (WW) in there means it's just a warning. Look for (EE) which is error. There's a key in there somewhere. But post the whole log. ___