Skip to content
  • About Us
  • Contact Us
  • Privacy Policy
  • Terms and Conditions

Programming Tutorial

Start Learning to Code

  • About Us
  • Contact Us
  • Privacy Policy
  • Terms and Conditions

Breaking News

Nextjs: running code after complete fetch

why does 400 status code result always entercatch block execution with axios?

Saving the state of the button onClick

TypeScript: Specify that value must be in Array using spread operator

Show separate number with comma in django tempalte

Why does my website keep showing old index.html, style.css, app.js…?

Using Python Flask to change the colour of an icon when it detects a words like scam, pending and verified

x clear icon appears only when the input has value – react

Login button redirects to two pages. For first time loginers, it redirects to agreement page, and for rest, it redirects straight to home?

WebComponent setter not triggered if defer is used

Tag: x11

Linux

Avalonia Application Crashes on Keyboard Press in Linux Yocto

admin November 25, 2020

When using a Avalonia application in Linux Yocto, if you press any key on the keyboard at any moment when the window has focus, the application will instantly crash and give a segmentation fault error….

avaloniauiccross-platformlinuxx11
Linux

How does a program communicate with the X11 Server on Linux?

admin December 10, 2019

So I made quite a lot of research about this and couldn’t find the answer. Does it use a named pipe ? a socket on localhost ? d-bus ? Can I intercept and see the binary messages sent by an X client …

dbusgnomelinuxx11
Linux

How to increase font size in xdiskusage?

admin August 2, 2018

I have a 4k monitor so (not surprisingly) the text diskusage in xdiskusage is far too small. Unfortunately, there is no single way to reset dpi in linux, and it is sometimes necessary to make …

linuxx11
Linux

GPU and linux in Master/Slave AMD+NVidia [closed]

admin January 15, 2018

I used to have one Radeon HD7850 card connected to my desktop. When I purchased a new one I came across a Nvidia Quadro 4000. That’s a great card for the time being so I decided to take advantage of …

amdlinuxnvidiaopenglx11
Linux

What is the opposite of “xset”? Is there an “xget” command? [closed]

admin September 18, 2017

My mouse sensitivity sometimes changes on its own, and I would like to see what the acceleration/sensitivity values are at any point. Sometimes I forget my keyboard repeat rate settings and have to …

bashlinuxshellx11
Linux

X11 – Setting Cursor Position Not Working

admin March 23, 2017

I’m trying to set my X11 cursor position. I tried calling XWarpPointer with the window set to None, root (DefaultRootWindow(display)), to the previously created window (XCreateWindow). The function IS …

cursorlinuxmousewindowingx11
Linux

Is it possible to change the default paste register in Linux?

admin August 26, 2016

I am trying to make it so that all normal yank and put commands will use the register + in addition to, or instead of the unnamed register. I have already looked at this question but the solution …

linuxvimx11
Linux

Missing XGetPixel() in X11/Xlib.h?

admin July 24, 2016

I am writing a program that uses the XGetPixel() method. However, upon using it I get an error saying “Error: XGetPixel was not declared in this scope” My code is the following: #include

clinuxubuntux11xorg
Linux

Trying to port a game to Linux, calling XInitThreads gets me a syntax error

admin July 21, 2016

Here’s how the offending line looks like in the code: #ifdef SFML_SYSTEM_LINUX XInitThreads(); #endif I’ve invoked the requisite libraries at the beginning of the code as follows: #ifdef …

clinuxx11
Linux

Prevent users from sending windows(xterm, gvim, ..) to my VNC display

admin May 17, 2016

VNC allows any user to send their windows like xterm, gvim, .. to any other user’s VNC, using -display option of command or by setting my VNC display in DISPLAY variable. Some users exploiting this …

linuxvncvnc-servervnc-viewerx11

Posts navigation

1 2 3 Next
Privacy Policy