• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Support v
« Previous 1 ... 7 8 9 10 11 ... 1197 Next »

Twilight Princess: black screen around map [info updated]
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Twilight Princess: black screen around map [info updated]
12-24-2022, 08:17 AM (This post was last modified: 12-25-2022, 01:04 AM by nareteng.)
#1
nareteng Offline
Junior Member
**
Posts: 7
Threads: 2
Joined: Dec 2022
Hello.

I use Linux and have been using 5.0-15445 for quite some time with no issues. Recently, I decided to upgrade to 5.0-17995, so I compiled it from source (gcc 11.1.0) and installed qt6 (6.2.2) as instructed on Github. I inserted my hardware specs when registering, so I hope this info is already available.

It compiled fine, so I tested Twilight Princess with it. The issue, however, is that there's a black screen around the map that does not exist in 5.0-15445 (see attachment below). Is this issue hardware-related, qt6 related or both? I'll stick with that older beta version for the moment.

Thanks.

Edit:

Computer specifications:

Spoiler: (Show Spoiler)
System:
 Kernel: 5.15.0-53-generic x86_64 bits: 64 compiler: N/A Desktop: Xfce 4.16.0
 Distro: Linux Mint 20.3 Una base: Ubuntu 20.04 focal

Machine:
 Type: Laptop System: Acer product: Aspire V3-571

CPU:
 Topology: Dual Core model: Intel Core i5-3230M bits: 64 type: MT MCP
 arch: Ivy Bridge rev: 9 L2 cache: 3072 KiB
 flags: avx lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 20753
 Speed: 1263 MHz min/max: 1200/3200 MHz Core speeds (MHz): 1: 1311 2: 1286
 3: 1256 4: 1303

Graphics:
 Device-1: Intel 3rd Gen Core processor Graphics vendor: Acer Incorporated ALI
 driver: i915 v: kernel bus ID: 00:02.0
 Display: x11 server: X.Org 1.20.13 driver: intel resolution: 1366x768~60Hz
 OpenGL: renderer: Mesa DRI Intel HD Graphics 4000 (IVB GT2)
 v: 4.2 Mesa 21.2.6 direct render: Yes

Audio:
 Device-1: Intel 7 Series/C216 Family High Definition Audio
 vendor: Acer Incorporated ALI driver: snd_hda_intel v: kernel bus ID: 00:1b.0
 Sound Server: ALSA v: k5.15.0-53-generic


For some reason, the attachment was not inserted in this post. Here's an external link:

[Image: GZ2-E01-2022-12-23-19-09-22.png]


Attached Files Thumbnail(s)
   
Find
Reply
12-28-2022, 12:38 AM
#2
KHg8m3r Offline
Doesn't sleep, just Dolphin and Robots
*******
Posts: 5,953
Threads: 4
Joined: Sep 2013
Are you trying to run in OpenGL or Vulkan backend?
Find
Reply
01-02-2023, 10:00 AM
#3
nareteng Offline
Junior Member
**
Posts: 7
Threads: 2
Joined: Dec 2022
(12-28-2022, 12:38 AM)KHg8m3r Wrote: Are you trying to run in OpenGL or Vulkan backend?

OpenGL, my computer does not support Vulkan. Dolphin versions below 5.0-16393 run fine. My PC's specifications are very weak, so maybe this must be some limitation with qt6. In that case, I'm leaving this post online so that other people with the same problem may be redirected to beta builds 5.0-16380, 5.0-16101 and below. 5.0-15445, a beta version from 2021, still runs great on weak computers, so that's another suggestion to whomever comes across this post on similar circumstances.
Find
Reply
01-09-2023, 01:07 PM (This post was last modified: 01-09-2023, 01:08 PM by KHg8m3r.)
#4
KHg8m3r Offline
Doesn't sleep, just Dolphin and Robots
*******
Posts: 5,953
Threads: 4
Joined: Sep 2013
Tested on my i7-3632QM on Mint 21 with Intel HD400 Mesa 22.0.5, can confirm the issue still happens on 5.0-18186.

You should be able to install Vulkan by running:
Code:
sudo apt install mesa-vulkan-drivers libvulkan1 libvulkan-dev

Been messing with some settings, if I enable "Disable EFB VRAM Copies" the issue disappeared (but does disable all up-scaling so the game looks pretty fuzzy). The Hyrule Speed hack does not affect this.
Find
Reply
02-11-2023, 10:13 AM
#5
nareteng Offline
Junior Member
**
Posts: 7
Threads: 2
Joined: Dec 2022
(01-09-2023, 01:07 PM)KHg8m3r Wrote: Tested on my i7-3632QM on Mint 21 with Intel HD400 Mesa 22.0.5, can confirm the issue still happens on 5.0-18186.

You should be able to install Vulkan by running:

Code:
sudo apt install mesa-vulkan-drivers libvulkan1 libvulkan-dev

Been messing with some settings, if I enable "Disable EFB VRAM Copies" the issue disappeared (but does disable all up-scaling so the game looks pretty fuzzy). The Hyrule Speed hack does not affect this.

Thank you, but I meant that my CPU is so old that the integrated GPU (HD Graphics 4000, not 400) does not support Vulkan.

I have also confirmed that enabling Disable EFB VRAM Copies fixes the minimap.
Find
Reply
02-11-2023, 08:44 PM
#6
KHg8m3r Offline
Doesn't sleep, just Dolphin and Robots
*******
Posts: 5,953
Threads: 4
Joined: Sep 2013
Typo on my part, the i7-3632QM has the Intel HD 4000, just like your i5-3230M, and it does support Vulkan. I am able to run the game in both Vulkan and OpenGL, but the problem is present on both backends.
Find
Reply
02-13-2023, 07:31 AM
#7
nareteng Offline
Junior Member
**
Posts: 7
Threads: 2
Joined: Dec 2022
(02-11-2023, 08:44 PM)KHg8m3r Wrote: Typo on my part, the i7-3632QM has the Intel HD 4000, just like your i5-3230M, and it does support Vulkan. I am able to run the game in both Vulkan and OpenGL, but the problem is present on both backends.

Oh, I see, thanks. I actually tested Vulkan and it runs, but performance is much worse (15 fps when OpenGL maintains 30).
Find
Reply
« Next Oldest | Next Newest »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread:



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode