Dingux (Dingoo Linux) > Releases

Second OpenDingux developer prerelease

<< < (3/25) > >>

virusmater:
CR:
after resume from long suspend (longer than backlight timeout) display blinking once and turned off
and we need press any key to wake it up
can you do this automatically?

pcercuei:

--- Quote from: wy_scorpio on September 20, 2011, 05:57:45 AM ---2.cant use 'Y' to read readme.txt file...

--- End quote ---
It's on the contextual menu.

NESFreak:
Congrats with the amazing progress you've made compared to the original dingux.

Since we're now using ALSA I've got a small tip for everyone wanting to use the tv-out connector for their headphones. You can disable/enable the internal speaker with the following commands:


--- Code: ---amixer set Speaker off
amixer set Speaker on
--- End code ---
By putting each command in a separate file and adding those files to the settings menu you're now able to do just that.

speaker_on

--- Code: ---#!/bin/sh
amixer set Speaker on
--- End code ---
speaker_off

--- Code: ---#!/bin/sh
amixer set Speaker off
--- End code ---



pcercuei:
Please NEVER DO THAT.The "earphones" plug and the "TV-out" plug does not have the same impedence. In short, if you plug your earphones on the "TV-out" plug you will toast your earphones (I did burn mine...), and on the other hand, if you plug a line-out on the "earphones" plug, you risk to toast your audio system.

Waiting...:

--- Quote from: Ayla on September 21, 2011, 07:29:14 PM ---Please NEVER DO THAT.The "earphones" plug and the "TV-out" plug does not have the same impedence. In short, if you plug your earphones on the "TV-out" plug you will toast your earphones (I did burn mine...), and on the other hand, if you plug a line-out on the "earphones" plug, you risk to toast your audio system.

--- End quote ---

Huh. I wish someone would have said something about this earlier. :P

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version