xdmxconfig(1) General Commands Manual xdmxconfig(1)NAME
xdmxconfig - a graphical configuration tool for Xdmx configuration files
SYNOPSIS
xdmxconfig [filename]
DESCRIPTION
xdmxconfig reads, edits, and writes configuration files for the Xdmx server. The grammar for the configuration file is specified in the
Xdmx(1) manual page.
To start from scratch, create a "New Global" and specify the name and overall dimensions for the configuration. Then use "New Display" to
enter more displays.
If there is more than one configuration, the configuration name button will bring up a selection menu.
In the right-hand pannel, the left mouse button will move the highlighted display at "tool resolution"; the middle mouse button will move
the highlighted display by a single pixel (at "wall resolution"); and the right mouse button will bring up a menu allowing the highlighted
display to be edited or deleted. The arrow keys will also move the highlighted display by a single pixel.
BUGS
Currently, entries with the wall keyword are not editable, but will be preserved in the new output file. The tool will quit when requested
by the user, even if a configuration file has not been written out (i.e., without warning). The menu interaction should be improved (menu
entries that don't currently work should be greyed-out, for example). The Help button does not work.
SEE ALSO Xdmx(1), vdltodmx(1)XFree86 Version 4.7.0 xdmxconfig(1)
Check Out this Related Man Page
xdmxconfig(1) General Commands Manual xdmxconfig(1)NAME
xdmxconfig - a graphical configuration tool for Xdmx configuration files
SYNOPSIS
xdmxconfig [filename]
DESCRIPTION
xdmxconfig reads, edits, and writes configuration files for the Xdmx server. The grammar for the configuration file is specified in the
Xdmx(1) manual page.
To start from scratch, create a "New Global" and specify the name and overall dimensions for the configuration. Then use "New Display" to
enter more displays.
If there is more than one configuration, the configuration name button will bring up a selection menu.
In the right-hand pannel, the left mouse button will move the highlighted display at "tool resolution"; the middle mouse button will move
the highlighted display by a single pixel (at "wall resolution"); and the right mouse button will bring up a menu allowing the highlighted
display to be edited or deleted. The arrow keys will also move the highlighted display by a single pixel.
BUGS
Currently, entries with the wall keyword are not editable, but will be preserved in the new output file. The tool will quit when requested
by the user, even if a configuration file has not been written out (i.e., without warning). The menu interaction should be improved (menu
entries that don't currently work should be greyed-out, for example). The Help button does not work.
SEE ALSO Xdmx(1), vdltodmx(1)X Version 11 xorg-server 1.15.0 xdmxconfig(1)
I am trying to add a menu item (Openwin menu) to do an rsh and execute a script which open a graphical tool. The problem I am having is that I cannot seem to pass the display variable. The OS for both boxes is Solaris 2.6.
Thanks,
Chuck (4 Replies)
Okay here's the lowdown: I try Linux out and I think it kicks ass. But I can't use my little scrolli-bobber middle mouse button that I have become so attached to. So I try to just select some random 3-button mouse config from 'kontrol-panel' in KDE and reboot (stupid, STUPID move).
Now I can't... (2 Replies)
under HP-UX 10.20, I used to have a little thing where if I right clicked on the desktop I would get a menu listing programs that could run, for example netscape and stuff. however after a reboot, I have lost this function. Is there a configuration file anywhere that you can add the paths of... (2 Replies)
Hi, I'm using rxvt in Cygwin and I'm wondering how to change my mouse bindings from the middle button for pasting to the right button. The main reason why I want to do this is because my laptop doesn't have a middle mouse button. Thanks for any help! (2 Replies)
Hi ,
Can anyone explains what does the below highlighted statements means:
# Set environment variables
. ${0%/*}/wrkenv.sh
jobName_sh=${0##*/}
jobName=${jobName_sh%.*}
Thanks,
Sri (1 Reply)
The code im having problems with is highlighted in red, upon selecting option 2 on the main menu (highlighted green) my echo "NETWORK CONNECTIVITY" command seems to get overlooked and the resulting output is "Thank you for using the Operator Administrative Tool." being displayed. Can anyone tell me... (2 Replies)
Hello Friends,
I have got, this output below and i want to extract the name of symlink which is highlighted in red and the path above it highlighted in blue. At the end i want to append path and symlink.
/var/tmp/asirohi/jdk/jre
/var/tmp/asirohi/jdk/jre/.systemPrefs... (3 Replies)
Hi
I tried to empty an existing file (bring the size of the file down to 0). When I used “> myFile” or “cat </dev/null >myFile”, when I do a “ls –la”, the file size shows as 0.
I then wrote 540 lines to the file, and then opened it using vi, I see something like this:
"myFile" 540 lines,... (3 Replies)
Hello ,
im sorry for my english .
im trying to create a dynamic menu that will display if the interface is ACTIVE OR STOPPED/FAILED
for some reason i cant get it to work properly
start_interface_func()
{
i=0
for interface_chk in 11 71 73 72 12 47 48 49 50 20 23 24 25 46 21 22 27 28... (5 Replies)
Hi guys,
im newbie, im trying something, but cannot figure out how to bring together case with 2 inputs.
Something like "enter your name" and "enter your age".
I had idea but dont now how to finish it as I said i'm just a beginner.
#!/bin/bash
echo "Name"
echo -n "Enter your name: "... (2 Replies)