Xorg is a full featured X server that was originally designed for UNIX and UNIX-like operating systems running on Intel x86 hardware. It now runs on a wider range of hardware and OS platforms.
0
votes
0answers
21 views
Mapping AltGr to left control
I mapped my AltGr key to Ctrl with the following command:
setxkbmap -option ctrl:ralt_rctrl
However, when displaying the bindings with
xmodmap -pke
I can see that the keycode is associated to
...
3
votes
2answers
37 views
How to check if EDID can be tusted
read-edid gives me the message "The EDID data should not be trusted as the VBE call failed". Thats okay, but I want to find out, that this data is not reliable, another way, because I can't use ...
1
vote
1answer
31 views
Splitting display among computers
If i have 17 system units (computers with monitors) that connected using network, is it possible to display image or video splitted into those computers without having split it manually?
1 2 3 4 ...
2
votes
1answer
22 views
How can I reproduce solarized theme colors with xcalib for reading pdf's
How can I reproduce solarized theme colors with xcalib for reading pdf's? I want to use xcalib such that I can read (black and white) pdf's with evince such that the background is like that one I am ...
1
vote
0answers
17 views
i915 cannot work with nomodeset?
I'm trying to get X to work on a ThinkPad W530. I set the BIOS to only use the integrated graphics, I attempt to boot. The display goes blank when KMS is executed and does not recover.
I append ...
3
votes
0answers
28 views
Enabling 1366x768 resolution in Debian Wheezy on Atom D525 Board
For some reason, when I try to update to a modern version of Linux from Debian 6.0.7 or Ubuntu 10.0.4, I lose most of the resolutions that were available, including the native resolution of the panel ...
1
vote
1answer
21 views
What graphical launcher program can I use?
I have the following setup:
I am running Ubuntu on VirtualBox in a Windows Environment. I am using Xming launcher to start xterm from Ubuntu as a client from where I can launch other graphical ...
2
votes
0answers
27 views
Virtual mouse linux module and problem with Xorg on ubuntu 12.04
I'm trying to run virtual mouse driver from book "Essential Linux Device Drivers"
but when I'm load this module into kernel using insmod in /var/log/Xorg.0.log I see:
[ 757.212] (II) config/udev: ...
1
vote
2answers
61 views
Is xinitrc executed when logging in?
I have a ~/.xinitrc with the following content
xrdb -merge $HOME/.Xdefaults
this xinitrc is basically useless because it's not loaded when the user logs in, I don't think that I'm doing something ...
2
votes
3answers
60 views
How does GDM authenticate to the X Server?
Given that you usually have to authenticate to the X Server by way of a "magic cookie" stored in the .xauthority file in the user's home directory: How does GDM (like most login processes, running as ...
3
votes
3answers
55 views
Launch an application with window decorator hints, x/y coordinates, size, etc
Is there a way to launch an application with a given size, position, and window decorator hints from the command line? I'd like to lock a certain window in a certain place at a size and without a ...
0
votes
1answer
39 views
urxvt not loading xft font from ~/.Xdefaults
Some basic details:
archlinux 3.9.3-1
xmonad 0.11
urxvt 9.18
I can get urxvt to load my desired font manually using:
urxvt -fn "xft:Ubuntu Mono"
However, I'm unable to get this font to load ...
1
vote
0answers
103 views
How can I replace my keyboard and mouse udev rules with xorg.conf.d?
Since it is impossible to make udev rules that affect Xorg settings run on startup, I'd like to replace these with other alternatives. At the moment, I have two primary udev scripts that I've written. ...
0
votes
0answers
48 views
Gentoo framebuffer dual monitors
I have Gentoo and great frame buffer with smaller fonts and great resolution, also I have two monitors.
On both monitors I have same frame buffer. Is it possible to have multiple different frame ...
4
votes
2answers
77 views
How to Save X Session — ArchLinux+Openbox
I use Arch Linux and Openbox. How can I save the state of my current openbox/X session and later restart them?
The scenario is like this: I've several browsers windows open, terminals, file ...
0
votes
1answer
121 views
Nouveau doesn't work after upgrade to Debian Wheezy
I upgraded from Debian squeeze to wheezy. My box contains an old graphics card not supported by current Nvidia drivers for distros newer than lenny (NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]), so in my ...
6
votes
0answers
53 views
Single key audio capture in Linux (save on key release)
I'd like to run a program that records audio only when the Right Control key is held down. On keyboard release the result would write to disk as, e.g. yy-mm-dd hh:mm.ogg. How might I do that?
$ ...
1
vote
1answer
44 views
Virtual mouse driver, possible X11 problems
I created virtual mouse driver according to Essential Linux Device Drivers book. After I wrote coordinates echo x y > /sys/ ... /coordinates into sysfs node, my program generates event packets ...
2
votes
1answer
57 views
Test for monitor resolutions
I want to buy a new display device, but I don't know if it will be supported by my card because the weirder/higher resolutions: 2560 x 1080, or 2560 x 1440.
Is there any method to create a virtual ...
3
votes
1answer
30 views
Window contents disappear after maximizing
Window contents usually disappear after Maximizing them! Especially Firefox. I'm running Ubuntu 12.10 on a Vaio Z56 laptop (graphics card: nVidia GeForce 9300M GS). I've read this question before and ...
2
votes
1answer
52 views
difference between X and Xorg executables under Debian 6.0(kernel 2.6.32-5-686)
What is the difference between X and Xorg executables? I have both in /usr/bin directory:
# file /usr/bin/Xorg
/usr/bin/Xorg: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically ...
5
votes
3answers
129 views
How does X-server calculate DPI?
From Xfce Docs:
In case you want to override the DPI (dots per inch) value calculated
by the X-server, you can select the checkbox and use the spin box to
specify the resolution to use when ...
0
votes
1answer
109 views
Arclinux running xfce4 fails to start
I run archlinux xfce4 with auto-login and auto start. After upgrading today 07-MAY-13 the X fails without leaving a error message in Xorg.0.log.
1
vote
1answer
55 views
Which user owns X display?
How to determine, as root, which user owns X display :0? (on a Fedora 18 system with defaults)
1
vote
0answers
72 views
X.org: two 'Screens' on one 'Device'
Gentoo, linux 3.7.10
X.Org X Server 1.13.4
GDM 2.20.11
GNOME 2.32.1
Radeon HD 6850 card, radeon xorg driver
I have Radeon HD 6850 card with two DVI monitors on it. X -configure command has generated ...
0
votes
0answers
38 views
Black screen closing windowed opengl apps : XIO fatal error 11
When I quit windowed OpenGL applications, mainly LWJGL ones, I get a black screen for approximately two seconds. The screen doesn't go in power save mode, it never shuts down: I can see the backlight ...
1
vote
1answer
73 views
OpenBSD 5.2 and Intel GMA X4500: How to get the X Window System to work
I've just installed OpenBSD 5.2 on my desktop computer and I can't get the X Window System to work. My graphics card is Intel GMA X4500. When I run startx, my system freezes and no keyboard ...
0
votes
0answers
62 views
Fedora 18. Centering activities on one monitor
I've recently installed Fedora 18 and the only gripe I have so far is that everything is spread between two monitors. Example: The date is currently half on one monitor, half on the other. I get 'Thu ...
0
votes
1answer
99 views
Running Mono on Centos 5 CLI
I have vps server (virtual private server) running on linux centos 5 32 bit , i installed vncserver x windows , gnome and kde environment and i connect to the vnc server from vncviewer in my windows 7 ...
1
vote
0answers
20 views
Is there any way I can use notebook's touchpad as a pressure-aware pointer in a paint program?
I have a notebook (ASUS N56VZ) with multitouch touchpad.
Apparently my touchpad supports pressure levels (in Xorg.0.log I have line synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255)
It ...
0
votes
0answers
175 views
How to boot LinuxMint on nVidia Optimus hardware?
I'd like to try LinuxMint on a Dell LAtitude E6420 laptop that has a nVidia Optimus hardware.
I downloaded the Mate iso and (on a Windowze machine) created a multiboot flash drive with this distro. ...
4
votes
4answers
166 views
Detecting X session in a bash script (.bashrc etc.)
Recently I put xset b off to my .bashrc. Now I'm annoyed by the error thet pops up when I log in via tty or via ssh, i.e. outside X session.
First thing that came in my mind was [[ -z "$SOME_VAR" ]] ...
1
vote
1answer
44 views
Setting the minimum pointer speed with no usable GNOME GUI
I use Debian Squeeze x86-64 (Kernel 3.2) with gdm3 and GNOME on a 2010 MacBook Pro.
Recently, as I tried changing the pointer configuration, I accidentally set the minimum speed of the pointer to 0 ...
1
vote
0answers
288 views
Can't add a resolution in Mint 14 Nadia (ATI RV516 X1350)
I just got a bootable USB w/ Linux Mint 14 Nadia installed and I ran into some problems with my laptop's graphic drivers. Computer is fairly old, it's HP Compaq 6820s from around 2008. Problem ...
1
vote
1answer
38 views
How to get Xorg to use the wacom driver for my graphics tablet?
I just got a Wacom graphics tablet, plugged it in, installed the drivers and it mostly works. However xsetwacom and the KDE tablet settings module don't recognize it. Upon inspection of Xorg.0.log I ...
2
votes
1answer
202 views
OpenBSD, NVIDIA, and Xorg
I've installed OpenBSD 5.2 i386 on my desktop however I hit a wall when it came to running X at my native resolution (1920x1200). All of the hardware is working normally except for the video card: an ...
2
votes
1answer
65 views
Can one disable tap-to-click in X server configuration, without synclient?
I want to configure my system so that tap-to-click is disabled on the touchpad. (It's running a rather old version of ALTLinux distro with xorg-server-1.4.2-alt10.M41.1.)
The most popular advice I ...
1
vote
1answer
42 views
Are the keyboard layouts in X.org actually called the X.org layouts or what?
Just need to know it, semantically. So most Linux/BSD systems using the X windows manager are using these layouts. For example, the "US International with dead keys" is quite different in X from the ...
1
vote
0answers
141 views
Start different applications on second, third and fourth monitor
I've read some questions about running an application on the second monitor but none of the suggested options has worked for me. Besides that, I'm trying to run different applications no only in the ...
1
vote
0answers
37 views
Can't drag and drop in Qt Creator
I recently installed the system upgrades for my Ubuntu distro (12.10). Since the upgrades, I can't drag and drop items in Qt Creator. I found a solution that requires editing of xorg.conf.
My system ...
2
votes
1answer
363 views
Can X11 scale to virtual resoltions on HiDPI/Retina screens the way OS X does?
I've recently had the chance to use a Macbook Pro with Retina Display, and its quite clear that the display is futuristic enough to actually warrant Apple's over-the-top marketing.
I've got sensitive ...
1
vote
1answer
202 views
how to configure xorg.conf for extended desktop?
I would like to setup the dual monitor settings where I can use two monitors as a
single Desktop with single panel, single launcher and when some programs are maximized then it should span both the ...
2
votes
2answers
100 views
Detecting monitors on machine over local ssh connection
I need to write a script to check on video related things on machines in the local network, e.g.
Is a monitor plugged in?
Are the video drivers up to date and appropriate for the hardware?
Is Xorg ...
0
votes
1answer
40 views
How do I get a list of all the available keyboard layouts in X.org?
I know these layouts have two-letter codes like 'us'for the US layout. I need a list of all the layouts available and also to pair the two-letter codes to the proper names of the layout to get the not ...
1
vote
0answers
59 views
Setting KDE to crop the laptop's screen to match external VGA device's ratio
I have a laptop with 16:9 screen ration. Sometimes I need to attach it to a projector via VGA. The projector ratio is 4:3.
I use System Settings->Hardware->Display and Monitor->Size & Orientation ...
1
vote
1answer
261 views
How to get cinnamon window styling
I think I may have chosen Mint-with no codecs from the downloads section. What should I do to get the nicer cinnamon window styling as in this page?. I have attached a file to show how my window title ...
-1
votes
2answers
268 views
Reinstall XOrg with Yum - Fedora 18
Some how I messed up Xorg and need to reinstall it, with Yum. I can not find any Xorg packages, but it has to be out there right?
1
vote
1answer
2k views
How do I configure CentOS 6.4 to allow normal users to run startx, without installing Gnome/KDE?
I installed CentOS 6.4 x86 from the minimal installation CD into a qemu/kvm virtual machine and installed the basic X server using:
yum groupinstall "X Window System" "Fonts"
When I run startx as a ...
1
vote
1answer
46 views
Visually displaying keyboard layouts of X.org? / Also: where do X.org keyboard layouts came from?
I'd like to visually see how some of the keyboard layouts in X.org look like, as an example in Windows I can see them with a program called Microsoft Keyboard Layout Creator or even on Wikipedia.
...
1
vote
1answer
174 views
xorg.conf 2 cards 3 monitors - why is one monitor stretched?
I have 2 nvidia cards with three monitors Left (0), Middle (1), and Right (2). I have to use xinerama to make them all one desktop because xrandr only joins 0 and 1, leaving 2 as a separate desktop. ...


