Displaying 20 results from an estimated 100 matches similar to: "how to fix consistent crash if mouse is not contained?"
2008 Dec 23
3
3D sound/effects state of things
Hi all!
Short:
Concerning 3D sound effects in games (3D positional and echo etc.
effects), what's the state of things in Wine?
Long:
I don't know how Windows is handling 3D sound since I didn't play in
Windows for ages. Searching on the net I found that it seems that dsound
handles positional as well as other (echo etc.) effects, possibly
accelerated in hardware.
Quickly looking
2006 Aug 03
2
how can I tell if a directory is using dir_index?
Hi,
I enabled dir_index on a filesystem and dumpe2fs -h also reports this.
My understanding is that this will be used for newly created directories
and that old directories can be indexed using "fsck.ext2 -D".
Two questions:
- Is there a way to tell is a given directory is indexed or not?
- Is there a better way to index the root fs than to boot off a live
CD?
Best,
Norbert
2005 Apr 17
2
CentOS4 upgradeany hangs while loading sata_via
Hi,
I have a machine running under CentOS 3.4 which I want to upgrade to
CentOS 4. I booted using the CentOS 4 CD1 using "linux upgradeany".
Problem is that loading sata_via never terminates. Ismod shows the
sata_via module in state "Loading" while all others are in state "Live".
The dmesg output shows that the module gets loaded, sees two disks, then
prints info
2008 Dec 12
3
How do I get the Wine *WINDOW* to grab control of my mouse?
Hi,
For some (most?) games the screen edges are used for scrolling/turning, etc. Running them in Wine is no problem in full-screen, but in Windowed mode the mouse just moves off, and if the mouse has been 'jerked' fast enough, it is left within the window some distance away from the screen edge. Meaning the window doesn't scroll/your character doesn't turn.
Is there any way for
2009 Jan 02
3
ALSA Sound Regression
Greetings,
I've used wine for several years now, but I've never really gotten involved with development so I'm not sure how or even where this would need to go.
I've found a regression in the latest (as of 1-1-09) git of wine; alsa sound doesn't appear to work. It did work from a version of wine I had cloned from git about a week earlier. It also works fine in 1.1.11 release.
2008 Dec 07
4
Gaming support with different hardware vendors (esp. ATI)
Hi all!
I recently got an ATI Radeon HD 3850 card and now noticed that with the
fglrx driver many games that look well in AppDB do not run properly on
this hardware (Supreme Commander ingame: flickering static garbage, Prince
of Persia SoT has several issues that completely garble ingame graphics).
Older games (not using shaders among other things) seem to run fine - need
to do more testing
2001 Feb 14
1
ANNOUNCE: x11-ssh-askpass v1.2.0
x11-ssh-askpass version 1.2.0 (code name: Love Me Tender) is now
available from the following locations:
http://www.jmknoble.cx/software/x11-ssh-askpass/
http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/
x11-ssh-askpass is a passphrase dialog for use with OpenSSH
(www.openssh.com) under the X Window System.
The important changes since version 1.2.0 are as follows:
- Adds the
2006 May 22
0
Ordering one model class by details contained in another
I''m very new to rails. I have on "main" model class "Competition" with
a supporting model class "CompDates" arranged in a 1:m relationship. In
my "list" action, I would like to order the competitions by earliest
date.
In other languages, I probably would have simply created a view in the
database. If I''m trying to limit myself to
2006 Apr 11
2
Mapping contained objects to forms?
I''m having lots of trouble trying to map an object that contains another
object to the right forms param. So say I have Book which has one
Publisher. Here is what I''ve tried:
<p><label for="book_publisher">Publisher</label><br/>
<%= text_field ''book'', ''publisher.name'' %> </p>
Then
2012 Jul 18
0
Zipping files contained in a dir (rubyzip)
hey so I''m trying to zip all the files contained in a directory
(RubyZip). heres what I have:
def bundle
#create the ZIPfile with the title of (:id).zip
bundle_filename = "public/attachments/#{self.id}/#{self.id}.zip"
#open the ZIPfile in order to add items in
Zip::ZipFile.open(bundle_filename, Zip::ZipFile::CREATE) {
|zipfile|
2005 Apr 04
0
Self-Contained Rails App, How do I bundle SQLite
I am attempting to create a self-contained rails app which can be
checked out from subversion and ran with only Ruby installed (i.e. no
need for Rails gems etc). Using the zipped version of RoR I have been
able to contain everything but the database, I am now curious to see
if anyone has had any luck with including the SQLite dll & the
bindings directly under /vendor such that I
2010 Aug 12
0
[LLVMdev] LLVM-C: Calling functions contained in other libraries
On Aug 12, 2010, at 10:43 AM, F van der Meeren wrote:
> Where am I going wrong here?
>
Did you link against the library that contains the function?
-eric
2013 Mar 23
0
Self Contained Least Cost Routing Solution
Hello Everyone,
We are aware of a2billing and it's LCR functionality. I just wanted to
know what other solutions you may be using. Maybe a tool that is a
self contained module (ie a2billinig -> Asterisk -> LCR Tool ->
Trunk). Is there such a tool? It should be open source as is all good
software.
Kind Regards,
Nick Khamis
2012 Mar 08
0
Updates contained in the CentOS-5.8 release
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos-announce/attachments/20120307/d7f0b110/attachment-0007.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 262 bytes
Desc: OpenPGP digital signature
URL:
2020 Apr 06
0
[PATCH v4 02/12] tools/virtio: make asm/barrier.h self contained
We are using abort() so let's include stdlib.h
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
tools/virtio/asm/barrier.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/virtio/asm/barrier.h b/tools/virtio/asm/barrier.h
index d0351f83aebe..04d563fc9b95 100644
--- a/tools/virtio/asm/barrier.h
+++ b/tools/virtio/asm/barrier.h
@@ -1,4 +1,5 @@
/*
2020 Apr 06
0
[PATCH v5 02/12] tools/virtio: make asm/barrier.h self contained
We are using abort() so let's include stdlib.h
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
tools/virtio/asm/barrier.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/virtio/asm/barrier.h b/tools/virtio/asm/barrier.h
index d0351f83aebe..04d563fc9b95 100644
--- a/tools/virtio/asm/barrier.h
+++ b/tools/virtio/asm/barrier.h
@@ -1,4 +1,5 @@
/*
2020 Apr 06
0
[PATCH v6 02/12] tools/virtio: make asm/barrier.h self contained
We are using abort() so let's include stdlib.h
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
tools/virtio/asm/barrier.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/virtio/asm/barrier.h b/tools/virtio/asm/barrier.h
index d0351f83aebe..04d563fc9b95 100644
--- a/tools/virtio/asm/barrier.h
+++ b/tools/virtio/asm/barrier.h
@@ -1,4 +1,5 @@
/*
2020 Apr 07
0
[PATCH v7 02/19] tools/virtio: make asm/barrier.h self contained
We are using abort() so let's include stdlib.h
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
tools/virtio/asm/barrier.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/virtio/asm/barrier.h b/tools/virtio/asm/barrier.h
index d0351f83aebe..04d563fc9b95 100644
--- a/tools/virtio/asm/barrier.h
+++ b/tools/virtio/asm/barrier.h
@@ -1,4 +1,5 @@
/*
2020 Apr 07
0
[PATCH v8 02/19] tools/virtio: make asm/barrier.h self contained
We are using abort() so let's include stdlib.h
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
tools/virtio/asm/barrier.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/virtio/asm/barrier.h b/tools/virtio/asm/barrier.h
index d0351f83aebe..04d563fc9b95 100644
--- a/tools/virtio/asm/barrier.h
+++ b/tools/virtio/asm/barrier.h
@@ -1,4 +1,5 @@
/*
2009 Oct 11
1
problem with old stable 0.1.1 roundcubemail contained in the deposit EPEL
Hi all
Hi list
my linux box is CentOS 5.3
it is properly updated
I use the old old ?stable version 0.1.1 of roundcubemail , which is contained
in the deposit EPEL
I preferred to continue using the version contained in the official
repositories of CentOS
I configure a user roundcubemail on my mysql server
Here are the commands that I have applied to the server mysql
mysql -u roundcubemail -p