Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Gaming & Leisure
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Gaming & Leisure
A section for users who strive to play the latest games on linux.

 
Thread Tools Display Modes
Old May 21st, 2008   #1
Vadi
Happy user
 
Vadi's Avatar
 
Join Date: May 2007
Location: Toronto, Canada
Beans: 4,430
Ubuntu Karmic Koala (testing)
Send a message via AIM to Vadi
Penny Arcade game out today!

All news here: http://www.playgreenhouse.com/

They do have a native Linux version, and it works on both 32 and 64bit.

Last edited by Vadi; May 21st, 2008 at 01:28 PM.. Reason: updated, 64bit works
Vadi is offline   Reply With Quote
Old May 21st, 2008   #2
Extreme Coder
Way Too Much Ubuntu
 
Extreme Coder's Avatar
 
Join Date: Nov 2006
Beans: 260
Ubuntu 6.10 Edgy
Re: Penny Arcade game out today!

Great! Thanks for letting me know
Extreme Coder is offline   Reply With Quote
Old May 21st, 2008   #3
cogadh
I Ubuntu, Therefore, I Am
 
cogadh's Avatar
 
Join Date: Oct 2005
Location: U.S.A.
Beans: 3,331
Ubuntu 9.04 Jaunty Jackalope
Send a message via ICQ to cogadh
Re: Penny Arcade game out today!

Sweet! They even have a demo.
cogadh is offline   Reply With Quote
Old May 21st, 2008   #4
Artificial Intelligence
Deus ex machina
 
Artificial Intelligence's Avatar
 
Join Date: Oct 2004
Location: Denmark - Scandinavia
Beans: 11,764
Kubuntu 9.10 Karmic Koala
Re: Penny Arcade game out today!

Diffently a buy. Going try out the demo and see how well it runs on 64-bit system.

EDIT: Works great!
__________________


My Desktop - HD Slideshow/video
click FullHD button & double left click the video to fit your screen

My Blog

Last edited by Artificial Intelligence; May 21st, 2008 at 01:18 PM..
Artificial Intelligence is offline   Reply With Quote
Old May 21st, 2008   #5
kirsis
Just Give Me the Beans!
 
kirsis's Avatar
 
Join Date: Dec 2006
Location: Riga, Latvia
Beans: 74
Ubuntu Karmic Koala (testing)
Send a message via MSN to kirsis Send a message via Skype™ to kirsis
Re: Penny Arcade game out today!

Downloading the demo. I dig their humor and appreciate the fact that they bothered to create a Linux native version.

If I like the demo, this will be the first game ever that I'm buying
kirsis is offline   Reply With Quote
Old May 21st, 2008   #6
voidmage
5 Cups of Ubuntu
 
Join Date: Nov 2006
Beans: 42
Kubuntu 7.04 Feisty Fawn
Re: Penny Arcade game out today!

I can't get full screen to work on 1920x1200. If I pick that resolution, it switches between full screen and windowed mode where it goes offscreen, until the timer runs out and it switches back to 1680x1050 windowed. Did anyone else have this problem and how were they able to fix it?
voidmage is offline   Reply With Quote
Old May 21st, 2008   #7
Vadi
Happy user
 
Vadi's Avatar
 
Join Date: May 2007
Location: Toronto, Canada
Beans: 4,430
Ubuntu Karmic Koala (testing)
Send a message via AIM to Vadi
Re: Penny Arcade game out today!

I read a report that on a mac on a similar high res that doesn't work. It works for me on 1440x900 though, fullscreen. Try lowering it.
Vadi is offline   Reply With Quote
Old May 21st, 2008   #8
Artificial Intelligence
Deus ex machina
 
Artificial Intelligence's Avatar
 
Join Date: Oct 2004
Location: Denmark - Scandinavia
Beans: 11,764
Kubuntu 9.10 Karmic Koala
Re: Penny Arcade game out today!

64-bit:
The only problem (bug) I had was that the game was looking for the fmod files on system wide instead of the game directory, easy to fix by copy the files to /usr/lib32

I'm the only one?
Afterwards I ran ldd on the binary to check the dependency list and it confirm it.


Code:
orion@orion:~/.Games/PAA-Darkness$ ldd RainSlickEp1_bin 	linux-gate.so.1 =>  (0xffffe000)
	libfmodex.so => /usr/lib32/libfmodex.so (0xf7de8000)
	libfmodevent.so => /usr/lib32/libfmodevent.so (0xf7d8a000)
	libGL.so.1 => /usr/lib32/libGL.so.1 (0xf7ce4000)
	libXrandr.so.2 => /usr/lib32/libXrandr.so.2 (0xf7cde000)
	libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xf7beb000)
	libm.so.6 => /lib32/libm.so.6 (0xf7bc6000)
	libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0xf7bbb000)
	libc.so.6 => /lib32/libc.so.6 (0xf7a6c000)
	libdl.so.2 => /lib32/libdl.so.2 (0xf7a67000)
	libpthread.so.0 => /lib32/libpthread.so.0 (0xf7a4f000)
	libXext.so.6 => /usr/lib32/libXext.so.6 (0xf7a41000)
	libX11.so.6 => /usr/lib32/libX11.so.6 (0xf795a000)
	libGLcore.so.1 => /usr/lib32/libGLcore.so.1 (0xf6c1b000)
	libnvidia-tls.so.1 => /usr/lib32/tls/libnvidia-tls.so.1 (0xf6c18000)
	libXrender.so.1 => /usr/lib32/libXrender.so.1 (0xf6c10000)
	/lib/ld-linux.so.2 (0xf7fd6000)
	libXau.so.6 => /usr/lib32/libXau.so.6 (0xf6c0d000)
	libxcb-xlib.so.0 => /usr/lib32/libxcb-xlib.so.0 (0xf6c0b000)
	libxcb.so.1 => /usr/lib32/libxcb.so.1 (0xf6bf3000)
	libXdmcp.so.6 => /usr/lib32/libXdmcp.so.6 (0xf6bed000)
orion@orion:~/.Games/PAA-Darkness$ 
__________________


My Desktop - HD Slideshow/video
click FullHD button & double left click the video to fit your screen

My Blog
Artificial Intelligence is offline   Reply With Quote
Old May 21st, 2008   #9
Het Irv
Fresh Brewed Ubuntu
 
Het Irv's Avatar
 
Join Date: Jul 2007
Location: Virginia, US
Beans: 1,268
Ubuntu 9.04 Jaunty Jackalope
Send a message via AIM to Het Irv Send a message via Yahoo to Het Irv
Re: Penny Arcade game out today!

I am getting an error:


Code:
Could not find a compatible display device! Make sure your display device supports Open GL 1.2 and the following extensions ARB_multitexture ARB_Texture_env_Combine....
there are a few others as well.

LSPCI
Code:
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c)
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c)
__________________
Registered Linux User: 453202 Registered Ubuntu User:17339
WARNING: Don't take code or candy from strangers.
Het Irv is offline   Reply With Quote
Old May 21st, 2008   #10
Artificial Intelligence
Deus ex machina
 
Artificial Intelligence's Avatar
 
Join Date: Oct 2004
Location: Denmark - Scandinavia
Beans: 11,764
Kubuntu 9.10 Karmic Koala
Re: Penny Arcade game out today!

Hmm...it says on the requirement page that they support 950 and up, maybe there something you need to set up in your xorg.conf for running it. But I'm not sure if the support of 950 and up also include Linux, there might be something in the intel linux driver that aren't implanted. Have you tried the latest intel driver release?


OT: Just bought the game
__________________


My Desktop - HD Slideshow/video
click FullHD button & double left click the video to fit your screen

My Blog
Artificial Intelligence is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:16 AM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry