[Topic DIscussion] Window games in AppImage and .deb and new feature
Tofloor
poster avatar
c***b@daleybortolon.com.br
deepin
2022-01-27 03:23
Author

Good Day!

Thanks for providing us with this awesome distro!

I’d like to suggest 2 things:

  1. The new feature that organises apps vertically is great! But it
    would be nice if you added the possibility of organising them
    horizontally as well. You guys read things vertically, right? I speak
    Portuguese and we read things horizontally. As I do translations, it
    would be very helpful indeed!
  2. Check out this YouTube channel:

https://www.youtube.com/channel/UCrE7Vzc6G971XnrDyo53mGA

This guy packages windows games into .deb and AppImage!!!! Would you

ever imagined playing God of War 4.AppImage? Fantastic right?

Unfortunately, it does not recognise Nvidia video cards (Vulkan) in Deepin!
If I try to install nvidia-vulkan-common, libimage-viewer is
uninstalled!!!!!!

I have installed graphics driver manager and managed to change the
settings to PRIME. But it doesn’t work either.

I’m playing Far Cry 3 using the Intel driver at the moment!

Can you guys do something about it? I think a lot of people would
enjoy that!

Thanks very much for the oportunity to speak to you!path161.png

Reply Favorite View the author
All Replies
安洛
deepin
2022-01-27 15:53
#1

What is your nvidia card? Have you installed the proprietary driver of nvidia?

Reply View the author
c***b@daleybortolon.com.br
deepin
2022-01-28 03:11
#2

I've installed this one.

Screenshot_select-area_20220127080947.png

Reply View the author
c***b@daleybortolon.com.br
deepin
2022-01-28 11:14
#3
安洛

What is your nvidia card? Have you installed the proprietary driver of nvidia?

Screenshot_select-area_20220127161244.png

Reply View the author
安洛
deepin
2022-01-28 16:20
#4
c***b@daleybortolon.com.br

Screenshot_select-area_20220127161244.png

Can you show me the result of this command:

sudo nvidia-smi

If you don't have nvidia-smi installed, just install it through apt first:

sudo apt install nvidia-smi

But if installing nvidia-smi requires you a lot of dependencies, do not install it, show me the result.

Reply View the author
c***b@daleybortolon.com.br
deepin
2022-01-29 01:33
#5
安洛

Can you show me the result of this command:

sudo nvidia-smi

If you don't have nvidia-smi installed, just install it through apt first:

sudo apt install nvidia-smi

But if installing nvidia-smi requires you a lot of dependencies, do not install it, show me the result.

carlos@carlos-PC:~$ sudo nvidia-smi
[sudo] password for carlos:
Verification successful
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.

Reply View the author
安洛
deepin
2022-01-29 03:22
#6
c***b@daleybortolon.com.br

carlos@carlos-PC:~$ sudo nvidia-smi
[sudo] password for carlos:
Verification successful
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.

Oh...it seems that you haven't installed nvidia driver successfully. This is not strange, since the graphics driver manager has some(maybe many) bugs. I suggest you to install the driver manually. It's a little dangerous, which may crach your system, but if you do want to use your nvidia card, it's neccessary. Here is a method that has been tried by lots of users including me and succeeded many times. I think it worth a try. Or you can turn to the debian pages for help. Whatever you want to try, remenber to back up your data.

Here is the method:

launch the graphics driver manager, and change to integrated graphics driver.

After reboot, use this command one by one:

sudo dpkg --add-architecture i386


sudo apt update


sudo  apt  install  nvidia-driver  nvidia-smi  nvidia-settings  nvidia-vulkan-icd  vulkan-utils  nvidia-driver-libs:i386  libnvidia-ml1:i386  libxnvctrl0:i386  libvulkan1  libvulkan1:i386


sudo update-initramfs -k all -u

Just check yes during the installing. Then reboot.

Now, you can use the nvidia card. But the whole system will run on nvidia card, which will cost much electricity. If you don't use laptop, ignore it. But if you are using a laptop, I suggest you to install this deb:

https://gitee.com/deepin-opensource/switch-graphics-card/attach_files/886374/download/dde-dock-graphics-plugin_1.8.4-1_amd64.deb

This is a plugin developed by a deepin lover. It will add an icon to the system tray, and enable you to switch between intel card and nvidia card, as well as using nvidia card in some software while running system on intel card. After install it, reboot, then switch to nvidia card, and switch back to intel card, now you can enjoy the wonderful nvidia-prime function.

Reply View the author
c***b@daleybortolon.com.br
deepin
2022-01-29 08:33
#7
安洛

Oh...it seems that you haven't installed nvidia driver successfully. This is not strange, since the graphics driver manager has some(maybe many) bugs. I suggest you to install the driver manually. It's a little dangerous, which may crach your system, but if you do want to use your nvidia card, it's neccessary. Here is a method that has been tried by lots of users including me and succeeded many times. I think it worth a try. Or you can turn to the debian pages for help. Whatever you want to try, remenber to back up your data.

Here is the method:

launch the graphics driver manager, and change to integrated graphics driver.

After reboot, use this command one by one:

sudo dpkg --add-architecture i386


sudo apt update


sudo  apt  install  nvidia-driver  nvidia-smi  nvidia-settings  nvidia-vulkan-icd  vulkan-utils  nvidia-driver-libs:i386  libnvidia-ml1:i386  libxnvctrl0:i386  libvulkan1  libvulkan1:i386


sudo update-initramfs -k all -u

Just check yes during the installing. Then reboot.

Now, you can use the nvidia card. But the whole system will run on nvidia card, which will cost much electricity. If you don't use laptop, ignore it. But if you are using a laptop, I suggest you to install this deb:

https://gitee.com/deepin-opensource/switch-graphics-card/attach_files/886374/download/dde-dock-graphics-plugin_1.8.4-1_amd64.deb

This is a plugin developed by a deepin lover. It will add an icon to the system tray, and enable you to switch between intel card and nvidia card, as well as using nvidia card in some software while running system on intel card. After install it, reboot, then switch to nvidia card, and switch back to intel card, now you can enjoy the wonderful nvidia-prime function.

Everything is working like a clock now! Thank you very much!

You explained everything clearly and thoroughly! Besides being a genius, are you a teacher? Anyway, have you tried any of the games?

Reply View the author
c***b@daleybortolon.com.br
deepin
2022-01-29 08:33
#8
It has been deleted!
安洛
deepin
2022-01-29 16:03
#9
c***b@daleybortolon.com.br

Everything is working like a clock now! Thank you very much!

You explained everything clearly and thoroughly! Besides being a genius, are you a teacher? Anyway, have you tried any of the games?

I'm glad it works. Well I'm just a student. I haven't tried the appimage game yet, but I often play games through steam on linux. But I think packaging games as appimages is a good idea. I'm looking forward to more games like that.

Reply View the author