• 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 ... 257 258 259 260 261 ... 1190 Next »

[SOLVED] Linux - I can't see the options for configure [SOLVED]
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
[SOLVED] Linux - I can't see the options for configure [SOLVED]
04-16-2018, 11:31 AM
#1
inukaze
Unregistered
 
Hi there, after i do a workaround to fix the "X11" or "Wayland" not detected. i can compile the emulator

i did the follow (Under Devuan Jessie 1.0) :


Code:
# Download :
git clone https://github.com/dolphin-emu/dolphin.git dolphin-emu
cd ./dolphin-emu

#Workaround for "X11 is required but not found" / "No suitable display platform found Requires wayland or x11 to run" :
su -c "rm /usr/lib/x86_64-linux-gnu/libGL.so" root
su -c "ln -s /usr/lib/x86_64-linux-gnu/libGL.so.1 /usr/lib/x86_64-linux-gnu/libGL.so" root

# I set "Dolphin 5.0"
git checkout tags/5.0

# Compile with gcc-4.9, Note -> Set the prefix once, because the source code not have to do "make unsintall" :
mkdir build ; cd build
CC=gcc-4.9 CXX=g++-4.9 cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
su -c "make ; make install" root

Here the screenshots :

[Image: Dolphin5_QT_F01.png]

[Image: Dolphin5_QT_F02.png]

[Image: Dolphin5_QT_F03.png]

[Image: Dolphin5_QT_F04.png]

[Image: Dolphin5_QT_F05.png]

[Image: Dolphin5_QT_F06.png]

[Image: Dolphin5_QT_F07.png]

[Image: Dolphin5_QT_F08.png]


Someone knows how i can fix it , or know if Dolphin-Emu have "SDL" version like ppsspp, because in ppsspp-qt i have the same error, but in the SDL version i not have issues becuase the menu works diferent ?
Reply
04-16-2018, 12:38 PM
#2
inukaze
Unregistered
 
The fix is very easy, is a problem with "gtk2" theme. i just switch to another theme and its work fine :

GTK2 - Nodoka (without texts)
[Image: Dolphin5_QT_F09.png]


GTK2 - CleanIce (with Texts)
[Image: Dolphin5_QT_F10.png]


Jejeje, sorry for that xD i hope. someone found usefull the compilation instructions xD
Reply
« Next Oldest | Next Newest »


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


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode