PDA

View Full Version : Latest Git Nexuiz - no protocol specified


deanjo
08-10-2008, 07:11 AM
Nexiuz with the latest Git results in

dean@linux:~/phoronix-test-suite> ./phoronix-test-suite run nexuiz

Would you like to save these test results (Y/n)? n

====================================
Test Configuration: Nexuiz
====================================

Resolution:

1: 800 x 600
2: 1024 x 768
3: 1280 x 960
4: 1280 x 1024
5: 1400 x 1050
6: 1600 x 1200

Please Enter Your Choice: 6

HDR:

1: Yes
2: No

Please Enter Your Choice: 1

Sound:

1: On
2: Off

Please Enter Your Choice: 2

====================================
Nexuiz (Run 1 of 3)
====================================

No protocol specified
No protocol specified
No protocol specified
No protocol specified
No protocol specified
No protocol specified
No protocol specified

====================================
Nexuiz (Run 2 of 3)
====================================

No protocol specified
No protocol specified
No protocol specified
No protocol specified
No protocol specified
No protocol specified
No protocol specified

====================================
Nexuiz (Run 3 of 3)
====================================

No protocol specified
No protocol specified
No protocol specified
No protocol specified
No protocol specified
No protocol specified
No protocol specified

###############################################
Nexuiz:
Resolution: 1600 x 1200 - HDR: Yes - Sound: Off


Average: 0.00 Average FPS
###############################################

deanjo
08-10-2008, 07:14 AM
Seems urban terror has an issue too

dean@linux:~/phoronix-test-suite> ./phoronix-test-suite run urbanterror

Would you like to save these test results (Y/n)? n

====================================
Test Configuration: Urban Terror
====================================

Resolution:

1: 800 x 600
2: 1024 x 768
3: 1280 x 960
4: 1280 x 1024
5: 1400 x 1050
6: 1600 x 1200

Please Enter Your Choice: 6

====================================
Urban Terror (Run 1 of 3)
====================================


====================================
Urban Terror (Run 2 of 3)
====================================


====================================
Urban Terror (Run 3 of 3)
====================================


####################################
Urban Terror:
1600 x 1200


Average: 0.00 Average FPS
####################################

dean@linux:~/phoronix-test-suite>


This seems to happen on all the game tests.

Michael
08-10-2008, 07:34 AM
No protocol specified? Never seen that before... I'll check it out today. Thanks.

deanjo
08-10-2008, 07:53 AM
No protocol specified? Never seen that before... I'll check it out today. Thanks.

Ya just a reminder this is on a fresh install of openSUSE 11.0 and pts.

deanjo
08-11-2008, 01:00 PM
PTS 1.0.5 runs fine.

Michael
08-16-2008, 08:45 AM
Is anyone else experiencing running graphics tests like these with git or 1.2.0b1? I cannot reproduce this problem.

deanjo
08-17-2008, 10:20 AM
For those that may be experiencing this a workaround is to type in before running it is


xhost +

Kano
08-17-2008, 10:38 AM
You are running it as root, thats wrong.

deanjo
08-17-2008, 10:59 AM
You are running it as root, thats wrong.

xhost +local:
would work as well.

Kano
08-17-2008, 03:08 PM
A VERY stupid hack! There is no need to run it as root at all, also if you would need it then you would use

sux

not

su

to get root. Also sudo -i does not work in this case.

deanjo
08-17-2008, 04:52 PM
A VERY stupid hack! There is no need to run it as root at all, also if you would need it then you would use

sux

not

su

to get root. Also sudo -i does not work in this case.

You do not have to run root nor su nor sux to run xhost.

The error will pop up with no actions ever being done as root or su.

3vi1
11-04-2008, 08:13 AM
I had this same problem running the tests under Kubuntu 8.10. Using "xhost +local:" worked for me.

Maybe the test suite should be modified to do this automatically, if it's not going to break anything for anyone else?