The X window system (commonly X Window System or X11, based on its current major version being 11) is a computer software system and network protocol that provides a basis for graphical user interfaces (GUI) for networked computers.
1
vote
1answer
392 views
Can't start X window because reporting can't find a valid framebuffer device
Can't start X window because reporting can't find a valid framebuffer device.
Here is the error output below:
"X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, ...
1
vote
2answers
233 views
Change default title bar icon
How do I set the default title bar icon for X11 applications? The xterm on my machine is displaying an icon with a red x instead of the normal application-default icon. Changing themes in gnome ...
2
votes
2answers
571 views
X11 forwarding through SSH
I have been playing around with X11 forwarding the past few hours and so far I've managed to forward my desktop pc's X Server to my laptop, using X11VNC as server and X2VNC as client. X2VNC uses ...
2
votes
2answers
181 views
Swap alt and windows key except when using an external keyboard
On my laptop the Alt and Windows keys are in the opposite positions that I'd prefer them in. Swapping them is fairly easy. However, my external (USB) keyboard has the Alt and Windows keys in the order ...
5
votes
2answers
241 views
how to deal with keyboard-greedy apps
I'm having a very specific problem, however any help will aid in understanding X's relationship to the keyboard.
I'd like to be able to launch the ElectricSheep program on top of music playing from ...
4
votes
1answer
282 views
Disabling or changing console switching keys
For some reasons on my Ubuntu 11.04 Natty running Linux 2.6.38-13, with an Italian layout for the keyboard, the keystrokes
AltFx switch between virtual consoles (instead of the normal CtrlAltFx ...
3
votes
1answer
129 views
What happened to the GLP OpenGL extension?
I need to do headless hardware accelerated server rendering using OpenGL and found out that this is possible with pbuffers and frame buffer objects (FBO). But today these approaches still need a ...
12
votes
5answers
420 views
How to make X less sensitive when right clicking?
Whenever I right click in X, I almost always seem to trigger the first option in the menu unless I am thinking about what I am doing because I:
Mouse down; menu appears
Accidentally drag mouse 1-3 ...
8
votes
2answers
879 views
Single set of keyboard shortcuts for copy/paste/cut across all X11 applications
A common quibble that I have when I'm running X11 on a Linux system is that there doesn't seem to be any X11-wide keyboard shortcuts for copying and pasting. Ctrlc and Ctrlv work fine across most ...
0
votes
1answer
840 views
firefox launch failed: X11 connection rejected because of wrong authentication
I logged into a Linux server (RHEL) from an linux desktop. There is not any error message at login, but I failed to launch firefox and see the following error emessage:
[myname@myserver ~]$ firefox ...
2
votes
3answers
1k views
Display X applications on an Android system
Host system: Android 3.2.1 Honeycomb
Chroot system: Debian Testing lxde
Hardware: Asus eee pad transformer tablet nvidia arm architecture
Note 1: The Debian system boots on this hardware, thus it ...
8
votes
1answer
312 views
Which virtual terminal is a given X process running on?
When X starts, it searches for the lowest unused VT, and attaches to it. My problem is that when there are several running X processes, I need to be able to identify which one is the currently active ...
2
votes
1answer
2k views
Xvfb or Firefox throwing errors & gratuitously logging
per the answer to this question, I'm running Xvfb to make a virtual display so firefox will run on my CentOS server. (I don't need to see firefox or do any actual key or screen input/output with ...
3
votes
2answers
629 views
Is there a way to remap the AltGr key to Ctrl with setxkbmap?
I've already checked the option section in /usr/share/X11/xkb/rules/base.lst but I didn't find an entry for AltGr...
7
votes
1answer
172 views
How set environment variable based on whether a GUI is available?
How can I set up my .bashrc such that the value of an environment variable changes based on whether or not the current session has access to the gui / windowing system?
For example, let's say I have ...
1
vote
2answers
392 views
using SSH to connect to remote CentOS 5.6 server where Firefox running on server is very slow [duplicate]
Possible Duplicate:
How to speed up X over SSH on a slow network connection?
I've installed firefox on CentOS 5.6 and I'm using X11 SSH to remotely login to view the browser.
Firefox ...
1
vote
1answer
618 views
Confusion about low frame rate with Nvidia GeForge, but hardware rendering seems to work?
All over the years I have always wondered why my Compiz animations on Gnome 2 are not as smooth as on my old Laptop running with Intel GMA 965. Maybe this is related to low frame rates. When I run ...
1
vote
1answer
1k views
Mint 12: synaptic package manager error
Yesterday I had the same issue, I solved it by running
sudo synaptic
But today I don't know what's happening, if I run gksu synaptic or gksudo synaptic they don't do anything.
If I go to root and ...
2
votes
2answers
241 views
Is there a WinSpy++ like tool for Linux/X/GTK/QT?
When I was using Windows I have some times made a good use of WinSpy++ which allowed to point to a window or a control (a widget, a window element) to see details about it (including the values of the ...
2
votes
1answer
1k views
Error in R: Unable to open connection to X11
I just set up a fedora distribution on my computer and am slowly trying to learn how to work from the command line. I was testing R which went fine, except for some reason when I tried again I ...
4
votes
2answers
1k views
How can I run Yast with X and ssh?
I have an openSUSE machine which I log on to with ssh -X. I don't want to log in as root but I do want to run graphical Yast. Inside the ssh session sudo starts the console version of Yast. However, ...
4
votes
1answer
419 views
SSH not terminated after exit when there is X Forward program
After running X programs over SSH, SSH doesn't terminate after shell exit (have to use e.g. CtrlC to kill it).
My guess is although the X program already exit, there is still some "connection" left ...
4
votes
1answer
355 views
Setting up a 3 monitor display?
I currently have a Radeon HD 5750 graphics card and an M3N78-PRO motherboard. I use both outputs of my graphics card for a 2 screen display. I use xrandr at boot to set up my two screens.
However, I ...
3
votes
1answer
164 views
Configuring Touchpad/Trackball for X
I have just installed my gentoo with X11/Gnome. It works fine with the USB-Mouse, but neither the touchpad nor the trackpoint works.
The docs I found seemed to be outdated and were not mentioning the ...
1
vote
2answers
173 views
Having xwin start by default on system boot
My system boots into a console, from which I can launch my gnome desktop by issuing the command startx. How can X be instructed to start by default upon boot? The commands /etc/init.d/gdm3 start and ...
2
votes
1answer
195 views
Virtual machines on different X servers
Is it a good idea to run virtual machine on a different X server? I can switch between them using Ctrl + Alt + Fx shortcuts. If my default X server hangs/crashes, I can still continue to work with the ...
5
votes
3answers
258 views
firefox process dies after ssh log out on remote machine
I need to run firefox on a remote host via ssh and keep process running even after ssh logout.
I already have tried these ways:
nohup firefox &
screen
disown -h
But it seems these work only ...
4
votes
1answer
165 views
I've just deleted my /usr/share/X11/xkb/symbols directory and restarted, how come I can still type?
I'm running Linux Mint and I'm trying to edit my symbol files but none of the changes stick - I've tried restarting X and restarting the computer. Eventually I got frustrated and tried deleting the ...
1
vote
1answer
234 views
Remap Caps_Lock to Control in Solaris
I'm having the hardest time trying to understand how xmodmap works. I want to remap the Caps Lock key to Control.
In an attempt to emaulate the answers shown here, I created the file .xmodmaprc:
...
5
votes
2answers
3k views
How to find out which X11 driver system is using?
How to find out which X11 driver system is using?
For my chip openchrome is the best driver but I suspect that system is not using it. I just need at least 2D acceleration.
How can I check?
Here is ...
1
vote
3answers
1k views
Change Startx Default on Slackware?
I installed Slackware as a VM within Virtual Box. Host is Windows 7, if it matters. I have successfully installed guest additions and XFCE starts and runs cleanly with or without the guest additions. ...
1
vote
2answers
91 views
Why is my X11 app's save dialogue suddenly defaulting to “Recently Saved” in Places sidebar?
I make a lot of text files using a basic text editor (in the F15 with Xfce DE I use Leaf). Recently the save dialogue is defaulting the "Places" sidebar to "Recently Used" where before it was always ...
0
votes
1answer
312 views
Is there any X windows system, which is HTML, CSS, Javascript? Such as Web Browser?
For dacades X windows system is either BASH, C or etc. But is there any X windows system or any wrapper which can interpret HTML, CSS, Javascript to general Windows system?
I would like to build ...
2
votes
1answer
184 views
Is it possible to control window management in Gnome Shell using D-Bus?
I would like to programmatically be able to communicate with the Window Manager in Gnome 3, using D-Bus.
The tasks I would like to accomplish are:
listening for new windows
get window flags (e.g. ...
1
vote
1answer
428 views
Application receives SIGKILL on system shutdown, why not SIGTERM?
We use our Java application under X that starts from /etc/X11/Xsessions.d/9999ngoma
root@denis-laptop:~# uname -a
Linux denis-laptop 2.6.32-36-generic #79-Ubuntu SMP Tue Nov 8 22:29:26 UTC 2011 i686 ...
4
votes
1answer
211 views
How to start AbiWord with full screen?
2.8.2-2ubuntu1.1
How can I set Abiword to always start with full screen?
3
votes
1answer
377 views
Fixing a broken X initialization
Here are the symptoms:
On reboot of my Fedora 14 system, I get to the Fedora loading screen progress bar. The system seems to progress normally, then the nvidia logo flashes, a wait cursor shows, ...
1
vote
1answer
321 views
X11 Forwarding Problem Netscape
I have the following problem.
A working verbose x11 forward request looks like this:
remote server release: Red Hat Linux release 6.2 (Zoot)
sh-4.1$ ssh -1 -vvv -l username -o "ForwardX11 yes" ...
6
votes
2answers
435 views
How to speed up X over fast connection ? (especially over ssh)
What are recommendations on speeding up X applications over local fast (gigabit) connections? (similar question for slow connections)
Currently I'm running over ssh -Y, which is fine, but I wonder if ...
4
votes
3answers
116 views
Making shortcuts cross desktop environment, possible?
I'm a big fan of keyboards, so a lot of thing a done by combination of keys, like open a file browser, web browser etc.
Is there some daemon that can monitor my key presses, and launch some program ...
2
votes
1answer
2k views
Setting up X server on Centos6 minimal
I'm trying to install Centos6, but as it turned out, DVD I downloaded was just couple Mb too large (CentOS-6.0-i386-bin-DVD.iso) for DVD to carry. So, to save time and don't download DVD again, I ...
3
votes
2answers
434 views
If you SSH into another computer, how to access other X displays?
This is a query based on personal use. A troll in our local network had downloaded Crikey, the key-event simulator. He used it to simulate events on other computers, leading to unwanted things. For ...
4
votes
1answer
536 views
XAUTHORITY environ variable set repeatedly on every login
I am running a Suse Linux 11.04 system. My problem is that when I do a fresh login into a shell as root, a new Xauthority file of the form xauth***** gets created in the /root/ directory. Upon exiting ...
2
votes
2answers
1k views
Open GNOME session remotely through SSH
I have a laptop connected wirelessly to my home network. I'm planning on installing a CentOS server on my network, used for a web server, a file server, and experimentation. I want to access it from ...
3
votes
2answers
1k views
How to access X display from a cron job when using gdm3? [duplicate]
Possible Duplicate:
Open a window on a remote X display (why “Cannot open display”)?
I'm trying to run a cron job that needs access to my X session. I know my X session will ...
4
votes
1answer
386 views
What is the max number of x-clients?
I am developing an x-server implementation, and I want to make it as similar to the current one as possible. I read through the documentation, but I couldn't find anything specific. In particular, ...
4
votes
1answer
318 views
Fetching user input while running in the background
I am writing a script that prompts the user for input and does some processing afterwards. I was using read to get the data, but then I noticed that when the script is ran with a keyboard shortcut (I ...
1
vote
2answers
254 views
How do you configure numpad keys using XKB?
I haven't figured out how you configure XKB to use the numpad yet. I found the following in the "us" file.
partial alphanumeric_keys modifier_keys
xkb_symbols "basic" {
name[Group1]= "USA";
...
0
votes
3answers
3k views
What is a good X application I can use to test the X server on Solaris?
I am using Solaris, and I want to test if the I can use the X server after setting the DISPLAY environment variable.
On Linux, I usually use xeyes, xclock or xterm. But none of these seem to ...
4
votes
1answer
96 views
How to write any Unicode Key without Pre-programmed key for it in kbd?
I am trying to find some Unix tool to input any Unicode key. I am fine with X application or console but I use Vi/m and it may have this property. For example, suppose I want to input key "U+0303" or ...