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 ge

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

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.

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,-su

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

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 up

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/

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.ht

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

2020-07-23 Thread i.Dark_Templar
Hi. I've tried using xorg-server[elogind,-suid] and got an issue. 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

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 abou

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 rebo

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

2020-06-25 Thread Nikos Chantziaras
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

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 elo

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

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 w

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

[gentoo-user] xorg-server

2020-04-14 Thread Jorge Almeida
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

[gentoo-user] xorg-server-1.20* failure

2018-10-26 Thread Bill Kenworthy
Hi, I have a problem with xorg-server 1.20*. LXDM starts, but on login xfce4 freezes with the panel, xfce4-terminal logo and a blank background.  The mouse moves but no response to clicking anything on the panel.  startx as a user or root just goes to a black screen with a blinking cursor. Nothin

[gentoo-user] Xorg-server start on VT07

2018-10-03 Thread John R. Shannon
I'm trying to get a display manager (slim) and Xorg-server working in a LXC container. I'm using systemd. I can successfully ssh into the container and: systemctl start slim.service with everything working as desired. However, when slim.service is started as part of the container's startup,

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

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 orde

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 som

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 wil

[gentoo-user] xorg-server / apache

2017-02-04 Thread thelma
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) ^^

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

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

2015-01-29 Thread Joseph
Why am I getting this error: (x11-base/xorg-server-1.15.2-r1:0/1.15.2::gentoo, ebuild scheduled for merge) pulled in by (no parents that aren't satisfied by other packages in this slot) (x11-base/xorg-server-1.15.0:0/1.15.0::gentoo, installed) pulled in by x11-base/xorg-server:0/1.15.0=

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 xor

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 o

[gentoo-user] Xorg-server crashing constantly

2014-02-12 Thread Joseph
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

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 driver

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

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

2014-01-29 Thread Joseph
After recent upgrade I've noticed my xorg-server is crashing, and sending me back to log-in screen on two of my computers. It happens mostly when when I click a tab in firefox or try to log-out. I'm using firefox-24.1.1 -- Joseph

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' sim

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

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

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 : o

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

[gentoo-user] xorg-server update puzzle

2013-10-08 Thread Philip Webb
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

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 X

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

[gentoo-user] Xorg server wants acpid daemon?

2012-11-24 Thread Walter Dnes
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 appea

[gentoo-user] xorg-server-1.11.4 runs havoc

2012-01-31 Thread Helmut Jarausch
Hi, having updated xorg-server from 1.11.3 to 1.11.4 my machine runs havoc. xdm or slim start as usual, but having entered my password I get a blank screen or some colored strips and the only escape is via the famous SysRq sequence. But, disabling xdm, logging in via a console and using startx

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 drive

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

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

2011-04-01 Thread walt
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.

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 O

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, Ale

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 keyboar

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 th

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 w

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 i

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

2011-03-16 Thread Alexey Mishustin
16 марта 2011 г., 22:05:32, Alexey Mishustin пишет: > 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. Not only slowly. Also, the

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

2011-03-16 Thread Alexey Mishustin
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 int

Re: [gentoo-user] xorg-server

2010-12-30 Thread Mick
On Thursday 30 December 2010 19:43:06 Mike Edenfield wrote: > If you have a file of the same name in both directories, then the one > in /etc should override the one in /usr/share. But the names need to > match exactly. Yes, identical. I know this, because I copied the one from /usr/share to /

Re: [gentoo-user] xorg-server

2010-12-30 Thread Mike Edenfield
On Thu, 2010-12-30 at 19:02 +, Mick wrote: > On Thursday 30 December 2010 17:40:18 Mike Edenfield wrote: > > On Wed, 2010-12-29 at 13:01 +, Mick wrote: > > > Personally, I can't see why all these additional config files and > > > locations are required, rather than a single /etc/X11/xorg.co

Re: [gentoo-user] xorg-server

2010-12-30 Thread Mick
On Thursday 30 December 2010 17:40:18 Mike Edenfield wrote: > On Wed, 2010-12-29 at 13:01 +, Mick wrote: > > Personally, I can't see why all these additional config files and > > locations are required, rather than a single /etc/X11/xorg.conf. I have > > found all these back and forth changes

Re: [gentoo-user] xorg-server

2010-12-30 Thread Mike Edenfield
On Wed, 2010-12-29 at 13:01 +, Mick wrote: > Personally, I can't see why all these additional config files and locations > are required, rather than a single /etc/X11/xorg.conf. I have found all > these > back and forth changes to fdi's, xorg.conf.d and what have you, unnecessary > and an

Re: [gentoo-user] xorg-server

2010-12-29 Thread Neil Bothwick
On Wed, 29 Dec 2010 13:01:24 +, Mick wrote: > Personally, I can't see why all these additional config files and > locations are required, rather than a single /etc/X11/xorg.conf. I > have found all these back and forth changes to fdi's, xorg.conf.d and > what have you, unnecessary and annoyin

Re: [gentoo-user] xorg-server

2010-12-29 Thread David W Noon
On Wed, 29 Dec 2010 10:40:02 +0100, Konstantinos Agouros wrote about Re: [gentoo-user] xorg-server: >In <20101227175826.1bbaf...@karnak.local> dwn...@ntlworld.com (David W >Noon) writes: [snip] >>2) Add a configuration file /etc/X11/xorg.conf.d/10-evdev.conf > >&g

Re: [gentoo-user] xorg-server

2010-12-29 Thread Dale
Mick wrote: Other than setting up udev rules I have tried everything that I could think of. Based on the experiments I ran on two laptops I have come to the following conclusions (or should this be "confusions"? ha, ha): Option "AllowEmptyInput" "off" is necessary under Section "Serv

Re: [gentoo-user] xorg-server

2010-12-29 Thread Mick
ted-printable > > > >On Mon, 27 Dec 2010 12:20:02 +0100, John wrote about [gentoo-user] > > > >xorg-server: > >>I have just upgraded to xorg-server 1.9.2 > >>but unfortunately my keyboard is not recognising gb layout > > > >You have at least 2

Re: [gentoo-user] xorg-server

2010-12-29 Thread Konstantinos Agouros
In <20101227175826.1bbaf...@karnak.local> dwn...@ntlworld.com (David W Noon) writes: >--Sig_/Hxy_r1egAtvobeT/s7/L0.O >Content-Type: text/plain; charset=US-ASCII >Content-Transfer-Encoding: quoted-printable >On Mon, 27 Dec 2010 12:20:02 +0100, John wrote about [gentoo-user]

Re: [gentoo-user] xorg-server

2010-12-27 Thread Mick
On Monday 27 December 2010 21:39:42 David W Noon wrote: > On Mon, 27 Dec 2010 21:30:01 +0100, Mick wrote about Re: [gentoo-user] > > xorg-server: > >It seems that the settings in /usr/share/X11/xorg.conf.d/10-evdev.conf > >cause evdev to capture the touchpad and keyboard

Re: [gentoo-user] xorg-server

2010-12-27 Thread David W Noon
On Mon, 27 Dec 2010 21:30:01 +0100, Mick wrote about Re: [gentoo-user] xorg-server: >It seems that the settings in /usr/share/X11/xorg.conf.d/10-evdev.conf >cause evdev to capture the touchpad and keyboard devices and leave no >chance to synaptics and kbd drivers (there's also

Re: [gentoo-user] xorg-server

2010-12-27 Thread Mick
On Monday 27 December 2010 19:20:30 Neil Bothwick wrote: > On Mon, 27 Dec 2010 18:45:21 +, John wrote: > > Should we still be using xorg.conf as a few years > > ago or not using a xorg.conf file unless we have to? > > Or use files in xorg.conf.d, which makes maintenance easier. The xorg 1.9 h

Re: [gentoo-user] xorg-server

2010-12-27 Thread Neil Bothwick
On Mon, 27 Dec 2010 18:45:21 +, John wrote: > Should we still be using xorg.conf as a few years > ago or not using a xorg.conf file unless we have to? Or use files in xorg.conf.d, which makes maintenance easier. -- Neil Bothwick SCSI: System Can't See It signature.asc Description: PGP s

Re: [gentoo-user] xorg-server

2010-12-27 Thread John
On Mon, 27 Dec 2010 17:58:26 + David W Noon wrote: > On Mon, 27 Dec 2010 12:20:02 +0100, John wrote about [gentoo-user] > xorg-server: > > >I have just upgraded to xorg-server 1.9.2 > >but unfortunately my keyboard is not recognising gb layout > > You have a

Re: [gentoo-user] xorg-server

2010-12-27 Thread David W Noon
On Mon, 27 Dec 2010 12:20:02 +0100, John wrote about [gentoo-user] xorg-server: >I have just upgraded to xorg-server 1.9.2 >but unfortunately my keyboard is not recognising gb layout You have at least 2 courses of action: 1) Add a udev rule in /etc/udev/rules.d/10-local.rules # A r

Re: [gentoo-user] xorg-server

2010-12-27 Thread Dale
John wrote: Hi Gentoo Users I have just upgraded to xorg-server 1.9.2 but unfortunately my keyboard is not recognising gb layout I have copied across use-estonian-layout.fdi.bz2 to /etc/hal/fdi/policy/10-xinput-configuration.fdi and altered to gb. Rebooted etc but still keyboard is wr

Re: [gentoo-user] xorg-server

2010-12-27 Thread Neil Bothwick
On Mon, 27 Dec 2010 11:14:53 +, John wrote: > I have just upgraded to xorg-server 1.9.2 > but unfortunately my keyboard is not recognising gb layout > > I have copied across use-estonian-layout.fdi.bz2 > to /etc/hal/fdi/policy/10-xinput-configuration.fdi > and altered to gb. > > Rebooted etc

[gentoo-user] xorg-server

2010-12-27 Thread John
Hi Gentoo Users I have just upgraded to xorg-server 1.9.2 but unfortunately my keyboard is not recognising gb layout I have copied across use-estonian-layout.fdi.bz2 to /etc/hal/fdi/policy/10-xinput-configuration.fdi and altered to gb. Rebooted etc but still keyboard is wrong. Is this

Re: [gentoo-user] xorg-server 1.7.6 without mouse and keyboard (solved)

2010-07-14 Thread Rod
On 14/07/2010 3:01 AM, Tamer Higazi wrote: Hi Mark! you were entirely right, the problem were the input drivers. There three packages I remerged: xf86-input-mouse xf86-input-keyboard xf86-input-evdev and the problem was gone. Tamer I found that the problem (on mine at least) was th

Re: [gentoo-user] xorg-server 1.7.6 without mouse and keyboard (solved)

2010-07-13 Thread Mark Knecht
On Tue, Jul 13, 2010 at 10:01 AM, Tamer Higazi wrote: > Hi Mark! > you were entirely right, the problem were the input drivers. > > There three packages I remerged: > > xf86-input-mouse > xf86-input-keyboard > xf86-input-evdev > > and the problem was gone. > > > Tamer Glad it worked. Investigate

Re: [gentoo-user] xorg-server 1.7.6 without mouse and keyboard (solved)

2010-07-13 Thread Tamer Higazi
Hi Mark! you were entirely right, the problem were the input drivers. There three packages I remerged: xf86-input-mouse xf86-input-keyboard xf86-input-evdev and the problem was gone. Tamer Am 13.07.2010 18:45, schrieb Mark Knecht: > On Tue, Jul 13, 2010 at 8:57 AM, Tamer Higazi wrote: > >

Re: [gentoo-user] xorg-server 1.7.6 without mouse and keyboard

2010-07-13 Thread Neil Bothwick
On Tue, 13 Jul 2010 17:57:14 +0200, Tamer Higazi wrote: > After upgrading my system, xorg-server 1.7.6 is on my system. I > regenrated the config file Xorg -configure. The display is shown > proparly with everything around it but I don't have a mice and keyboard. What happens if you use the old

Re: [gentoo-user] xorg-server 1.7.6 without mouse and keyboard

2010-07-13 Thread Hung Dang
uOn 07/13/10 10:45, Willie Wong wrote: > On Tue, Jul 13, 2010 at 05:57:14PM +0200, Tamer Higazi wrote: >> After upgrading my system, xorg-server 1.7.6 is on my system. I >> regenrated the config file Xorg -configure. The display is shown >> proparly with everything around it but I don't have a m

Re: [gentoo-user] xorg-server 1.7.6 without mouse and keyboard

2010-07-13 Thread Mark Knecht
On Tue, Jul 13, 2010 at 8:57 AM, Tamer Higazi wrote: >  Hi people! > After upgrading my system, xorg-server 1.7.6 is on my system. I regenrated > the config file Xorg -configure. The display is shown proparly with > everything around it but I don't have a mice and keyboard. > > How do I get the mo

Re: [gentoo-user] xorg-server 1.7.6 without mouse and keyboard

2010-07-13 Thread Willie Wong
On Tue, Jul 13, 2010 at 05:57:14PM +0200, Tamer Higazi wrote: > After upgrading my system, xorg-server 1.7.6 is on my system. I > regenrated the config file Xorg -configure. The display is shown > proparly with everything around it but I don't have a mice and keyboard. > > How do I get the mouse

[gentoo-user] xorg-server 1.7.6 without mouse and keyboard

2010-07-13 Thread Tamer Higazi
Hi people! After upgrading my system, xorg-server 1.7.6 is on my system. I regenrated the config file Xorg -configure. The display is shown proparly with everything around it but I don't have a mice and keyboard. How do I get the mouse and keyboard to run. I followed the steps from the offic

[gentoo-user] xorg-server 1.8.1 random segfaults

2010-05-16 Thread Nikos Chantziaras
Does anyone else get random segfaults all the time with xorg-server-1.8.1? Backtrace: 0: /usr/bin/X (xorg_backtrace+0x28) [0x45cc28] 1: /usr/bin/X (0x40+0x59899) [0x459899] 2: /lib/libpthread.so.0 (0x300100+0xf0d0) [0x300100f0d0] 3: /usr/bin/X (dixLookupPrivate+0xa) [0x42c5aa]

[gentoo-user] xorg-server: Pressing 'down'/'right ctrl' keys yields newline

2010-05-12 Thread Amit Dor-Shifer
Hi all. After updating world, xorg-1.5.3-r6 to 1.7.6 among others, I'm now faced with a/m issue. 1. left ctrl key works fine, so does the down arrow key on the numpad. 2. Seems like the "down" key generates a double sequence: both the "down" event and a newline. This doesn't happen in termin

Re: [gentoo-user] xorg-server/nvidia/x86-driver updated: No kbd, no mouse

2010-04-25 Thread meino . cramer
Justin [10-04-25 15:02]: > On 25/04/10 14:49, Daniel Pielmeier wrote: > > meino.cra...@gmx.de schrieb am 25.04.2010 14:25: > >> > >> Hi, > >> > >> I updated to the newest nvidia-drivers-195.36.24 and to xorg-1.80. > >> Afterwards I etc-updated and recompiled the output of > >> qlist -I -C x11-dri

Re: [gentoo-user] xorg-server/nvidia/x86-driver updated: No kbd, no mouse

2010-04-25 Thread Justin
On 25/04/10 14:49, Daniel Pielmeier wrote: > meino.cra...@gmx.de schrieb am 25.04.2010 14:25: >> >> Hi, >> >> I updated to the newest nvidia-drivers-195.36.24 and to xorg-1.80. >> Afterwards I etc-updated and recompiled the output of >> qlist -I -C x11-drivers and did a modprobe -r. >> I rebooted.

Re: [gentoo-user] xorg-server/nvidia/x86-driver updated: No kbd, no mouse

2010-04-25 Thread Daniel Pielmeier
meino.cra...@gmx.de schrieb am 25.04.2010 14:25: > > Hi, > > I updated to the newest nvidia-drivers-195.36.24 and to xorg-1.80. > Afterwards I etc-updated and recompiled the output of > qlist -I -C x11-drivers and did a modprobe -r. > I rebooted. X11 starts with no problem but the keyboard > and

Re: [gentoo-user] xorg-server/nvidia/x86-driver updated: No kbd, no mouse

2010-04-25 Thread meino . cramer
..and you are guilty for not reading my initial posting carefully... :) ;) I wrote: > Afterwards I etc-updated and recompiled the output of > qlist -I -C x11-drivers and did a modprobe -r. qlist -I -C does output any driver which needs to be rebuilt, which I did. Result: No mouse no keyboard.

Re: [gentoo-user] xorg-server/nvidia/x86-driver updated: No kbd, no mouse

2010-04-25 Thread Davide Carnovale
Hi, something like that happened to me too, i am guilty of not having followed the guide, but i solved the problem booting from a live cd, chrooting into my gentoo and rebuilding xf86-input-* packages HTH Davide 2010/4/25 > Justin [10-04-25 14:37]: > > On 25/04/10 14:25, meino.cra...@gmx.de wro

Re: [gentoo-user] xorg-server/nvidia/x86-driver updated: No kbd, no mouse

2010-04-25 Thread meino . cramer
Justin [10-04-25 14:37]: > On 25/04/10 14:25, meino.cra...@gmx.de wrote: > > > > Hi, > > > > I updated to the newest nvidia-drivers-195.36.24 and to xorg-1.80. > > Afterwards I etc-updated and recompiled the output of > > qlist -I -C x11-drivers and did a modprobe -r. > > I rebooted. X11 starts

Re: [gentoo-user] xorg-server/nvidia/x86-driver updated: No kbd, no mouse

2010-04-25 Thread Justin
On 25/04/10 14:25, meino.cra...@gmx.de wrote: > > Hi, > > I updated to the newest nvidia-drivers-195.36.24 and to xorg-1.80. > Afterwards I etc-updated and recompiled the output of > qlist -I -C x11-drivers and did a modprobe -r. > I rebooted. X11 starts with no problem but the keyboard > and th

[gentoo-user] xorg-server/nvidia/x86-driver updated: No kbd, no mouse

2010-04-25 Thread meino . cramer
Hi, I updated to the newest nvidia-drivers-195.36.24 and to xorg-1.80. Afterwards I etc-updated and recompiled the output of qlist -I -C x11-drivers and did a modprobe -r. I rebooted. X11 starts with no problem but the keyboard and the mouse were not responding. The xorg logfiles says that ther

Re: [gentoo-user] xorg-server upgrade

2010-04-21 Thread Alan McKinnon
On Wednesday 21 April 2010 12:03:18 Dale wrote: > Alan McKinnon wrote: > > On Wednesday 21 April 2010 02:05:54 Peter Humphrey wrote: > >> On Wednesday 21 April 2010 00:33:19 Mark Knecht wrote: > >>> Check out module-rebuild. You put a list of packages in it > >> > >> How and where does one do that

Re: [gentoo-user] xorg-server upgrade

2010-04-21 Thread Dale
Alan McKinnon wrote: On Wednesday 21 April 2010 02:05:54 Peter Humphrey wrote: On Wednesday 21 April 2010 00:33:19 Mark Knecht wrote: Check out module-rebuild. You put a list of packages in it How and where does one do that? by running "module-rebuild populate" That

Re: [gentoo-user] xorg-server upgrade

2010-04-21 Thread Alan McKinnon
On Wednesday 21 April 2010 02:05:54 Peter Humphrey wrote: > On Wednesday 21 April 2010 00:33:19 Mark Knecht wrote: > > Check out module-rebuild. You put a list of packages in it > > How and where does one do that? by running "module-rebuild populate" That syntax might not be correct. The man pa

Re: [gentoo-user] xorg-server upgrade

2010-04-20 Thread dan blum
: > From: Peter Humphrey > Subject: Re: [gentoo-user] xorg-server upgrade > To: gentoo-user@lists.gentoo.org > Date: Tuesday, April 20, 2010, 7:05 PM > On Wednesday 21 April 2010 00:33:19 > Mark Knecht wrote: > > > Check out module-rebuild. You put a list of packages

Re: [gentoo-user] xorg-server upgrade

2010-04-20 Thread Peter Humphrey
On Wednesday 21 April 2010 00:33:19 Mark Knecht wrote: > Check out module-rebuild. You put a list of packages in it How and where does one do that? -- Rgds Peter.

Re: [gentoo-user] xorg-server upgrade

2010-04-20 Thread Mark Knecht
On Tue, Apr 20, 2010 at 4:05 PM, john wrote: > Hello, >        After updating my machine which included upgrading >        xorg-server-1.7.6. I was left with a none working mouse and >        keyboard. After an hour or so of checking I decided to >        re-emerge xorg-server again to discover a

[gentoo-user] xorg-server upgrade

2010-04-20 Thread john
Hello, After updating my machine which included upgrading xorg-server-1.7.6. I was left with a none working mouse and keyboard. After an hour or so of checking I decided to re-emerge xorg-server again to discover a message to rebuild x11-drivers. I rebuilt x1

Re: [gentoo-user] xorg-server 1.7.

2010-04-19 Thread dan blum
be wrong. Why aren't the xorg and kde packages communicating? Dan --- On Mon, 4/19/10, Philip Webb wrote: > From: Philip Webb > Subject: Re: [gentoo-user] xorg-server 1.7. > To: gentoo-user@lists.gentoo.org > Date: Monday, April 19, 2010, 5:20 AM > 100418 dan blum wrote: >

Re: [gentoo-user] xorg-server 1.7.

2010-04-19 Thread Philip Webb
100418 dan blum wrote: > When I try re-emerging the xorg server I got error messages below: > [ebuild U ] x11-proto/fixesproto-4.1.1 [4.0] > [ebuild U ] x11-proto/xf86dgaproto-2.1 [2.0.3] > [ebuild U ] x11-proto/xineramaproto-1.2 [1.1.2] > [ebuild U ] x11-proto/xf86vidmodeproto-2.3

  1   2   3   >