Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Screen tearing on Intel GPUs, opening file manager as root from right-click menu #281

Closed
compicat opened this issue Nov 6, 2021 · 7 comments
Assignees
Labels
enhancement New feature or request

Comments

@compicat
Copy link

compicat commented Nov 6, 2021

Thanks again for great work. I wanted to give some small enhancement suggestions for v2.3

1- Screen Tearing:

If you can add intel.conf file to /etc/x11 at least for intel gpus as default at v2.3, it would be helpful. I know most of us just using rescuezilla for backups, but sometimes it is not bad to see some videos via firefox while waiting our backups :)

2- Right Click Menu "Open As Root" option for PcmanFM:

Thanks to you, we started to use uncompressed images and image explorer a lot, when we try to get some individual files, we are using "sudo pcmanfm" command via terminal a lot in order to transfer files from mounted backup image. But, it would be easier to add "open as root" function to right click menu of pcmanfm via a desktop entry at actions. It would be really helpful instead of using terminal everytime.

Thanks in advance.

@shasheene
Copy link
Member

shasheene commented Nov 7, 2021

Sure, I will implement both of these things.

If you have a specific intel.conf file that makes sense to include then please upload it so I can include it.

Side note: I will note here that on my personal Linux desktop environment (containing an NVidia GPU), I enable the nvidia-specific "Force Full Composition Pipeline" option when my particular desktop environment is launched. But for Rescuezilla I don't do any such configuration, so it's likely screen tearing with NVidia GPU's (when eg, watching YouTube videos) is an issue, but I haven't actually looked into it.

@shasheene shasheene self-assigned this Nov 7, 2021
@shasheene shasheene added the enhancement New feature or request label Nov 7, 2021
@shasheene shasheene added this to To do in Rescuezilla v2.3 Development via automation Nov 7, 2021
@shasheene shasheene changed the title Some small enhancement suggestions Screen tearing on Intel GPUs, opening file manager as root from right-click menu Nov 7, 2021
@compicat
Copy link
Author

compicat commented Nov 7, 2021

Thank you for fast reply. For my situation putting below conf as 20-intel.conf to /etc/X11/xorg.conf.d is fixing tearing,

Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "sna"
Option "TearFree" "true"
EndSection

@shasheene
Copy link
Member

Looks good. I will double check it doesn't have any negative effect on my testing machines.

shasheene added a commit to shasheene/rescuezilla-dev that referenced this issue Nov 10, 2021
Adds a xorg configuration file for Intel GPUs as it's suggested by GitHub user
compicat this prevents screen tearing on Intel GPUs [1].

[1] rescuezilla#281
shasheene added a commit to shasheene/rescuezilla-dev that referenced this issue Nov 10, 2021
Adds ability to open file manager as an elevated user, by adding a PolKit
script for xdg-open  and integrating it into PCManFM's right-click context menu
after a user called for this [1].

[1] rescuezilla#281
shasheene added a commit that referenced this issue Nov 10, 2021
Adds a xorg configuration file for Intel GPUs as it's suggested by GitHub user
compicat this prevents screen tearing on Intel GPUs [1].

[1] #281
shasheene added a commit that referenced this issue Nov 10, 2021
Adds ability to open file manager as an elevated user, by adding a PolKit
script for xdg-open  and integrating it into PCManFM's right-click context menu
after a user called for this [1].

[1] #281
@shasheene shasheene moved this from To do to In progress in Rescuezilla v2.3 Development Nov 12, 2021
@shasheene shasheene moved this from In progress to Done in Rescuezilla v2.3 Development Nov 25, 2021
@shasheene
Copy link
Member

OK @compicat, looks like the file I added here, /etc/X11/xorg.conf.d/20-intel.conf that was released with v2.3 (2021-12-24) is the cause of why Rescuezilla has recently had users complaining that Rescuezilla can't boot on Intel systems.

I'm reverting the commit, because a little bit of screen tearing is far better than not booting at all under default settings.

@compicat
Copy link
Author

OK @compicat, looks like the file I added here, /etc/X11/xorg.conf.d/20-intel.conf that was released with v2.3 (2021-12-24) is the cause of why Rescuezilla has recently had users complaining that Rescuezilla can't boot on Intel systems.

I'm reverting the commit, because a little bit of screen tearing is far better than not booting at all under default settings.

Thanks for info and finding this and sorry for causing that. It effected the releases which are newer than Focal i guess.

@shasheene
Copy link
Member

No problem -- it was on me to do further testing. And yes, it looked like it impacted releases newer than Focal.

The core screen tearing issue that you reported is still worth fixing though!

@shasheene
Copy link
Member

Change available from Rescuezilla v2.4.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Development

No branches or pull requests

2 participants