similar to: keyboard problem

Displaying 20 results from an estimated 10000 matches similar to: "keyboard problem"

2011 Sep 01
1
xvfb question
First, I realize this might not be the right group. Please feel free to redirect me :-) I recently upgraded from CentOS 5.6 to 6.0. Since the upgrade, Xvfb will, on occasion, "just stop" (ie the process disappears from the system, as opposed to still being there but not working). I can't find any tracks anywhere that it might have left behind that might be clues as to why it
2003 Aug 16
2
Borland C++ Builder 6.0 & Wine
Hi all, I need to use BCB6 with Wine to develop a software that uses two ocxs built with MS Visual C++. I set ole32, oleaut, typelib to native for bcb, else it doesn't start correclty. After that, BCB start up, I can design the forms, write the code, but I have two problems that block me: a) when I press the Execute button, the units are compiled, but the linker hangs up with all the cpu used
2003 Aug 17
2
Problem with shlwapi, msxml and Borland xml vcls.
After get bcb working, I'm now trying to get working also my application, so that can be used under wine (no, I can't port it, it's a tool that works with Ultima Online, so I need to write it for windows & wine). The problem now is that i have some problems running the executable. First note: if I set a breakpoint into the code, I can run the software with bcb and use the Just In
2007 Nov 18
2
Launching X-Windows at different runelvels
Hi all, I need to launch X-Windows at runlevel 4 and 5. CentOS only start up x-windows at runlevel by default. I have modified /etc/inittab to accomplish this: x:4:respawn:/etc/X11/prefdm -nodaemon x:5:respawn:/etc/X11/prefdm -nodaemon But this returns errors every time that start and stop system ... Which is the correct form to launch x-windows under centos at different runlevels?? Many
2017 Nov 14
3
C6 and xfce
On 11/13/17 18:34, Gordon Messmer wrote: > On 11/13/2017 11:26 AM, m.roth at 5-cent.us wrote: >> ??? Did I miss something? > > You left out the details of what you actually did.? Should we guess?? :) > > My guess is: you ran "startx".? That starts a session as the user that runs > "startx" Excuse me, but there's no need for insults. You know
2003 Apr 01
1
Underscores in BCB making vorbisfile unusable
I use Borland C++ Builder 3 and I'm having trouble getting vorbisfile to work. This version of C++ Builder prefixes function names with underscores, so in the .obj file ov_open would look like _ov_open. Now, when linking the .obj files, it looks for the function _ov_open in all other .obj files and .lib files in the project. It finds none, and gives me an unresolved external error. I can
2015 Apr 08
8
Problems with getty and X on runlevel switch [Was: Re: The future of centos]
On 2015-04-04, Bill Maltby (C4B) <centos4bill at gmail.com> wrote: > On Sat, 2015-04-04 at 11:12 +0100, Nux! wrote: >> 100% with Digimer here. <snip> > >> All this energy should be put into contributing towards to the >> project, testing, helping out community. > > Well, I used to agree. But when a bug report filed in December goes > untouched entering
2001 Jan 29
1
Building vorbis - please help
I realize not many people (one :) ) want to build vorbis with BCB, but what about vorbisfile.c, os.h, oggenc.c, and getopt? And someone must care about the MSVC files. I really tried not to bring up any questions about BCB itself (although I had some). Please, someone, take a look at the original message, and excuse me if I'm too impatient...
2007 Mar 16
1
prefdm still unfinished?
After testing the beta of CentOS 5, i was a little surprised to notice that the display manager part of the prefdm file in /etc/X11 was exactly like in CentOS 4 / RHEL4 and previous versions including RH9. it reads like this (added line numbers for reference): 14 # Run preferred X display manager 15 preferred= 16 if [ -f /etc/sysconfig/desktop ]; then 17 . /etc/sysconfig/desktop 18 if [
2001 Jan 30
2
Overflow in psy.c
In beta 3 (Windows, libvorbis-1.0beta3.zip, compiled using BCB), I get a runtime overflow on line 322 when encoding a simple pure tone (44100Hz, 96kbps, 128kbps, or 160kbps). Changing the float to a double avoids the problem. float val=decay[i]*decscale; float att=fabs(f[i]/val); /// floating point overflow ... Chris http://www.goldwave.com --- >8 ---- List archives:
2008 Dec 21
1
WINE Keyboard problem
My keyboard layout is USA when I play games, in all games I play with wine, like Counter-Strike 2D, CS 1.6 and all others i push like "W" In game it recognizes as "E" and so on, and I cant normally play any games? Which layout should I switch to? Sorry for bad english. Please some answers guys ;)
2010 Jun 04
5
GRUB, and how do I loathe thee
I just adore the install. Esp. of GRUB. Does *anyone* who works on GRUB actually work in the real world, and not only on brand new machines? I just had happen at work what happened last fall on my home system: then, I had /dev/hda, and was trying a clean install on a new SATA drive; right now, I'm installing on a replacement disk on a server that has no CD/DVD drive from a USB key. My
2003 Jul 08
2
OMF static LIBs for Borland ?
Hi, I have a problem and I hope that someone, possibly someone from Vorbis developing team, could help me out. My question is: "Are there OggVorbis static libraries in OMF format that can be statically linked to a Borland C++ Builder compiled applications?" Static LIBs that I found in Vorbis Win32 SDK are in COFF format, and therefore I was only able to link dynamically to DLLs.
2012 Dec 06
1
KDE login screen configuration problems
Sorry to be so slow in responding. I've done what you suggested. I created /etc/sysconfig/desktop and entered "$DISPLAYMANAGER=KDM". I rebooted but there was no change. GDM is still being used. Any other suggestions? mw ======================== Just create the file /etc/sysconfig/desktop and put in it: DESKTOP=KDM I believe it's DESKTOP - you can dbl check /etc/X11/prefdm
2018 Apr 10
2
Spectral analisys for for R version 3.4.3
Dear all, Is there any spectral analisys functionality available for R version 3.4.3? Series() functionality doesn't work in this version. Regards Danniel [[alternative HTML version deleted]]
2007 Jun 18
5
Guest-domain has no login
Hi *, as this is my first post I want to say hello to everybody. Well, and unfortunatly I''ve already got a question for you: I''ve installed a guest domain (OS: CentOS 4) on my xen-machine and it''s para-virtualised (just to provide the information ;) ). After the installation and mount the image containing the guest to copy the necessary modules for the xen-kernel,
2017 Nov 13
5
C6 and xfce
Hi, folks, So I installed xfce on my Netbook. While I was in Chicago, I worked out how to tell it to bring it up. It came up. As root. With no obvious way to tell it to show a login screen first. Did I miss something? mark
2015 Apr 22
2
semi-OT: t-bird mime type on .pdf attachment is wrong
I was sending my manager a copy of a form, and attached it (not inline), using -t-bird, and he complains it didn't want to open. Looking at the message source, t-bird had decided that the mime type was all/allfiles, though the name ended in .pdf. I've searched via the config editor, and I've been googling, and not finding anything. (I just *adore* the current google: I have
2008 Apr 24
1
G723 pass thru
Hi, I have softphone with a g723 codec, my question is how do i set it as Pass thru in Asterisk? cheers, Aby Azid -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080424/b442d5af/attachment.htm
2001 Sep 09
4
Ogg Vorbis and Bitrate
In Ogg Vorbis, does one kilobit equal 1000 bits, or 1024 bits? _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org'