Re: [gentoo-user] xorg-session filled possibly with sddm errors about video files.

2023-12-01 Thread Dale
Dale wrote:
> Howdy,
>
> I was digging around the other day and noticed a large log file.  I just
> had to see why it was so large.  It's over 1GB.  This is a example of
> its content.  It just repeats, a LOT. 
>
>
> [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55af3fb5c1c0] Format
> mov,mp4,m4a,3gp,3g2,mj2 detected only with low score of 1, misdetection
> possible!
> [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55af3fb5c1c0] moov atom not found
> [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55af4087ade0] Format
> mov,mp4,m4a,3gp,3g2,mj2 detected only with low score of 1, misdetection
> possible!
> [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55af4087ade0] moov atom not found
> [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55af408794e0] Format
> mov,mp4,m4a,3gp,3g2,mj2 detected only with low score of 1, misdetection
> possible!
> [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55af408794e0] moov atom not found
>
>
> As most know, I watch TV from this thing.  I'm almost certain it is
> being generated by smplayer because I tested to see if it does this with
> only smplayer running.  I use mpv for playing videos etc on my monitor
> itself but it doesn't do it when mpv is playing.  From the log file
> size, it has been doing this a while but there is no time stamps to go
> by.  However, using tail -f to monitor it, it repeats every second or so. 
>
> First, I'd like to fix whatever is causing this if I can.  It may be the
> video file itself or it may be smplayer.  If it is the video files, it's
> a lot of them.  It's been doing this for days or more.  I've played a
> lot of videos in that time frame.  I looked in smplayer and tried
> disabling logging there, no change.  It still adds to that log.  Anyone
> have a clue how to fix this??
>
> Second, if it is not fixable, since these errors aren't preventing
> videos from playing just fine, how do I stop the errors from going into
> the log file?  While I have a fairly large size /home that this file
> parks on, it would eventually start hogging up a lot of drive space. 
>
> I did some searches for the error.  It appears to be reported but I
> don't see a way to fix it.  It seems I would have to figure out what
> video files trigger it and then fix the files one at a time.  Given
> that, the second option may be the best way to deal with this. 
>
> Thoughts?  Ideas?  Large hammer???  lol 
>
> Dale
>
> :-)  :-) 
>


Ignore this.  I didn't realize I even sent this one.  Found out more
accurate info and created new thread.  Still don't recall hitting send.  :/

Dale

:-)  :-) 



Re: [gentoo-user] xorg-session filled possibly with sddm errors about video files.

2023-12-01 Thread Michael
On Friday, 1 December 2023 10:33:22 GMT Dale wrote:
> Howdy,
> 
> I was digging around the other day and noticed a large log file.  I just
> had to see why it was so large.  It's over 1GB.  This is a example of
> its content.  It just repeats, a LOT. 
> 
> 
> [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55af3fb5c1c0] Format
> mov,mp4,m4a,3gp,3g2,mj2 detected only with low score of 1, misdetection
> possible!
> [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55af3fb5c1c0] moov atom not found
> [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55af4087ade0] Format
> mov,mp4,m4a,3gp,3g2,mj2 detected only with low score of 1, misdetection
> possible!
> [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55af4087ade0] moov atom not found
> [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55af408794e0] Format
> mov,mp4,m4a,3gp,3g2,mj2 detected only with low score of 1, misdetection
> possible!
> [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55af408794e0] moov atom not found
> 
> 
> As most know, I watch TV from this thing.  I'm almost certain it is
> being generated by smplayer because I tested to see if it does this with
> only smplayer running.  I use mpv for playing videos etc on my monitor
> itself but it doesn't do it when mpv is playing.  From the log file
> size, it has been doing this a while but there is no time stamps to go
> by.  However, using tail -f to monitor it, it repeats every second or so. 
> 
> First, I'd like to fix whatever is causing this if I can.  It may be the
> video file itself or it may be smplayer.  If it is the video files, it's
> a lot of them.  It's been doing this for days or more.  I've played a
> lot of videos in that time frame.  I looked in smplayer and tried
> disabling logging there, no change.  It still adds to that log.  Anyone
> have a clue how to fix this??
> 
> Second, if it is not fixable, since these errors aren't preventing
> videos from playing just fine, how do I stop the errors from going into
> the log file?  While I have a fairly large size /home that this file
> parks on, it would eventually start hogging up a lot of drive space. 
> 
> I did some searches for the error.  It appears to be reported but I
> don't see a way to fix it.  It seems I would have to figure out what
> video files trigger it and then fix the files one at a time.  Given
> that, the second option may be the best way to deal with this. 
> 
> Thoughts?  Ideas?  Large hammer???  lol 
> 
> Dale
> 
> :-)  :-) 

I recall seeing ffmpeg reporting similar output with some video files, when it 
doesn't like the particular file's adherence to a codec or mux wrapper.  
Sometimes it also prints warnings about fixing your video file or it may not 
work with ffmpeg in the future.

I haven't used smplayer/mplayer for the best part of 10 years, so I don't know 
how it could be tweaked.  You could try creating an alias for mplayer with the 
'--quiet' option, or whatever equivalent mplayer has to suppress console 
output, or find if you can specify this in smplayer's config.

Alternatively, if you don't want to approach this from the video player angle, 
you can look into controlling the log output of sddm:

/usr/share/sddm/sddm.conf.d/00default.conf

Search the above file to find "# Path to the user session log file" and after 
you copy it over to your /etc/ssdm/ comment out the path to the log file, or 
redirect it to /dev/null, or if neither of these work symlink the sddm log 
file from your /home to /dev/null.

signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Xorg does not start after a recent system update.

2020-09-20 Thread gevisz
вс, 20 сент. 2020 г. в 15:37, Ashley Dixon :
>
> On Sun, Sep 20, 2020 at 02:23:58PM +0300, gevisz wrote:
> > вс, 20 сент. 2020 г. в 14:09, gevisz :
> > > When installing my new Gentoo installation, I tried to make it as
> > > close to the old one as it was possible, and it is strange to me that
> > > the new one does not have a dbus startup in its runlevels. (As far as
> > > I remember, in both cases I needed dbus to switch keyboard layout in
> > > Awesome, and it did on both systems before the last update.)
> > >
> > > Probably, my first try should be to add dbus to the default runlevel
> > > on my new Gentoo installation.
> >
> > Yes, after adding dbus to default runlevel, the xorg-server started.
>
> It would be very peculiar if D-Bus was removed from your  runlevels;  it's  
> more
> probable that a service implicitly starting D-Bus as a dependency via `need` 
> was
> changed during your system upgrade.  Regardless, since  the  service  was  
> never
> starting, the socket file was never being created.  X should  probably  try  
> and
> start the D-Bus service when it initialises, either as  a  part  of  the  
> Gentoo
> patchset, or as a bug to upstream.  The BlueZ bluetooth service does  this,  
> for
> example [1]:
>
> depend() {
> after coldplug
> need dbus localmount hostname
> }
>
> Anyway, glad to see it fixed.
>
> [1] 
> https://gitweb.gentoo.org/repo/gentoo.git/tree/net-wireless/bluez/files/bluetooth-init.d-r4
>

My guess was that it is /etc/X11/xinit/xinitrc.d/80-dbus that started
dbus on the problem computer but for some reason stopped to do it
after the system update, but of course it may be because of changed
dependency of the OpenRC dependencies.

Anyway, thank you once more for your help!



Re: [gentoo-user] Xorg does not start after a recent system update.

2020-09-20 Thread Ashley Dixon
On Sun, Sep 20, 2020 at 02:23:58PM +0300, gevisz wrote:
> вс, 20 сент. 2020 г. в 14:09, gevisz :
> > When installing my new Gentoo installation, I tried to make it as
> > close to the old one as it was possible, and it is strange to me that
> > the new one does not have a dbus startup in its runlevels. (As far as
> > I remember, in both cases I needed dbus to switch keyboard layout in
> > Awesome, and it did on both systems before the last update.)
> >
> > Probably, my first try should be to add dbus to the default runlevel
> > on my new Gentoo installation.
> 
> Yes, after adding dbus to default runlevel, the xorg-server started.

It would be very peculiar if D-Bus was removed from your  runlevels;  it's  more
probable that a service implicitly starting D-Bus as a dependency via `need` was
changed during your system upgrade.  Regardless, since  the  service  was  never
starting, the socket file was never being created.  X should  probably  try  and
start the D-Bus service when it initialises, either as  a  part  of  the  Gentoo
patchset, or as a bug to upstream.  The BlueZ bluetooth service does  this,  for
example [1]:

depend() {
after coldplug
need dbus localmount hostname
}

Anyway, glad to see it fixed.

[1] 
https://gitweb.gentoo.org/repo/gentoo.git/tree/net-wireless/bluez/files/bluetooth-init.d-r4

-- 

Ashley Dixon
suugaku.co.uk

2A9A 4117
DA96 D18A
8A7B B0D2
A30E BF25
F290 A8AA



signature.asc
Description: PGP signature


Re: [gentoo-user] Xorg does not start after a recent system update.

2020-09-20 Thread gevisz
вс, 20 сент. 2020 г. в 14:09, gevisz :
>
> вс, 20 сент. 2020 г. в 12:20, Ashley Dixon :
> >
> > On Sun, Sep 20, 2020 at 11:59:10AM +0300, gevisz wrote:
> > > Thank you for your reply. Yes, I tried it after a reboot.
> > > As to your first question, I will look into logs and report it a bit 
> > > later.
> >
> > 1) Could you confirm that `/run/dbus/system_bus_socket` doesn't exist?
>
> Thank you for your reply and the tips.
>
> /run/dbus directory does not exist on the computer where xorg-server
> does not start, which probably means that it does not run. (At the
> same time,  /run/dbus/system_bus_socket does exit on another my Gentoo
> box that I last updated 1.5 years ago and that has no problem starting
> xorg-server. It still has default/linux/amd64/17.0/desktop (stable)
> profile.)
>
> Also, I cannot find a link to dbus from any of my /etc/runlevels on my
> problem computer though such a link exists from
> /etc/runlevels/default/dbus to /etc/init.d/dbus on my old Gentoo
> installation.
>
> On both my Gentoo installations exist /etc/X11/xinit/xinitrc.d/80-dbus
> file that promises to launch a session dbus instance.
>
> When installing my new Gentoo installation, I tried to make it as
> close to the old one as it was possible, and it is strange to me that
> the new one does not have a dbus startup in its runlevels. (As far as
> I remember, in both cases I needed dbus to switch keyboard layout in
> Awesome, and it did on both systems before the last update.)
>
> Probably, my first try should be to add dbus to the default runlevel
> on my new Gentoo installation.

Yes, after adding dbus to default runlevel, the xorg-server started.

Thank you.

Still do not understand how it worked without it before.

Will look into logs and post to this thread any other problems
xorg-server reports, if any, later.

> > 2) Please post the full logs of the X server, usually at 
> > `/var/log/Xorg.0.log`.
> > 3) The output of `emerge --info x11-base/xorg-server` would be nice.
>
> Will come soon. :)
>
> > I ask for (3), because if you have the `systemd` OR `elogind` flags set on  
> > your
> > X server package, `--enable-systemd-login`  will  be  passed  to  the  
> > configure
> > script, which is known to cause this problem [1].
>
> Thank you for the tip and the links.
>
> On both my systems (the old and the new one) I do have elogind
> installed as it is needed for Skype.
> On the old system, xorg-server still does not have an elogind use
> flag, while the new one has it and it is set on.
>
> >  From the relevant ebuild [2]:
> >
> > if use systemd || use elogind; then
> > XORG_CONFIGURE_OPTIONS+=(
> > "--enable-systemd-logind"
> > "--disable-install-setuid"
> > "$(use_enable suid suid-wrapper)"
> > )
> > else
> > XORG_CONFIGURE_OPTIONS+=(
> > "--disable-systemd-logind"
> > "--disable-suid-wrapper"
> > "$(use_enable suid install-setuid)"
> > )
> > fi
> >
> > [1] https://gitlab.freedesktop.org/xorg/xserver/-/issues/554
> > [2] 
> > https://gitweb.gentoo.org/repo/gentoo.git/tree/x11-base/xorg-server/xorg-server-1.20.9.ebuild#n179
> >
> > --
> >
> > Ashley Dixon
> > suugaku.co.uk
> >
> > 2A9A 4117
> > DA96 D18A
> > 8A7B B0D2
> > A30E BF25
> > F290 A8AA
> >



Re: [gentoo-user] Xorg does not start after a recent system update.

2020-09-20 Thread gevisz
вс, 20 сент. 2020 г. в 12:20, Ashley Dixon :
>
> On Sun, Sep 20, 2020 at 11:59:10AM +0300, gevisz wrote:
> > Thank you for your reply. Yes, I tried it after a reboot.
> > As to your first question, I will look into logs and report it a bit later.
>
> 1) Could you confirm that `/run/dbus/system_bus_socket` doesn't exist?

Thank you for your reply and the tips.

/run/dbus directory does not exist on the computer where xorg-server
does not start, which probably means that it does not run. (At the
same time,  /run/dbus/system_bus_socket does exit on another my Gentoo
box that I last updated 1.5 years ago and that has no problem starting
xorg-server. It still has default/linux/amd64/17.0/desktop (stable)
profile.)

Also, I cannot find a link to dbus from any of my /etc/runlevels on my
problem computer though such a link exists from
/etc/runlevels/default/dbus to /etc/init.d/dbus on my old Gentoo
installation.

On both my Gentoo installations exist /etc/X11/xinit/xinitrc.d/80-dbus
file that promises to launch a session dbus instance.

When installing my new Gentoo installation, I tried to make it as
close to the old one as it was possible, and it is strange to me that
the new one does not have a dbus startup in its runlevels. (As far as
I remember, in both cases I needed dbus to switch keyboard layout in
Awesome, and it did on both systems before the last update.)

Probably, my first try should be to add dbus to the default runlevel
on my new Gentoo installation.

> 2) Please post the full logs of the X server, usually at 
> `/var/log/Xorg.0.log`.
> 3) The output of `emerge --info x11-base/xorg-server` would be nice.

Will come soon. :)

> I ask for (3), because if you have the `systemd` OR `elogind` flags set on  
> your
> X server package, `--enable-systemd-login`  will  be  passed  to  the  
> configure
> script, which is known to cause this problem [1].

Thank you for the tip and the links.

On both my systems (the old and the new one) I do have elogind
installed as it is needed for Skype.
On the old system, xorg-server still does not have an elogind use
flag, while the new one has it and it is set on.

>  From the relevant ebuild [2]:
>
> if use systemd || use elogind; then
> XORG_CONFIGURE_OPTIONS+=(
> "--enable-systemd-logind"
> "--disable-install-setuid"
> "$(use_enable suid suid-wrapper)"
> )
> else
> XORG_CONFIGURE_OPTIONS+=(
> "--disable-systemd-logind"
> "--disable-suid-wrapper"
> "$(use_enable suid install-setuid)"
> )
> fi
>
> [1] https://gitlab.freedesktop.org/xorg/xserver/-/issues/554
> [2] 
> https://gitweb.gentoo.org/repo/gentoo.git/tree/x11-base/xorg-server/xorg-server-1.20.9.ebuild#n179
>
> --
>
> Ashley Dixon
> suugaku.co.uk
>
> 2A9A 4117
> DA96 D18A
> 8A7B B0D2
> A30E BF25
> F290 A8AA
>



Re: [gentoo-user] Xorg does not start after a recent system update.

2020-09-20 Thread Ashley Dixon
On Sun, Sep 20, 2020 at 11:59:10AM +0300, gevisz wrote:
> Thank you for your reply. Yes, I tried it after a reboot.
> As to your first question, I will look into logs and report it a bit later.

1) Could you confirm that `/run/dbus/system_bus_socket` doesn't exist?
2) Please post the full logs of the X server, usually at `/var/log/Xorg.0.log`.
3) The output of `emerge --info x11-base/xorg-server` would be nice.

I ask for (3), because if you have the `systemd` OR `elogind` flags set on  your
X server package, `--enable-systemd-login`  will  be  passed  to  the  configure
script, which is known to cause this problem [1].  From the relevant ebuild [2]:

if use systemd || use elogind; then
XORG_CONFIGURE_OPTIONS+=(
"--enable-systemd-logind"
"--disable-install-setuid"
"$(use_enable suid suid-wrapper)"
)
else
XORG_CONFIGURE_OPTIONS+=(
"--disable-systemd-logind"
"--disable-suid-wrapper"
"$(use_enable suid install-setuid)"
)
fi

[1] https://gitlab.freedesktop.org/xorg/xserver/-/issues/554
[2] 
https://gitweb.gentoo.org/repo/gentoo.git/tree/x11-base/xorg-server/xorg-server-1.20.9.ebuild#n179

-- 

Ashley Dixon
suugaku.co.uk

2A9A 4117
DA96 D18A
8A7B B0D2
A30E BF25
F290 A8AA



signature.asc
Description: PGP signature


Re: [gentoo-user] Xorg does not start after a recent system update.

2020-09-20 Thread gevisz
вс, 20 сент. 2020 г. в 11:27, Ashley Dixon :
>
> On Sun, Sep 20, 2020 at 11:00:20AM +0300, gevisz wrote:
> > After a system update on 18.09.2020 of my Gentoo system, the
> > xorg-server failed to start with the following (last) error message:
> > dbus-core: error connecting to system bus:
> > org.freedesktop.DBus.Error.FileNotFound (Failed to connect to socket
> > /run/dbus/system_bus_socket: No such file or directory)
>
> Was the D-Bus package (sys-apps/dbus) touched during your system update?  If 
> so,
> did you reboot your system after the upgrade?  This  is  unlikely  to  fix  
> your
> issue, although there have been some reports (years ago)  of  the  D-Bus  
> socket
> file not being recreated until rebooting.

Thank you for your reply. Yes, I tried it after a reboot.

As to your first question, I will look into logs and report it a bit later.



Re: [gentoo-user] Xorg does not start after a recent system update.

2020-09-20 Thread Ashley Dixon
On Sun, Sep 20, 2020 at 11:00:20AM +0300, gevisz wrote:
> After a system update on 18.09.2020 of my Gentoo system, the
> xorg-server failed to start with the following (last) error message:
> dbus-core: error connecting to system bus:
> org.freedesktop.DBus.Error.FileNotFound (Failed to connect to socket
> /run/dbus/system_bus_socket: No such file or directory)

Was the D-Bus package (sys-apps/dbus) touched during your system update?  If so,
did you reboot your system after the upgrade?  This  is  unlikely  to  fix  your
issue, although there have been some reports (years ago)  of  the  D-Bus  socket
file not being recreated until rebooting.

-- 

Ashley Dixon
suugaku.co.uk

2A9A 4117
DA96 D18A
8A7B B0D2
A30E BF25
F290 A8AA



signature.asc
Description: PGP signature


Re: [gentoo-user] xorg-server[elogind,-suid] and starting additional Xorg session from running Xorg session

2020-07-23 Thread i.Dark_Templar
23.07.2020 22:25, Neil Bothwick пишет:
> On Thu, 23 Jul 2020 15:15:04 +0300, i.Dark_Templar wrote:
> 
>> With x11-base/xorg-server-1.20.8[elogind,suid] I could just do "sudo -i
>> -u another-user DISPLAY= XAUTHORITY= startx $application $app_args --
>> :$nextdisplay" from running X11 session and get myself a separate new
>> X11 session running from different user.
>>
>> With x11-base/xorg-server-1.20.8-r1[elogind,suid] it is also possible to
>> do this if line 'allowed_users = anybody' is added to file
>> '/etc/X11/X11/Xwrapper.config'.
>>
>> But with x11-base/xorg-server-1.20.8-r1[elogind,-suid] I couldn't make a
>> similar setup to work. I've tried adding options '-keeptty' or 'vt?' or
>> both, but all I get are errors like these:
>>
>> Fatal server error:
>> (EE) parse_vt_settings: Cannot open /dev/tty0 (Permission denied)
> 
> Is your new user a member of the tty group?
> 
> 

No. Should I add every user I wish to allow running Xorg without suid in
such setup to tty group? I don't like such idea. Currently, there are no
users in this group. Granting a user permissions to control every tty
looks like an overkill and an insecure setting.

I'm not trying to fix this setup at any cost. I'm trying to figure out
if it's possible to do this without suid and I'm just missing something,
or if I should stick to suid for my use-case.



Re: [gentoo-user] xorg-server[elogind,-suid] and starting additional Xorg session from running Xorg session

2020-07-23 Thread Neil Bothwick
On Thu, 23 Jul 2020 15:15:04 +0300, i.Dark_Templar wrote:

> With x11-base/xorg-server-1.20.8[elogind,suid] I could just do "sudo -i
> -u another-user DISPLAY= XAUTHORITY= startx $application $app_args --
> :$nextdisplay" from running X11 session and get myself a separate new
> X11 session running from different user.
> 
> With x11-base/xorg-server-1.20.8-r1[elogind,suid] it is also possible to
> do this if line 'allowed_users = anybody' is added to file
> '/etc/X11/X11/Xwrapper.config'.
> 
> But with x11-base/xorg-server-1.20.8-r1[elogind,-suid] I couldn't make a
> similar setup to work. I've tried adding options '-keeptty' or 'vt?' or
> both, but all I get are errors like these:
> 
> Fatal server error:
> (EE) parse_vt_settings: Cannot open /dev/tty0 (Permission denied)

Is your new user a member of the tty group?


-- 
Neil Bothwick

Old hitchhikers never die-they just throw in the towel.


pgpxgmHYN0ArJ.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] xorg-server[elogind,-suid] and starting additional Xorg session from running Xorg session

2020-07-23 Thread Neil Bothwick
On Thu, 23 Jul 2020 19:38:21 +0300, i.Dark_Templar wrote:

> I'm using --newuse (-N). According to 'man emerge', --newuse and
> --changed-use are pretty similar, but if disabled USE-flag is added or
> removed for package without version change, --changed-use does not
> trigger rebuild of package.

That's not quite right. The difference is that --changed-use won't
trigger a rebuild if the change of use flag makes no difference on your
settings whereas --newuse will always rebuild for a changed flag. It has
noting to sdo with version changes, which will always case a rebuild
because you are using -u.


-- 
Neil Bothwick

Adolescence, n.: The stage between puberty and adultery.


pgpB_lX8NkfwU.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] xorg-server[elogind,-suid] and starting additional Xorg session from running Xorg session

2020-07-23 Thread Dale
i.Dark_Templar wrote:
> 23.07.2020 19:29, Matt Connell (Gmail) пишет:
>> On Thu, 2020-07-23 at 19:24 +0300, i.Dark_Templar wrote:
>>> 23.07.2020 19:05, Walter Dnes пишет:
>>>
 On Thu, Jul 23, 2020 at 03:15:04PM +0300, i.Dark_Templar wrote
> Hi.
> I've tried using xorg-server[elogind,-suid] and got an issue.
I know this may sound too simple, but did you update world?  News item
 https://www.gentoo.org/support/news-items/2020-06-24-xorg-server-dropping-default-suid.html
 says...
>>>
>>> Yes, of course. I usually do 'emerge -avuDN system world'
>> I may be way off base, but would the changed-use flag (-U / --changed-
>> use) have been needed in order to apply this change?
>>
>>
> I'm using --newuse (-N). According to 'man emerge', --newuse and
> --changed-use are pretty similar, but if disabled USE-flag is added or
> removed for package without version change, --changed-use does not
> trigger rebuild of package.
>
> Anyway, I just tried running 'emerge -avuUDN system world', and it
> reported 'Nothing to merge'.
>
>


Just a FYI.  If you put world as a set, you can leave out system.  The
world set will pull in the system set so it will save you some typing. 

Just a thought.

Dale


Re: [gentoo-user] xorg-server[elogind,-suid] and starting additional Xorg session from running Xorg session

2020-07-23 Thread i.Dark_Templar
23.07.2020 19:29, Matt Connell (Gmail) пишет:
> On Thu, 2020-07-23 at 19:24 +0300, i.Dark_Templar wrote:
>> 23.07.2020 19:05, Walter Dnes пишет:
>>
>>> On Thu, Jul 23, 2020 at 03:15:04PM +0300, i.Dark_Templar wrote
 Hi.
 I've tried using xorg-server[elogind,-suid] and got an issue.
>>>I know this may sound too simple, but did you update world?  News item
>>> https://www.gentoo.org/support/news-items/2020-06-24-xorg-server-dropping-default-suid.html
>>> says...
>>
>>
>> Yes, of course. I usually do 'emerge -avuDN system world'
> 
> I may be way off base, but would the changed-use flag (-U / --changed-
> use) have been needed in order to apply this change?
> 
> 

I'm using --newuse (-N). According to 'man emerge', --newuse and
--changed-use are pretty similar, but if disabled USE-flag is added or
removed for package without version change, --changed-use does not
trigger rebuild of package.

Anyway, I just tried running 'emerge -avuUDN system world', and it
reported 'Nothing to merge'.



Re: [gentoo-user] xorg-server[elogind,-suid] and starting additional Xorg session from running Xorg session

2020-07-23 Thread Matt Connell (Gmail)
On Thu, 2020-07-23 at 19:24 +0300, i.Dark_Templar wrote:
> 23.07.2020 19:05, Walter Dnes пишет:
> 
> > On Thu, Jul 23, 2020 at 03:15:04PM +0300, i.Dark_Templar wrote
> > > Hi.
> > > I've tried using xorg-server[elogind,-suid] and got an issue.
> >I know this may sound too simple, but did you update world?  News item
> > https://www.gentoo.org/support/news-items/2020-06-24-xorg-server-dropping-default-suid.html
> > says...
> 
> 
> Yes, of course. I usually do 'emerge -avuDN system world'

I may be way off base, but would the changed-use flag (-U / --changed-
use) have been needed in order to apply this change?




Re: [gentoo-user] xorg-server[elogind,-suid] and starting additional Xorg session from running Xorg session

2020-07-23 Thread i.Dark_Templar
23.07.2020 19:05, Walter Dnes пишет:
> On Thu, Jul 23, 2020 at 03:15:04PM +0300, i.Dark_Templar wrote
>> Hi.
>>
>> I've tried using xorg-server[elogind,-suid] and got an issue.
> 
>   I know this may sound too simple, but did you update world?  News item
> https://www.gentoo.org/support/news-items/2020-06-24-xorg-server-dropping-default-suid.html
> says...
> 

Yes, of course. I usually do 'emerge -avuDN system world', and I have
following options in make.conf:

EMERGE_DEFAULT_OPTS="--with-bdeps=y --binpkg-respect-use=y
--autounmask=n --complete-graph=y --keep-going"

And I did following sequence after emerging xorg-server with different
USE-flags before testing it: logout out of X11 session, login into
console session as root, restart xdm service (restart sddm), login into
KDE session via SDDM. KDE session works fine, but I can't start one more
X11 session from it.

While I didn't test it, I guess X11 session could be started fine from
user if you login into a console session (text-only session), but when I
try to start one more X11 session from already running X11 session, I
hit insufficient permissions error.

>> to globally enable 'elogind' USE flag and update the system
>>
>> # emerge --newuse @world
>>
>> Afterwards, one will need to re-login, so the PAM can assign a
>> seat. One can confirm that a seat has been assigned upon login
>> by running:
>>
>> $ loginctl user-status
> 

As far as I can see elogind works fine for me in usual scenario: login
via SDDM.



Re: [gentoo-user] xorg-server[elogind,-suid] and starting additional Xorg session from running Xorg session

2020-07-23 Thread Walter Dnes
On Thu, Jul 23, 2020 at 03:15:04PM +0300, i.Dark_Templar wrote
> Hi.
> 
> I've tried using xorg-server[elogind,-suid] and got an issue.

  I know this may sound too simple, but did you update world?  News item
https://www.gentoo.org/support/news-items/2020-06-24-xorg-server-dropping-default-suid.html
says...

> to globally enable 'elogind' USE flag and update the system
> 
> # emerge --newuse @world
> 
> Afterwards, one will need to re-login, so the PAM can assign a
> seat. One can confirm that a seat has been assigned upon login
> by running:
> 
> $ loginctl user-status

-- 
Walter Dnes 
I don't run "desktop environments"; I run useful applications



Re: [gentoo-user] xorg-server without suid still runs as root?

2020-06-25 Thread inasprecali
How are you starting X in the first place?  Are you using a
display manager?  Are you running startx?

In the former case, this is perfectly normal for many display
managers, including SDDM.  GDM, if I'm not mistaken, can and does
run X as a regular user if possible.  Upstream has been talking
about  adding this functionality to SDDM for a while, but so far
it still hasn't been merged.



Re: [gentoo-user] xorg-server without suid still runs as root?

2020-06-25 Thread John Covici
On Thu, 25 Jun 2020 08:58:30 -0400,
Nikos Chantziaras wrote:
> 
> There's a news item about disabling the "suid" use flag on
> x11-base/xorg-server, which makes it runs as a normal user rather
> than root. Version 1.20.8-r1 of the ebuild disables "suid" by
> default. After updating to that and rebooting, X still runs as
> root though:
> 
>   $ ps aux | grep X
>   root 270 1.7 0.6 226892 107052 tty1 Ssl+ 13:52 2:08 /usr/bin/X
> 
>   $ emerge --info xorg-server
>   [...]
>   x11-base/xorg-server-1.20.8-r1::gentoo was built with the following:
> USE="ipv6 libglvnd systemd udev xorg -debug -dmx -doc (-elogind)
> -kdrive -libressl -minimal (-selinux) -static-libs -suid -unwind
> -wayland -xcsecurity -xephyr -xnest -xvfb" ABI_X86="(64)"
> 
> Am I missing something? I'm using systemd. If it matters, the
> "kms" use flag in x11-drivers/nvidia-drivers is enabled.

If I do ls -l /proc/ both of them are not root, 1 as gdm
and the other as me which got created after I logged in.  Try doing
that and see what you see.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici wb2una
 cov...@ccs.covici.com



Re: [gentoo-user] xorg-server

2020-04-14 Thread Jorge Almeida
On Tue, Apr 14, 2020 at 9:22 PM Dale  wrote:
>
> Jorge Almeida wrote:

> >>> "Use elogind to get control over framebuffer when running as regular
> >>> user"
> >>>



>
> If you have consolekit, PAM, elogind and such disabled, I'm not sure
> what if anything will change.  I'd think by disabling elogind, you would
> be back to like you was before it *attempted* to add it.  In other
> words, nothing changes.  That's my thinking.

Yes, that seems right. I just added "-elogind" to make.conf and that's
it. But I'm really curious about the framebuffer stuff. As for other
stuff (mounting USB, etc), doing it by hand it's fine.
>
Cheers

Jorge



Re: [gentoo-user] xorg-server

2020-04-14 Thread Dale
Jorge Almeida wrote:
> On Tue, Apr 14, 2020 at 7:29 PM tastytea  wrote:
>> On 2020-04-14T19:16+0100
>> Jorge Almeida  wrote:
>>
>>> "Use elogind to get control over framebuffer when running as regular
>>> user"
>>>
>>> Could someone explain what this entails? What happened before this USE
>>> variable was created? What will I miss if I disable it?
>> ConsoleKit2 is unmaintained, elogind is the replacement. If you don't
>> use systemd, read `eselect news read new` or
>> .
>>
> OK, I get it. I don't use ConsoleKit2, and I have "-consolekit" in
> make.conf, so it's just a matter of adding "-elogind" to make.conf. I
> understand why suddenly updating world wanted to pull PAM.
> What I still would like to understand is what are the consequences of
> [not] enabling this stuff regarding xorg-server. What kind of control
> over the framebuffer is meant by the USE description quoted above?
>
> Thanks
>
> Jorge
>
>


I'm not sure I can answer all your questions but I'll try to provide
some info.  Since it seems you are not using consolekit, PAM or friends,
you must do everything manually when it comes to permissions.  Whether
it is consolekit or elogind, it basically allows users to do certain
things that normally only root can do.  Example, mount USB sticks etc. 
It seems, to me at least, that it also allows graphical environments to
use elogind to manage the session when logged in as well.  I started a
thread about this a while back that should be archived somewhere. 

I'll also add this for those who use elogind already, OP, this may
interest you as well.  I did my usual Sunday upgrade last night.  When
you logout of whatever GUI you use, restart elogind before logging back
in.  I don't recall seeing elogind in the list, it was a long list, but
it seems something upgraded that needs elogind restarted to work right. 
Here is what I noticed that wasn't right.  I could not mount anything
external, USB sticks or my external backup drive.  It would give me a
error about permissions.  Logging into Konsole took minutes instead of
seconds to accept my password.  Logging into the GUI took a long time
to, much longer than usual. Any program that asks for a password, it to
took forever to start if it started at all.  Some just died off and went
to /dev/null.  As soon as I could, I logged out, went to the boot
runlevel, restarted elogind since it is in the boot runlevel and
everything went back to normal.  OP, this may give you some idea what
all elogind does or has a effect on. 

If you have consolekit, PAM, elogind and such disabled, I'm not sure
what if anything will change.  I'd think by disabling elogind, you would
be back to like you was before it *attempted* to add it.  In other
words, nothing changes.  That's my thinking. 

Dale

:-)  :-) 



Re: [gentoo-user] xorg-server

2020-04-14 Thread Jorge Almeida
On Tue, Apr 14, 2020 at 7:29 PM tastytea  wrote:
>
> On 2020-04-14T19:16+0100
> Jorge Almeida  wrote:
>

> > "Use elogind to get control over framebuffer when running as regular
> > user"
> >
> > Could someone explain what this entails? What happened before this USE
> > variable was created? What will I miss if I disable it?
>
> ConsoleKit2 is unmaintained, elogind is the replacement. If you don't
> use systemd, read `eselect news read new` or
> .
>
OK, I get it. I don't use ConsoleKit2, and I have "-consolekit" in
make.conf, so it's just a matter of adding "-elogind" to make.conf. I
understand why suddenly updating world wanted to pull PAM.
What I still would like to understand is what are the consequences of
[not] enabling this stuff regarding xorg-server. What kind of control
over the framebuffer is meant by the USE description quoted above?

Thanks

Jorge



Re: [gentoo-user] xorg-server

2020-04-14 Thread tastytea
On 2020-04-14T19:16+0100
Jorge Almeida  wrote:

> I was going to update world and I just noticed a few strange details.
> For example, xorg-server  has a new (?) USE variable "elogind" which
> appears to be enabled by default. I suppose I can block it in
> package.use, but I'm curious about what it does. In
> https://packages.gentoo.org/useflags/elogind
> I found
> "Use elogind to get control over framebuffer when running as regular
> user"
> 
> Could someone explain what this entails? What happened before this USE
> variable was created? What will I miss if I disable it?

ConsoleKit2 is unmaintained, elogind is the replacement. If you don't
use systemd, read `eselect news read new` or
.

> Jorge Almeida
> 

tastytea

-- 
Get my PGP key with `gpg --locate-keys tasty...@tastytea.de` or at
.


pgpI590Q0eP0d.pgp
Description: Digitale Signatur von OpenPGP


Re: [gentoo-user] xorg 1.20.x not working

2019-02-10 Thread Alan Grimes
Bill Kenworthy wrote:
>
> Another me too ... same problem, same symptoms, complete rebuild
> including modules.  After hours of work I have had to mask 1.20 so I can
> have a working system.
>
>
> BillK


What universe have I stumbled into? This is actually working Just
Fine(tm) on my machine...

[   154.407]
X.Org X Server 1.20.3
X Protocol Version 11, Revision 0
[   154.408] Build Operating System: Linux 4.17.19 x86_64 Gentoo
[   154.408] Current Operating System: Linux tortoise 4.18.20 #1 SMP Fri
Jan 25 09:51:34 EST 2019 x86_64
[   154.408] Kernel command line: BOOT_IMAGE=/vmlinuz-4.18.20
root=/dev/sda3 ro
[   154.408] Build Date: 25 January 2019  03:04:39AM
[   154.409] 

-- 
Please report bounces from this address to a...@numentics.com

Powers are not rights.




Re: [gentoo-user] xorg 1.20.x not working

2019-02-10 Thread Bill Kenworthy


On 11/2/19 3:51 am, John Covici wrote:
> On Sun, 10 Feb 2019 11:57:27 -0500,
> Andrew Savchenko wrote:
>> [1  ]
>> On Sun, 10 Feb 2019 10:21:21 -0600 Dale wrote:
>>> Andrew Savchenko wrote:
 On Wed, 16 Jan 2019 15:18:37 +0800 Bill Kenworthy wrote:
> Hi,
>
> I have a problem with any of the xorg-server 1.20.x series where I can
> start simple apps like xterm but more complexapps like firefox and
> thunderbird (for example) hang X with no erros in dmessage, log,
> Xorg.0.log, .xsession-errors etc.  The mouse can move but no clicks are
> accepted.  I have also recently run emerge -ep  with the profile upgrade
> (using 1.19 as I needed to use the system at the time) and a previous
> rebuild of almost everything with 1.20 installed with no change.
 You need to rebuild all x11-drivers after xorg update. Input
 problems you are describing are likely caused by modules built for
 older xorg version.

 Try:
  # emerge -av $(eix -IC x11-drivers --only-names)

 Best regards,
 Andrew Savchenko
>>> Isn't one of these supposed to do that?
>>>
>>> emerge @module-rebuild
>>>
>>> emerge @x11-module-rebuild
>>>
>>> I think the top one is the correct one. 
>> The top one will rebuild kernel modules. So it has nothing to do
>> with xorg. The bottom one is correct, I just forgot about it.
> I have much worse problems, whenever I start gdm, the screen shows the
> same content  as the virtual console where I started gdm.  Gdm is
> running, x-server is running, but the screen is not showing it.  I did
> compile all the drivers, so this is very strange.
>
Another me too ... same problem, same symptoms, complete rebuild
including modules.  After hours of work I have had to mask 1.20 so I can
have a working system.


BillK






Re: [gentoo-user] xorg 1.20.x not working

2019-02-10 Thread John Covici
On Sun, 10 Feb 2019 11:57:27 -0500,
Andrew Savchenko wrote:
> 
> [1  ]
> On Sun, 10 Feb 2019 10:21:21 -0600 Dale wrote:
> > Andrew Savchenko wrote:
> > > On Wed, 16 Jan 2019 15:18:37 +0800 Bill Kenworthy wrote:
> > >> Hi,
> > >>
> > >> I have a problem with any of the xorg-server 1.20.x series where I can
> > >> start simple apps like xterm but more complexapps like firefox and
> > >> thunderbird (for example) hang X with no erros in dmessage, log,
> > >> Xorg.0.log, .xsession-errors etc.  The mouse can move but no clicks are
> > >> accepted.  I have also recently run emerge -ep  with the profile upgrade
> > >> (using 1.19 as I needed to use the system at the time) and a previous
> > >> rebuild of almost everything with 1.20 installed with no change.
> > > You need to rebuild all x11-drivers after xorg update. Input
> > > problems you are describing are likely caused by modules built for
> > > older xorg version.
> > >
> > > Try:
> > >  # emerge -av $(eix -IC x11-drivers --only-names)
> > >
> > > Best regards,
> > > Andrew Savchenko
> > 
> > Isn't one of these supposed to do that?
> > 
> > emerge @module-rebuild
> > 
> > emerge @x11-module-rebuild
> > 
> > I think the top one is the correct one. 
> 
> The top one will rebuild kernel modules. So it has nothing to do
> with xorg. The bottom one is correct, I just forgot about it.

I have much worse problems, whenever I start gdm, the screen shows the
same content  as the virtual console where I started gdm.  Gdm is
running, x-server is running, but the screen is not showing it.  I did
compile all the drivers, so this is very strange.

-- 
Your life is like a penny.  You're going to lose it.  The question is:
How do
you spend it?

 John Covici wb2una
 cov...@ccs.covici.com



Re: [gentoo-user] xorg 1.20.x not working

2019-02-10 Thread Andrew Savchenko
On Sun, 10 Feb 2019 10:21:21 -0600 Dale wrote:
> Andrew Savchenko wrote:
> > On Wed, 16 Jan 2019 15:18:37 +0800 Bill Kenworthy wrote:
> >> Hi,
> >>
> >> I have a problem with any of the xorg-server 1.20.x series where I can
> >> start simple apps like xterm but more complexapps like firefox and
> >> thunderbird (for example) hang X with no erros in dmessage, log,
> >> Xorg.0.log, .xsession-errors etc.  The mouse can move but no clicks are
> >> accepted.  I have also recently run emerge -ep  with the profile upgrade
> >> (using 1.19 as I needed to use the system at the time) and a previous
> >> rebuild of almost everything with 1.20 installed with no change.
> > You need to rebuild all x11-drivers after xorg update. Input
> > problems you are describing are likely caused by modules built for
> > older xorg version.
> >
> > Try:
> >  # emerge -av $(eix -IC x11-drivers --only-names)
> >
> > Best regards,
> > Andrew Savchenko
> 
> Isn't one of these supposed to do that?
> 
> emerge @module-rebuild
> 
> emerge @x11-module-rebuild
> 
> I think the top one is the correct one. 

The top one will rebuild kernel modules. So it has nothing to do
with xorg. The bottom one is correct, I just forgot about it.

Best regards,
Andrew Savchenko


pgpEWMqv_NINt.pgp
Description: PGP signature


Re: [gentoo-user] xorg 1.20.x not working

2019-02-10 Thread Dale
Andrew Savchenko wrote:
> On Wed, 16 Jan 2019 15:18:37 +0800 Bill Kenworthy wrote:
>> Hi,
>>
>> I have a problem with any of the xorg-server 1.20.x series where I can
>> start simple apps like xterm but more complexapps like firefox and
>> thunderbird (for example) hang X with no erros in dmessage, log,
>> Xorg.0.log, .xsession-errors etc.  The mouse can move but no clicks are
>> accepted.  I have also recently run emerge -ep  with the profile upgrade
>> (using 1.19 as I needed to use the system at the time) and a previous
>> rebuild of almost everything with 1.20 installed with no change.
> You need to rebuild all x11-drivers after xorg update. Input
> problems you are describing are likely caused by modules built for
> older xorg version.
>
> Try:
>  # emerge -av $(eix -IC x11-drivers --only-names)
>
> Best regards,
> Andrew Savchenko

Isn't one of these supposed to do that?

emerge @module-rebuild

emerge @x11-module-rebuild

I think the top one is the correct one. 

Dale

:-)  :-) 




Re: [gentoo-user] xorg 1.20.x not working

2019-02-10 Thread Andrew Savchenko
On Wed, 16 Jan 2019 15:18:37 +0800 Bill Kenworthy wrote:
> Hi,
> 
> I have a problem with any of the xorg-server 1.20.x series where I can
> start simple apps like xterm but more complexapps like firefox and
> thunderbird (for example) hang X with no erros in dmessage, log,
> Xorg.0.log, .xsession-errors etc.  The mouse can move but no clicks are
> accepted.  I have also recently run emerge -ep  with the profile upgrade
> (using 1.19 as I needed to use the system at the time) and a previous
> rebuild of almost everything with 1.20 installed with no change.

You need to rebuild all x11-drivers after xorg update. Input
problems you are describing are likely caused by modules built for
older xorg version.

Try:
 # emerge -av $(eix -IC x11-drivers --only-names)

Best regards,
Andrew Savchenko


pgpVSVeA05_HH.pgp
Description: PGP signature


Re: [gentoo-user] Xorg on really old PC

2018-08-31 Thread François-Xavier CARTON

Le 31/08/2018 à 05:10, Walter Dnes a écrit :

   Given the inter-connectedness of linux libraries, you're not going to
get an ancient version of mesa to work with a new Gentoo install.


That's where Gentoo helps, being a source-based distribution :)


Forget about OpenGL and undo the masks.

   Another option might be to set...

VIDEO_CARDS="fbdev"

..in make.conf, and use the xf86-video-fbdev driver and see if that
works.


Thanks for the suggestions. I'll try one more time with xf86-video-intel 
first (using the same package versions as debian squeeze for the 
xorg-related packages), as I would like to have OpenGL. But I'll try 
unmasking and fbdev if that doesn't work.



Le 31/08/2018 à 12:01, (Nuno Silva) a écrit :
> Perhaps try an older linux kernel, from the same time as the versions of
> X11 and mesa that you are trying to run.
>
> Running a system like this is going to be harder now, though, because
> the X11 headers were reorganized, and packages which use X11 now depend
> on the newer headers, which will most likely pull in the new
> xorg-server.

I'll try kernel 3.2 and xorg server 1.7.7 which are the versions used in 
debian squeeze. This is the last debian release with mesa < 8.0.




Re: [gentoo-user] Xorg on really old PC

2018-08-30 Thread Walter Dnes
On Fri, Aug 31, 2018 at 12:13:20AM +0200, François-Xavier CARTON wrote
> 
> I've searched on the Gentoo wiki, and found that I should use an old 
> version of mesa (<8.0) to get OpenGL support [1].

  Given the inter-connectedness of linux libraries, you're not going to
get an ancient version of mesa to work with a new Gentoo install.
Forget about OpenGL and undo the masks.

  Another option might be to set...

VIDEO_CARDS="fbdev"

...in make.conf, and use the xf86-video-fbdev driver and see if that
works.

-- 
Walter Dnes 
I don't run "desktop environments"; I run useful applications



Re: [gentoo-user] Xorg broken?

2018-03-07 Thread Floyd Anderson

On Wed, 07 Mar 2018 15:52:24 +0100
Christoph Böhmwalder  wrote:

I think I broke something once again...

Rebooting after a recent update caused my X Server to completely die.  I
faintly remember some x11-related packages being blocked on that
particular update, but because I was short on time I decided just to
ignore those at the time (note to self: bad idea, apparently).

Now when I run startx, it complains about a bunch of permissions being
borked:

$ cat Xorg.0.log
 8< 
[11.763] (--) using VT number 7

[11.763] (EE)
Fatal server error:
[11.766] (EE) xf86OpenConsole: Cannot open virtual console 7 (Permission 
denied)
[11.767] (EE)
[11.768] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[11.773] (EE) Please also check the log file at 
"/home/christoph/.local/share/xorg/Xorg.0.log" for additional information.
[11.774] (EE)
[11.775] (WW) xf86CloseConsole: KDSETMODE failed: Bad file descriptor
[11.775] (WW) xf86CloseConsole: VT_GETMODE failed: Bad file descriptor
[11.775] (EE) Server terminated with error (1). Closing log file.

(I'll attach the full log)

I don't fully understand what's going on there, but I figured maybe
someone more experienced on here might have an idea as to what I did
wrong this time.


FWIW, I already tried setting the permissions of /dev/tty7 to 664,
causing the X server to work, albeit with inputs not working (the log
reveiled that it couldn't access /dev/input/event7 or something, so
probably the same issue).


My user's groups are:

$ groups christoph
tty wheel audio video usb users input davfs2 plugdev christoph kvm

(Note tty, audio, video, and input. That's all X should really need,
right?)

My VIDEO_CARDS contains "intel i915" (for an Intel HD 4000(?) chip in a
Lenovo X1 Carbon 1st gen).


Has this broken for anyone else?  Anyone who could point me in the right
direction?  Thanks in advance!


I got the same (again) but x11-base/xorg-server-1.19.99.901 runs just 
fine here when, and only when, I re-implement the +suid USE-flag 
(--enable-install-setuid) and remove --enable-suid-wrapper from the 
ebuild.


Remove your user from tty group and you’ll probably get:

   “parse_vt_settings: Cannot open /dev/tty0 (Permission denied)”

that is discussed at [1]. So downgrading to:

   x11-base/xorg-server-1.19.5-r1[+suid]

may be a quick but cannot be a permanent solution in my opinion.


References:
  - [1] 


--
Regards,
floyd




Re: [gentoo-user] Xorg broken?

2018-03-07 Thread Christoph Böhmwalder
On Wed, Mar 07, 2018 at 04:16:47PM +0100, Helmut Jarausch wrote:
> Do you have xorg-server-1.19.99.901 or xorg-server-1.19.99.901-r1 installed?
> 
> That's just broken!
> 
> Downgrade to version 1.19.5-r1 .
> Several people have problems with the above versions.

Typing this from my fixed laptop :)

I masked >=x11-base/xorg-server-1.19.99.901-r1 and re-emerged, and now
it works again (for the time being).

Thanks for the efforts everybody!


--
Regards,
Christoph



Re: [gentoo-user] Xorg broken?

2018-03-07 Thread Helmut Jarausch

On 03/07/2018 03:52:24 PM, Christoph Böhmwalder wrote:

I think I broke something once again...

Rebooting after a recent update caused my X Server to completely  
die.  I

faintly remember some x11-related packages being blocked on that
particular update, but because I was short on time I decided just to
ignore those at the time (note to self: bad idea, apparently).

Now when I run startx, it complains about a bunch of permissions being
borked:



Do you have xorg-server-1.19.99.901 or xorg-server-1.19.99.901-r1  
installed?


That's just broken!

Downgrade to version 1.19.5-r1 .
Several people have problems with the above versions.

Helmut


Re: [gentoo-user] Xorg broken?

2018-03-07 Thread Daniel Frey
On 03/07/18 07:02, Christoph Böhmwalder wrote:
> On Wed, Mar 07, 2018 at 02:57:26PM +, Ian Bloss wrote:
>> Do you have an initramfs?
> 
> I don't, though I just realized an unstable version of xorg-server
> somehow got pulled in and merged (along with a bunch of unstable
> drivers).  I'll try to downgrade the drivers and server and maybe
> that'll fix it.
> 

When you do make sure you do a

`emerge @x11-module-rebuild @module-rebuild`

to rebuild all the changed drivers.

Dan



Re: [gentoo-user] Xorg broken?

2018-03-07 Thread Christoph Böhmwalder
On Wed, Mar 07, 2018 at 02:57:26PM +, Ian Bloss wrote:
> Do you have an initramfs?

I don't, though I just realized an unstable version of xorg-server
somehow got pulled in and merged (along with a bunch of unstable
drivers).  I'll try to downgrade the drivers and server and maybe
that'll fix it.



Re: [gentoo-user] Xorg broken?

2018-03-07 Thread Ian Bloss
Do you have an initramfs?

On Wed, Mar 7, 2018, 6:52 AM Christoph Böhmwalder 
wrote:

> I think I broke something once again...
>
> Rebooting after a recent update caused my X Server to completely die.  I
> faintly remember some x11-related packages being blocked on that
> particular update, but because I was short on time I decided just to
> ignore those at the time (note to self: bad idea, apparently).
>
> Now when I run startx, it complains about a bunch of permissions being
> borked:
>
> $ cat Xorg.0.log
>  8< 
> [11.763] (--) using VT number 7
>
> [11.763] (EE)
> Fatal server error:
> [11.766] (EE) xf86OpenConsole: Cannot open virtual console 7
> (Permission denied)
> [11.767] (EE)
> [11.768] (EE)
> Please consult the The X.Org Foundation support
>  at http://wiki.x.org
>  for help.
> [11.773] (EE) Please also check the log file at
> "/home/christoph/.local/share/xorg/Xorg.0.log" for additional information.
> [11.774] (EE)
> [11.775] (WW) xf86CloseConsole: KDSETMODE failed: Bad file descriptor
> [11.775] (WW) xf86CloseConsole: VT_GETMODE failed: Bad file descriptor
> [11.775] (EE) Server terminated with error (1). Closing log file.
>
> (I'll attach the full log)
>
> I don't fully understand what's going on there, but I figured maybe
> someone more experienced on here might have an idea as to what I did
> wrong this time.
>
>
> FWIW, I already tried setting the permissions of /dev/tty7 to 664,
> causing the X server to work, albeit with inputs not working (the log
> reveiled that it couldn't access /dev/input/event7 or something, so
> probably the same issue).
>
>
> My user's groups are:
>
> $ groups christoph
> tty wheel audio video usb users input davfs2 plugdev christoph kvm
>
> (Note tty, audio, video, and input. That's all X should really need,
> right?)
>
> My VIDEO_CARDS contains "intel i915" (for an Intel HD 4000(?) chip in a
> Lenovo X1 Carbon 1st gen).
>
>
> Has this broken for anyone else?  Anyone who could point me in the right
> direction?  Thanks in advance!
>
> --
> Regards,
> Christoph
>


Re: [gentoo-user] xorg wiki and graphics drivers

2017-02-13 Thread Willie Mattthews
On 02/13/2017 04:11 PM, Harry Putnam wrote:
> Setup:
>gentoo (no-X) installed into vbox vm on win 10 (64bit) host.
> 
> I've gotten a solid base going but now want to setup LXDE.  Gentoo LXDE
> wiki starts after you've already setup the X server so I went to Gentoo
> Xorg wiki
> 
> Following the gentoo Xorg setup pages.  I'm having some confusion
> regarding which graphics driver is needed.
> 
> The pages at https://wiki.gentoo.org/wiki/Xorg/Guide say to turn off
> any drivers you have selected in your kernel conifg at
> `Device Drvrs
>   -> Graphics support
>-> Frame buffer devices':
> 
>Here it says to deselect any drivers in there.
> 
> Move on down to `Console display driver support' and select
> `Frame buffer console support'
> 
> So far easy enough, but I guess I'd still need a driver for whatever
> graphics adaptier vbox has on offer.  In my case it is (from lspci):
> 
>   VGA compatible controller: InnoTek Systemberatun GmbH virtualBox
>   Graphics adaptor
> 
> Back at the wiki:
> 
> The the discussion goes on to a few common graphics adapters and tells
> you what to do about them.  So I'm kind of lost as to what to do about
> the vbox setup.
> 
> The wiki tells you to use KMS as its an improvement over other
> approaches.
> 
> I like to boot with a hi-res framebuffer and do some of my chores in
> console mode where I like that framebuffer.  I'm wondering if with KMS
> one still can have that large or hi-res framebuffer when in console
> mode.  I'm pretty sure the things I had selected in the Framebuffer
> Kernel area were what makes the hi-res frame buffer possible (When not
> using KMS).
> 
> So, following the Xorg pages I've deselected what settings I had there.
> 
> Haven't rebooted as yet.
> 
> Anyway, cutting to the chase:
> So I'm hoping someone here is familiar with the requirements of a vbox vm
> graphics adaptier and can recommend a driver, but I'd also like to hear
> about how a frame buffer works in KMS.
> 
> 

Found a link for you also.
https://wiki.gentoo.org/wiki/VirtualBox#Linux_guest-related

-- 

Willie Matthews
matthews.willi...@gmail.com



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] xorg wiki and graphics drivers

2017-02-13 Thread Willie Mattthews
On 02/13/2017 04:11 PM, Harry Putnam wrote:
> Setup:
>gentoo (no-X) installed into vbox vm on win 10 (64bit) host.
> 
> I've gotten a solid base going but now want to setup LXDE.  Gentoo LXDE
> wiki starts after you've already setup the X server so I went to Gentoo
> Xorg wiki
> 
> Following the gentoo Xorg setup pages.  I'm having some confusion
> regarding which graphics driver is needed.
> 
> The pages at https://wiki.gentoo.org/wiki/Xorg/Guide say to turn off
> any drivers you have selected in your kernel conifg at
> `Device Drvrs
>   -> Graphics support
>-> Frame buffer devices':
> 
>Here it says to deselect any drivers in there.
> 
> Move on down to `Console display driver support' and select
> `Frame buffer console support'
> 
> So far easy enough, but I guess I'd still need a driver for whatever
> graphics adaptier vbox has on offer.  In my case it is (from lspci):
> 
>   VGA compatible controller: InnoTek Systemberatun GmbH virtualBox
>   Graphics adaptor
> 
> Back at the wiki:
> 
> The the discussion goes on to a few common graphics adapters and tells
> you what to do about them.  So I'm kind of lost as to what to do about
> the vbox setup.
> 
> The wiki tells you to use KMS as its an improvement over other
> approaches.
> 
> I like to boot with a hi-res framebuffer and do some of my chores in
> console mode where I like that framebuffer.  I'm wondering if with KMS
> one still can have that large or hi-res framebuffer when in console
> mode.  I'm pretty sure the things I had selected in the Framebuffer
> Kernel area were what makes the hi-res frame buffer possible (When not
> using KMS).
> 
> So, following the Xorg pages I've deselected what settings I had there.
> 
> Haven't rebooted as yet.
> 
> Anyway, cutting to the chase:
> So I'm hoping someone here is familiar with the requirements of a vbox vm
> graphics adaptier and can recommend a driver, but I'd also like to hear
> about how a frame buffer works in KMS.
> 
> 

If I am not mistaken you would need to install,

* app-emulation/virtualbox-guest-additions
 Available versions:  4.3.38 ~4.3.40 ~5.0.16 ~5.0.30 5.0.32 ~5.1.12
~5.1.14 {X KERNEL="linux"}
 Homepage:http://www.virtualbox.org/
 Description: VirtualBox kernel modules and user-space tools
for Gentoo guests

I think you would have to install it in the VM itself. I don't know
about the rest of it.

-- 

Willie Matthews
matthews.willi...@gmail.com



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] xorg-server / apache

2017-02-04 Thread Alan McKinnon
On 04/02/2017 20:25, the...@sys-concept.com wrote:
> I'm having two problems:
> 
> 1.) x11-base/xorg-server:0
> 
>   (x11-base/xorg-server-1.18.4:0/1.18.4::gentoo, ebuild scheduled for
> merge) pulled in by
> >=x11-base/xorg-server-1.18[udev] required by
> (x11-drivers/xf86-input-evdev-2.10.3:0/0::gentoo, ebuild scheduled for
> merge)
> ^^ 
> 
> 
> 
>   (x11-base/xorg-server-1.17.4:0/1.17.4::gentoo, installed) pulled in by
>  (x11-drivers/nvidia-drivers-340.93-r1:0/340::gentoo, installed)
> 
> Do I need: 11-drivers/xf86-input-evdev?


Yes. See Neil's reply.
Even better, unmerge it and observe the proof that you need it.

The above is not an error, it's just portage telling you why it's not
upgrading the Xserver to the latest version - you also want
nvidia-drivers. Portage will select versions of xorg-server and the
drivers that satisfy nvidia-drivers' constraints

> 
> 
> 2.) I'm trying temporary block apache-2.4
> so in /etc/portage/package.mask I put:
>> =www-servers/apache-2.4
> 
> but I get:
> The following mask changes are necessary to proceed:
>  (see "package.unmask" in the portage(5) man page for more details)
> # required by app-eselect/eselect-php-0.9.1::gentoo
> # required by dev-lang/php-5.6.30::gentoo
> # required by net-analyzer/nagios-core-4.2.4::gentoo[apache2,web]
> # required by net-analyzer/nagios-4.2.4::gentoo
> # required by @selected
> # required by @world (argument)
> # /etc/portage/package.mask:
> =www-servers/apache-2.4.25
> 
> Do I need to block php-5.6.30  nagios-core-4.2.4  nagios-4.2.4 as well?
> 

You obviously want nagios as it seems to be in your world file.

Mask nagios-4.2.4 if you want, but that will cause a problem as it's the
only nagios version in the tree. Do you have an overlay enabled that
provides nagios-3?


-- 
Alan McKinnon
alan.mckin...@gmail.com




Re: [gentoo-user] xorg-server / apache

2017-02-04 Thread Neil Bothwick
On Sat, 4 Feb 2017 12:31:03 -0700, the...@sys-concept.com wrote:

> and "x11-drivers/xf86-input-evdev" this is just a generic driver; might
> not need it either.

It's the generic keyboard and mouse driver. I'd make sure I had SSH
access before unmerging that one!


-- 
Neil Bothwick

NOTE: In order to control energy costs the light at the end
of the tunnel has been shut off until further notice...


pgpaEjHQ5sAjd.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] xorg-server / apache

2017-02-04 Thread thelma
On 02/04/2017 11:37 AM, Michael Orlitzky wrote:
> On 02/04/2017 01:25 PM, the...@sys-concept.com wrote:
>>
>> Do I need to block php-5.6.30  nagios-core-4.2.4  nagios-4.2.4 as well?
>>
> 
> You probably don't nee to mask PHP, but you will need to mask
> nagios-4.x. Be warned, though: as soon as some unrelated package gets a
> keyword update, nagios-3.x will be removed due to old security issues.
> Afterwards you'll need to update to nagios-4.x, which requires apache-2.4.x.

I think I've solved this one.
I unmerge "nagios" (don't need it).
and "x11-drivers/xf86-input-evdev" this is just a generic driver; might
not need it either.

--
Thelma



Re: [gentoo-user] xorg-server / apache

2017-02-04 Thread Michael Orlitzky
On 02/04/2017 01:25 PM, the...@sys-concept.com wrote:
> 
> Do I need to block php-5.6.30  nagios-core-4.2.4  nagios-4.2.4 as well?
> 

You probably don't nee to mask PHP, but you will need to mask
nagios-4.x. Be warned, though: as soon as some unrelated package gets a
keyword update, nagios-3.x will be removed due to old security issues.
Afterwards you'll need to update to nagios-4.x, which requires apache-2.4.x.





Re: [gentoo-user] XOrg / XRanR segfault starting X

2016-08-18 Thread David Haller
Hello,

On Thu, 18 Aug 2016, james wrote:
>other tools:: 'lshw'

or sys-apps/hwinfo

HTH,
-dnh

-- 
"I'm nobody's puppet!"-- Rygel XIV



Re: [gentoo-user] XOrg / XRanR segfault starting X

2016-08-18 Thread james

On 08/18/2016 02:07 AM, J. Roeleveld wrote:

On August 18, 2016 6:59:53 AM GMT+02:00, Dave Trombley 
 wrote:

Hi all!

New to Gentoo, just followed the handbook install for amd64 and then
for
XOrg.

   I'm seeing the server segfault on 'startx'.   Here is the console
output (and I've attached the logfile).

   X.Org X Server 1.17.4
Release Date: 2015-10-28
X Protocol Version 11, Revision 0
Build Operating System: Linux 4.4.6-gentoo x86_64 Gentoo
Current Operating System: Linux snow 4.4.6-gentoo #3 SMP PREEMPT Thu
Aug 18
04:18:24 Local time zone must be set-- x86_64
Kernel command line: BOOT_IMAGE=/vmlinuz-4.4.6-gentoo
root=UUID=8cb564c3-38fb-4b05-bc60-eaccf543e3ab ro
Build Date: 17 August 2016  07:13:48PM

Current version of pixman: 0.32.8
   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Aug 18 04:53:29 2016
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(II) [KMS] drm report modesetting isn't supported.
(EE)
(EE) Backtrace:
(EE) 0: /usr/bin/X (xorg_backtrace+0x56) [0x58c856]
(EE) 1: /usr/bin/X (0x40+0x190b09) [0x590b09]
(EE) 2: /lib64/libc.so.6 (0x7f34667ed000+0x33370) [0x7f3466820370]
(EE) 3: /usr/bin/X (RRSetChanged+0x50) [0x4f0c50]
(EE) 4: /usr/bin/X (RRScreenSetSizeRange+0x54) [0x4f5184]
(EE) 5: /usr/bin/X (xf86RandR12CreateScreenResources+0x295) [0x4b7d65]
(EE) 6: /usr/bin/X (0x40+0xab130) [0x4ab130]
(EE) 7: /usr/bin/X (0x40+0x3bff4) [0x43bff4]
(EE) 8: /lib64/libc.so.6 (__libc_start_main+0xf0) [0x7f346680d620]
(EE) 9: /usr/bin/X (_start+0x29) [0x426639]
(EE)
(EE) Segmentation fault at address 0xa0
(EE)
Fatal server error:
(EE) Caught signal 11 (Segmentation fault). Server aborting


  Any ideas?   I can't figure out why kernel modesetting isn't working
(the newer versions of Linux don't have explicit modesetting config
items
and the framebuffer drivers are totally disabled, as per the install
docs),
but the larger problem is that segfault.   Any ideas on how to even
start
to address this?

  -David


Few extra missing details.

Which GPU are you using? I see both Intel and ATI.
Can you provide your kernel config.
Which Video drivers did you build with xorg?



lspci and 'lspci -v' among other hardware discovery tools might help you
get the firmware and exact kernel options needed for your kernel
built correctly.

I always put the video codes into the kernel, but some have success with
setting up those codes, via a loadable modules.

other tools:: 'lshw'

hth,
James




Re: [gentoo-user] XOrg / XRanR segfault starting X

2016-08-17 Thread J. Roeleveld
On August 18, 2016 6:59:53 AM GMT+02:00, Dave Trombley 
 wrote:
>Hi all!
>
>New to Gentoo, just followed the handbook install for amd64 and then
>for
>XOrg.
>
>I'm seeing the server segfault on 'startx'.   Here is the console
>output (and I've attached the logfile).
>
>X.Org X Server 1.17.4
>Release Date: 2015-10-28
>X Protocol Version 11, Revision 0
>Build Operating System: Linux 4.4.6-gentoo x86_64 Gentoo
>Current Operating System: Linux snow 4.4.6-gentoo #3 SMP PREEMPT Thu
>Aug 18
>04:18:24 Local time zone must be set-- x86_64
>Kernel command line: BOOT_IMAGE=/vmlinuz-4.4.6-gentoo
>root=UUID=8cb564c3-38fb-4b05-bc60-eaccf543e3ab ro
>Build Date: 17 August 2016  07:13:48PM
>
>Current version of pixman: 0.32.8
>Before reporting problems, check http://wiki.x.org
>to make sure that you have the latest version.
>Markers: (--) probed, (**) from config file, (==) default setting,
>(++) from command line, (!!) notice, (II) informational,
>(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
>(==) Log file: "/var/log/Xorg.0.log", Time: Thu Aug 18 04:53:29 2016
>(==) Using system config directory "/usr/share/X11/xorg.conf.d"
>(II) [KMS] drm report modesetting isn't supported.
>(EE)
>(EE) Backtrace:
>(EE) 0: /usr/bin/X (xorg_backtrace+0x56) [0x58c856]
>(EE) 1: /usr/bin/X (0x40+0x190b09) [0x590b09]
>(EE) 2: /lib64/libc.so.6 (0x7f34667ed000+0x33370) [0x7f3466820370]
>(EE) 3: /usr/bin/X (RRSetChanged+0x50) [0x4f0c50]
>(EE) 4: /usr/bin/X (RRScreenSetSizeRange+0x54) [0x4f5184]
>(EE) 5: /usr/bin/X (xf86RandR12CreateScreenResources+0x295) [0x4b7d65]
>(EE) 6: /usr/bin/X (0x40+0xab130) [0x4ab130]
>(EE) 7: /usr/bin/X (0x40+0x3bff4) [0x43bff4]
>(EE) 8: /lib64/libc.so.6 (__libc_start_main+0xf0) [0x7f346680d620]
>(EE) 9: /usr/bin/X (_start+0x29) [0x426639]
>(EE)
>(EE) Segmentation fault at address 0xa0
>(EE)
>Fatal server error:
>(EE) Caught signal 11 (Segmentation fault). Server aborting
>
>
>   Any ideas?   I can't figure out why kernel modesetting isn't working
>(the newer versions of Linux don't have explicit modesetting config
>items
>and the framebuffer drivers are totally disabled, as per the install
>docs),
>but the larger problem is that segfault.   Any ideas on how to even
>start
>to address this?
>
>   -David

Few extra missing details.

Which GPU are you using? I see both Intel and ATI.
Can you provide your kernel config.
Which Video drivers did you build with xorg?

--
Joost
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.



Re: [gentoo-user] XOrg / XRanR segfault starting X

2016-08-17 Thread Adam Carter
On Thu, Aug 18, 2016 at 2:59 PM, Dave Trombley 
wrote:

> Hi all!
>
>New to Gentoo, just followed the handbook install for amd64 and then
> for XOrg.
>
> I'm seeing the server segfault on 'startx'.   Here is the console
> output (and I've attached the logfile).
>
> X.Org X Server 1.17.4
> Release Date: 2015-10-28
> X Protocol Version 11, Revision 0
> Build Operating System: Linux 4.4.6-gentoo x86_64 Gentoo
> Current Operating System: Linux snow 4.4.6-gentoo #3 SMP PREEMPT Thu Aug
> 18 04:18:24 Local time zone must be set-- x86_64
> Kernel command line: BOOT_IMAGE=/vmlinuz-4.4.6-gentoo
> root=UUID=8cb564c3-38fb-4b05-bc60-eaccf543e3ab ro
> Build Date: 17 August 2016  07:13:48PM
>
> Current version of pixman: 0.32.8
> Before reporting problems, check http://wiki.x.org
> to make sure that you have the latest version.
> Markers: (--) probed, (**) from config file, (==) default setting,
> (++) from command line, (!!) notice, (II) informational,
> (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> (==) Log file: "/var/log/Xorg.0.log", Time: Thu Aug 18 04:53:29 2016
> (==) Using system config directory "/usr/share/X11/xorg.conf.d"
> (II) [KMS] drm report modesetting isn't supported.
> (EE)
> (EE) Backtrace:
> (EE) 0: /usr/bin/X (xorg_backtrace+0x56) [0x58c856]
> (EE) 1: /usr/bin/X (0x40+0x190b09) [0x590b09]
> (EE) 2: /lib64/libc.so.6 (0x7f34667ed000+0x33370) [0x7f3466820370]
> (EE) 3: /usr/bin/X (RRSetChanged+0x50) [0x4f0c50]
> (EE) 4: /usr/bin/X (RRScreenSetSizeRange+0x54) [0x4f5184]
> (EE) 5: /usr/bin/X (xf86RandR12CreateScreenResources+0x295) [0x4b7d65]
> (EE) 6: /usr/bin/X (0x40+0xab130) [0x4ab130]
> (EE) 7: /usr/bin/X (0x40+0x3bff4) [0x43bff4]
> (EE) 8: /lib64/libc.so.6 (__libc_start_main+0xf0) [0x7f346680d620]
> (EE) 9: /usr/bin/X (_start+0x29) [0x426639]
> (EE)
> (EE) Segmentation fault at address 0xa0
> (EE)
> Fatal server error:
> (EE) Caught signal 11 (Segmentation fault). Server aborting
>

My log has;
# grep -i kms /var/log/Xorg.0.log
[   303.319] (II) [KMS] Kernel modesetting enabled.
[   303.393] (II) AMDGPU(0): KMS Pageflipping: enabled

# zgrep -i kms /proc/config.gz
CONFIG_DRM_KMS_HELPER=y
CONFIG_DRM_KMS_FB_HELPER=y

So try enabling those and rebuild and reinstall your kernel.

Other than that, when you update xorg you also need to 'emerge
@x11-module-rebuild' afterwards, but unless you've been emerging things out
of order that's probably not this issue this time. If you're not sure, just
do it anyway if its still broken after the kernel update.

I have had a single instance where I needed to rebuild xorg due to suit a
new kernel, but that was a long time ago.


Re: [gentoo-user] xorg-server complains about xf86-video-fbdev

2015-01-29 Thread wabenbau
Am Donnerstag, 29.01.2015 um 12:54
schrieb Joseph :

> Is there a replacement for xf86-video-fbdev?

I guess, that you don't need this driver at all, as long as you don't
have a video adapter that isn't supported by any other device driver.

Regards
wabe



Re: [gentoo-user] Xorg-server crashing constantly

2014-02-13 Thread Joseph

On 02/12/14 23:26, Willie Matthews wrote:

On 02/12/2014 09:22 PM, Joseph wrote:

I'm running xorg-server-1.13.4-r1 and XFCE using slim as login
Whenever I start tree applications like: two Firefox and try to open
Thunderbird or Thunderbird + Firefox and try to open another instance
of Firefox xorg-server is crashing and logging me out.

What I mean to say I can start any two of them but not the third one.

xorg-log is not showing anything.  It has been happening on my other
machines as well.


Have you tried starting XFCE without SLiM? What about looking at the log
files? If so you should show us everything that you looked at. We can't
give you a good answer without seeing something.

--


Willie Matthews
matthews.wil...@gmail.com
(702) 508.8455
I have my geeky moments!


I switched to xdm and I'm getting some kind of error when xorg-server crashes:

GLib-WARNING **: GChildWatchSource: Exit status of a child process was 
requested but ECHILD was received by waitpid()

I can not capture the error as X crashes so I can not copy the content of the 
screen.

and "dmesg" shows:

[29776.366067] xfce4-session[6723]: segfault at  ip 
7fdf8fc3ff51 sp 7fff0e9ad820 error 5 in 
libglib-2.0.so.0.3600.4[7fdf8fbd8000+12e000]
[29777.564536] composite sync not supported
[29777.663752] composite sync not supported
[29874.036048] composite sync not supported


--
Joseph



Re: [gentoo-user] Xorg-server crashing constantly

2014-02-12 Thread Willie Matthews
On 02/12/2014 09:22 PM, Joseph wrote:
> I'm running xorg-server-1.13.4-r1 and XFCE using slim as login
> Whenever I start tree applications like: two Firefox and try to open
> Thunderbird or Thunderbird + Firefox and try to open another instance
> of Firefox xorg-server is crashing and logging me out.
>
> What I mean to say I can start any two of them but not the third one.
>
> xorg-log is not showing anything.  It has been happening on my other
> machines as well.
>
Have you tried starting XFCE without SLiM? What about looking at the log
files? If so you should show us everything that you looked at. We can't
give you a good answer without seeing something.

-- 


 Willie Matthews
 matthews.wil...@gmail.com
 (702) 508.8455
 I have my geeky moments!




signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] xorg-server crashing, back to log-in screen

2014-01-29 Thread Joseph

On 01/30/14 12:01, Adam Carter wrote:

  On Thu, Jan 30, 2014 at 11:20 AM, Joseph <[1]syscon...@gmail.com>
  wrote:

After recent upgrade I've noticed my xorg-server is crashing, and
sending me back to log-in screen on two of my computers.

  Did you remember to rebuild all the xorg drivers after the xorg-server
  update?
  emerge @x11-module-rebuild


Yes, I did run:
emerge -1av $(qlist -IC x11-drivers)

--
Joseph



Re: [gentoo-user] xorg-server crashing, back to log-in screen

2014-01-29 Thread Adam Carter
On Thu, Jan 30, 2014 at 11:20 AM, Joseph  wrote:

> After recent upgrade I've noticed my xorg-server is crashing, and sending
> me back to log-in screen on two of my computers.
>

Did you remember to rebuild all the xorg drivers after the xorg-server
update?

emerge @x11-module-rebuild


Re: [gentoo-user] xorg Configuration Acer Aspire One

2014-01-27 Thread Tom Wijsman
On Thu, 16 Jan 2014 20:16:00 +0100
Silvio Siefke  wrote:

> Hello,
> 
> i have a Acer Aspire One D255 and has trouble with the Window
> Settings here special in xfburn. 
> 
> http://mail.xfce.org/pipermail/xfce/2014-January/032974.html
> 
> A Answer there think it's because the xorg.conf is not correct, maybe
> is correct because i not use a xorg.conf. Now i has one touched with 
> X -configure and save then. But what i not understand, why give me
> four screens? Which Screen is the correct for the display? Can me
> someone help with a advice? Maybe someone has the same model in use. 
> 
> http://pastebin.com/5xwLf942
> 
> 
> Thank you for help & Nice Day
> Silvio

Quite odd; often people suggest not to create the xorg.conf file due
the auto detection that happens working well, but sometime you indeed
need to adjust it; it's hard to tell which one is correct looking at
that, I think it needs some trial and error trying to trim the file
down in order to get an idea what is what.

-- 
With kind regards,

Tom Wijsman (TomWij)
Gentoo Developer

E-mail address  : tom...@gentoo.org
GPG Public Key  : 6D34E57D
GPG Fingerprint : C165 AF18 AB4C 400B C3D2  ABF0 95B2 1FCD 6D34 E57D


signature.asc
Description: PGP signature


Re: [gentoo-user] xorg-server update puzzle

2013-10-11 Thread Philip Webb
131009 Neil Bothwick wrote:
> On Wed, 9 Oct 2013 08:13:41 -0400, Philip Webb wrote:
>> I haven't tried xorg-server without xorg-x11 in a while,
>> but lots of those utilities are useful : xkill, xrandr ... .  
>> What are they useful for ? -- I can't do 'man' as they're not installed
>> & 'eix' simply shows the same URL for each ;
>> is there anywhere I can look ?
> you can read man pages at http://linux.die.net

Thanks : added to my notes.

> If you don't already use them, they probably aren't that useful to you :)

The only one which mb useful is Xkill, but it comes with a big warning
& one can usually use Htop to id + kill rogue windows.

-- 
,,
SUPPORT ___//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT`-O--O---'   purslowatchassdotutorontodotca




Re: [gentoo-user] xorg-server update puzzle

2013-10-09 Thread Neil Bothwick
On Wed, 9 Oct 2013 08:13:41 -0400, Philip Webb wrote:

> > I haven't tried xorg-server without xorg-x11 in a while,
> > but lots of those utilities are useful : xkill, xrandr ... .  
> 
> What are they useful for ? -- I can't do 'man' as they're not installed
> & 'eix' simply shows the same URL for each ; is there anywhere I can
> look ?

If you don't already use them, they probably aren't that useful to you :)

But you can read man pages at http://linux.die.net - there are other
sites that mirror man pages, but that's the one I use.


-- 
Neil Bothwick

If you cannot fix it, feature it.


signature.asc
Description: PGP signature


Re: [gentoo-user] xorg-server update puzzle

2013-10-09 Thread Helmut Jarausch

On 10/09/2013 02:13:41 PM, Philip Webb wrote:

131008 Khumba wrote:
> 131008 Philip Webb  wrote:
>> A few days ago, I upgraded to  xorg-server-1.14.3  with a lot of  
deps.

>> Everything seems to be working normally since then,
>> but a lot of pkgs became unneeded, according to 'emerge -cpv', ie
>>   131005 x11-apps/bitmap-1.0.6 [for xorg-x11 : otiose]
>>   131005 x11-apps/sessreg-1.0.7 [for xorg-x11 : otiose]
>>   131005 x11-apps/xkbutils-1.0.3 [for xorg-x11 : otiose]
>>   131005 x11-apps/xkill-1.0.3 [for xorg-x11 : otiose]
>>   131005 x11-apps/xlsclients-1.1.2 [for xorg-x11 : otiose]
>>   131005 x11-apps/xrandr-1.3.5 [for xorg-x11 : otiose]
>>   131005 x11-apps/xrefresh-1.0.4 [for xorg-x11 : otiose]
>>   131005 x11-apps/xvinfo-1.1.1 [for xorg-x11 : otiose]
>>   131005 x11-libs/libXp-1.0.1 [for xorg-x11 : otiose]
>>   131005 x11-libs/libXvMC-1.0.7 [for nvidia-drivers]
>>   131005 x11-misc/makedepend-1.0.4 [for mesa : otiose]
>>   131005 x11-proto/printproto-1.0.5 [for xorg-x11 LO : otiose]
>> Presumably, these have all been absorbed into other Xorg pgms.
> x11-base/xorg-server-1.14.3-r1 here.
> I still have those packages; they're pulled in by x11-base/xorg-x11,
> which is the main Xorg meta-package that pulls in xorg-server.

Yes : I install them individually & don't use the meta.

> As for whether you need them, I think that's your call.
> I haven't tried xorg-server without xorg-x11 in a while,
> but lots of those utilities are useful : xkill, xrandr ... .

What are they useful for ? -- I can't do 'man' as they're not  
installed
& 'eix' simply shows the same URL for each ; is there anywhere I can  
look ?




What about googling for "xkill linux".
E.g.  xkill sometimes is the only possiblity to kill a process which  
keeps a window open.
Just enter xkill in an XTerm, it will ask you to click into the window  
which you want to close.


Helmut




Re: [gentoo-user] xorg-server update puzzle

2013-10-09 Thread Philip Webb
131008 Khumba wrote:
> 131008 Philip Webb  wrote:
>> A few days ago, I upgraded to  xorg-server-1.14.3  with a lot of deps.
>> Everything seems to be working normally since then,
>> but a lot of pkgs became unneeded, according to 'emerge -cpv', ie
>>   131005 x11-apps/bitmap-1.0.6 [for xorg-x11 : otiose]
>>   131005 x11-apps/sessreg-1.0.7 [for xorg-x11 : otiose]
>>   131005 x11-apps/xkbutils-1.0.3 [for xorg-x11 : otiose]
>>   131005 x11-apps/xkill-1.0.3 [for xorg-x11 : otiose]
>>   131005 x11-apps/xlsclients-1.1.2 [for xorg-x11 : otiose]
>>   131005 x11-apps/xrandr-1.3.5 [for xorg-x11 : otiose]
>>   131005 x11-apps/xrefresh-1.0.4 [for xorg-x11 : otiose]
>>   131005 x11-apps/xvinfo-1.1.1 [for xorg-x11 : otiose]
>>   131005 x11-libs/libXp-1.0.1 [for xorg-x11 : otiose]
>>   131005 x11-libs/libXvMC-1.0.7 [for nvidia-drivers]
>>   131005 x11-misc/makedepend-1.0.4 [for mesa : otiose]
>>   131005 x11-proto/printproto-1.0.5 [for xorg-x11 LO : otiose]
>> Presumably, these have all been absorbed into other Xorg pgms.
> x11-base/xorg-server-1.14.3-r1 here.
> I still have those packages; they're pulled in by x11-base/xorg-x11,
> which is the main Xorg meta-package that pulls in xorg-server.

Yes : I install them individually & don't use the meta.

> As for whether you need them, I think that's your call.
> I haven't tried xorg-server without xorg-x11 in a while,
> but lots of those utilities are useful : xkill, xrandr ... .

What are they useful for ? -- I can't do 'man' as they're not installed
& 'eix' simply shows the same URL for each ; is there anywhere I can look ?

-- 
,,
SUPPORT ___//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT`-O--O---'   purslowatchassdotutorontodotca




Re: [gentoo-user] xorg-server update puzzle

2013-10-08 Thread Khumba
On Tue, 8 Oct 2013 23:46:25 -0400
Philip Webb  wrote:

> A few days ago, I upgraded to  xorg-server-1.14.3  with a lot of deps.
> Everything seems to be working normally since then,
> but a lot of pkgs became unneeded, according to 'emerge -cpv', ie
> 
>   131005 x11-apps/bitmap-1.0.6 [for xorg-x11 : otiose]
>   131005 x11-apps/sessreg-1.0.7 [for xorg-x11 : otiose]
>   131005 x11-apps/xkbutils-1.0.3 [for xorg-x11 : otiose]
>   131005 x11-apps/xkill-1.0.3 [for xorg-x11 : otiose]
>   131005 x11-apps/xlsclients-1.1.2 [for xorg-x11 : otiose]
>   131005 x11-apps/xrandr-1.3.5 [for xorg-x11 : otiose]
>   131005 x11-apps/xrefresh-1.0.4 [for xorg-x11 : otiose]
>   131005 x11-apps/xvinfo-1.1.1 [for xorg-x11 : otiose]
>   131005 x11-libs/libXp-1.0.1 [for xorg-x11 : otiose]
>   131005 x11-libs/libXvMC-1.0.7 [for nvidia-drivers]
>   131005 x11-misc/makedepend-1.0.4 [for mesa : otiose]
>   131005 x11-proto/printproto-1.0.5 [for xorg-x11 LO : otiose]
> 
> (from my home-made list of installed + removed pkgs).
> 
> Presumably, these have all been absorbed into other Xorg pgms.
> Is this correct ?

x11-base/xorg-server-1.14.3-r1 here.  I still have those packages;
they're pulled in by x11-base/xorg-x11, which is the main Xorg
meta-package that pulls in xorg-server.  As for whether you need them,
I think that's your call.  I haven't tried xorg-server without xorg-x11
in a while, but lots of those utilities are useful (xkill, xrandr...).

Cheers,
Khumba




Re: [gentoo-user] xorg forced by way of glib's test USE flag

2013-04-28 Thread Mateusz Kowalczyk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 28/04/13 23:46, Grant wrote:
> I'm setting up Gentoo on a Beaglebone and I'm trying to do an
> 'emerge -DuN world' but it wants to pull in a mountain of xorg
> stuff.  I've tracked the problem down to the test USE flag on
> glib:
> 
> [ebuild   R] dev-libs/glib-2.32.4-r1:2  USE="{test*} -debug
> (-fam) (-selinux) -static-libs (-systemtap) -utils -xattr"
> 
> USE="-test" has no effect.  I'm on the 
> default/linux/arm/13.0/armv7a/developer profile.  Can I avoid 
> installing xorg?
> 
> - Grant
> 
Slightly OT but are you a Gentoo developer? Developer profiles are
there for Gentoo developers and not meant to set up an environment for
programmers. The handbook mentions this.

- -- 
Mateusz K.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.19 (GNU/Linux)

iQIcBAEBAgAGBQJRfae9AAoJEM1mucMq2pqX29oP/3IsxIwi0c4LmQDt4J55yYQz
9Lj69gvYKrD5A+tN7yyVz6HMWMHdyWEDpVr2/35c77d4J9TbEkjO7TGyUnojxveO
Wivo2O06kOaRvtucQCRv3Liz4WMIFCAI1QZ57KPtKgoY2Rm1t+TBWNorqYFqzm3/
aPjpLoMsuv7o73mjZcN+lyLOm2Cj/O+/op1g0gPF3YkrtfhPJLZiEXkW/4uXcTBZ
qwjSfUb0nQcIRjiL/Q80pj8D9wedoUABxjklL2WqYDpUC9SKzl9NFiF3bJ/evzEK
p7wSKvJR5UB5BYGNM6svuTy+yTGccQMPkLpjb1xMqzjn4pcE1POusKQA1SgRNrWW
KdRDoooOr8Yth8khjseqKrBr8lusICMSTgQEqqtx5cjmsiZwfGNbBs4tTMTyqPxK
1fsO4XKmwBCg7uAkCxP+wTCAw/uog1BdTMviLkicZ5wa5TKyUK1cG08zM0qn26KG
GX9tIpFHsUgt74vyqDUjXXOkEMozZp8C7Y0iKhPciaIbpMzo/iwbFwFuEhCivQv6
6w0exuVDnp6uPVQQFXYY9s62/gvNMnSfC9+IjjZ2n6yJnfykZTB9Pd3UtMgJ0pfO
MZGC6mc/t5HjfRHXKeEmvoAEAWbvANIbBBMbD7/hZpJPbBT6VHTJo0UWYkzBV7EH
YfJ6LFWGw0kuTDS9/byo
=2mpz
-END PGP SIGNATURE-



Re: [gentoo-user] xorg, mtrack on a macbook air

2012-12-04 Thread Bill Kenworthy
On Tue, 2012-12-04 at 14:08 +0800, Bill Kenworthy wrote:
> On Tue, 2012-12-04 at 13:59 +0800, Bill Kenworthy wrote:
> > Hi, I have a mouse issue with the trackpad on a late 2012 macbook air.
> > 
> > In X I am seeing multiple mouse clicks similar to two drivers for the
> > same event. i.e., mtrack is set to 3 zones for the pad but a right click
> > shows (in xev) mouse button 3 down, then 1 down, then 1 up and finally 3
> > up which destroys most right click actions :(
> > 
> > Oddly, button 1 clicks are ok (only one set, not repeated)
> > 
> > Is it possible to find out where the button 1 clicks are coming from? -
> > evdev just says which button is clicked, not where it came from.
> > 
> > BillK
> > 
> 
> Whoops, slight mistake ... s/evdev/xev/ :)
> 
> BillK

ok, no reply so it seems no-one else knows either.

I think there are a number of others running gentoo on a macbook, so how
are you handling the trackpad in X (LXDE)?

BillK






Re: [gentoo-user] xorg, mtrack on a macbook air

2012-12-03 Thread Bill Kenworthy
On Tue, 2012-12-04 at 13:59 +0800, Bill Kenworthy wrote:
> Hi, I have a mouse issue with the trackpad on a late 2012 macbook air.
> 
> In X I am seeing multiple mouse clicks similar to two drivers for the
> same event. i.e., mtrack is set to 3 zones for the pad but a right click
> shows (in xev) mouse button 3 down, then 1 down, then 1 up and finally 3
> up which destroys most right click actions :(
> 
> Oddly, button 1 clicks are ok (only one set, not repeated)
> 
> Is it possible to find out where the button 1 clicks are coming from? -
> evdev just says which button is clicked, not where it came from.
> 
> BillK
> 

Whoops, slight mistake ... s/evdev/xev/ :)

BillK







Re: [gentoo-user] Xorg server wants acpid daemon?

2012-11-24 Thread Walter Dnes
On Sat, Nov 24, 2012 at 08:24:45PM -0600, Canek Pel??ez Vald??s wrote
> On Sat, Nov 24, 2012 at 8:06 PM, Walter Dnes  wrote:
> >   I'm running an NVIDIA GT218 [GeForce 210] add-on video card on 32-bit
> > Gentoo with xorg-server-1.13.0-r1.  It appears to be looking for acpid,
> > according to the Xorg.0.log.  "rc-update show" doesn't show anything
> > resembling acpid.  Would this have any impact on X performance or
> > stability?  It appears to run OK.
> 
> It's not necessary for the drivers to run. The in-tree ebuild even has
> an acpi USE flag to pull acpid if required, but (AFAICS), it doesn't
> do anything in either case.

  Thanks very much for the information.

-- 
Walter Dnes 
We are apparently better off trying to avoid udev like the plague.
Linus Torvalds; 2012/10/03 https://lkml.org/lkml/2012/10/3/349



Re: [gentoo-user] Xorg server wants acpid daemon?

2012-11-24 Thread Canek Peláez Valdés
On Sat, Nov 24, 2012 at 8:06 PM, Walter Dnes  wrote:
>   I'm running an NVIDIA GT218 [GeForce 210] add-on video card on 32-bit
> Gentoo with xorg-server-1.13.0-r1.  It appears to be looking for acpid,
> according to the Xorg.0.log.  "rc-update show" doesn't show anything
> resembling acpid.  Would this have any impact on X performance or
> stability?  It appears to run OK.
>
>   This message occurs early in Xorg.0.log.
> 
> [199617.576] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or 
> dire ctory)
> 
>
>
>   This message occurs late in Xorg.0.log.
> 
> [199617.910] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event 
> daemon; the daemon
> [199617.910] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
> [199617.910] (II) NVIDIA(0): configuration option may not be set 
> correctly.  When the
> [199617.910] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X 
> driver will
> [199617.910] (II) NVIDIA(0): try to use it to receive ACPI event 
> notifications.  For
> [199617.910] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
> [199617.910] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in 
> Appendix B: X
> [199617.910] (II) NVIDIA(0): Config Options in the README.
> 

It's not necessary for the drivers to run. The in-tree ebuild even has
an acpi USE flag to pull acpid if required, but (AFAICS), it doesn't
do anything in either case.

Regards.
-- 
Canek Peláez Valdés
Posgrado en Ciencia e Ingeniería de la Computación
Universidad Nacional Autónoma de México



Re: [gentoo-user] Xorg - RADEON vs VESA

2012-11-24 Thread Florian Philipp
Am 24.11.2012 16:42, schrieb David Relson:
> Greetings,
> 
> Last night I had to reboot my box because the screen had gone all
> wonky.  The reboot has resulted in an obviously different font being
> used in terminal windows, emacs, etc, etc.
> 
> Comparing Xorg logs from Oct (the previous reboot) to now, Xorg has
> been upgraded from 1.12.2 to 1.13.0.  The logs are similar for approx
> 400 lines, then diverge.  Below is shown the beginning of the log
> file differences.
> 
[...]
> ** 1.13.0 **
> 
>  (++) using VT number 7
> 
>  (II) [KMS] drm report modesetting isn't supported.
[...]

Have you changed the kernel as well?

Enable CONFIG_DRM_RADEON and CONFIG_DRM_RADEON_KMS if you have not.

Regards,
Florian Philipp



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Xorg

2012-11-19 Thread Silvio Siefke
Hello,

the Desktop is running. The kernel has need new configuration.

On X List:
> That looks like radeonfb, which conflicts with radeon KMS. You can
> disable it at runtime by passing video=radeonfb:off on the kernel
> command line, or at build time by disabling CONFIG_FB_RADEON.


Regards
Silvio



Re: [gentoo-user] Xorg

2012-11-18 Thread Silvio Siefke
Hello,

i have write to the xorg list now, maybe there become information what
is wrong. I not know what happen from one version to other version. 


Regards
Silvio



Re: [gentoo-user] Xorg

2012-11-18 Thread Silvio Siefke
On Sun, 18 Nov 2012 23:08:58 +
Hello,

Mick  wrote:

> Also:
> 
> 1.  Have you specified the correct firmware in your kernel and used x11-
> drivers/radeon-ucode or sys-kernel/linux-firmware?

gentoo-desk siefke # emerge -s radeon
Searching...
[ Results for search key : radeon ]
[ Applications found : 2 ]

*  app-laptop/radeontool
  Latest version available: 1.5-r3
  Latest version installed: [ Not Installed ]
  Size of files: 20 kB
  Homepage:  http://fdd.com/software/radeon/
  Description:   Control the backlight and external video output of ATI 
Radeon Mobility graphics cards
  License:   ZLIB

*  x11-drivers/radeon-ucode
  Latest version available: 20120320
  Latest version installed: 20120320
  Size of files: 451 kB
  Homepage:  http://people.freedesktop.org/~agd5f/radeon_ucode/
  Description:   IRQ microcode for r6xx/r7xx/Evergreen/N.Islands/S.Islands 
Radeon GPUs and APUs
  License:   radeon-ucode

I have it installed now and make reboot. Change nothing. 

Log: http://pastebin.geany.org/OBVKt/

in the kernel config
#
# Graphics support
#
CONFIG_AGP=y
# CONFIG_AGP_ALI is not set
CONFIG_AGP_ATI=y
# CONFIG_AGP_AMD is not set
# CONFIG_AGP_AMD64 is not set
CONFIG_AGP_INTEL=y
# CONFIG_AGP_NVIDIA is not set
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_SWORKS is not set
# CONFIG_AGP_VIA is not set
# CONFIG_AGP_EFFICEON is not set
CONFIG_VGA_ARB=y
CONFIG_VGA_ARB_MAX_GPUS=16
CONFIG_VGA_SWITCHEROO=y
CONFIG_DRM=y
CONFIG_DRM_KMS_HELPER=m
CONFIG_DRM_TTM=m
CONFIG_DRM_TDFX=m
CONFIG_DRM_R128=m
CONFIG_DRM_RADEON=m
CONFIG_DRM_RADEON_KMS=y
CONFIG_DRM_I810=m
CONFIG_DRM_I915=m
CONFIG_DRM_I915_KMS=y
CONFIG_DRM_MGA=m
CONFIG_DRM_SIS=m
CONFIG_DRM_VIA=m
CONFIG_DRM_SAVAGE=m
CONFIG_DRM_VMWGFX=m
CONFIG_STUB_POULSBO=y
CONFIG_VGASTATE=m
CONFIG_VIDEO_OUTPUT_CONTROL=y
CONFIG_FB=y
CONFIG_FIRMWARE_EDID=y
CONFIG_FB_DDC=m
# CONFIG_FB_BOOT_VESA_SUPPORT is not set
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
CONFIG_FB_SYS_FILLRECT=m
CONFIG_FB_SYS_COPYAREA=m
CONFIG_FB_SYS_IMAGEBLIT=m
# CONFIG_FB_FOREIGN_ENDIAN is not set
CONFIG_FB_SYS_FOPS=m
# CONFIG_FB_WMT_GE_ROPS is not set
CONFIG_FB_DEFERRED_IO=y
CONFIG_FB_HECUBA=m
CONFIG_FB_SVGALIB=m
# CONFIG_FB_MACMODES is not set
CONFIG_FB_BACKLIGHT=y
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y


> 2. Have you rebuilt all your xorg drivers as listed when you run:
> 
>   qlist -I -C x11-drivers/

Yes that have run on Desktop and Laptop. 


Regards and Thank you for help.

Silvio



Re: [gentoo-user] Xorg

2012-11-18 Thread Adam Carter
I would turn on kernel option: CONFIG_DRM_RADEON_KMS and make sure you also
have CONFIG_INPUT_EVDEV on. Then you want INPUT_DEVICES="evdev" in
/etc/make.conf and if you will probably need to emerge xf86-input-evdev as
well.


On Mon, Nov 19, 2012 at 9:37 AM, Silvio Siefke  wrote:

> Hello,
>
>
> i run the update on my Gentoo Desktop and now the Desktop want not start.
>
> xorg.conf: http://pastebin.geany.org/WZtzN
> Xorg.log.0: http://pastebin.geany.org/9o8Q0
>


Re: [gentoo-user] Xorg

2012-11-18 Thread Mick
On Sunday 18 Nov 2012 22:51:13 Canek Peláez Valdés wrote:
> On Sun, Nov 18, 2012 at 4:37 PM, Silvio Siefke  wrote:
> > Hello,
> > 
> > 
> > i run the update on my Gentoo Desktop and now the Desktop want not start.
> > 
> > xorg.conf: http://pastebin.geany.org/WZtzN
> > Xorg.log.0: http://pastebin.geany.org/9o8Q0
> > 
> > 
> > Has someone a idea what is wrong?
> 
> Have you tried to bring up the desktop without an xorg.conf file?

Also:

1.  Have you specified the correct firmware in your kernel and used x11-
drivers/radeon-ucode or sys-kernel/linux-firmware?

2. Have you rebuilt all your xorg drivers as listed when you run:

  qlist -I -C x11-drivers/

HTH.
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Xorg

2012-11-18 Thread Silvio Siefke
Hello,

On Sun, 18 Nov 2012 16:51:13 -0600
Canek Peláez Valdés  wrote:
> Have you tried to bring up the desktop without an xorg.conf file?

yes i have now try. 

gentoo-desk X11 # ls -l
insgesamt 28
drwxr-xr-x 2 root root 4096 24. Okt 10:54 Sessions
-rwxr-xr-x 1 root root 1301 26. Jul 10:08 chooser.sh
drwxr-xr-x 2 root root 4096 27. Okt 22:34 mwm
-rwxr-xr-x 1 root root  923 26. Jul 10:08 startDM.sh
drwxr-xr-x 4 root root 4096 26. Jul 18:06 xinit
-rw-r--r-- 1 root root 7192 18. Nov 23:25 xorg.backup


Log: http://pastebin.geany.org/3SjwQ/

I have logged in and try startxfce4 but it come no Screen found. 
Funny, really then i must have were when i reboot my laptop. 


Regards
Silvio



Re: [gentoo-user] Xorg

2012-11-18 Thread Canek Peláez Valdés
On Sun, Nov 18, 2012 at 4:37 PM, Silvio Siefke  wrote:
> Hello,
>
>
> i run the update on my Gentoo Desktop and now the Desktop want not start.
>
> xorg.conf: http://pastebin.geany.org/WZtzN
> Xorg.log.0: http://pastebin.geany.org/9o8Q0
>
>
> Has someone a idea what is wrong?

Have you tried to bring up the desktop without an xorg.conf file?

Regards.
-- 
Canek Peláez Valdés
Posgrado en Ciencia e Ingeniería de la Computación
Universidad Nacional Autónoma de México



Re: [gentoo-user] Xorg on HP Pavilion ZE2026ea

2012-03-15 Thread Florian Philipp
Am 15.03.2012 01:41, schrieb Silvio Siefke:
> Hello,
> 
> my neighbor gave me the notebook. First, I installed Sabayon, as a test.
> Now i has installed direct Gentoo and the Xorg.Server. When i run Xorg
> -configure and test the config i become error messages. 
> 
> No Screen found and No devices detected. On the system run a gen Kernel,
> because i not know what is in it. 
> 
> 
[...]
> 00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated 
> Graphics Device (rev 02) 
> 00:02.1 Display controller: Intel Corporation 82852/855GM Integrated Graphics 
> Device (rev 02) 
[...]
> The xorg.log found on http://pastie.org/3597633. 
> 
> Has someone a idea what can do? Thx for help. 
> 
> Regards
> Silvio
> 

I don't think you need to configure xorg at all. These things usually
work better with their auto-configuration nowadays. Have you tried
removing xorg.conf and then starting X?

Regards,
Florian Philipp



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Xorg and Nouveau

2012-01-02 Thread .
The driver is compatible:
http://nouveau.freedesktop.org/wiki/CodeNames#NV50
http://nouveau.freedesktop.org/wiki/FeatureMatrix
(GeForce 8400 GS)



Re: [gentoo-user] Xorg and Nouveau

2012-01-02 Thread Jason Weisberger
Check to make sure the driver is compatible with your nv9x chipset.  I'm
your xorg log it doesn't show that one as being supported.
On Jan 2, 2012 10:14 AM, "."  wrote:

> Hi there!
>
> I can't run Xorg with Nouveau.
> I use gentoo-sources without proprietary BLOBs (gentoo-libre).
> http://en.gentoo-wiki.com/wiki/Free_your_Gentoo
>
> /var/log/Xorg.0.log:
> http://paste.pocoo.org/show/525752/
>
> /usr/src/linux/.config:
> http://paste.pocoo.org/show/525746/
>
> lspci:
> http://paste.pocoo.org/show/525747/
>
> emerge --info:
> http://paste.pocoo.org/show/525749/
>
> /etc/make.conf:
> http://paste.pocoo.org/show/525750/
>
>
> Cheers!
>
>


Re: [gentoo-user] Xorg and Nouveau

2012-01-02 Thread .
dmesg | grep nouveaufb shows nothing.

> If its just not loading on its own then adding 'nouveau.modeset=1' will make 
> sure it gets enabled.

Are you sure?
I've been told that this is not supported.



Re: [gentoo-user] Xorg and Nouveau

2012-01-02 Thread Michael Mathurin
"."  writes:

>> Are you by any chance disabling KMS on boot? If not then I'm not sure
>> where the problem is.
> How to check this?
>

Well if you have a framebuffer and get output from 'dmesg|grep
nouveaufb' it's a safe bet that KMS is enabled. Also make sure the
kernel isn't being loaded with 'nomodeset'. If its just not loading on
its own then adding 'nouveau.modeset=1' will make sure it gets enabled.

-- 
t: https://www.twitter.com/mikankun
b: http://mikankun.wordpress.com



Re: [gentoo-user] Xorg and Nouveau

2012-01-02 Thread .
> Are you by any chance disabling KMS on boot? If not then I'm not sure
> where the problem is.
How to check this?



Re: [gentoo-user] Xorg and Nouveau

2012-01-02 Thread Michael Mathurin
"."  writes:

>> Has the proprietary driver ever been in use on your system...
> No.
>
> I've updated xf86-video-nouveau and libdrm. Same result.
>
>> The output of 'lspci -k' might give you a hint.
> What are you trying to say?
>
> lspci -k:
> http://paste.pocoo.org/show/528934/
>

Are you by any chance disabling KMS on boot? If not then I'm not sure
where the problem is.

-- 
t: https://www.twitter.com/mikankun
b: http://mikankun.wordpress.com


pgprzWg3YufNK.pgp
Description: PGP signature


Re: [gentoo-user] Xorg and Nouveau

2012-01-02 Thread .
> Has the proprietary driver ever been in use on your system...
No.

I've updated xf86-video-nouveau and libdrm. Same result.

> The output of 'lspci -k' might give you a hint.
What are you trying to say?

lspci -k:
http://paste.pocoo.org/show/528934/



Re: [gentoo-user] Xorg and Nouveau

2012-01-02 Thread Michael Mathurin
"."  writes:

> Hi there!
>
> I can't run Xorg with Nouveau.
> I use gentoo-sources without proprietary BLOBs (gentoo-libre).
> http://en.gentoo-wiki.com/wiki/Free_your_Gentoo
>
> /var/log/Xorg.0.log:
> http://paste.pocoo.org/show/525752/
>
> /usr/src/linux/.config:
> http://paste.pocoo.org/show/525746/
>
> lspci:
> http://paste.pocoo.org/show/525747/
>
> emerge --info:
> http://paste.pocoo.org/show/525749/
>
> /etc/make.conf:
> http://paste.pocoo.org/show/525750/
>
>
> Cheers!
>
Nouveau doesn't use any binary blobs so your kernel wouldn't be the
issue. Has the proprietary driver ever been in use on your system and if
so did you fully remove it along with all the modules? Another possible
solution would be to try a newer version of xf86-video-nouveau and
libdrm. The output of 'lspci -k' might give you a hint.
-- 
t: https://www.twitter.com/mikankun
b: http://mikankun.wordpress.com


pgpXqHiWRokUN.pgp
Description: PGP signature


Re: [gentoo-user] xorg crashes

2011-04-05 Thread Yohan Pereira
On Wednesday 06 Apr 2011 01:45:10 AM Mike Bean wrote:
> When you say, "rebuild" are you referring to
> basically the same process as emerge?   

yes he is.

>but when I think of building something I always think of
> configure/make/make install,

portage does all that for you when you call emerge.


-- 

- Yohan Pereira

"A man can do as he will, but not will as he will" - Schopenhauer


Re: [gentoo-user] xorg crashes

2011-04-05 Thread Gregory Fontenele
how it came out of that list?

On Tue, Apr 5, 2011 at 18:41, Gregory Fontenele
wrote:

> how it came out of that list?




-- 
Atenciosamente,
Gregory Fontenele


Re: [gentoo-user] xorg crashes

2011-04-05 Thread Jeremy McSpadden
INPUT_DEVICES="keyboard mouse evdev"


On Apr 5, 2011, at 4:36 PM, Mike Bean wrote:

> Well, re-running emerge on the driver set had at least two effects. 1) The 
> segfault address moved, and 2) the backtrace moved, 3) the error changed.
> 
> My xlog: http://pastebin.com/zs5zvEBE
> 
> My usefile: http://pastebin.com/vtvZsumP
> 
> My xorg.conf: http://pastebin.com/qwyE5nsX
> 
> Kinda wish I could stay and comb it, but if I don't get into traffic before 
> rush hour, it'll tack a good 30-45 min onto my commute length.  Will have to 
> go through it when I get home!
> 
> On Tue, Apr 5, 2011 at 2:19 PM, Jeremy McSpadden  
> wrote:
> Can you paste our make.conf file ? and the output of " eselect profile list " 
> ?
> 
> On Apr 5, 2011, at 3:15 PM, Mike Bean wrote:
> 
>> That, is an interesting question, because I HAVE been changing USE flags. 
>> When the kernel was built it had a distinctly different use flag set.   Now 
>> it's USE="mmx sse sse2 ssh X -gnome -kde -qt4 dbus jpeg lock session 
>> startup-notification thunar udev -cdr -dvd alsa gtk"
>> 
>> I might be giving myself away as a gentoo noob here, but I haven't 
>> technically built anything.When you say, "rebuild" are you referring to 
>> basically the same process as emerge?   That's how I got my drivers and 
>> xorg, but when I think of building something I always think of 
>> configure/make/make install, and I want to be sure I'm not doing the wrong 
>> thing because of a misunderstanding
>> 
>> On Tue, Apr 5, 2011 at 1:20 PM, Volker Armin Hemmann 
>>  wrote:
>> On Tuesday 05 April 2011 09:58:39 Mike Bean wrote:
>> > Not sure what's going on, hopefully it's a configuration mistake of some
>> > kind.   Sometimes it crashes, sometimes it's intermittent.  My xlog is at
>> > http://pastebin.com/9jsJE8mw
>> > Not really sure how to debug it, all advice is appreciated
>> 
>> well, it is not a driver issue. Your server segfaults. Have you set strange
>> flags? have you rebuild xorg-server and all the stuff it depends on with sane
>> flags?
>> 
>> 
> 
> 





Re: [gentoo-user] xorg crashes

2011-04-05 Thread Gregory Fontenele
how it came out of that list?

On Tue, Apr 5, 2011 at 18:36, Mike Bean  wrote:

> Well, re-running emerge on the driver set had at least two effects. 1) The
> segfault address moved, and 2) the backtrace moved, 3) the error changed.
>
> My xlog: http://pastebin.com/zs5zvEBE
>
> My usefile: http://pastebin.com/vtvZsumP
>
> My xorg.conf: http://pastebin.com/qwyE5nsX
>
> Kinda wish I could stay and comb it, but if I don't get into traffic before
> rush hour, it'll tack a good 30-45 min onto my commute length.  Will have to
> go through it when I get home!
> 
> On Tue, Apr 5, 2011 at 2:19 PM, Jeremy McSpadden 
> wrote:
>
>> Can you paste our make.conf file ? and the output of " eselect profile
>> list " ?
>>
>> On Apr 5, 2011, at 3:15 PM, Mike Bean wrote:
>>
>> That, is an interesting question, because I HAVE been changing USE flags.
>> When the kernel was built it had a distinctly different use flag set.   Now
>> it's USE="mmx sse sse2 ssh X -gnome -kde -qt4 dbus jpeg lock session
>> startup-notification thunar udev -cdr -dvd alsa gtk"
>>
>> I might be giving myself away as a gentoo noob here, but I haven't
>> technically built anything.When you say, "rebuild" are you referring to
>> basically the same process as emerge?   That's how I got my drivers and
>> xorg, but when I think of building something I always think of
>> configure/make/make install, and I want to be sure I'm not doing the wrong
>> thing because of a misunderstanding
>>
>> On Tue, Apr 5, 2011 at 1:20 PM, Volker Armin Hemmann <
>> volkerar...@googlemail.com> wrote:
>>
>>> On Tuesday 05 April 2011 09:58:39 Mike Bean wrote:
>>> > Not sure what's going on, hopefully it's a configuration mistake of
>>> some
>>> > kind.   Sometimes it crashes, sometimes it's intermittent.  My xlog is
>>> at
>>> > http://pastebin.com/9jsJE8mw
>>> > Not really sure how to debug it, all advice is appreciated
>>>
>>> well, it is not a driver issue. Your server segfaults. Have you set
>>> strange
>>> flags? have you rebuild xorg-server and all the stuff it depends on with
>>> sane
>>> flags?
>>>
>>>
>>
>>
>


-- 
Atenciosamente,
Gregory Fontenele


Re: [gentoo-user] xorg crashes

2011-04-05 Thread Mike Bean
Well, re-running emerge on the driver set had at least two effects. 1) The
segfault address moved, and 2) the backtrace moved, 3) the error changed.

My xlog: http://pastebin.com/zs5zvEBE

My usefile: http://pastebin.com/vtvZsumP

My xorg.conf: http://pastebin.com/qwyE5nsX

Kinda wish I could stay and comb it, but if I don't get into traffic before
rush hour, it'll tack a good 30-45 min onto my commute length.  Will have to
go through it when I get home!

On Tue, Apr 5, 2011 at 2:19 PM, Jeremy McSpadden wrote:

> Can you paste our make.conf file ? and the output of " eselect profile list
> " ?
>
> On Apr 5, 2011, at 3:15 PM, Mike Bean wrote:
>
> That, is an interesting question, because I HAVE been changing USE flags.
> When the kernel was built it had a distinctly different use flag set.   Now
> it's USE="mmx sse sse2 ssh X -gnome -kde -qt4 dbus jpeg lock session
> startup-notification thunar udev -cdr -dvd alsa gtk"
>
> I might be giving myself away as a gentoo noob here, but I haven't
> technically built anything.When you say, "rebuild" are you referring to
> basically the same process as emerge?   That's how I got my drivers and
> xorg, but when I think of building something I always think of
> configure/make/make install, and I want to be sure I'm not doing the wrong
> thing because of a misunderstanding
>
> On Tue, Apr 5, 2011 at 1:20 PM, Volker Armin Hemmann <
> volkerar...@googlemail.com> wrote:
>
>> On Tuesday 05 April 2011 09:58:39 Mike Bean wrote:
>> > Not sure what's going on, hopefully it's a configuration mistake of some
>> > kind.   Sometimes it crashes, sometimes it's intermittent.  My xlog is
>> at
>> > http://pastebin.com/9jsJE8mw
>> > Not really sure how to debug it, all advice is appreciated
>>
>> well, it is not a driver issue. Your server segfaults. Have you set
>> strange
>> flags? have you rebuild xorg-server and all the stuff it depends on with
>> sane
>> flags?
>>
>>
>
>


Re: [gentoo-user] xorg crashes

2011-04-05 Thread Jeremy McSpadden
Can you paste our make.conf file ? and the output of " eselect profile list " ?

On Apr 5, 2011, at 3:15 PM, Mike Bean wrote:

> That, is an interesting question, because I HAVE been changing USE flags. 
> When the kernel was built it had a distinctly different use flag set.   Now 
> it's USE="mmx sse sse2 ssh X -gnome -kde -qt4 dbus jpeg lock session 
> startup-notification thunar udev -cdr -dvd alsa gtk"
> 
> I might be giving myself away as a gentoo noob here, but I haven't 
> technically built anything.When you say, "rebuild" are you referring to 
> basically the same process as emerge?   That's how I got my drivers and xorg, 
> but when I think of building something I always think of configure/make/make 
> install, and I want to be sure I'm not doing the wrong thing because of a 
> misunderstanding
> 
> On Tue, Apr 5, 2011 at 1:20 PM, Volker Armin Hemmann 
>  wrote:
> On Tuesday 05 April 2011 09:58:39 Mike Bean wrote:
> > Not sure what's going on, hopefully it's a configuration mistake of some
> > kind.   Sometimes it crashes, sometimes it's intermittent.  My xlog is at
> > http://pastebin.com/9jsJE8mw
> > Not really sure how to debug it, all advice is appreciated
> 
> well, it is not a driver issue. Your server segfaults. Have you set strange
> flags? have you rebuild xorg-server and all the stuff it depends on with sane
> flags?
> 
> 





Re: [gentoo-user] xorg crashes

2011-04-05 Thread Mike Bean
That, is an interesting question, because I HAVE been changing USE flags.
When the kernel was built it had a distinctly different use flag set.   Now
it's USE="mmx sse sse2 ssh X -gnome -kde -qt4 dbus jpeg lock session
startup-notification thunar udev -cdr -dvd alsa gtk"

I might be giving myself away as a gentoo noob here, but I haven't
technically built anything.When you say, "rebuild" are you referring to
basically the same process as emerge?   That's how I got my drivers and
xorg, but when I think of building something I always think of
configure/make/make install, and I want to be sure I'm not doing the wrong
thing because of a misunderstanding

On Tue, Apr 5, 2011 at 1:20 PM, Volker Armin Hemmann <
volkerar...@googlemail.com> wrote:

> On Tuesday 05 April 2011 09:58:39 Mike Bean wrote:
> > Not sure what's going on, hopefully it's a configuration mistake of some
> > kind.   Sometimes it crashes, sometimes it's intermittent.  My xlog is at
> > http://pastebin.com/9jsJE8mw
> > Not really sure how to debug it, all advice is appreciated
>
> well, it is not a driver issue. Your server segfaults. Have you set strange
> flags? have you rebuild xorg-server and all the stuff it depends on with
> sane
> flags?
>
>


Re: [gentoo-user] xorg crashes

2011-04-05 Thread Volker Armin Hemmann
On Tuesday 05 April 2011 09:58:39 Mike Bean wrote:
> Not sure what's going on, hopefully it's a configuration mistake of some
> kind.   Sometimes it crashes, sometimes it's intermittent.  My xlog is at
> http://pastebin.com/9jsJE8mw
> Not really sure how to debug it, all advice is appreciated

well, it is not a driver issue. Your server segfaults. Have you set strange 
flags? have you rebuild xorg-server and all the stuff it depends on with sane 
flags?



Re: [gentoo-user] xorg crashes

2011-04-05 Thread Mike Bean
I thought it might be a driver issue - not sure what's going on.   Trying to
find a known good virtualbox .conf file so I can compare.

Section "InputDevice"
Indentifier "Mouse0"
Driver "evdev"
Option "Protocol" "PS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"

Mike Bean

On Tue, Apr 5, 2011 at 12:28 PM, Mick  wrote:

> On Tuesday 05 April 2011 16:58:39 Mike Bean wrote:
> > Not sure what's going on, hopefully it's a configuration mistake of some
> > kind.   Sometimes it crashes, sometimes it's intermittent.  My xlog is at
> > http://pastebin.com/9jsJE8mw
> > Not really sure how to debug it, all advice is appreciated
>
> With the 2.6.36-gentoo-r8 kernel I would suggest that you configure KMS as
> explained here:
>
> http://www.gentoo.org/doc/en/xorg-config.xml
>
> it is likely that you would not need x11-drivers/xf86-input-keyboard or
> mouse
> drivers and that evdev will serve both devices.  In that case the crash
> that
> seems to happen after the mouse is being set up may go away.
> --
> Regards,
> Mick
>


Re: [gentoo-user] xorg crashes

2011-04-05 Thread Mick
On Tuesday 05 April 2011 16:58:39 Mike Bean wrote:
> Not sure what's going on, hopefully it's a configuration mistake of some
> kind.   Sometimes it crashes, sometimes it's intermittent.  My xlog is at
> http://pastebin.com/9jsJE8mw
> Not really sure how to debug it, all advice is appreciated

With the 2.6.36-gentoo-r8 kernel I would suggest that you configure KMS as 
explained here:

http://www.gentoo.org/doc/en/xorg-config.xml

it is likely that you would not need x11-drivers/xf86-input-keyboard or mouse 
drivers and that evdev will serve both devices.  In that case the crash that 
seems to happen after the mouse is being set up may go away.
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] xorg-server-1.10 breaks nvidia-drivers

2011-04-01 Thread John Campbell

On 04/01/2011 08:09 AM, walt wrote:

I just updated from xorg-server-1.9 to 1.10, but even the newest beta
from nvidia
complains that 1.10 isn't supported yet for my video cards GeForce FX
5200 and
GeForce 6150SE.

Perhaps drivers for newer cards will work, but I don't know.

The good old nv driver still works with 1.10, happily.


The 270.30 drivers work for newer cards.  It does look like Nvidia has 
been letting the legacy drivers slide though.  I'm not sure how the 
legacy numbering system works, but the newest legacy driver seems to be 
from October.


Just to make sure though, as I forgot to to rebuild the drivers, and had 
evdev failures...you did rebuild your drivers x11-drivers?




Re: [gentoo-user] xorg-server-1.10 breaks nvidia-drivers

2011-04-01 Thread Yohan Pereira
On Friday 01 Apr 2011 08:39:04 PM walt wrote:
> The good old nv driver still works with 1.10, happily.

have you tried nouveau? works well here.

-- 

- Yohan Pereira

"A man can do as he will, but not will as he will" - Schopenhauer


Re: [gentoo-user] xorg-server-1.10 breaks nvidia-drivers

2011-04-01 Thread Volker Armin Hemmann
On Friday 01 April 2011 08:09:04 walt wrote:
> I just updated from xorg-server-1.9 to 1.10, but even the newest beta from
> nvidia complains that 1.10 isn't supported yet for my video cards GeForce
> FX 5200 and GeForce 6150SE.
> 
> Perhaps drivers for newer cards will work, but I don't know.
> 
> The good old nv driver still works with 1.10, happily.

and with 'works' you mean it displays something. Very, very slowly. 





Re: [gentoo-user] xorg-server 1.9.4: keybord very slow in consoles

2011-03-17 Thread Alexey Mishustin
>> PS.  Have you re-emerged evdev and synaptics after you emerged xorg-server?

> No. It's what I can do now.

Done. It didn't help.

--
Regards, Alex.




Re: [gentoo-user] xorg-server 1.9.4: keybord very slow in consoles

2011-03-17 Thread Alexey Mishustin
17 марта 2011 г., 20:29:26, Mick пишет:

> On 17 March 2011 16:55, Alexey Mishustin  wrote:
>> 17 марта 2011 г., 1:43:07, Mick пишет:

>>> On Wednesday 16 March 2011 19:05:32 Alexey Mishustin wrote:
 Hi list,

 I have a problem with configuring xorg-server 1.9.4.

 It starts and works OK. But just after it has started, the keyboard begins
 to work very slowly in all virtual consoles that were open prior to X.

 If I login in a new virtual console, the keyboard works well until I enter
 into an interactive tool (man, less). After that - the same behavior.

 I installed xorg in according to these instructions [1], then added
 InputClass definitions from this thread [2].

 Please suggest what I could have done wrong.

 xorg.conf - http://pastebin.com/Wwmy1eFf
 Xorg.0.log - http://pastebin.com/5aqCLKnH
 make.conf - http://pastebin.com/7St3T1ec
 http://pastebin.com/YpCm9puZ
 emerge --info - http://pastebin.com/NZUQYqhh
 kernel .config - http://pastebin.com/E6Syb7Ay

 Laptop ASUS WJ7.

 [1] - http://www.gentoo.org/doc/en/xorg-config.xml
 [2] -
 http://www.gossamer-threads.com/lists/gentoo/user/226332?do=post_view_thre
 aded

>>> Alex, you have defined both your keyboard and mouse as InputDevice under
>>> Section "ServerLayout", but then later on you specify them both as 
>>> InputClass.

>>> Comment out the InputDevice sections or remove them completely as shown in
>>> thread [2] above.

>> I deleted definitions of InputDevices and the corresponding rows in the 
>> ServerLayout section. Unfortunately, it didn't help. I'm getting the same 
>> weird behaviour of the keyboard in consoles.

>> A testing has shown that the keyboard gets broken in a new-open console not 
>> only after `man`, and `less` but even after `ls`.

>> My corrected xorg.conf - http://pastebin.com/P6SbzUDF

> I can't see anything immediately wrong with it ...

> Why do you have:

> Disable  "dri"
> Disable  "dri2"

> in there?

I had changed xorg.conf many times before writing to this list. Read that 
nvidia driver doesn't use dri which is intended for open drivers, I commented 
it out.

Yesterday I tried to startx without 'Disable dri', no effect...

> PS.  Have you re-emerged evdev and synaptics after you emerged xorg-server?

No. It's what I can do now.

--
Regards, Alex.




Re: [gentoo-user] xorg-server 1.9.4: keybord very slow in consoles

2011-03-17 Thread Alexey Mishustin
Found similar bug reports.

http://bugs.gentoo.org/show_bug.cgi?id=247543
https://bugs.freedesktop.org/show_bug.cgi?id=18622

It's not good news for me that these bugs both haven't been resolved so far...
I am not using neither slim nor gdm. No display manager at all. Openbox only.

--
Regards, Alex




Re: [gentoo-user] xorg-server 1.9.4: keybord very slow in consoles

2011-03-17 Thread Mick
On 17 March 2011 16:55, Alexey Mishustin  wrote:
> 17 марта 2011 г., 1:43:07, Mick пишет:
>
>> On Wednesday 16 March 2011 19:05:32 Alexey Mishustin wrote:
>>> Hi list,
>
>>> I have a problem with configuring xorg-server 1.9.4.
>
>>> It starts and works OK. But just after it has started, the keyboard begins
>>> to work very slowly in all virtual consoles that were open prior to X.
>
>>> If I login in a new virtual console, the keyboard works well until I enter
>>> into an interactive tool (man, less). After that - the same behavior.
>
>>> I installed xorg in according to these instructions [1], then added
>>> InputClass definitions from this thread [2].
>
>>> Please suggest what I could have done wrong.
>
>>> xorg.conf - http://pastebin.com/Wwmy1eFf
>>> Xorg.0.log - http://pastebin.com/5aqCLKnH
>>> make.conf - http://pastebin.com/7St3T1ec
>>> http://pastebin.com/YpCm9puZ
>>> emerge --info - http://pastebin.com/NZUQYqhh
>>> kernel .config - http://pastebin.com/E6Syb7Ay
>
>>> Laptop ASUS WJ7.
>
>>> [1] - http://www.gentoo.org/doc/en/xorg-config.xml
>>> [2] -
>>> http://www.gossamer-threads.com/lists/gentoo/user/226332?do=post_view_thre
>>> aded
>
>> Alex, you have defined both your keyboard and mouse as InputDevice under
>> Section "ServerLayout", but then later on you specify them both as 
>> InputClass.
>
>> Comment out the InputDevice sections or remove them completely as shown in
>> thread [2] above.
>
> I deleted definitions of InputDevices and the corresponding rows in the 
> ServerLayout section. Unfortunately, it didn't help. I'm getting the same 
> weird behaviour of the keyboard in consoles.
>
> A testing has shown that the keyboard gets broken in a new-open console not 
> only after `man`, and `less` but even after `ls`.
>
> My corrected xorg.conf - http://pastebin.com/P6SbzUDF

I can't see anything immediately wrong with it ...

Why do you have:

Disable  "dri"
Disable  "dri2"

in there?

PS.  Have you re-emerged evdev and synaptics after you emerged xorg-server?
-- 
Regards,
Mick



Re: [gentoo-user] xorg-server 1.9.4: keybord very slow in consoles

2011-03-17 Thread Alexey Mishustin
17 марта 2011 г., 1:43:07, Mick пишет:

> On Wednesday 16 March 2011 19:05:32 Alexey Mishustin wrote:
>> Hi list,

>> I have a problem with configuring xorg-server 1.9.4.

>> It starts and works OK. But just after it has started, the keyboard begins
>> to work very slowly in all virtual consoles that were open prior to X.

>> If I login in a new virtual console, the keyboard works well until I enter
>> into an interactive tool (man, less). After that - the same behavior.

>> I installed xorg in according to these instructions [1], then added
>> InputClass definitions from this thread [2].

>> Please suggest what I could have done wrong.

>> xorg.conf - http://pastebin.com/Wwmy1eFf
>> Xorg.0.log - http://pastebin.com/5aqCLKnH
>> make.conf - http://pastebin.com/7St3T1ec
>> http://pastebin.com/YpCm9puZ
>> emerge --info - http://pastebin.com/NZUQYqhh
>> kernel .config - http://pastebin.com/E6Syb7Ay

>> Laptop ASUS WJ7.

>> [1] - http://www.gentoo.org/doc/en/xorg-config.xml
>> [2] -
>> http://www.gossamer-threads.com/lists/gentoo/user/226332?do=post_view_thre
>> aded

> Alex, you have defined both your keyboard and mouse as InputDevice under 
> Section "ServerLayout", but then later on you specify them both as InputClass.

> Comment out the InputDevice sections or remove them completely as shown in 
> thread [2] above.

I deleted definitions of InputDevices and the corresponding rows in the 
ServerLayout section. Unfortunately, it didn't help. I'm getting the same weird 
behaviour of the keyboard in consoles.

A testing has shown that the keyboard gets broken in a new-open console not 
only after `man`, and `less` but even after `ls`.

My corrected xorg.conf - http://pastebin.com/P6SbzUDF

--
Regards, Alex




Re: [gentoo-user] xorg-server 1.9.4: keybord very slow in consoles

2011-03-16 Thread Alexey Mishustin
3/16/2011, "Mick"  вы писали:

>On Wednesday 16 March 2011 19:05:32 Alexey Mishustin wrote:
>> Hi list,
>> 
>> I have a problem with configuring xorg-server 1.9.4.
>> 
>> It starts and works OK. But just after it has started, the keyboard begins
>> to work very slowly in all virtual consoles that were open prior to X.
>> 
>> If I login in a new virtual console, the keyboard works well until I enter
>> into an interactive tool (man, less). After that - the same behavior.
>> 
>> I installed xorg in according to these instructions [1], then added
>> InputClass definitions from this thread [2].
>> 
>> Please suggest what I could have done wrong.
>> 
>> xorg.conf - http://pastebin.com/Wwmy1eFf
>> Xorg.0.log - http://pastebin.com/5aqCLKnH
>> make.conf - http://pastebin.com/7St3T1ec
>> http://pastebin.com/YpCm9puZ
>> emerge --info - http://pastebin.com/NZUQYqhh
>> kernel .config - http://pastebin.com/E6Syb7Ay
>> 
>> Laptop ASUS WJ7.
>> 
>> [1] - http://www.gentoo.org/doc/en/xorg-config.xml
>> [2] -
>> http://www.gossamer-threads.com/lists/gentoo/user/226332?do=post_view_thre
>> aded
>
>Alex, you have defined both your keyboard and mouse as InputDevice under 
>Section "ServerLayout", but then later on you specify them both as InputClass.

Aha... I'll try tonight, when at home. Thank you!

--
Regards, Alex



Re: [gentoo-user] xorg-server 1.9.4: keybord very slow in consoles

2011-03-16 Thread Mick
On Wednesday 16 March 2011 19:05:32 Alexey Mishustin wrote:
> Hi list,
> 
> I have a problem with configuring xorg-server 1.9.4.
> 
> It starts and works OK. But just after it has started, the keyboard begins
> to work very slowly in all virtual consoles that were open prior to X.
> 
> If I login in a new virtual console, the keyboard works well until I enter
> into an interactive tool (man, less). After that - the same behavior.
> 
> I installed xorg in according to these instructions [1], then added
> InputClass definitions from this thread [2].
> 
> Please suggest what I could have done wrong.
> 
> xorg.conf - http://pastebin.com/Wwmy1eFf
> Xorg.0.log - http://pastebin.com/5aqCLKnH
> make.conf - http://pastebin.com/7St3T1ec
> http://pastebin.com/YpCm9puZ
> emerge --info - http://pastebin.com/NZUQYqhh
> kernel .config - http://pastebin.com/E6Syb7Ay
> 
> Laptop ASUS WJ7.
> 
> [1] - http://www.gentoo.org/doc/en/xorg-config.xml
> [2] -
> http://www.gossamer-threads.com/lists/gentoo/user/226332?do=post_view_thre
> aded

Alex, you have defined both your keyboard and mouse as InputDevice under 
Section "ServerLayout", but then later on you specify them both as InputClass.

Comment out the InputDevice sections or remove them completely as shown in 
thread [2] above.

HTH.
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


  1   2   3   4   5   6   7   >