Problem with scaling on Debian-based distro

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
1
down vote

favorite












How do you replicate Virtual Super Resolution on Debian based distro?
Or like anything what would make GUI scale to make GUI more productive..



Thanks for any help (☞゚ヮ゚)☞




INFORMATIONS



  • This setup has one 1080p 60' monitor that is practically not useble to work with this scale for intended workload (Gaming, Audio-visual production, etc..)


  • Temporary GPU - ATI Sapphire 7870 AND AMD Radeon 7870



  • AMD has two names for this GPU as far as i know.



    • Comparison in scaling W10 vs (X)ubuntu 18.04 (same device) - https://imgur.com/a/aLBlN4n



TRIED SOLUTIONS




  1. Change font size



    • Helped, but not much.

    • I can scale fonts so that its practically unreadable, but GUI stays the same.



  2. Change icon size



    • Helped, but not much.

    • Same as fonts, GUI is the same.



  3. Switch from XFCE4 on KDE and change DPI for monitor in GUI



    • Helped a lot, but still i need it to scale below “1”.



  4. Modify xrandr for virtual resolution



    • it seems to work, but screen can render just 1/4 at a time and the rest is accesable by moving cursor to the edge of the screen. Or it has black screen on ¾ of set screen which are non-useble.

    • Tried command:
      xrandr --output DVI-I-0 --mode 1920x1080 --fbmm 2560x1440 --nograb --rate 60

    • Seems that 3D applications can’t use 2560x1440 and nothing changes. I try to find something usefull in man pages and i found command “--Transform”, but based on provided informations i don’t know how to use it and it seems that it doesn’t have intended effect. Image here: https://imgur.com/a/ZiyMAe4



  5. Generate resolution using umc (Universal Moderline Calculator) and add it as mode to xrandr, then run it.



    • Resulted in blackscreen same as cvr.



  6. using "--scale" in xrandr allows me to replicate Virtual Super Resolution. (thanks to @Lienhart Woitok)



    • The problem now is that i can't access that part of the screen with cursor, but apps seems to be able to.

    • Testing different presets in xrandr now.


PROBLEM SOLVED




  • PROBLEM SOLVED RUNNING



    xrandr --output DVI-I-0 --fb 2560x1440 --panning 2560x1440 --scale 1.333x1.333 --rate 60



(Don't copy+paste it into your system, try it with your variables!)




DISCLAIMER



I haven't found any simmilar article on this forum nor on the internet and i can't fix this issue by myself. (☉_☉)







share|improve this question





















  • Ubuntu MATE 18.04 is similar to Xubuntu but with full high DPI support. Try this: Ubuntu MATE vs. Xubuntu for high DPI screens
    – karel
    Jun 2 at 7:20







  • 1




    @karel Thanks for tip, i try it in VM. (•̀ᴗ•́)و
    – David KoÅ¡ecký
    Jun 2 at 7:26











  • xrandr has a scale option that might help you. xrandr --output DVI-I-0 --scale 0.5x0.5 or xrandr --output DVI-I-0 --scale 1.5x1.5 depending on which direction you want to scale.
    – Lienhart Woitok
    Jun 2 at 8:33










  • @LienhartWoitok Man! that's a step to the right direction! Now the problem is that i can't access 3/4 of the screen with mouse, but i can see it. I try to modify xrandr for that.
    – David KoÅ¡ecký
    Jun 2 at 8:58














up vote
1
down vote

favorite












How do you replicate Virtual Super Resolution on Debian based distro?
Or like anything what would make GUI scale to make GUI more productive..



Thanks for any help (☞゚ヮ゚)☞




INFORMATIONS



  • This setup has one 1080p 60' monitor that is practically not useble to work with this scale for intended workload (Gaming, Audio-visual production, etc..)


  • Temporary GPU - ATI Sapphire 7870 AND AMD Radeon 7870



  • AMD has two names for this GPU as far as i know.



    • Comparison in scaling W10 vs (X)ubuntu 18.04 (same device) - https://imgur.com/a/aLBlN4n



TRIED SOLUTIONS




  1. Change font size



    • Helped, but not much.

    • I can scale fonts so that its practically unreadable, but GUI stays the same.



  2. Change icon size



    • Helped, but not much.

    • Same as fonts, GUI is the same.



  3. Switch from XFCE4 on KDE and change DPI for monitor in GUI



    • Helped a lot, but still i need it to scale below “1”.



  4. Modify xrandr for virtual resolution



    • it seems to work, but screen can render just 1/4 at a time and the rest is accesable by moving cursor to the edge of the screen. Or it has black screen on ¾ of set screen which are non-useble.

    • Tried command:
      xrandr --output DVI-I-0 --mode 1920x1080 --fbmm 2560x1440 --nograb --rate 60

    • Seems that 3D applications can’t use 2560x1440 and nothing changes. I try to find something usefull in man pages and i found command “--Transform”, but based on provided informations i don’t know how to use it and it seems that it doesn’t have intended effect. Image here: https://imgur.com/a/ZiyMAe4



  5. Generate resolution using umc (Universal Moderline Calculator) and add it as mode to xrandr, then run it.



    • Resulted in blackscreen same as cvr.



  6. using "--scale" in xrandr allows me to replicate Virtual Super Resolution. (thanks to @Lienhart Woitok)



    • The problem now is that i can't access that part of the screen with cursor, but apps seems to be able to.

    • Testing different presets in xrandr now.


PROBLEM SOLVED




  • PROBLEM SOLVED RUNNING



    xrandr --output DVI-I-0 --fb 2560x1440 --panning 2560x1440 --scale 1.333x1.333 --rate 60



(Don't copy+paste it into your system, try it with your variables!)




DISCLAIMER



I haven't found any simmilar article on this forum nor on the internet and i can't fix this issue by myself. (☉_☉)







share|improve this question





















  • Ubuntu MATE 18.04 is similar to Xubuntu but with full high DPI support. Try this: Ubuntu MATE vs. Xubuntu for high DPI screens
    – karel
    Jun 2 at 7:20







  • 1




    @karel Thanks for tip, i try it in VM. (•̀ᴗ•́)و
    – David KoÅ¡ecký
    Jun 2 at 7:26











  • xrandr has a scale option that might help you. xrandr --output DVI-I-0 --scale 0.5x0.5 or xrandr --output DVI-I-0 --scale 1.5x1.5 depending on which direction you want to scale.
    – Lienhart Woitok
    Jun 2 at 8:33










  • @LienhartWoitok Man! that's a step to the right direction! Now the problem is that i can't access 3/4 of the screen with mouse, but i can see it. I try to modify xrandr for that.
    – David KoÅ¡ecký
    Jun 2 at 8:58












up vote
1
down vote

favorite









up vote
1
down vote

favorite











How do you replicate Virtual Super Resolution on Debian based distro?
Or like anything what would make GUI scale to make GUI more productive..



Thanks for any help (☞゚ヮ゚)☞




INFORMATIONS



  • This setup has one 1080p 60' monitor that is practically not useble to work with this scale for intended workload (Gaming, Audio-visual production, etc..)


  • Temporary GPU - ATI Sapphire 7870 AND AMD Radeon 7870



  • AMD has two names for this GPU as far as i know.



    • Comparison in scaling W10 vs (X)ubuntu 18.04 (same device) - https://imgur.com/a/aLBlN4n



TRIED SOLUTIONS




  1. Change font size



    • Helped, but not much.

    • I can scale fonts so that its practically unreadable, but GUI stays the same.



  2. Change icon size



    • Helped, but not much.

    • Same as fonts, GUI is the same.



  3. Switch from XFCE4 on KDE and change DPI for monitor in GUI



    • Helped a lot, but still i need it to scale below “1”.



  4. Modify xrandr for virtual resolution



    • it seems to work, but screen can render just 1/4 at a time and the rest is accesable by moving cursor to the edge of the screen. Or it has black screen on ¾ of set screen which are non-useble.

    • Tried command:
      xrandr --output DVI-I-0 --mode 1920x1080 --fbmm 2560x1440 --nograb --rate 60

    • Seems that 3D applications can’t use 2560x1440 and nothing changes. I try to find something usefull in man pages and i found command “--Transform”, but based on provided informations i don’t know how to use it and it seems that it doesn’t have intended effect. Image here: https://imgur.com/a/ZiyMAe4



  5. Generate resolution using umc (Universal Moderline Calculator) and add it as mode to xrandr, then run it.



    • Resulted in blackscreen same as cvr.



  6. using "--scale" in xrandr allows me to replicate Virtual Super Resolution. (thanks to @Lienhart Woitok)



    • The problem now is that i can't access that part of the screen with cursor, but apps seems to be able to.

    • Testing different presets in xrandr now.


PROBLEM SOLVED




  • PROBLEM SOLVED RUNNING



    xrandr --output DVI-I-0 --fb 2560x1440 --panning 2560x1440 --scale 1.333x1.333 --rate 60



(Don't copy+paste it into your system, try it with your variables!)




DISCLAIMER



I haven't found any simmilar article on this forum nor on the internet and i can't fix this issue by myself. (☉_☉)







share|improve this question













How do you replicate Virtual Super Resolution on Debian based distro?
Or like anything what would make GUI scale to make GUI more productive..



Thanks for any help (☞゚ヮ゚)☞




INFORMATIONS



  • This setup has one 1080p 60' monitor that is practically not useble to work with this scale for intended workload (Gaming, Audio-visual production, etc..)


  • Temporary GPU - ATI Sapphire 7870 AND AMD Radeon 7870



  • AMD has two names for this GPU as far as i know.



    • Comparison in scaling W10 vs (X)ubuntu 18.04 (same device) - https://imgur.com/a/aLBlN4n



TRIED SOLUTIONS




  1. Change font size



    • Helped, but not much.

    • I can scale fonts so that its practically unreadable, but GUI stays the same.



  2. Change icon size



    • Helped, but not much.

    • Same as fonts, GUI is the same.



  3. Switch from XFCE4 on KDE and change DPI for monitor in GUI



    • Helped a lot, but still i need it to scale below “1”.



  4. Modify xrandr for virtual resolution



    • it seems to work, but screen can render just 1/4 at a time and the rest is accesable by moving cursor to the edge of the screen. Or it has black screen on ¾ of set screen which are non-useble.

    • Tried command:
      xrandr --output DVI-I-0 --mode 1920x1080 --fbmm 2560x1440 --nograb --rate 60

    • Seems that 3D applications can’t use 2560x1440 and nothing changes. I try to find something usefull in man pages and i found command “--Transform”, but based on provided informations i don’t know how to use it and it seems that it doesn’t have intended effect. Image here: https://imgur.com/a/ZiyMAe4



  5. Generate resolution using umc (Universal Moderline Calculator) and add it as mode to xrandr, then run it.



    • Resulted in blackscreen same as cvr.



  6. using "--scale" in xrandr allows me to replicate Virtual Super Resolution. (thanks to @Lienhart Woitok)



    • The problem now is that i can't access that part of the screen with cursor, but apps seems to be able to.

    • Testing different presets in xrandr now.


PROBLEM SOLVED




  • PROBLEM SOLVED RUNNING



    xrandr --output DVI-I-0 --fb 2560x1440 --panning 2560x1440 --scale 1.333x1.333 --rate 60



(Don't copy+paste it into your system, try it with your variables!)




DISCLAIMER



I haven't found any simmilar article on this forum nor on the internet and i can't fix this issue by myself. (☉_☉)









share|improve this question












share|improve this question




share|improve this question








edited Jun 3 at 2:43
























asked Jun 2 at 7:15









David KoÅ¡ecký

586




586











  • Ubuntu MATE 18.04 is similar to Xubuntu but with full high DPI support. Try this: Ubuntu MATE vs. Xubuntu for high DPI screens
    – karel
    Jun 2 at 7:20







  • 1




    @karel Thanks for tip, i try it in VM. (•̀ᴗ•́)و
    – David KoÅ¡ecký
    Jun 2 at 7:26











  • xrandr has a scale option that might help you. xrandr --output DVI-I-0 --scale 0.5x0.5 or xrandr --output DVI-I-0 --scale 1.5x1.5 depending on which direction you want to scale.
    – Lienhart Woitok
    Jun 2 at 8:33










  • @LienhartWoitok Man! that's a step to the right direction! Now the problem is that i can't access 3/4 of the screen with mouse, but i can see it. I try to modify xrandr for that.
    – David KoÅ¡ecký
    Jun 2 at 8:58
















  • Ubuntu MATE 18.04 is similar to Xubuntu but with full high DPI support. Try this: Ubuntu MATE vs. Xubuntu for high DPI screens
    – karel
    Jun 2 at 7:20







  • 1




    @karel Thanks for tip, i try it in VM. (•̀ᴗ•́)و
    – David KoÅ¡ecký
    Jun 2 at 7:26











  • xrandr has a scale option that might help you. xrandr --output DVI-I-0 --scale 0.5x0.5 or xrandr --output DVI-I-0 --scale 1.5x1.5 depending on which direction you want to scale.
    – Lienhart Woitok
    Jun 2 at 8:33










  • @LienhartWoitok Man! that's a step to the right direction! Now the problem is that i can't access 3/4 of the screen with mouse, but i can see it. I try to modify xrandr for that.
    – David KoÅ¡ecký
    Jun 2 at 8:58















Ubuntu MATE 18.04 is similar to Xubuntu but with full high DPI support. Try this: Ubuntu MATE vs. Xubuntu for high DPI screens
– karel
Jun 2 at 7:20





Ubuntu MATE 18.04 is similar to Xubuntu but with full high DPI support. Try this: Ubuntu MATE vs. Xubuntu for high DPI screens
– karel
Jun 2 at 7:20





1




1




@karel Thanks for tip, i try it in VM. (•̀ᴗ•́)و
– David KoÅ¡ecký
Jun 2 at 7:26





@karel Thanks for tip, i try it in VM. (•̀ᴗ•́)و
– David KoÅ¡ecký
Jun 2 at 7:26













xrandr has a scale option that might help you. xrandr --output DVI-I-0 --scale 0.5x0.5 or xrandr --output DVI-I-0 --scale 1.5x1.5 depending on which direction you want to scale.
– Lienhart Woitok
Jun 2 at 8:33




xrandr has a scale option that might help you. xrandr --output DVI-I-0 --scale 0.5x0.5 or xrandr --output DVI-I-0 --scale 1.5x1.5 depending on which direction you want to scale.
– Lienhart Woitok
Jun 2 at 8:33












@LienhartWoitok Man! that's a step to the right direction! Now the problem is that i can't access 3/4 of the screen with mouse, but i can see it. I try to modify xrandr for that.
– David KoÅ¡ecký
Jun 2 at 8:58




@LienhartWoitok Man! that's a step to the right direction! Now the problem is that i can't access 3/4 of the screen with mouse, but i can see it. I try to modify xrandr for that.
– David KoÅ¡ecký
Jun 2 at 8:58










2 Answers
2






active

oldest

votes

















up vote
1
down vote



accepted










I was able to solve the issue by executing:



xrandr --output DVI-I-0 --fb 2560x1440 --panning 2560x1440 --scale 1.333x1.333 --rate 60



(Don't copy+paste it into your system, try it with your variables!)



Special thanks to @Lienhart Woitok. ᕕ( ᐛ )ᕗ






share|improve this answer






























    up vote
    0
    down vote













    In KDE Plasma (I'm using Kubuntu 18.04):



    1. Settings

    2. Display and Monitor

    3. Displays

    4. Advance Settings

    5. Scale Display

    Move the slider to the scaling level you desire, click Apply, then reboot.



    enter image description here






    share|improve this answer





















    • it's "Tried Solution" #3 It helped a lot, but i need it to scale on less then 1 to make it useble for my workload.. :/
      – David KoÅ¡ecký
      Jun 2 at 7:49










    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "89"
    ;
    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',
    convertImagesToLinks: true,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );








     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1042849%2fproblem-with-scaling-on-debian-based-distro%23new-answer', 'question_page');

    );

    Post as a guest






























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    1
    down vote



    accepted










    I was able to solve the issue by executing:



    xrandr --output DVI-I-0 --fb 2560x1440 --panning 2560x1440 --scale 1.333x1.333 --rate 60



    (Don't copy+paste it into your system, try it with your variables!)



    Special thanks to @Lienhart Woitok. ᕕ( ᐛ )ᕗ






    share|improve this answer



























      up vote
      1
      down vote



      accepted










      I was able to solve the issue by executing:



      xrandr --output DVI-I-0 --fb 2560x1440 --panning 2560x1440 --scale 1.333x1.333 --rate 60



      (Don't copy+paste it into your system, try it with your variables!)



      Special thanks to @Lienhart Woitok. ᕕ( ᐛ )ᕗ






      share|improve this answer

























        up vote
        1
        down vote



        accepted







        up vote
        1
        down vote



        accepted






        I was able to solve the issue by executing:



        xrandr --output DVI-I-0 --fb 2560x1440 --panning 2560x1440 --scale 1.333x1.333 --rate 60



        (Don't copy+paste it into your system, try it with your variables!)



        Special thanks to @Lienhart Woitok. ᕕ( ᐛ )ᕗ






        share|improve this answer















        I was able to solve the issue by executing:



        xrandr --output DVI-I-0 --fb 2560x1440 --panning 2560x1440 --scale 1.333x1.333 --rate 60



        (Don't copy+paste it into your system, try it with your variables!)



        Special thanks to @Lienhart Woitok. ᕕ( ᐛ )ᕗ







        share|improve this answer















        share|improve this answer



        share|improve this answer








        edited Jun 5 at 6:52


























        answered Jun 2 at 9:18









        David KoÅ¡ecký

        586




        586






















            up vote
            0
            down vote













            In KDE Plasma (I'm using Kubuntu 18.04):



            1. Settings

            2. Display and Monitor

            3. Displays

            4. Advance Settings

            5. Scale Display

            Move the slider to the scaling level you desire, click Apply, then reboot.



            enter image description here






            share|improve this answer





















            • it's "Tried Solution" #3 It helped a lot, but i need it to scale on less then 1 to make it useble for my workload.. :/
              – David KoÅ¡ecký
              Jun 2 at 7:49














            up vote
            0
            down vote













            In KDE Plasma (I'm using Kubuntu 18.04):



            1. Settings

            2. Display and Monitor

            3. Displays

            4. Advance Settings

            5. Scale Display

            Move the slider to the scaling level you desire, click Apply, then reboot.



            enter image description here






            share|improve this answer





















            • it's "Tried Solution" #3 It helped a lot, but i need it to scale on less then 1 to make it useble for my workload.. :/
              – David KoÅ¡ecký
              Jun 2 at 7:49












            up vote
            0
            down vote










            up vote
            0
            down vote









            In KDE Plasma (I'm using Kubuntu 18.04):



            1. Settings

            2. Display and Monitor

            3. Displays

            4. Advance Settings

            5. Scale Display

            Move the slider to the scaling level you desire, click Apply, then reboot.



            enter image description here






            share|improve this answer













            In KDE Plasma (I'm using Kubuntu 18.04):



            1. Settings

            2. Display and Monitor

            3. Displays

            4. Advance Settings

            5. Scale Display

            Move the slider to the scaling level you desire, click Apply, then reboot.



            enter image description here







            share|improve this answer













            share|improve this answer



            share|improve this answer











            answered Jun 2 at 7:45









            Andy Turfer

            653510




            653510











            • it's "Tried Solution" #3 It helped a lot, but i need it to scale on less then 1 to make it useble for my workload.. :/
              – David KoÅ¡ecký
              Jun 2 at 7:49
















            • it's "Tried Solution" #3 It helped a lot, but i need it to scale on less then 1 to make it useble for my workload.. :/
              – David KoÅ¡ecký
              Jun 2 at 7:49















            it's "Tried Solution" #3 It helped a lot, but i need it to scale on less then 1 to make it useble for my workload.. :/
            – David KoÅ¡ecký
            Jun 2 at 7:49




            it's "Tried Solution" #3 It helped a lot, but i need it to scale on less then 1 to make it useble for my workload.. :/
            – David KoÅ¡ecký
            Jun 2 at 7:49












             

            draft saved


            draft discarded


























             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1042849%2fproblem-with-scaling-on-debian-based-distro%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            pylint3 and pip3 broken

            Missing snmpget and snmpwalk

            How to enroll fingerprints to Ubuntu 17.10 with VFS491