Author Topic: New to linux  (Read 3730 times)

Kiwi

  • Posts: 859
  • Turrets: +29/-9
New to linux
« on: September 02, 2009, 02:02:59 am »
Hey guys, I'm new to Ubuntu, but I have been able to set up tremulous on a mac fine.  But after installing the newest version of Ubuntu on my computer I realised that it didn't like my graphics card, so I downgraded.  Now I'm having troubles setting up tremulous.  I downloaded tremulous from the package thing, and the tremfusion stuff, but after playing everything where it needs to go, tremulous still fails to open.  Any idea would be greatly appreciated, because I'm new to linux.
Thanks,
Kiwi

mooseberry

  • Community Moderators
  • *
  • Posts: 4005
  • Turrets: +666/-325
Re: New to linux
« Reply #1 on: September 02, 2009, 02:11:43 am »
Don't use package install.
Bucket: [You hear the distant howl of a coyote losing at Counterstrike.]

मैं हिन्दी का समर्थन

~Mooseberry.

Kiwi

  • Posts: 859
  • Turrets: +29/-9
Re: New to linux
« Reply #2 on: September 02, 2009, 02:19:07 am »
Ok, sure I uninstall it all and try again?

Meisseli

  • Spam Killer
  • *
  • Posts: 765
  • Turrets: +83/-25
Re: New to linux
« Reply #3 on: September 02, 2009, 11:31:40 am »
What's the problem? Need you to be more specific. Is it maybe that if you click the executable nothing happens or what?

Then it's about permissions. You need to allow it to be run as an executable from Properties -> Permissions or so.

http://i221.photobucket.com/albums/dd173/swiftstealth/Screenshot-1.png
« Last Edit: September 02, 2009, 11:34:02 am by Meisseli »

Ellohir

  • Posts: 192
  • Turrets: +14/-13
    • El balrog con alas
Re: New to linux
« Reply #4 on: September 02, 2009, 02:23:43 pm »
Meisseli the problem is that Ubuntu Package instalation gives an error if you overwrite the binary with tjw/tremfusion/whatever.

Install from scratch and problem solved ^^

Kiwi

  • Posts: 859
  • Turrets: +29/-9
Re: New to linux
« Reply #5 on: September 02, 2009, 09:31:33 pm »
Ok... I tried installing it from scratch, and it worked fine without tremfusion.  So I'm guessing this is a tremfusion problem.  So should I go ask them?  But just to clarify, the problem is that I run tremulous and the screen just opens up then instantly closes.  Does this mean I don't have the right packages installed to use tremfusion/tremulous?  I ran tremulous from the terminal and got this: (after it poped up and closes)
Code: [Select]
│----- Client Initialization -----                                                                                         ││
│----- FS_Startup -----                                                                                                    ││
│execing autogen.cfg                                                                                                       ││
│execing autoexec.cfg                                                                                                      ││
│couldn't exec autoexec.cfg                                                                                                ││
│Your network rate is too slow for VoIP.                                                                                   ││
│Set 'Data Rate' to 'LAN/Cable/xDSL' in 'Setup/System/Network' and restart.                                                ││
│Until then, VoIP is disabled.                                                                                             ││
│----- Initializing Renderer ----                                                                                          ││
│-------------------------------                                                                                           ││
│QKEY found.                                                                                                               ││
│----- Client Initialization Complete -----                                                                                ││
│----- R_Init -----                                                                                                        ││
│                                                                                                                          ││
│                                                                                                                          ││
│                                                                                                                          ││
│                                                                                                                          ││
│                                                                                                                          ││
│                                                                                                                          ││
│                                                                                                                          ││
│                                                                                                                          ││
│                                                                                                                          ││
│                                                                                                                          ││
│                                                                                                                          ││
│                                                                                                                          ││
│                                                                                                                          ││
│                                                                                                                          ││
│                                                                                                                          ││
└──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘─
[16 28] -> X Error of failed request:  BadValue (integer parameter out of range for operation)
                                                                                                Major opcode of failed request:  134 (XFree86-VidModeExtension)
                                    Minor opcode of failed request:  10 (XF86VidModeSwitchToMode)
                                                                                                   Value in failed request:  0x82
      Serial number of failed request:  143
                                             Current serial number in output stream:  145
                                                                                         kiwi@Kiwi:~/Games/Tremulous/Tremfusion-0.99r3-linux32$
===edit===
I also just checked and have these packages that tremfusion says you need:
Quote
You will also need to install these packages from your package manager:

    * libsdl
    * libogg
    * libvorbis
    * libvorbisfile
    * libfreetype
    * libncurses
    * libcurl (optional, but heavily recommended)
    * libopenal (optional)
« Last Edit: September 02, 2009, 09:34:46 pm by Kiwi »

Bissig

  • Posts: 1309
  • Turrets: +103/-131
Re: New to linux
« Reply #6 on: September 02, 2009, 10:56:14 pm »
Accelerated 3d open gl drivers installed? Setting a mode maybe, that your X Server does not support?

Kiwi

  • Posts: 859
  • Turrets: +29/-9
Re: New to linux
« Reply #7 on: September 02, 2009, 11:46:44 pm »
Accelerated 3d open gl drivers installed? Setting a mode maybe, that your X Server does not support?
I don't think so.  I left everything the way it came out of the box.  But normal tremulous runs fine.

Ingar

  • Tremulous Developers
  • *
  • Posts: 554
  • Turrets: +302/-7
    • Ingar's projects on the Web
Re: New to linux
« Reply #8 on: September 04, 2009, 05:05:35 pm »
It can't set the default video mode, try adding the following to ~/.tremulous/base/autoexec.cfg

Code: [Select]
set r_customwidth 1680
set r_customheight 1050
set r_mode -1
(obviously, if your video mode is not 1680x1050 you'll have to change the values)

Alternatively you can start tremulous with the following command:
Code: [Select]
tremulous +set r_customwidth 1680 +set r_customheight 1050 +set r_mode -1
(obviously too, if your binary is not called tremulous, you will have to edit the command as well  :P)