Xorg Setting checking from Command Line












3















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 )










share|improve this question

























  • 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
















3















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 )










share|improve this question

























  • 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














3












3








3








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 )










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 26 '13 at 12:40







SHW

















asked Nov 1 '13 at 11:07









SHWSHW

8,12543670




8,12543670













  • 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



















  • 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

















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










1 Answer
1






active

oldest

votes


















0














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.






share|improve this answer

























    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
    });


    }
    });














    draft saved

    draft discarded


















    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









    0














    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.






    share|improve this answer






























      0














      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.






      share|improve this answer




























        0












        0








        0







        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.






        share|improve this answer















        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.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Nov 18 '18 at 14:02

























        answered Nov 11 '18 at 12:31









        uli42uli42

        364




        364






























            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            How to reconfigure Docker Trusted Registry 2.x.x to use CEPH FS mount instead of NFS and other traditional...

            is 'sed' thread safe

            How to make a Squid Proxy server?