DynebolicFaq : [http://dynebolic.org/ dyne:bolic homepage]


Why can't I boot dyne:bolic 1.2 on my laptop?

Probably this has to do with the APIC extension of the new 2.4.22 kernel. Please type Linux noapic at boot prompt, that should fix it (until it gets done!); Otherwise try typing Linux acpi=off or Linux ide0=ata66 ide1=ata66 (which fixes booting on some Toshiba with Transmeta CPU). Or try a combination of these (it shouldn't hurt!). Or you can try and change the resolution dyne:bolic boots with; just read the following FAQ...

Oh and by the way read the [http://www.ibiblio.org/mdw/HOWTO/BootPrompt-HOWTO.html BootPrompt-HOWTO] which is a very good reference for Linux boot options.

How can I change the booting resolution?

You only have to type the following on dyne:bolics' boot prompt: Linux vga=zzz ...where zzz is a decimal number corresponding to the following colour scheme:

Colours

640x480

800x600

1024x768

1152x864

1280x1024

1600x1200

15 bits

0x310

0x313

0x316

0x162

0x319

0x31D

16 bits

0x311

0x314

0x317

0x163

0x31A

0x31E

decimal

785

788

791

?

794

798

24 bits

0x312

0x315

0x318

?

0x31B

0x31F

decimal

786

789

792

?

795

799

32 bits

?

?

?

0x164

?

?

How can I use dyne:bolic with a beamer? I want to use it in multimedia training...

If dyne:bolic hardware recognition fails with the beamer connected to your PC, there may help a workaround I found out for myself (it still needs to be tested further): Boot first Knoppix or Kanotix with the PC where dyne:bolic is installed and the beamer connected to. Once you reach the GUI and the beamer is working (may be you have to downscale the resolution to 1024x768), save /etc/X11/XF86config-4 to a memory stick (or another device you will reach afterwards). Now you can boot dyne:bolic as usual. Once you reach the GUI of dyne:bolic, copy XF86config-4 to /etc/XF86config - now you have to restart the GUI, using the menu option "restarting X-Server" - and you should have working both GUI and beamer.

I've got an on-board soundcard and a PCI one, but cannot make it (PCI) work. What's wrong?

Maybe you have to disable your on-board soundcard. You can do this through the BIOS setup.

Another trick got mentioned on the mailing list, by jaromil:

The /dev/dsp device configured by default in dyne:bolic sound applications is a symbolic link (see 'man ln') to the real soundcard, and as such it can be linked to a different soundcard.

A list of the soundcard devices is given by the command:

ls /dev/sound/dsp*

which basically prints out all files starting by 'dsp' in the /dev/sound directory.So you can easily change it with:

ln -sf /dev/sound/dspN /dev/dsp

where N is the number of the soundcard you want, normally the onboard is the first.This way you will change the default soundcard pointed by the /dev/dsp device in dyne:bolic.

About the volume: it starts to a default value on the first soundcard, all other soundcards are muted. most simple soundcards can be setted using the 'audio levels mixer' from the menu, but multichannel soundcards need alsamixer (command from the XTERM) to change volumes on their channels.

How can I use my usb webcam on dyne:bolic?

You have to activate the camera loading its kernel module, depending on the webcam you've got:

Please note that hasciicam and freej do not support philips webcams.

Once the module is loaded, you will get a device called /dev/v4l/video0

For convenience, you could also make a link to it:

ln -sf /dev/v4l/video0 /dev/video


DynebolicFaq : [http://dynebolic.org/ dyne:bolic homepage]


Created on 22-04-2004 by Tommy Drum for the community; please update, correct and contribute!