Log inRegister an accountBrowse CSDbHelp & documentationFacts & StatisticsThe forumsAvailable RSS-feeds on CSDbSupport CSDb Commodore 64 Scene Database
You are not logged in - nap
CSDb User Forums


Forums > CSDb Discussions > How to make "Vice" run on Fedora 7?
2007-08-13 06:38
DJ Gruby

Registered: Aug 2002
Posts: 30
How to make "Vice" run on Fedora 7?

Hello there!

I've got problems with running "Vice" on my Fedora 7. Installation process goes fine, however running the application ends without success. The screen is not getting initialized, it remains blank (black) whatever action I try to invoke.

Here's the screenshot after running "x64":



And here's the console output:

[djgruby@localhost bin]$ ./x64
Reading configuration file `/home/djgruby/.vice/vicerc'.
Unknown resource `openGL_sync'.
/home/djgruby/.vice/vicerc: Unknown resource specification at line 270.
Unknown resource `openGL_no_sync'.
/home/djgruby/.vice/vicerc: Unknown resource specification at line 271.
*** VICE Version 1.21 ***

Welcome to x64, the free portable C64 Emulator.

Current VICE team members:
A. Boose, D. Lem, T. Biczo, A. Dehmel, T. Bretz, A. Matthies,
M. Pottendorfer, M. Brenner, S. Trikaliotis, M. van den Heuvel.

This is free software with ABSOLUTELY NO WARRANTY.
See the "About VICE" command for more info.

X11: Found 24bit/TrueColor visual.
X11: Using private colormap.
Loading system file `/home/djgruby/Programy/C-64/VICE-1.21/lib/vice/C64/kernal'.
C64MEM: Kernal rev #3.
Loading system file `/home/djgruby/Programy/C-64/VICE-1.21/lib/vice/C64/basic'.
Loading system file `/home/djgruby/Programy/C-64/VICE-1.21/lib/vice/C64/chargen'.
Loading system file `/home/djgruby/Programy/C-64/VICE-1.21/lib/vice/PRINTER/mps803'.
Palette: Loading palette `/home/djgruby/Programy/C-64/VICE-1.21/lib/vice/PRINTER/mps803.vpl'.
Loading system file `/home/djgruby/Programy/C-64/VICE-1.21/lib/vice/PRINTER/nl10-cbm'.
Palette: Loading palette `/home/djgruby/Programy/C-64/VICE-1.21/lib/vice/PRINTER/mps803.vpl'.
NL10: Printer driver initialized.
Loading system file `/home/djgruby/Programy/C-64/VICE-1.21/lib/vice/DRIVES/dos1541'.
Loading system file `/home/djgruby/Programy/C-64/VICE-1.21/lib/vice/DRIVES/d1541II'.
Loading system file `/home/djgruby/Programy/C-64/VICE-1.21/lib/vice/DRIVES/dos1570'.
Loading system file `/home/djgruby/Programy/C-64/VICE-1.21/lib/vice/DRIVES/dos1571'.
Loading system file `/home/djgruby/Programy/C-64/VICE-1.21/lib/vice/DRIVES/dos1581'.
Loading system file `/home/djgruby/Programy/C-64/VICE-1.21/lib/vice/DRIVES/dos2031'.
Loading system file `/home/djgruby/Programy/C-64/VICE-1.21/lib/vice/DRIVES/dos2040'.
Loading system file `/home/djgruby/Programy/C-64/VICE-1.21/lib/vice/DRIVES/dos3040'.
Loading system file `/home/djgruby/Programy/C-64/VICE-1.21/lib/vice/DRIVES/dos4040'.
Loading system file `/home/djgruby/Programy/C-64/VICE-1.21/lib/vice/DRIVES/dos1001'.
Drive: Finished loading ROM images.
X11Video: Successfully initialized, using shared memory.
XCreateImage failed.
XCreateImage failed.
openGL: GLX_SGI_video_sync extension is supported
X11Video: Successfully initialized, using shared memory.
Sound: Available sound devices: alsa uss esd dummy fs speed dump wav voc iff aiff mp3
Keyboard: Loading keymap `/home/djgruby/Programy/C-64/VICE-1.21/lib/vice/C64/x11_sym.vkm'.
Joystick: Linux joystick interface initialization...
Joystick: Warning - Cannot open joystick device `/dev/input/js0'.
Joystick: Warning - Cannot open joystick device `/dev/input/js1'.
Joystick: Warning - Cannot open joystick device `/dev/input/js2'.
Joystick: Warning - Cannot open joystick device `/dev/input/js3'.
Joystick: Warning - Cannot open joystick device `/dev/input/js4'.
Joystick: Warning - Cannot open joystick device `/dev/input/js5'.
Main CPU: starting at ($FFFC).
Main CPU: RESET.
Drive 8: RESET.
Sound: Opened device `alsa', speed 22050Hz, fragment size 21ms, buffer size 341ms
reSID: MOS6581, filter on, sampling rate 22050Hz - fast
Drive 8: RESET.
Any kind of help would be highly appreciated!

Many thanks in advance!

Regards,
DJ Gruby/Oxyron.
2007-08-13 08:06
Scout

Registered: Dec 2002
Posts: 1570
http://vicekb.trikaliotis.net/21-006
2007-08-13 09:08
DCMP
Account closed

Registered: May 2003
Posts: 59
http://ubuntuforums.org/showthread.php?t=278022&page=6nlv12647

(edit)
What I tried first is to change this:

In line 123/124 of (viceinstall)src/arch/unix/x11/xaw/uicolor.c:
Code:

im = XCreateImage(display, visual, x11ui_get_display_depth(),
ZPixmap, 0, (char *)data, 1, 1, 8, 1);

change this to:
Code:

im = XCreateImage(display, visual, x11ui_get_display_depth(),
ZPixmap, 0, (char *)data, 1, 1, 8, 0);

2007-08-13 10:35
Style

Registered: Jun 2004
Posts: 498
this is a long known issue i think. I have a deb here for a working version, but no rpm sorry. Youll have to go the long route of recompiling it all :)
2007-08-13 11:24
Mace

Registered: May 2002
Posts: 1799
Or try Vice v1.22:
- Fixed the "black screen" bug caused by some X11 library security update.
2007-08-13 18:52
DJ Gruby

Registered: Aug 2002
Posts: 30
Hello again!

Thanks everyone for such a quick answer and all your help!

I haven't even noticed that there's been 1.22 already released (I've been trying with 1.21). That clearly solves my problem! Thanks a lot!

This is a good thing to have an emulator here. It will help me to get back with the C-64 activities a little bit. ;)

Regards,
DJ Gruby/Oxyron.
RefreshSubscribe to this thread:

You need to be logged in to post in the forum.

Search the forum:
Search   for   in  
All times are CET.
Search CSDb
Advanced
Users Online
Magnar
Scooby/G★P/Light
Matt
A3/AFL
Guests online: 70
Top Demos
1 Next Level  (9.7)
2 13:37  (9.7)
3 Coma Light 13  (9.7)
4 Edge of Disgrace  (9.6)
5 Mojo  (9.6)
6 The Demo Coder  (9.6)
7 What Is The Matrix 2  (9.6)
8 Uncensored  (9.6)
9 Comaland 100%  (9.6)
10 Wonderland XIV  (9.6)
Top onefile Demos
1 Layers  (9.6)
2 Party Elk 2  (9.6)
3 Cubic Dream  (9.6)
4 Copper Booze  (9.6)
5 Libertongo  (9.5)
6 Rainbow Connection  (9.5)
7 Onscreen 5k  (9.5)
8 Morph  (9.5)
9 Dawnfall V1.1  (9.5)
10 It's More Fun to Com..  (9.5)
Top Groups
1 Performers  (9.3)
2 Booze Design  (9.3)
3 Oxyron  (9.3)
4 Nostalgia  (9.3)
5 Triad  (9.2)
Top Swappers
1 Derbyshire Ram  (10)
2 Jerry  (9.8)
3 Violator  (9.7)
4 Acidchild  (9.7)
5 Cash  (9.6)

Home - Disclaimer
Copyright © No Name 2001-2024
Page generated in: 0.039 sec.