Xorg Setting checking from Command Line
How do I determined, whether Xorg is using
Xinerama, DDC and Reduced Blanking
??
Just adding few options in Xorg.conf is sufficient ?
If I have to check from command-line, then how can I check above mentioned settings ?
(I am using VIA chipset and Dell DELA07A monitor, Just in case this info required )
EDIT:
If I execute the command: Xorg -extension ?
It gives me the output as
[mi] Extension "?" is not recognized
[mi] Only the following extensions can be run-time disabled:
[mi] Generic Events
[mi] Composite
[mi] DAMAGE
[mi] DOUBLE-BUFFER
[mi] DPMS
[mi] GLX
[mi] MIT-SCREEN-SAVER
[mi] MIT-SHM
[mi] RANDR
[mi] RENDER
[mi] SECURITY
[mi] X-Resource
[mi] XFIXES
[mi] XINERAMA
[mi] SELinux
[mi] XTEST
[mi] XVideo
As per the above output, I assume that it is possible to enable/disable extensions in runtime. Question is HOW ?
If it is really possible then I can enable/disable the XINERAMA extension as and when I want
I also assume that when XINERAMA is ON in dual-head then maximizing an open application will span on both monitor.
And when XINERAMA is off then maximizing an application will span to one monitor only. ( Correct me if I'm wrong )
command-line xorg x11 xinerama
bumped to the homepage by Community♦ 4 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
How do I determined, whether Xorg is using
Xinerama, DDC and Reduced Blanking
??
Just adding few options in Xorg.conf is sufficient ?
If I have to check from command-line, then how can I check above mentioned settings ?
(I am using VIA chipset and Dell DELA07A monitor, Just in case this info required )
EDIT:
If I execute the command: Xorg -extension ?
It gives me the output as
[mi] Extension "?" is not recognized
[mi] Only the following extensions can be run-time disabled:
[mi] Generic Events
[mi] Composite
[mi] DAMAGE
[mi] DOUBLE-BUFFER
[mi] DPMS
[mi] GLX
[mi] MIT-SCREEN-SAVER
[mi] MIT-SHM
[mi] RANDR
[mi] RENDER
[mi] SECURITY
[mi] X-Resource
[mi] XFIXES
[mi] XINERAMA
[mi] SELinux
[mi] XTEST
[mi] XVideo
As per the above output, I assume that it is possible to enable/disable extensions in runtime. Question is HOW ?
If it is really possible then I can enable/disable the XINERAMA extension as and when I want
I also assume that when XINERAMA is ON in dual-head then maximizing an open application will span on both monitor.
And when XINERAMA is off then maximizing an application will span to one monitor only. ( Correct me if I'm wrong )
command-line xorg x11 xinerama
bumped to the homepage by Community♦ 4 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
cat /var/log/Xorg.0.log
(for display:0
). See alsoxdpyinfo
for some information.
– Stéphane Chazelas
Nov 1 '13 at 13:10
xdpyinfo | egrep -i 'Xinerama|DDC|Reduced Blanking'
returns XINERAMA here.
– Teresa e Junior
Nov 1 '13 at 19:13
add a comment |
How do I determined, whether Xorg is using
Xinerama, DDC and Reduced Blanking
??
Just adding few options in Xorg.conf is sufficient ?
If I have to check from command-line, then how can I check above mentioned settings ?
(I am using VIA chipset and Dell DELA07A monitor, Just in case this info required )
EDIT:
If I execute the command: Xorg -extension ?
It gives me the output as
[mi] Extension "?" is not recognized
[mi] Only the following extensions can be run-time disabled:
[mi] Generic Events
[mi] Composite
[mi] DAMAGE
[mi] DOUBLE-BUFFER
[mi] DPMS
[mi] GLX
[mi] MIT-SCREEN-SAVER
[mi] MIT-SHM
[mi] RANDR
[mi] RENDER
[mi] SECURITY
[mi] X-Resource
[mi] XFIXES
[mi] XINERAMA
[mi] SELinux
[mi] XTEST
[mi] XVideo
As per the above output, I assume that it is possible to enable/disable extensions in runtime. Question is HOW ?
If it is really possible then I can enable/disable the XINERAMA extension as and when I want
I also assume that when XINERAMA is ON in dual-head then maximizing an open application will span on both monitor.
And when XINERAMA is off then maximizing an application will span to one monitor only. ( Correct me if I'm wrong )
command-line xorg x11 xinerama
How do I determined, whether Xorg is using
Xinerama, DDC and Reduced Blanking
??
Just adding few options in Xorg.conf is sufficient ?
If I have to check from command-line, then how can I check above mentioned settings ?
(I am using VIA chipset and Dell DELA07A monitor, Just in case this info required )
EDIT:
If I execute the command: Xorg -extension ?
It gives me the output as
[mi] Extension "?" is not recognized
[mi] Only the following extensions can be run-time disabled:
[mi] Generic Events
[mi] Composite
[mi] DAMAGE
[mi] DOUBLE-BUFFER
[mi] DPMS
[mi] GLX
[mi] MIT-SCREEN-SAVER
[mi] MIT-SHM
[mi] RANDR
[mi] RENDER
[mi] SECURITY
[mi] X-Resource
[mi] XFIXES
[mi] XINERAMA
[mi] SELinux
[mi] XTEST
[mi] XVideo
As per the above output, I assume that it is possible to enable/disable extensions in runtime. Question is HOW ?
If it is really possible then I can enable/disable the XINERAMA extension as and when I want
I also assume that when XINERAMA is ON in dual-head then maximizing an open application will span on both monitor.
And when XINERAMA is off then maximizing an application will span to one monitor only. ( Correct me if I'm wrong )
command-line xorg x11 xinerama
command-line xorg x11 xinerama
edited Nov 26 '13 at 12:40
SHW
asked Nov 1 '13 at 11:07
SHWSHW
8,08043670
8,08043670
bumped to the homepage by Community♦ 4 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 4 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
cat /var/log/Xorg.0.log
(for display:0
). See alsoxdpyinfo
for some information.
– Stéphane Chazelas
Nov 1 '13 at 13:10
xdpyinfo | egrep -i 'Xinerama|DDC|Reduced Blanking'
returns XINERAMA here.
– Teresa e Junior
Nov 1 '13 at 19:13
add a comment |
cat /var/log/Xorg.0.log
(for display:0
). See alsoxdpyinfo
for some information.
– Stéphane Chazelas
Nov 1 '13 at 13:10
xdpyinfo | egrep -i 'Xinerama|DDC|Reduced Blanking'
returns XINERAMA here.
– Teresa e Junior
Nov 1 '13 at 19:13
cat /var/log/Xorg.0.log
(for display :0
). See also xdpyinfo
for some information.– Stéphane Chazelas
Nov 1 '13 at 13:10
cat /var/log/Xorg.0.log
(for display :0
). See also xdpyinfo
for some information.– Stéphane Chazelas
Nov 1 '13 at 13:10
xdpyinfo | egrep -i 'Xinerama|DDC|Reduced Blanking'
returns XINERAMA here.– Teresa e Junior
Nov 1 '13 at 19:13
xdpyinfo | egrep -i 'Xinerama|DDC|Reduced Blanking'
returns XINERAMA here.– Teresa e Junior
Nov 1 '13 at 19:13
add a comment |
1 Answer
1
active
oldest
votes
You can check for the Xinerama extension being present by xdpyinfo| grep XINERAMA
. To get the settings of the Xinerama extension you can use xpdyinfo -ext XINERAMA
About reduced blanking: you can show the modes the Xserver knows about by calling xrandr --verbose
and examining the current one. Using the cvt
tool you can generate modelines with/without reduced blanking for your desired resolution and compare those to the ones you see in xrandr output.
DDC information: I am not really sure. Maybe have a look at the X log file. With the mentioned xrandr --verbose
you can also see the EDID of connected monitors.
Update: I just found https://wiki.ubuntu.com/X/Troubleshooting/Resolution where a tool called ddcprobe
is mentioned. So - without knowing it - I want to add that to the list.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f98414%2fxorg-setting-checking-from-command-line%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can check for the Xinerama extension being present by xdpyinfo| grep XINERAMA
. To get the settings of the Xinerama extension you can use xpdyinfo -ext XINERAMA
About reduced blanking: you can show the modes the Xserver knows about by calling xrandr --verbose
and examining the current one. Using the cvt
tool you can generate modelines with/without reduced blanking for your desired resolution and compare those to the ones you see in xrandr output.
DDC information: I am not really sure. Maybe have a look at the X log file. With the mentioned xrandr --verbose
you can also see the EDID of connected monitors.
Update: I just found https://wiki.ubuntu.com/X/Troubleshooting/Resolution where a tool called ddcprobe
is mentioned. So - without knowing it - I want to add that to the list.
add a comment |
You can check for the Xinerama extension being present by xdpyinfo| grep XINERAMA
. To get the settings of the Xinerama extension you can use xpdyinfo -ext XINERAMA
About reduced blanking: you can show the modes the Xserver knows about by calling xrandr --verbose
and examining the current one. Using the cvt
tool you can generate modelines with/without reduced blanking for your desired resolution and compare those to the ones you see in xrandr output.
DDC information: I am not really sure. Maybe have a look at the X log file. With the mentioned xrandr --verbose
you can also see the EDID of connected monitors.
Update: I just found https://wiki.ubuntu.com/X/Troubleshooting/Resolution where a tool called ddcprobe
is mentioned. So - without knowing it - I want to add that to the list.
add a comment |
You can check for the Xinerama extension being present by xdpyinfo| grep XINERAMA
. To get the settings of the Xinerama extension you can use xpdyinfo -ext XINERAMA
About reduced blanking: you can show the modes the Xserver knows about by calling xrandr --verbose
and examining the current one. Using the cvt
tool you can generate modelines with/without reduced blanking for your desired resolution and compare those to the ones you see in xrandr output.
DDC information: I am not really sure. Maybe have a look at the X log file. With the mentioned xrandr --verbose
you can also see the EDID of connected monitors.
Update: I just found https://wiki.ubuntu.com/X/Troubleshooting/Resolution where a tool called ddcprobe
is mentioned. So - without knowing it - I want to add that to the list.
You can check for the Xinerama extension being present by xdpyinfo| grep XINERAMA
. To get the settings of the Xinerama extension you can use xpdyinfo -ext XINERAMA
About reduced blanking: you can show the modes the Xserver knows about by calling xrandr --verbose
and examining the current one. Using the cvt
tool you can generate modelines with/without reduced blanking for your desired resolution and compare those to the ones you see in xrandr output.
DDC information: I am not really sure. Maybe have a look at the X log file. With the mentioned xrandr --verbose
you can also see the EDID of connected monitors.
Update: I just found https://wiki.ubuntu.com/X/Troubleshooting/Resolution where a tool called ddcprobe
is mentioned. So - without knowing it - I want to add that to the list.
edited Nov 18 '18 at 14:02
answered Nov 11 '18 at 12:31
uli42uli42
364
364
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f98414%2fxorg-setting-checking-from-command-line%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
cat /var/log/Xorg.0.log
(for display:0
). See alsoxdpyinfo
for some information.– Stéphane Chazelas
Nov 1 '13 at 13:10
xdpyinfo | egrep -i 'Xinerama|DDC|Reduced Blanking'
returns XINERAMA here.– Teresa e Junior
Nov 1 '13 at 19:13