Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Mini-Howto] Guild Wars auf Gentoo [Wine <0.9.34]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Deutsche Dokumentation
View previous topic :: View next topic  
Author Message
tacki
Guru
Guru


Joined: 29 Jun 2002
Posts: 418
Location: Germany

PostPosted: Fri Mar 23, 2007 1:33 pm    Post subject: [Mini-Howto] Guild Wars auf Gentoo [Wine <0.9.34] Reply with quote

Wird ab wine 0.9.34 nicht mehr benötigt, da diese Version den xcursor-Patch bereits eingebaut hat

Hi,

wenn ihr Guild Wars mal unter Linux spielen wollt, dann versucht folgendes:

1. Vergewissert euch dass ihr opengl installiert habt (ansonsten kommen beim Start von GW wined3d.dll Fehler)
2. Entfernt den Hash (#) vor "PORTDIR_OVERLAY=/usr/local/portage" in der make.conf
3. Bereitet den Portdir-Overlay vor
Code:
# mkdir -p /usr/local/portage
# mkdir -p /usr/local/portage/app-emulation
# mkdir -p /usr/local/portage/app-emulation/wine
# cp -v /usr/portage/app-emulation/wine/wine-0.9.33.ebuild /usr/local/portage/app-emulation/wine/wine-0.9.33-r1.ebuild
# cp -rv /usr/portage/app-emulation/wine/files /usr/local/portage/app-emulation/wine/
# cd /usr/local/portage/app-emulation/wine/files/ && wget http://cache.gmane.org//gmane/comp/emulators/wine/patches/34593-001.bin
# mv 34593-001.bin wine-xcursor-support.patch
# cd ..

4. Anpassen des Ebuilds
Code:
# nano -w wine-0.9.33-r1.ebuild

unter src_unpack muss stehen:
Code:
    unpack wine-${PV}.tar.bz2
    cd "${S}"

    sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in
    epatch "${FILESDIR}"/wine-gentoo-no-ssp.patch #66002
    sed -i '/^MimeType/d' tools/wine.desktop || die #117785
    epatch "${FILESDIR}"/wine-xcursor-support.patch

Die letzte Zeile muss hinzugefügt werden!

5. Bekanntmachen im Tree und emergen
Code:
# ebuild wine-0.9.33-r1.ebuild digest
# emerge wine


Danach kann man z.b. die GWSETUP.exe von der GW-Seite ziehen und mit 'wine GWSETUP.exe' installieren.

Meine winecfg-Einstellungen:

Grafik:
- DirectX-Anwendungen können Maus einfangen deaktiviert
- Erlaube dem Fenstermanager die Fenster zu kontrollieren aktiviert
- Emuliere einen virtuellen Bildschirm deaktiviert
- Unterstützung für Vertex Shader deaktiviert
- Pixel Shader deaktiviert

Ich übernehme keine Verantwortung über Richtigkeit oder Funktionalität :D Bei mir läuft es wunderbar ;)

Grüße,
tacki
_________________
"Kazaa ist der beste MP3-Player den es gibt!"
.o( ... )
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Deutsche Dokumentation All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum