Gentoo Archives: gentoo-user

From: Grant Edwards <grant.b.edwards@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Can't paste from selection in gtk-3 apps
Date: Fri, 18 Sep 2015 13:25:36
Message-Id: mth395$bsv$1@ger.gmane.org
In Reply to: Re: [gentoo-user] Re: Can't paste from selection in gtk-3 apps by "J. Roeleveld"
1 On 2015-09-18, J. Roeleveld <joost@××××××××.org> wrote:
2 > On Thu, September 17, 2015 16:33, Grant Edwards wrote:
3 >> On 2015-09-17, Grant Edwards <grant.b.edwards@×××××.com> wrote:
4 >>> On 2015-09-17, J. Roeleveld <joost@××××××××.org> wrote:
5 >>>
6 >>>>>> I use 2 screens extensively and never experienced any issues like you
7 >>>>>> describe.
8 >>>>>
9 >>>>> And you can select/paste from one screen to another where the source
10 >>>>> is a gtk-3 app?
11 >>>>
12 >>>> Not sure, need to test with a gtk-3 app.
13 >>>>
14 >>>> I run KDE myself.
15 >>>
16 >>>>> I should clarify that I mean "screen" in the strict X11 usage. Using
17 >>>>> Xinerama or the like to spread a single desktop across multiple
18 >>>>> monitors is still a single screen setup. I'm trying to select text
19 >>>>> on DISPLAY=:0.0 and paste it on DISPLAY=:0.1
20 >>>>
21 >>>> Not using my desktop atm.
22 >>>> What does Xorg do by default when it detects multiple screens?
23 >>>
24 >>> Not sure -- I'll have to give it a try. IIRC, it just uses the first
25 >>> one.
26 >>
27 >> At least on my machine, if I start up X11 without a configuration
28 >> file it only uses one of my three monitors. That behavior may depend
29 >> on which boards are installed and which board/driver is found first.
30 >
31 > On my desktop:
32 >
33 > $ cat /etc/X11/xorg.conf
34 > Section "Device"
35 > Identifier "Card0"
36 > Driver "nvidia"
37 > BusID "PCI:2:0:0"
38 > EndSection
39 >
40 > (Without this, X doesn't start, complaining it can't find VESA)
41 >
42 > echo $DISPLAY returns the same on both desktops.
43
44 That is a single X11 screen spread across two physical monitors. It
45 will not exhibit the gtk-3 selection bug.
46
47 Are you sure you have two desktops and it's not just a single desktop
48 that is spread across two monitors? Can you drag a window from one
49 monitor to the other? If you can, then it's a single desktop.
50
51 > Please note: This desktop was installed years ago and simply kept
52 > up-to-date for the most part. But it does have the "xinerama"
53 > USE-flag set globally.
54 >
55 > I remember reading something about it, but not sure if this is the
56 > "new" or "old" way of doing it. I need to check how my laptop handles
57 > it later today/this weekend.
58
59 --
60 Grant Edwards grant.b.edwards Yow! MERYL STREEP is my
61 at obstetrician!
62 gmail.com

Replies

Subject Author
Re: [gentoo-user] Re: Can't paste from selection in gtk-3 apps "J. Roeleveld" <joost@××××××××.org>