JideTechnology / Remix-OS-For-PC

Remix OS for PC Feedback System & Troubleshooting Center repository
https://github.com/JideTechnology/Remix-OS-For-PC/wiki
110 stars 26 forks source link

[3.0.207][64bit] No video Encoder #51

Open qipt8 opened 7 years ago

qipt8 commented 7 years ago

I've tried quite a lot of applications to record the screen, they are inactive or corrupted images. It only works correctly when I add "nomodeset" to the "menu.lst"

My Screenshot: http://imgur.com/a/sUobq

App try (AZ Screen Recorder, Game Screen Recorder, BitStream...): https://play.google.com/store/apps/details?id=ro.numedecod.cast

cpuinfo_BOOT-COMPLETE_MSI_MS-7815_3.0.207_x86_64_2016-12-22_02-49.txt dmesg_BOOT-COMPLETE_MSI_MS-7815_3.0.207_x86_64_2016-12-22_02-49.txt logcat_BOOT-COMPLETE_MSI_MS-7815_3.0.207_x86_64_2016-12-22_02-49.txt lspci_BOOT-COMPLETE_MSI_MS-7815_3.0.207_x86_64_2016-12-22_02-49.txt lsusb_BOOT-COMPLETE_MSI_MS-7815_3.0.207_x86_64_2016-12-22_02-49.txt

Neurovert commented 7 years ago

Insufficient info. Please follow the issue scheme (seen at New issue page) and guidelines from Wiki please. If the issue isn't updated accordingly withing 7 days, it will be closed with label "invalid".

Neurovert commented 7 years ago

Do NOT post issue, before you finish preparing it please...

Neurovert commented 7 years ago

@marxvn You have an integrated Intel GPU + dedicated NVIDIA GPU Currently Remix OS has poor GPU support for non-Intel chips so in case if system can't load dedicated GPU driver, system will load in software rendering mode (handled by CPU - lower performance).

You have 2 options that I recommend trying out;

  1. Add EXTMOD=nouveau to kernel line in menu.lst (or in one-time edit mode while your PC is at grub boot menu). If with this option you still can't watch videos of achieve hardware rendering (high performance in 3d games etc.) then try option 2.
  2. Add EXTMOD=i915 like in 1. This might not work if you have your Intel GPU disabled in BIOS (you might want to enabe it).

X* - add the parameter just like you added nomodeset or follow the pattern shown Here

Option 2 will enforce using the Intel GPU, but it's almost guaranteed that hardware rendering in video apps and games will work.

Let me know how the tests went.