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 "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 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 ?
> > switch to another VT (ctl+alt+f2 or whatever) then log in, and
> >
> > export DISPLAY=:0
> > xterm
> >
> > i am assuming the xserver is coming up as the default :0 one. also assuming
> > you have xterm installed.
> >
> >> On 7/31/2017 12:43 PM, Adam Jackson wrote:
> >>> 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 works, the '-retro'
> >>> command line option will paint the old root weave and X cursor. But
> >>> otherwise X doesn't draw anything on its own, and you will need to
> >>> actually run some X clients against your X server if you want to see
> >>> anything.
> >>>
> >>> - 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
> 


-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com

___
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: help with Xorg (Adam Jackson)

2017-08-03 Thread The Rasterman
On Wed, 2 Aug 2017 10:46:30 -0500 "Perez Rodriguez, Humberto I"
<humberto.i.perez.rodrig...@linux.intel.com> 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 the big question 
> is how can i display the windows, wallpapers and everything else like 
> xorg does by default ?

xorg does not display these by default. xorg does NOTHING by default. all of
this stuff is done by your login session apps like the window manager and so
on. you've gotten past your issue. the xserver works. it worked before (just
was black). xorg, its rendering, drivers, input work. you have a terminal. you
can type in it. you want to start a whole x SESSION. that's what things like
startx, xdm, gdm, kdm, slim, lightdm, etc. etc. etc. do - they do all of this
and go launch everything (and in the case of all by startx also handle logging
in a specific user and authenticating them if needed).

this is what all those desktops - enlightenment, gnome, kde, xfce do. they
provide all the thing you CALL an xorg desktop. each is its own project. you
want to run one of those in your login session. as above - these tools
generally would do that for you. they may use your ~/.xsession script to decide
what to do or ~/.xinitrc or provide a gui to select a session. you would need
something installed.

you could install more basic window manages with far less stuff  like twm.
fvwm, etc. etc. too... but you will want something else than just xorg. xorg is
basically a driver with an ipc/network front end that apps talk to to do the
rest.

> On 8/2/2017 7:41 AM, Thomas Lübking wrote:
> > 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 switch back to the VT from where
> > you launched X11 and interrupted that process in order to enter the
> > xterm command, did you?
> > IOW: Is the X11 server still running on another VT when you tried this?
> > ps aux | grep Xorg
> >
> > Otherwise: Did you run both commands as the same user?
> >
> > The number behind the colon btw. does not refer to the VT.
> >
> > Cheers,
> > Thomas
> 


-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com

___
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: 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 nothing in common.  If you have it
(Debian/Raspbian/Ubuntu) doing:
dpkg-query -l > somefile.txt in an xterm window will get you a list of
what's installed.  It's pkg_info under OpenBSD.  Sounds like X is
working but there's not much else.

On 8/2/17, Perez Rodriguez, Humberto I
<humberto.i.perez.rodrig...@linux.intel.com> wrote:
> 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 have the same environment like Xorg
> does
>
>
> On 8/2/2017 4:21 PM, Alan Corey wrote:
>> 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 Rodriguez, Humberto I
>> <humberto.i.perez.rodrig...@linux.intel.com> wrote:
>>> 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 else like
>>> xorg does by default ?
>>>
>>>
>>>
>>> On 8/2/2017 7:41 AM, Thomas Lübking wrote:
>>>> 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 switch back to the VT from where
>>>> you launched X11 and interrupted that process in order to enter the
>>>> xterm command, did you?
>>>> IOW: Is the X11 server still running on another VT when you tried this?
>>>> ps aux | grep Xorg
>>>>
>>>> Otherwise: Did you run both commands as the same user?
>>>>
>>>> The number behind the colon btw. does not refer to the VT.
>>>>
>>>> Cheers,
>>>> Thomas
>>>
>>
>
>


-- 
-
No, I won't  call it "climate change", do you have a "reality problem"? - AB1JX
Impeach  Impeach  Impeach  Impeach  Impeach  Impeach  Impeach  Impeach
___
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: 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 have the same environment like Xorg 
does



On 8/2/2017 4:21 PM, Alan Corey wrote:

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 Rodriguez, Humberto I
<humberto.i.perez.rodrig...@linux.intel.com> wrote:

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 else like
xorg does by default ?



On 8/2/2017 7:41 AM, Thomas Lübking wrote:

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 switch back to the VT from where
you launched X11 and interrupted that process in order to enter the
xterm command, did you?
IOW: Is the X11 server still running on another VT when you tried this?
ps aux | grep Xorg

Otherwise: Did you run both commands as the same user?

The number behind the colon btw. does not refer to the VT.

Cheers,
Thomas






___
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: 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 Rodriguez, Humberto I
<humberto.i.perez.rodrig...@linux.intel.com> wrote:
> 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 else like
> xorg does by default ?
>
>
>
> On 8/2/2017 7:41 AM, Thomas Lübking wrote:
>> 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 switch back to the VT from where
>> you launched X11 and interrupted that process in order to enter the
>> xterm command, did you?
>> IOW: Is the X11 server still running on another VT when you tried this?
>> ps aux | grep Xorg
>>
>> Otherwise: Did you run both commands as the same user?
>>
>> The number behind the colon btw. does not refer to the VT.
>>
>> Cheers,
>> Thomas
>
>


-- 
-
No, I won't  call it "climate change", do you have a "reality problem"? - AB1JX
Impeach  Impeach  Impeach  Impeach  Impeach  Impeach  Impeach  Impeach
___
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: 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 move to window around.

The next step is to create you own .xinitrc and run it.

See "man xinit" how to continue.

re,
 wh


Am 02.08.2017 17:46, schrieb 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 else like
> xorg does by default ?
> 
> 
> 
> On 8/2/2017 7:41 AM, Thomas Lübking wrote:
>> 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 switch back to the VT from where
>> you launched X11 and interrupted that process in order to enter the
>> xterm command, did you?
>> IOW: Is the X11 server still running on another VT when you tried this?
>> ps aux | grep Xorg
>>
>> Otherwise: Did you run both commands as the same user?
>>
>> The number behind the colon btw. does not refer to the VT.
>>
>> Cheers,
>> Thomas
> 
> ___
> 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
___
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: 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 else like 
xorg does by default ?




On 8/2/2017 7:41 AM, Thomas Lübking wrote:
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 switch back to the VT from where
you launched X11 and interrupted that process in order to enter the
xterm command, did you?
IOW: Is the X11 server still running on another VT when you tried this?
ps aux | grep Xorg

Otherwise: Did you run both commands as the same user?

The number behind the colon btw. does not refer to the VT.

Cheers,
Thomas


___
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: 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 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 ?

switch to another VT (ctl+alt+f2 or whatever) then log in, and

export DISPLAY=:0
xterm

i am assuming the xserver is coming up as the default :0 one. also assuming you
have xterm installed.


On 7/31/2017 12:43 PM, Adam Jackson wrote:

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 works, the '-retro'
command line option will paint the old root weave and X cursor. But
otherwise X doesn't draw anything on its own, and you will need to
actually run some X clients against your X server if you want to see
anything.

- 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


___
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: 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 ?

switch to another VT (ctl+alt+f2 or whatever) then log in, and

export DISPLAY=:0
xterm

i am assuming the xserver is coming up as the default :0 one. also assuming you
have xterm installed.

> On 7/31/2017 12:43 PM, Adam Jackson wrote:
> > 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 works, the '-retro'
> > command line option will paint the old root weave and X cursor. But
> > otherwise X doesn't draw anything on its own, and you will need to
> > actually run some X clients against your X server if you want to see
> > anything.
> >
> > - 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

-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com

___
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: 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 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 works, the '-retro'
command line option will paint the old root weave and X cursor. But
otherwise X doesn't draw anything on its own, and you will need to
actually run some X clients against your X server if you want to see
anything.

- 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: 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 works, the '-retro'
command line option will paint the old root weave and X cursor. But
otherwise X doesn't draw anything on its own, and you will need to
actually run some X clients against your X server if you want to see
anything.

- 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: 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 find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.
[93.729]
X.Org X Server 1.19.99.1
Release Date: 2016-11-18
[93.734] X Protocol Version 11, Revision 0
[93.736] Build Operating System: Linux 4.8.0-58-generic x86_64
[93.738] Current Operating System: Linux gfx-desktop 
4.8.0-59-generic #64-Ubuntu SMP Thu Jun 29 19:38:34 UTC 2017 x86_64
[93.738] Kernel command line: 
BOOT_IMAGE=/boot/vmlinuz-4.8.0-59-generic.efi.signed 
root=UUID=2a8388ef-fcb0-4ae0-964a-bd124748729c ro quiet splash vt.handoff=7

[93.742] Build Date: 27 July 2017  04:38:00PM
[93.744]
[93.746] Current version of pixman: 0.35.1
[93.750] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[93.750] Markers: (--) probed, (**) from config file, (==) default 
setting,

(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[93.758] (==) Log file: "/home/gfx/.local/share/xorg/Xorg.0.log", 
Time: Mon Jul 31 07:13:19 2017

[93.768] (==) Using config file: "/etc/X11/xorg.conf"
[93.769] (==) Using system config directory 
"/opt/X11R7/share/X11/xorg.conf.d"

[93.824] (==) No Layout section.  Using the first Screen section.
[93.824] (==) No screen section available. Using defaults.
[93.824] (**) |-->Screen "Default Screen Section" (0)
[93.824] (**) |   |-->Monitor ""
[93.824] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[93.824] (==) Automatically adding devices
[93.824] (==) Automatically enabling devices
[93.824] (==) Automatically adding GPU devices
[93.824] (==) Max clients allowed: 256, resource mask: 0x1f
[93.824] (WW) The directory "/usr/share/fonts/misc/" does not exist.
[93.824] Entry deleted from font path.
[93.824] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[93.824] Entry deleted from font path.
[93.824] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[93.824] Entry deleted from font path.
[93.824] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[93.824] Entry deleted from font path.
[93.824] (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
[93.824] Entry deleted from font path.
[93.824] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
[93.824] Entry deleted from font path.
[93.824] (==) FontPath set to:

[93.824] (**) ModulePath set to "/opt/X11R7/lib/xorg/modules"
[93.824] (II) The server relies on udev to provide the list of input 
devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.

[93.824] (II) Loader magic: 0x55a57637c020
[93.824] (II) Module ABI versions:
[93.824] X.Org ANSI C Emulation: 0.4
[93.824] X.Org Video Driver: 24.0
[93.824] X.Org XInput driver : 24.1
[93.824] X.Org Server Extension : 10.0
[93.826] (--) using VT number 2

[93.826] (II) systemd-logind: logind integration requires -keeptty 
and -keeptty was not provided, disabling logind integration

[93.827] (II) xfree86: Adding drm device (/dev/dri/card0)
[93.969] (--) PCI:*(0@0:2:0) 8086:5a85:8086:2067 rev 11, Mem @ 
0x9000/16777216, 0x8000/268435456, I/O @ 0xf000/64, BIOS @ 
0x/131072

[93.971] ACPI: OSPMOpen called
[93.973] ACPI: Opening device
[93.973] (II) Open ACPI successful (/var/run/acpid.socket)
[93.973] (II) LoadModule: "glx"
[93.976] LoaderOpen(/opt/X11R7/lib/xorg/modules/extensions/libglx.so)
[93.976] (II) Loading /opt/X11R7/lib/xorg/modules/extensions/libglx.so
[93.978] (II) Module glx: vendor="X.Org Foundation"
[93.978] compiled for 1.19.99.1, module version = 1.0.0
[93.978] ABI class: X.Org Server Extension, version 10.0
[93.978] (==) Matched intel as autoconfigured driver 0
[93.978] (==) Matched modesetting as autoconfigured driver 1
[93.978] (==) Matched fbdev as autoconfigured driver 2
[93.978] (==) Matched vesa as autoconfigured driver 3
[93.978] (==) Assigned the driver to the xf86ConfigLayout
[93.978] (II) LoadModule: "intel"
[93.980] LoaderOpen(/opt/X11R7/lib/xorg/modules/drivers/intel_drv.so)
[93.980] (II) Loading /opt/X11R7/lib/xorg/modules/drivers/intel_drv.so
[93.980] (II) Module intel: vendor="X.Org Foundation"
[93.980] compiled for 1.19.99.1, module version = 2.99.917
[93.980] 

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.
___
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: help with Xorg

2017-07-28 Thread Adam Jackson
On Thu, 2017-07-27 at 21:59 -0500, Perez Rodriguez, Humberto I wrote:

> (04:54 PM) [gfx@gfx-desktop] [xorg]$ : cat Xorg.0.log | grep "(WW)"
>  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> [62.765] (WW) The directory "/usr/share/fonts/misc/" does not exist.
> [62.765] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
> [62.765] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
> [62.766] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
> [62.766] (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
> [62.766] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
> [62.944] (WW) Falling back to old probe method for modesetting
> [62.944] (WW) Falling back to old probe method for fbdev
> [62.946] (WW) Falling back to old probe method for vesa
> [62.946] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card 
> support
> [   292.184] (WW) Option "xkb_variant" requires a string value
> [   292.184] (WW) Option "xkb_options" requires a string value
> 
> 
> i think that the issue is in the line "VGA arbiter: cannot open kernel 
> arbiter, no multi-card support" but i am not sure about that

It almost certainly is not the issue. Please just provide the full X
log instead of grepping randomly.

- 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

help with Xorg

2017-07-27 Thread Perez Rodriguez, Humberto I

Hi :

i am trying to build xorg-xserver in a isolate environment on Ubuntu 
16.10 64bit, to be exact i am building the drivers into /opt/X11R7


output from /opt/X11R7

drwxr-xr-x  2 gfx gfx 4096 Jul 27 15:42 bin
drwxr-xr-x  2 gfx gfx 4096 Jul 27 15:42 etc
drwxr-xr-x 15 gfx gfx 4096 Jul 27 15:42 include
drwxr-xr-x 11 gfx gfx 4096 Jul 27 15:42 lib
drwxr-xr-x  3 gfx gfx 4096 Jul 27 15:42 libexec
drwxr-xr-x 11 gfx gfx 4096 Jul 27 15:42 share
drwxr-xr-x  3 gfx gfx 4096 Jul 27 15:42 var


and in order to xserver-xorg takes all drivers and dependencies from 
there, i've create the following file :


$ : cat /etc/X11/xorg.conf
Section "Files"
ModulePath "/opt/X11R7/lib/xorg/modules"
EndSection


and i've modified the following file as well :

$ : cat /usr/bin/X
#!/bin/sh
#
# Execute Xorg.wrap if it exists otherwise execute Xorg directly.
# This allows distros to put the suid wrapper in a separate package.
basedir=/opt/X11R7/bin
#basedir=/usr/lib/xorg
if [ -x "$basedir"/Xorg.wrap ]; then
exec "$basedir"/Xorg.wrap "$@"
else
exec "$basedir"/Xorg "$@"
fi


after do that, when reboot the system, tty7 appears as disabled and only 
i have access to tty1-6, so in tty1 i type the following command in 
order to run "Xorg" command


# chown gfx.gfx /dev/tty[0-7]

#chown gfx.gfx /dev/dri/card0

#chown gfx.gfx /dev/fb0

#chown gfx.gfx /dev/input

# usermod -a -G input gfx


then when i run the command "Xorg" i got always a black screen, please 
see relevant messages in the Xorg.0.log



(04:54 PM) [gfx@gfx-desktop] [xorg]$ : cat Xorg.0.log | grep "(EE)"
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.

(04:54 PM) [gfx@gfx-desktop] [xorg]$ : cat Xorg.0.log | grep "(WW)"
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[62.765] (WW) The directory "/usr/share/fonts/misc/" does not exist.
[62.765] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[62.765] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[62.766] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[62.766] (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
[62.766] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
[62.944] (WW) Falling back to old probe method for modesetting
[62.944] (WW) Falling back to old probe method for fbdev
[62.946] (WW) Falling back to old probe method for vesa
[62.946] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card 
support

[   292.184] (WW) Option "xkb_variant" requires a string value
[   292.184] (WW) Option "xkb_options" requires a string value


i think that the issue is in the line "VGA arbiter: cannot open kernel 
arbiter, no multi-card support" but i am not sure about that



the drivers builded into /opt/X11R7 were the following


╒═╤══╤╕
│   # │ Driver   │ Compilation time   │
╞═╪══╪╡
│   1 │ drm  │ (0h:0m:32s)│
├─┼──┼┤
│   2 │ mesa │ (0h:3m:11s)│
├─┼──┼┤
│   3 │ macros   │ (0h:0m:4s) │
├─┼──┼┤
│   4 │ xproto   │ (0h:0m:7s) │
├─┼──┼┤
│   5 │ glproto  │ (0h:0m:6s) │
├─┼──┼┤
│   6 │ dri2proto│ (0h:0m:6s) │
├─┼──┼┤
│   7 │ xserver  │ (0h:2m:2s) │
├─┼──┼┤
│   8 │ libXfont │ (0h:0m:21s)│
├─┼──┼┤
│   9 │ xf86-input-evdev │ (0h:0m:13s)│
├─┼──┼┤
│  10 │ xf86-input-libinput  │ (0h:0m:13s)│
├─┼──┼┤
│  11 │ xf86-video-fbdev │ (0h:0m:12s)│
├─┼──┼┤
│  12 │ xf86-video-vesa  │ (0h:0m:12s)│
├─┼──┼┤
│  13 │ xf86-video-vmware│ (0h:0m:13s)│
├─┼──┼┤
│  14 │ xf86-video-qxl   │ (0h:0m:14s)│
├─┼──┼┤
│  15 │ xf86-video-amdgpu│ (0h:0m:27s)│
├─┼──┼┤
│  16 │ xf86-video-ati   │ (0h:0m:17s)│
├─┼──┼┤
│  17 │ xf86-video-chips │ (0h:0m:18s)│
├─┼──┼┤
│  18 │ x11proto │ (0h:0m:7s) │
├─┼──┼┤
│  19 │ libxtrans│ (0h:0m:6s) │
├─┼──┼┤
│  20 │ libX11   │ (0h:0m:54s)   

need help with Xorg reinitialization ?

2013-01-11 Thread bobi l
i have this problem with the sound on several linux systems with the same
hardware,
i think the problem is in the audio chip, if it works for more than 12 hours
the sound distorts making it really unpleasant,
when i used SDL to manage audio, the only solution i got is to reinitialize
the audio every
6 hours or so, this makes the bug disappear.

now i Chrome display data, and the same audio distortion happens in a
browser (chrome under X) playing audio files.
i could not reach the audio subsystem to make it initialize again.

the problem fixes itself if i switch to console (control alt f1), then back
to X
making me think switching back to X makes chrome (or x?) reinitialize whats
needed

i did a search on google but didnt find any answer

so the real question is:
what happens when i switch from X to console, and back
is there an event to which chrome responds, can i simulate this situation
with a program ?
what do i need to send

could you please point me in the right direction

thank you in advance,
Borislav Lukanov
___
xorg@lists.x.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.x.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com