|
Problem on Mandrake 10.2
Forum,
after installing with success the latest version downloaded from sourceforge (VDrift-2007-03-23-full-2.package), can't run it. The machine is a 1.7GHz + 512MB + Sis300 (video card) running Mandrake Linux 10.2 (kernel 2.6.11-6mdk). From command line, I am able to see the error that is the following:
++++++++++++++++++++++++++++++++++
[mauricio@mauricio bin]$ ./vdrift
BinReloc successfully initialized.
Executable path: /usr/share/games/vdrift/bin/vdrift
Data dir: /usr/share/games/vdrift/data
Localedir: /usr/share/games/vdrift/share/locale
No data_dir found in VDrift.config, using /usr/share/games/vdrift/data
Found config file /home/mauricio/.vdrift/controls.
Found config file /home/mauricio/.vdrift/VDrift.config.
No data_dir found in VDrift.config, using /usr/share/games/vdrift/data
Version of game: 2007-03-23
Skin name not found in config file...
Warning: option-47 is missing its default value. Assuming "".
Force feedback device: /dev/input/event0
Force feedback gain: 2
Force feedback inverted: 0
Run with -verbose for troubleshooting.
Run with -nosound to disable sound.
Run with -benchmark to play a replay and output benchmark data.
0 joystick(s) found:
[sis_alloc.c:154]: Failure to allocate Z buffer.
++++++++++++++++++++++++++++++++++
Other configurations taken from VDrift.conf and controls are as follow:
++++++++++++++++++++++++++++++++++
[mauricio@mauricio settings]$ pwd
/usr/share/games/vdrift/data/settings
[mauricio@mauricio settings]$ more controls
#Generated by VDrift, feel free to edit manually
# joystick type: wheel or joystick, touchiness compensation
joysticktype joystick off
# for a joystick button:
# [function name] joy [joystick number] button [button number] [true for not held down, false for held down] [true to trigg
er when button is pressed, false to trigger when button is released]
# for a joystick axis:
# [function name] joy [joystick number] axis [axis number] [true for positive axis, false for negative axis]
# for a keyboard key:
# [fuction name] key [key name as defined in lists/keys] [true for keys that aren't held down, false for keys that are] [t
rue to trigger when key is pressed, false to trigger when key is released]
reset key r false true
neutral key n true true
first_gear key 1 true true
second_gear key 2 true true
third_gear key 3 true true
fourth_gear key 4 true true
fifth_gear key 5 true true
sixth_gear key 6 true true
reverse key BACKQUOTE true true
disengage_shift_up key w true true
disengage_shift_down key s true true
engage key w true false
engage key s true false
gas key UP false true
brake key DOWN false true
steer_left key LEFT false true
steer_right key RIGHT false true
start_engine key s true true
handbrake key SPACE false true
view_hood key F1 true true
view_incar key F2 true true
view_chaserigid key F3 true true
view_chase key F4 true true
view_orbit key F5 true true
view_free key F6 true true
view_external key F7 true true
view_extfollow key F8 true true
pan_left key KP4 true true
pan_right key KP6 true true
pan_up key KP2 true true
pan_down key KP8 true true
replay_ff key PERIOD true true
replay_rw key COMMA true true
screen_shot key F12 true true
joystick_info key j true true
pause key p true true
++++++++++++++++++++++++++++++++++
[mauricio@mauricio settings]$ pwd
/usr/share/games/vdrift/data/settings
[mauricio@mauricio settings]$ more VDrift.config
[ main ]
version = 2006-10-06
[ game ]
game_mode = 0
camera_mode = 3
selected_car = TL
car_paint = 0
track = zandvoort
record = off
ghost = off
num_shots = 0
antilock = off
traction_control = on
[ network ]
host_game = 1
server_port = 1234
server_ip = 127.0.0.1
[ display ]
width = 800
height = 600
depth = 16
texture_size = medium
show_hud = on
show_fps = off
mph = on
view_distance = 2500.000000
fullscreen = off
anisotropic = 0
antialiasing = 0
input_graph = off
car_shadows = on
skin = simple
[ sound ]
volume = 0.750000
music_volume = 0.42
[ mouse ]
xsens = 1.000000
ydead = 0.200000
ysens = 0.900000
enabled = 0
[ control ]
autoclutch = off
profile = joystick
button_ramp = 0.0
[ joystick ]
type = joystick
touchcomp = off
deadzone = off
calibrated = off
selected_index = 0
++++++++++++++++++++++++++++++++++
It seems, by the section "control", that the game is configured to use a joystick. If this is the true cause of the error I am getting, how could I configure it to use the keyboard as determined by the configuration already made in the controls file? Need to create a "keybord" section in VDrift.conf? Need your help. Thanks in advance.
|