Double buffering problems (xdbe) using glMakeCurrent

2013-05-20 Thread John
ny reference to this on the web. Any ideas? Thanks John ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.x.org/mailman/listinfo/xorg Your subscription address: arch...@mail-archive.com

Xft - problem with XftFontOpenName and XftFontOpen functions.

2012-02-13 Thread John Found
I am trying to use Xft but stuck with following problem - when I open font with XftFontOpenName and XftFontOpen functions, I can't switch antialias and hinting properties. For example, opening font with name: "FreeMono:pixelsize=16:weight=bold:antialias=false:rgba=0:slant=italic", creates a fon

Re: Xft - problem with XftFontOpenName and XftFontOpen functions.

2012-02-19 Thread John Found
Hm, nobody knows or nobody cares? Or it is a great secret, for the internal circle only? :D -- Original Message -- To: (xorg@lists.x.org) From: John Found (johnfo...@evrocom.net) Subject: Xft - problem with XftFontOpenName and XftFontOpen functions. Date: 13.02.2012 21:14:44 &g

Issue with mouse when starting X

2012-06-18 Thread John Ettedgui
got no mouse so I unplugged / replugged the receiver but nothing so then I switched they keyboard and mouse receivers and then it worked. Everything was working fine before shutting down the computer though. Thank you, John ___ xorg@lists.x.org: X.Org

XF86WLAN and rfkill

2013-04-02 Thread John Talbut
trigger toggling of rfkill, is that so? What do I need to do to make it work? John ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.x.org/mailman/listinfo/xorg Your subscription address: arch

Re: Xorg - linx mint cinnamon using a lot of memory

2014-06-13 Thread John Tone
tag, den 12.06.2014, 23:38 -0400 schrieb John Tone: > > hope im not killing anyone with this question > > > > > > i have linux mint 16 installed x86_64. > > ATI card on a thinkpad edge laptop. > > the longer im on it the more memory xorg chews.. > > it starts

How to auto disable screensaver/blank while watching video?

2014-11-15 Thread john k
Hello. Is there any way for an xwindow witch is processing video (assume we know the WindowID) through X server Video to inform xdg utils (xdg-screensaver)via XvVideoNotify so that commands: xdg-screensaver suspend WindowID and xdg-screensaver resume WindowID will run automatically? __

How to auto disable screensaver/blank while watching video?

2014-12-02 Thread john k
? --  Sincerely, John K electroval...@yandex.com ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.x.org/mailman/listinfo/xorg Your subscription address: %(user_address)s

Dumping root background (possible enhancement to xwd)

2015-07-15 Thread John Lane
e if it's worth submitting a patch. Thank you for your time. John Lane signature.asc Description: OpenPGP digital signature ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.x.org/mailman/listinfo/xorg Your subscription address: %(user_address)s

Dumping root background with xwd

2015-08-24 Thread John Lane
Hello. I posted a question on the xorg list asking how to dump the current root background but I never received a reply. Being unaware of any existing method to achieve this, I patched "xwd" to do it. My patch allows one to do this: $ xwd -root -bg | convert - bg.png Here is an example backg

Problem with oversized twm titlebutton height

2015-11-10 Thread John DelSignore
appening? I noticed that if I use the TitleFont that is in the default system twmrc startup file ("-adobe-helvetica-bold-r--*-120-*-*-*-*-*-*"), the titlebuttons are drawn at about the same height as the font. Any ideas on how to get twm to make the titlebuttons the same height as

Re: Problem with oversized twm titlebutton height

2015-11-11 Thread John DelSignore
LC_ALL, "");     if (!loc || !strcmp(loc, "C") || !strcmp(loc, "POSIX") ||     !XSupportsLocale()) {     use_fontset = False;     } else {     use_fontset = True;     } Cheers, John D. Frank Steiner wrote: John DelSignore wrote Hi, I'm us

no effect with custom DisplayManager*cpp

2016-01-28 Thread john smith
After playing around with custom toolchain and renaming /usr/bin/cpp to /usr/bin/cpp.bak I noticed that xdm looks different. I tried to set a path to an old cpp in /etc/X11/xdm/xdm-config like this but it doesn't work: DisplayManager*cpp: /usr/bin/cpp.bakkk By `doesn't work' I mean that xdm stil

Re: no effect with custom DisplayManager*cpp

2016-01-28 Thread john smith
On Thu, Jan 28, 2016 at 2:49 PM, john smith wrote: > After playing around with custom toolchain and renaming /usr/bin/cpp > to /usr/bin/cpp.bak I noticed that xdm looks different. I tried to > set a path to an old cpp in /etc/X11/xdm/xdm-config like this but it > doesn't work: &

GLX

2016-05-27 Thread John Allison
Hi I need GLX in my work - radiation modelling in particle physics, nuclear physics, medicine (radiation therapy) and spacecraft design. Radiation modelling takes lots of remote CPU and we display results locally via X11 with GLX using relatively low bandwidth. Using Quartz on Mac. John

xrandr: cannot find output 0x95

2016-09-27 Thread John Lewis
I get the following error when I try to configure dual monitors with Arandr. XRandR failed: XRandR returned error code 1: xrandr: cannot find output 0x95 Here is the script arandr wrote and executed. john@thunderguard:~/.screenlayout$ cat twoscreens.sh #!/bin/sh xrandr --output DisplayPort-3

Re: xrandr: cannot find output 0x95

2016-09-28 Thread John Lewis
john@thunderguard:~/.screenlayout$ cat twoscreens.sh #!/bin/sh xrandr --output HDMI-3 --mode 1920x1080 --pos 1920x0 --rotate normal --output DVI-0 --mode 1920x1080 --pos 0x0 --rotate normal john@thunderguard:~/.screenlayout$ ./twoscreens.sh xrandr: cannot find output 0x95 That didn't se

Re: xrandr: cannot find output 0x95

2016-09-29 Thread John Lewis
When I run xrandr --output 0x95 --off DVI-0 turns off. john@thunderguard:~/.screenlayout$ xrandr --output 0x95 --off john@thunderguard:~/.screenlayout$ xrandr --current Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384 DisplayPort-3 disconnected HDMI-3 connected 1920x1080+0

Re: xrandr: cannot find output 0x95

2016-09-30 Thread John Lewis
On 09/30/2016 02:53 PM, Thomas Lübking wrote: > On Fri, Sep 30, 2016 at 07:29:47AM -0400, John Lewis wrote: >> I don't understand what you mean, I will try this. >> >> john@thunderguard:~/.screenlayout$ cat twoscreens1.sh >> #!/bin/sh >> xrandr --output DVI-0

Re: xrandr: cannot find output 0x95

2016-09-30 Thread John Lewis
On 09/30/2016 07:20 PM, John Lewis wrote: > On 09/30/2016 02:53 PM, Thomas Lübking wrote: >> On Fri, Sep 30, 2016 at 07:29:47AM -0400, John Lewis wrote: >>> I don't understand what you mean, I will try this. >>> >>> john@thunderguard:~/.screenlayout$ ca

Re: xrandr: cannot find output 0x95

2016-09-30 Thread John Lewis
On 10/01/2016 02:14 AM, Thomas Lübking wrote: > On Fri, Sep 30, 2016 at 07:20:37PM -0400, John Lewis wrote: > >> john@thunderguard:~$ xrandr --output DVI-0 --mode 1920x1080 --pos 1936x0 >> --rotate normal >> xrandr: cannot find mode 1920x1080 > > Ok, like before. &g

Re: xrandr: cannot find output 0x95

2016-09-30 Thread John Lewis
On 10/01/2016 02:45 AM, Thomas Lübking wrote: > On Sat, Oct 01, 2016 at 02:21:29AM -0400, John Lewis wrote: > >>> And does this provide it or do you get (other?) errors? >>> xrandr --output HDMI-3 --auto --rotate normal --output DVI-0 --auto >>> --rotate normal

Re: xrandr: cannot find output 0x95

2016-10-01 Thread John Lewis
On 10/01/2016 06:08 AM, Thomas Lübking wrote: > On Sat, Oct 01, 2016 at 02:58:30AM -0400, John Lewis wrote: > >> I think that is what you asked for. > No. I asked for "leave explicit geometry alone and tell it to > auto-configure the screens and put one right to the oth

Re: xrandr: cannot find output 0x95

2016-10-04 Thread John Lewis
On 10/01/2016 08:35 AM, John Lewis wrote: > On 10/01/2016 06:08 AM, Thomas Lübking wrote: >> On Sat, Oct 01, 2016 at 02:58:30AM -0400, John Lewis wrote: >> >>> I think that is what you asked for. >> No. I asked for "leave explicit geometry alone and tell it to &g

Re: xrandr: cannot find output 0x95

2016-10-04 Thread John Lewis
On 10/04/2016 07:27 AM, John Lewis wrote: > On 10/01/2016 08:35 AM, John Lewis wrote: >> On 10/01/2016 06:08 AM, Thomas Lübking wrote: >>> On Sat, Oct 01, 2016 at 02:58:30AM -0400, John Lewis wrote: >>> >>>> I think that is what you asked for. >>> No

Re: xrandr: cannot find output 0x95

2016-10-04 Thread John Lewis
I probably should file it with Debian. On 10/04/2016 10:12 AM, Thomas Lübking wrote: > On Tue, Oct 04, 2016 at 08:40:19AM -0400, John Lewis wrote: > >> It was the R7 360 that was causing the issue. Dual screens work just >> fine with Intel HD Graphics 4000. > Fits http

Re: xrandr: cannot find output 0x95

2016-10-05 Thread John Lewis
On 10/05/2016 03:08 AM, Michel Dänzer wrote: > On 04/10/16 09:40 PM, John Lewis wrote: >> It was the R7 360 that was causing the issue. Dual screens work just >> fine with Intel HD Graphics 4000. > Please attach the Xorg log file corresponding to the problem with the > Rade

Re: xrandr: cannot find output 0x95

2016-10-06 Thread John Lewis
On 10/05/2016 10:02 AM, Alex Deucher wrote: > On Wed, Oct 5, 2016 at 7:54 AM, John Lewis wrote: >> On 10/05/2016 03:08 AM, Michel Dänzer wrote: >>> On 04/10/16 09:40 PM, John Lewis wrote: >>>> It was the R7 360 that was causing the issue. Dual screens work just &g

XShmAttachFd support?

2017-01-11 Thread John Cox
Hi I'd like to use posix shared memory with the XShm extensions (rather than SysV). There appears to be support in the server and xproto for this (X_ShmAttachFd) but no support in libXext. Am I missing something and/or is there any way I can make use of this feature? Many thanks Joh

Re: XShmAttachFd support?

2017-01-16 Thread John Cox
Hi >> Hi >> >> I'd like to use posix shared memory with the XShm extensions (rather >> than SysV). There appears to be support in the server and xproto for >> this (X_ShmAttachFd) but no support in libXext. Am I missing something >> and/or is there any way I can make use of this feature? > >We'v

Black screen, UI lock up, when starting Xserver,

2018-09-14 Thread John Talbut
raphic controller is a VGA compatible controller: Intel Corporation Atom Processor D2xxx/N2xxx Integrated Graphics Controller (rev 09) Questions, for a start: 1. What is supposed to provide the mapping for PCI device 0x8086 / 0x0be1? 2. Is this error likely to be causin

Re: Black screen, UI lock up, when starting Xserver,

2018-09-14 Thread John Talbut
ad file descriptor There do not seem to be any other errors. It is a bit difficult to send whole log files as I do not have an email client on the machine without the desktop. If there is anything in particular to check or further tests, let me know. John On 14/09/18 18:09, Adam Jackson wrote

Re: Black screen, UI lock up, when starting Xserver,

2018-09-14 Thread John Talbut
On 14/09/18 19:54, Adam Jackson wrote: > On Fri, 2018-09-14 at 18:46 +0100, John Talbut wrote: >> Thanks Adam >> >> If I boot to runlevel 3, log into tty1 as root and run 'X -retro' the UI >> locks up. > > When this happens, does VT switch still wo

Re: Black screen, UI lock up, when starting Xserver,

2018-09-18 Thread John Talbut
sign of X running. There are no message in journalctl during the attempt to start X. ps -C Xorg shows nothing. Xorg.0.log attached. What should I try next? John On 14/09/18 19:54, Adam Jackson wrote: > On Fri, 2018-09-14 at 18:46 +0100, John Talbut wrote: >> Thanks Adam >> >&g

Re: Black screen, UI lock up, when starting Xserver,

2018-09-20 Thread John Talbut
990 3.9 1.9 512356 40452 tty2 Ssl+ 09:49 0:00 /usr/lib/xorg/Xorg -retro Which does suggest that Xorg is running in tty2. John On 19/09/18 22:52, Adam Jackson wrote: > On Wed, 2018-09-19 at 06:53 +0100, John Talbut wrote: >> OK Adam, thanks for the suggestion about ssh, which I h

Re: building X from source: freetype install issues

2020-08-30 Thread John Yoder
Hey Mike,It's been quite a while, years actually, since I built X from source but I'll help as much as I can. From the error, your right, you need freetype fonts. Unfortunately I don't have any quick fixes for you error. Sorry. John On Sun, Aug 30, 2020 at 10:44 AM mi

Problem with Xtigervnc: ctwm window manager loses keyboard/mouse bindings

2022-02-08 Thread John DelSignore
t these bits are set in the input event mask explain the problem? Any ideas on what the problem is or how to fix it? Thanks, John D. This e-mail may contain information that is privileged or confidential. If you are not the intended recipient, please delete the e-mail and any attachments and notify us immediately.

The keyboard interfaces and protocols in X

2022-02-13 Thread John Found
keyboard events in X protocol in order to obtain the Unicode codes of the pressed keys? In raw protocol therms. And supporting multiple languages, of course. I understand that some processing on the client side is required, but I am missing the whole picture of the process. Best Regards. John Found

Re: The keyboard interfaces and protocols in X

2022-02-15 Thread John Found
ces. How to make to get only one event per map change? These two for now. Cheers! John Found On Tue, 15 Feb 2022 10:35:58 +1000 Peter Hutterer wrote: > On Sun, Feb 13, 2022 at 07:01:04PM +0200, John Found wrote: > > Hi. > > > > I am trying to create a X client that

Re: The keyboard interfaces and protocols in X

2022-02-15 Thread John Found
On Tue, 15 Feb 2022 14:29:05 + Dave Howorth wrote: > On Tue, 15 Feb 2022 15:21:07 +0200 > John Found wrote: > > > What is the meaning of the fields in the following structure, in the > > XkbGetMap reply: > > > > KB_KEYSYMMAP 8+4n > > 4 LIS

Re: The keyboard interfaces and protocols in X

2022-02-16 Thread John Found
the main document if one have to implement the protocol in code. On Wed, 16 Feb 2022 09:59:55 +1000 Peter Hutterer wrote: > On Tue, Feb 15, 2022 at 05:42:39PM +0200, John Found wrote: > > On Tue, 15 Feb 2022 14:29:05 + > > Dave Howorth wrote: > > > >

map of X11R7 src files

2012-02-21 Thread John R. Towler
h a build can be undertaken or how to I need to arganize the file dir structure to accomplish this? John R. Towler jtow...@soncom.com ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: h

Hi

2014-01-08 Thread John Paul Hillier
t uses Compiz as a plugin for it to run UNITy. Thanks. Hope someone can help!! Regards, John ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.x.org/mailman

Server and monitor disagree about mode

2015-05-25 Thread John F Carr
Xorg on FreeBSD thinks it is setting 2560x1440, but my NEC PA272W monitor reports 1280x1440@60 and uses only half the screen width. The compressed display is unusuable. Any ideas? The monitor works with a mid-2011 Mac Mini at 2560x1440@30. It used to work with xorg until FreeBSD updated X ser

Will an Intel UHD 630 controller support 2 3840x2160 monitors

2020-05-18 Thread John W. Himpel
lution via HDMI? Thanks. John ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: https://lists.x.org/mailman/listinfo/xorg Your subscription address: %(user_address)s

xf86-video-dummy compared to xf86-video-dummy-with-vt?

2020-07-06 Thread John T Davis
SSH connections and make something like tmux much less immediately necessary, and googling to figure out if it was possible is what led me to the dummy-with-vt driver to begin with. Thank you for your help. -- -- -- John T Davis johntda

Re: xf86-video-dummy compared to xf86-video-dummy-with-vt?

2020-07-07 Thread John T Davis
. Sincerely, John T Davis -- -- -- John T Davis Barta, Jones & Foley, P.C. Patent Attorney and Counselor at Law State Bar of Texas License No.: 24079797 || USPTO Registration No.: 72