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.12.4 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.12.4 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)
Hello everybody,
I am going to move to new AIX server and the question is how to correctly and painless move the whole configuration? I mean for example users, network, and - what is very important - the whole printer system configuration? I think users are simple to move - only /etc/passwd and... (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)
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)