1 Nov 01:07
Fwd: Re: svgalib 1.9.23 broken here
Hello, All,
Matan sent me a patch that fixes the problem with text not clearing
properly from the screen when one goes from one window to the next with
1.9.23. If you have the problem, here is what worked for me:
1. put the patch in a file named patchvga.h [or any other name; just
change the command line]
2. copy lrmi.c and lrmi.h from svgalib-1.9.21 to 1.9.23 src directory
3. patch vga.h with patch named patchvga.h that is in svgalib-1.9.23
directory using command: patch src/vga.h -i patchvga.h
4. gedit vga.h and replace all [2] instances of LRMI_regs with vm86_regs.
5. then make uninstall, make clean, make install, make demoprogs
The patch is here:
--- svgalib-1.9.23/src/vga.h2005-10-04 16:36:55.000000000 +0300
+++ svgalib-1.9.24/src/vga.h2005-10-31 20:09:01.000000000 +0200
@@ -266,7 +266,7 @@
/* Don't use linear in vga modes (even 320x200x256). It does not work
with some
* cards. */
-#define CAN_USE_LINEAR (__svgalib_modeinfo_linearset & LINEAR_USE &
!STDVGAMODE(CM))
+#define CAN_USE_LINEAR ((__svgalib_modeinfo_linearset & LINEAR_USE) &&
!STDVGAMODE(CM))
typedef struct {
int width;
(Continue reading)
> There is only one problem which I was not able to solve: While I
> had to externally attenuate my input signal with all of my previous
> sound cards in order not to overdrive the input (so the level
> that came from the TRX was much too high), the Delta 2496 cannot
> become saturated at all. E.g. on Spectran I can only get around
> 20% of the level, on WSJT the noise level can be set to be -5dB
> in the maximum.
> By the way: I am still using W98 here. There is no Windows
> sound mixer available when the Delta 2496 is installed, the
> only mixer application is the M-Audio mixer (nice grapical design).
If there is no switch to set the sensitivity in the M-Audio mixer
I would guess the card always has its peak level at 4V RMS.
> Are there any hints what to do in this case?
In case your hardware is good enough for the noise to be invisible
when your preamplifier is switched off you need an audio
amplifier
RSS Feed