Emuforums.com

Go Back   Emuforums.com > PS2 Emulation > PCSX2 Forum
Home Register Downloads FAQ Members List Calendar Arcade Mark Forums Read


Reply
 
LinkBack Thread Tools Display Modes
Old January 4th, 2008   #21 (permalink)
Emu author
 
Join Date: Jan 2006
Location: my mind
Posts: 374
Yassine: Your opengl libraries are not installed correctly. You shouldn't be getting undefined symbol: glXGetProcAddress

Maybe make sure your libGL.so is in your path. You can grep the file for glXGetProcAddress to make sure it is defined in there..
zerofrog is offline   Reply With Quote

Advertisement [Remove Advertisement]
Old January 4th, 2008   #22 (permalink)
Registered User
 
Join Date: Feb 2007
Location: Bordeaux (France)
Posts: 51
thanks for you respond I m new in linux
and grep for me is ????
i don't understand??
can you help me please??

Last edited by Yassine; January 4th, 2008 at 15:42..
Yassine is offline   Reply With Quote
Old January 4th, 2008   #23 (permalink)
Registered User
 
Join Date: Nov 2007
Location: US
Posts: 9
Quote:
Originally Posted by theMADscientist View Post
You also need these libraries, but they may have got installed already when installing the other stuff:
gtk2 opengl libjpeg
Considering that automake didn't automatically install the latest version, its possible that these dependencies needed to be manually specified too.
sudo apt-get install gtk2 opengl libjpeg

Tell us if any of those actually installed anything new.
theMADscientist is offline   Reply With Quote
Old January 5th, 2008   #24 (permalink)
Registered User
 
Join Date: Nov 2007
Location: Brazil
Posts: 5
Thx for the guide, i'm using Open Suse 10.3 and i am going to test right now!
PauloHavok is offline   Reply With Quote
Old January 5th, 2008   #25 (permalink)
Registered User
 
Join Date: Feb 2007
Location: Bordeaux (France)
Posts: 51
how many linux user ??
Yassine is offline   Reply With Quote
Old January 5th, 2008   #26 (permalink)
Registered User
 
Join Date: Apr 2007
Location: Canada
Posts: 143
Quote:
Yup Linux isn't 100% safe, but if you read all the material you'll probably be okay.
haha in case you haven't noticed, if you install Windows after Linux, it will erase your boot sector without asking you anything. For Windows not only is it the default behaviour , there is no way to change it.
cyberfish is offline   Reply With Quote
Old January 5th, 2008   #27 (permalink)
Registered User
 
Join Date: Feb 2007
Location: Bordeaux (France)
Posts: 51
no false
you can install linux, after windows
but you need create a disk boot to linux!!

but
i think he is more good to install windows and after linux!
and i sugest you to install this :
Elive he is Debain with enlightment he is so beatiful!!!
and work greats
Yassine is offline   Reply With Quote
Old January 5th, 2008   #28 (permalink)
Registered User
 
Join Date: Apr 2007
Location: Canada
Posts: 143
Quote:
Writing to NTFS drives from a linux can end badly...
AFAIK ntfs-3g driver used in Ubuntu has been stable for quite a while now.

Quote:
This is potential dangerous as the bootloaders can destroy the partisan table of NTFS drives(yes it really does happen)
partition table of NTFS drives?... hmm...
I don't see how this can happen. Bootloaders are only installed in the boot sector of harddrives, BEFORE the partition table, which includes a description of the partition layout of the drive. When I tried installing Ubuntu sometime ago, it detects my existing Windows installation and adds it as an option to the bootloader, and I think that is the default behaviour based also on what I have read.

Quote:
no false
you can install linux, after windows
but you need create a disk boot to linux!!

but
i think he is more good to install windows and after linux!
and i sugest you to install this :
Elive he is Debain with enlightment he is so beatiful!!!
and work greats
of course you can install windows after linux, just backup the first 446 bytes of your harddrive that contains grub:
Code:
dd if=/dev/hda of=boot_backup.bin bs=446 count=1
and after installing windows
Code:
dd if=boot_backup.bin of=/dev/hda
but that doesn't mean Windows doesn't erase and rewrite your boot sector without your permission.

Last edited by cyberfish; January 5th, 2008 at 21:53.. Reason: Automerged Doublepost
cyberfish is offline   Reply With Quote
Old February 3rd, 2008   #29 (permalink)
Registered User
 
Join Date: Feb 2007
Location: Netherlands
Posts: 7
ok i'm a linux noob here

i compiled it with 1 error in the gs plugin, i added exit 0 to it and did another compile and that went fine.

how do i get the graphics plugin to show up if it won't compile? i changed the exit 0 to exit 1 again and did the make install command, but that one stalls on the gs plugin.

do you guys need a look at the console?
revolpathon is offline   Reply With Quote
Old February 17th, 2008   #30 (permalink)
Registered User
 
Join Date: Feb 2007
Location: Netherlands
Posts: 7
bumping because i still can't get it to work
revolpathon is offline   Reply With Quote
Old February 18th, 2008   #31 (permalink)
Registered User
 
Join Date: Aug 2006
Location: At home
Posts: 942
@revolpathon,

If you are using Ubuntu follow the guide below. It is specific to Ubuntu and only requires that you know how to copy/paste text from the guide to your console.

Compiling PCSX2 from SVN - Ubuntu Forums

@cyberfish,

In regards to the partition tables getting overwritten, I think theMADscientist may have been referring to the partitioning tools that most distros provide for doing custom partitions. If a user chooses to do advanced partition management they can destroy existing partitions. IMHO, most distros do a good job of warning n00bs away from this feature.
Barius is offline   Reply With Quote
Old February 18th, 2008   #32 (permalink)
Registered User
 
Join Date: Feb 2008
Location: Earth
Posts: 2
Unhappy Error opening GS Plugin

Whenever I try to run a game or the BIOS, I get the error 'Error opening GS plugin'. Other forum posts suggest that this error is caused by not having a graphics card that supports pixel shader v2. My graphics card, however, does support pixel shader 2. I have checked the graphics setup and my drivers appear to be set up correctly and other 3d apps work flawlessly.

Is there any other issue besides the lack of Pixel Shader 2 that could cause this error?
sammydavisjr is offline   Reply With Quote
Old February 18th, 2008   #33 (permalink)
Registered User
 
Join Date: Feb 2007
Location: Netherlands
Posts: 7
i run the latest debian distro, and considering ubuntu is build from debian the guide should apply.

the problem is is that i can't compile the graphics plugin, the guide did metnion that this might happen but the suggestion to fix this was vague (in my eyes) i switched it to 1 between compilling and making the install but it crashes on that too.

any suggestions?
revolpathon is offline   Reply With Quote
Old February 19th, 2008   #34 (permalink)
Registered User
 
Join Date: Aug 2006
Location: At home
Posts: 942
@revolpathon,

What was the vague suggestion to which you refer?

Also, post your error. Telling me you have an error without showing what it is doesn't really help much.
Barius is offline   Reply With Quote
Old March 9th, 2008   #35 (permalink)
Registered User
 
Join Date: Mar 2008
Location: brazil
Posts: 5
Hello!

I followed this guide, but everytime I click "File > RunCD" I get the text below and PCSX2 crashes before starting a game:

[root@localhost Linux]# ./pcsx2


** (<unknown>:629): WARNING **: Couldn't find pixmap file: pcsxAbout.bmp
ZeroGS: creating
ZeroGS: Only Singlebuffered Visual!
ZeroGS: glX-Version 1.2
/usr/libexec/<unknown>: No such file or directory.

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/af/51b6f773fd6f15111bb4e575356f0a60456bf8.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/e2/22d07995a598187cfd1042ab89166f15792e83.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/60/fa83cee6889c93cfe515c0b4f1c58bfccaabe9.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/57/a77ea465bb734dcb987e58b8b70ba8038d5221.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/d7/a119e261c5c832ff711da132193e8b1091065f.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/a4/baac98d93bbbb9ee36916d4d26181d302108d7.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/c6/bf306813b6c6be2cb92298e37c62fa2fb8832c.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/b9/5f5f5a15a215dad60217accead5eb4c9ae1a52.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/e6/398eaeb5f81e655aeaf09f030dc873a9c8701c.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/96/c005fcc474ab8b0d1aa41267111de2f0b647b0.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/f0/1fce744d2f9fe78712dfc8d3b5473321d19683.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/dd/4db681f7b36a087257ffebc1a498ce1807ce1b.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/27/36da0833bb10c0ea51d6c0753bb5a782ff08f2.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/64/ce37a1b7ee7ce1c23dcfe9344cbb361c321b8f.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/91/70ca84c88a0b7ccd0403f1c361484a61418ed9.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/91/f8d452c6cc80573296b2bbb28a1dd076b0507f.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/e8/abaa654dc4b17b75c06c866898a17ea06f2bcf.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/ea/5b2fb654311e2dc8beacf2f19c1c6d172ba93d.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/72/0ad477c75be7d7cbc97c0a6f443746dda98341.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/5c/a8a05c48617a1c4a32acda9f5651f78b4fe005.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/09/6ec9eec08d728dd9009ba302d81a197cae89fb.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/db/6771bed2fc20f0b264896e27759fc1b89e79a8.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/86/deb4b58dafde62d0b486e3ae1aa33585e5ba14.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/f9/a87dac1712fade1569dca237e8384e02ba952c.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/38/699c1e33e43a3e7a1e612e885f8e96d7b4e929.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/c0/6796462320579cb991a1315e688b95f00f750a.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/39/72613dcda18f86984bfefa4946653915e14946.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/48/2d685bdedeb52269fce383495d3f3c30cf5eaa.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/95/aaf78f8e9277450782063986aeb0aede0e2fb3.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/bc/48af817cc5820023d1225ac81a01877909cf6a.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/8d/27629eab3703a1b3c02c846b1dc2ebb0b856b7.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/fa/841219472d35412ad631ad0f0fabb78e5c1957.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/0b/52cf9ade98e3f7685468de3b4425ae3f07872e.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/33/fb5a71571891e32327815059db0e6f28e6b6ab.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/0c/3c55b2f32bf731379eb595b06e3d97d8f2a72a.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/4e/a27614c91c73ae57ffb4f8310b831355782153.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/4e/013d1f6ea6df2ce9372800ced749434b94c95d.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/72/67a2ecd318b0f87a0747a6986d0d6dc01c6d8d.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/ce/4771475e93db76c55db7a64e0b4eca5159e588.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/6b/123ab0f14225e7349a070f2fe67fce6a6b2549.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/78/675bdbd244ea3877a67624fd08a395e75f573f.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/b2/5155b365e37f1fac22c86d2737cde957b2d431.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/80/e42595fa9f67dab7a0adb3c012fb4645eb80b5.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/4e/e7df89c2cf6221f86fac27c4c80e0a731c9996.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/63/87b72b9e26a021a6f88816d0cd8fb7014794fc.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/86/2c2e7ed39468dda50a0eee8e73001ba9d90e7d.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/a5/b6c80d272ee1ba28286296bedba70400e0826a.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/03/6aacf7e4ab3ae68263d2d867c2e6911a7574d6.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/70/4882e5fde958771da42582560975f0e84dbfa2.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/df/4e828084cd14026c0f2e638ee2dcb985bd8393.debug

warning: Missing the separate debug info file: /usr/lib/debug/.build-id/af/a989ecad9aeb79557b5c3495e3e06b0c925e20.debug


I'm running Fedora 8 (x86_64) with ATI X1550 graphic card. Any Idea?
vitorbs is offline   Reply With Quote
Old March 9th, 2008   #36 (permalink)
Registered User
 
Join Date: Mar 2008
Location: St Paul
Posts: 4
I was able to find a linux binary package .deb install on the Ubuntu forums, made it a lot easier as I got some compilation errors, try finding a binary if you're newer to linux, makes it a touch easier.
RyanLutz is offline   Reply With Quote
Old March 9th, 2008   #37 (permalink)
Registered User
 
Join Date: Feb 2008
Location: luxembourg
Posts: 80
you said you're using ubuntu 7.10, right? I guess that'll be gutsy gibbon, then.

well, I suggest using aptitude instead of apt-get, since aptitude is a newer command that sorts out all your dependencies as well as install the packages themselves. also, I'm not sure whether all those packages are supported if you don't add any software package sources to the list...

someone sticky this, please. it's a great reference for the rest of us.
millhouse13 is offline   Reply With Quote
Old March 10th, 2008   #38 (permalink)
Registered User
 
Join Date: Mar 2008
Location: brazil
Posts: 5
Anyone here has an ATI Graphic Card? Does PCSX2 work without proprietary drivers? I'm thinking my problem is that I don't have a nvidia card.
vitorbs is offline   Reply With Quote
Old March 10th, 2008   #39 (permalink)
Registered User
 
Join Date: Mar 2008
Location: Atlanta, GA, USA, Earth.
Posts: 7
ati...

you should be able to use the proprietary drivers for ati to get the 3d support, but i don't think you'll be able to do it with any of the free drivers, sorry friend, but you shouldn't need an nvidia card.

RyanLutz--got a link for that .deb? is it sound? i alien-ed an .rpm into a .deb, but it didn't go as well as compiling.
paulderol is offline   Reply With Quote
Old March 10th, 2008   #40 (permalink)
Registered User
 
Join Date: Apr 2007
Location: Canada
Posts: 143
I don't know what the specifics are for pcsx2, but generally, nvidia's Linux driver is of much much higher quality (comparable to its Windows driver) than ati's Linux driver. That is the reason why I have only been using nvidia for the last few years, knowing that I can probably get a better performance/price ratio with ATI.
cyberfish is offline   Reply With Quote
Reply

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
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 23:01.

© 2006 - 2008 Emu Forums | About Emu Forums | Legal | A member of the Crowdgather Forum Community


Powered by vBulletin® Version 3.7.6
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5