Questions tagged [x11]

X11 is Version 11 of the X Window System, commonly used on Linux, BSD, and Unix systems to provide the lower level graphics, input, and window management API's that higher level desktops such as GNOME and KDE build upon.

X11 is Version 11 of the X Window System, commonly used on , , and systems to provide the lower level graphics, input, and window management API's that higher level desktops such as GNOME and KDE build upon.

The primary open source implementation is now published by the X.Org Foundation on the www.x.org web site. Version 11 was first released in 1987, and while many subsequent releases have occurred since, they have maintained backwards compatibility with the Version 11 protocols and APIs.

More information:

174 questions
0
votes
1 answer

error while loading shared libraries: libXau.so.6

after restarting my machine, when I try connect with ssh I get this message : /usr/X11R6/bin/xauth: error while loading shared libraries: libXau.so.6: cannot open shared object file: No such file or directory any suggestion ?
JuanPablo
  • 913
  • 3
  • 10
  • 21
0
votes
2 answers

How do I create additional X sessions to choose from on the login screen?

I'm attempting to give users a choice of customized UIs when they login. One will be a standard Gnome session. The other would be a custom UI. I'm not sure if its possible to base the custom UI off of Gnome at the same time or if it would be easier…
0
votes
3 answers

Using X11 over SSH from a Mac

So here's my situation: I work for my school as a tech. One of our servers has a firewall problem and isn't accepting connections from outside the network. I tried to SSH into one of the servers that IS working, and then SSH into the problem server…
Jake Petroules
  • 251
  • 3
  • 11
0
votes
1 answer

over ssh, After some minutes Gtk-WARNING

I connect to a server over ssh with ssh -CX server ok, And I launch remote graphical apps, ok. But after some minutes I get Gtk-WARNING **: cannot open display And I have to reset the ssh connection. Added some outputs $ echo $DISPLAY; echo…
JuanPablo
  • 913
  • 3
  • 10
  • 21
0
votes
7 answers

What hardware thin clients are available for connecting to Linux with XDMCP (or similar)?

I'm chasing a thin client that can connect to an Ubuntu machine and utilize a modern widescreen LCD. I have used Sun Microsystems SunRay 150 thin clients for several years however the SunRay Server Software is always annoying to configure and…
mlambie
  • 1,221
  • 2
  • 16
  • 22
0
votes
1 answer

wiredx alternatives

http://wiredx.net/download.php I'd like to give access to some software to users via the X11 protocol. A browser plugin seems the simplest. Are there any alternatives to the above?
d-_-b
  • 1,124
  • 3
  • 11
  • 23
0
votes
1 answer

X11 libraries

I'm running fedora core 9 (64 bit). I need to link to the X11 libraries but they don't seem to be in /usr/lib64/X11 where I'd expect to find them. I thought I installed all the x11 devel stuff in yum, but I can't seem to find the libraries. Anyone…
Neal
  • 280
  • 1
  • 2
  • 7
0
votes
1 answer

Forward server process's X11 GUI dynamically to machine of logged in dev

On one of our linux machines we have a server process running. This process mainly uses logs and config files, but a crucial part of the server program uses a specialized GUI, which uses X11. We need a way to relay this GUI from the linux machine to…
Alexander T
  • 287
  • 1
  • 8
0
votes
2 answers

Sun Global Desktop - Tunnelling existing X window session

I'm evaluating Sun Global Desktop as a remote connectivity solution. One thing that is not clear to me is this. When the user connects through SGD he gets a local X session and he runs his application on whatever remote machine he wants to use. For…
Walter1
  • 1
  • 2
0
votes
2 answers

Hardware, network infrastructure for runnng gaming server nd on VirtualGL

Foud nice project VirtualGL (http://www.virtualgl.org/). Tried to run 3D fames (EVE Online, Prototype) on server and display the output on thin client using 100Mbps network. Server: Gentoo Linux on AMD Phoenom II x6 3.4Gz, 8GB RAM, 2x NVIDIA 9800…
archer
  • 207
  • 2
  • 11
0
votes
1 answer

how to copy text from xterm based terminal to some other gui application on linux

i use uxrvt ( for those who dont know, its terminal emulator based on xterm). i know its easy to copy/paste stuff from terminal to itself is a trivial thing. it can be done by mouse left click to select and middle click to paste. but in my case i…
Idlecool
  • 234
  • 3
  • 9
0
votes
1 answer

Remote X-windows between new RHEL5 and old Solaris 8

I have a very small lab network with three boxes: a modern x86-based RHEL3 box, an x86-based RHEL5 box, and a 1998-vintage SPARC Ultra5 with Solaris 8. I can use ssh -X to run a program on the RHEL5 box and view the windows on the RHEL3 box. I…
joshxdr
  • 257
  • 3
  • 15
0
votes
4 answers

latest openbox Yum package standalone install centos

i am trying to install openbox on centos. when i try yum install openbox i get no openbox package available nothing to do how can I install this standalone with the yum command?
user57808
0
votes
1 answer

Recording remote xserver output without x-forwarding

Any ideas for essentially creating a loop-back display on a remote server, so I run a X application, and instead of forwarding that display to a local client, the output is essentially 'screen-grabbed', just without a screen? Explanation: High…
Andrew Bolster
  • 326
  • 2
  • 11
0
votes
1 answer

Does X.org and VNC serers requide a video card?

Can I use VBoxHeadless virtual machine as a X-server for remote users?
Ivan
  • 3,398
  • 19
  • 50
  • 71