similar to: Thanks

Displaying 20 results from an estimated 20000 matches similar to: "Thanks"

2006 Sep 10
5
cd drive not found
By reading messages on this list, I think that I have figured out that in gnome, you should be able to find directories like media/floppy jerry@linux-8ldg:/media> dir total 0 drwxr-xr-x 2 root root 48 2006-08-18 20:18 floppy Since the only sub directory I have in the media directory is floppy, does this mean that I have not configured the computer correctly? I cannot get to the cd drive
2006 Sep 09
1
Can't find the cd drive
One month ago, I reformatted this drive and loaded suse Linux using a dvd created from a file downloaded from Novell. Linux seems to be running fine. But now I need to install a very old windows program. I THINK that I have downloaded, installed, and configured wine correctly. When I click on Applications, System, Terminal, Gnome Terminal and type wine, I get a three line instruction that
2009 May 08
1
wine config screen
Can somebody send me a picture of the wine config screen? With the last update of Ubuntu, my wine config screen no longer fits inside the viewing area and I can't move the mouse off screen to make changes in the dark. When I hit the tab, the pointer moves to the various choices I can see and then goes off screen for a while until I hit the tab key enough and the cursor comes back to the top.
2008 Nov 16
6
Wine config screen
I can't believe that I am the only person this has happened to. I went to the faq page and found a situation that sounded right but I am still doing something wrong. If anybody can tell me how I can make this screen readable, I would be very grateful. I am running wine 1.7 I THINK. It is hard to read any of the info that the program is sending me. The programs that I run in wine seem to
2006 Sep 24
4
crush when play SC
after installation and everything is fine, then when I try to turn SC.exe, X crushes, saying something like 3D parameters passed didn't match the hardware or something, please help -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20060924/c4931591/attachment.htm
2008 Nov 17
1
Help with faq verbage
Can somebody tell me what this means? [HKEY_CURRENT_USER\Software\Wine\X11 Driver] "ClientSideWithRender"="N" Place above in text file and it can be inserted into registry by "regedit settings.txt". It is the answer to "bad text in config screen" in the faq section. Does this mean that there is a file someplace called software\wine\x11 driver? Is
2008 Nov 17
1
Wine screens unreadable
I have moved this hard drive from another machine that had a via chipset. It took a couple of days to find the nvidia software that Ubuntu required but now almost everything looks good at 1024 X 768. But not anything that runs in wine. When I turn on the machine, the user name and the password screens are too tall for the display and the color is totally wrong. But as Ubuntu boots, the screen
2007 Oct 26
2
Ubuntu 7.10
I want wine in Ubuntu 7.10. I followed the instructions at winehq but there is some dependencies which ubuntu cant install: (if image doesn't shown it says: wine: Depends: libaudio2 but is not installable) I guess I have to install libaudio2 but isn't the list of available software. Can someone please help me? Regards. -------------- next part -------------- An
2008 Nov 24
0
[Fwd: Re: Wine config screen]
Forgot to hit the Reply-All button.... -------- Original Message -------- Subject: Re: [Wine] Wine config screen Date: Sun, 23 Nov 2008 18:19:54 -0700 From: James McKenzie <jjmckenzie51 at earthlink.net> To: Jerry Linux <jerlinux at wowway.com> References: <1226849174.m2f.15124 at forum.winehq.org> <1227445828.16416.68.camel at jer-basement> Jerry Linux wrote: >
2010 Jan 26
2
[LLVMdev] some llvm/clang missed optimizations
A few random observations: 1. Clang could do better with large but boring switches like this: http://embed.cs.utah.edu/embarrassing/jan_10/harvest/source/E8/E88C5111.shtml Performance of clang's output will be fine but this is a major code size lose. 2. Destruction of stupid loops is incomplete, sometimes due to phase ordering problems:
2010 May 19
1
Where is the construction of a dist object from raw data described?
Any reference to the appropriate documentation would be most appreciated. I am using the TSP module for clustering of HIV genetic sequences. The distances have already been computed and available as either upper-triangular or square, i.e.: a 1 2 3 b 4 5 c 6 d or a 0 1 2 3 b 1 0 4 5 c 2 4 0 6 d 3 5 6 0 The TSP modules takes in a "dist" object.
2010 Jan 26
0
[LLVMdev] some llvm/clang missed optimizations
On Tue, Jan 26, 2010 at 12:36 PM, John Regehr <regehr at cs.utah.edu> wrote: > 2. > Sometimes not: > > http://embed.cs.utah.edu/embarrassing/jan_10/harvest/source/EC/ECC74C0C.shtml The primary issue here is that scalar evolution doesn't know how to deal with loops using "sle" for the exit condition. Shouldn't be too hard to fix now that we have overflow flags
2010 Jan 27
2
[LLVMdev] some llvm/clang missed optimizations
> Umm, can you find one that isn't a popcount implementation? Ok. MMX psadbw instruction: http://embed.cs.utah.edu/embarrassing/jan_10/harvest/source/CE/CE3DA132.shtml Position of first set bit: http://embed.cs.utah.edu/embarrassing/jan_10/harvest/source/1F/1F4003C7.shtml Log2 floor: http://embed.cs.utah.edu/embarrassing/jan_10/harvest/source/83/837A80E9.shtml Pixel format
2010 Jan 27
0
[LLVMdev] some llvm/clang missed optimizations
On Tue, Jan 26, 2010 at 7:42 PM, John Regehr <regehr at cs.utah.edu> wrote: >> Umm, can you find one that isn't a popcount implementation? > > Ok. > > MMX psadbw instruction: > > http://embed.cs.utah.edu/embarrassing/jan_10/harvest/source/CE/CE3DA132.shtml > > Position of first set bit: > >
2008 Jul 23
1
Re: C:WindowsTempCloseApp.exe
1. Is ahsetup.exe this program? http://cleansofts.org/download/air-hunter.html 2. Is closeapp.exe this program? http://www.traction-software.co.uk/closeapp/ Because it looks to me like you must have installed closeapp.exe (or perhaps some other program that included it) at some point, and now it's doing exactly what it's designed to do, shut down running Windows processes, in this case
2008 Jul 23
1
Re: C:WindowsTempCloseApp.exe
Okay, I found the right ahsetup.exe (Active Home). It's doing the same thing for me: extracting CloseApp.exe (which is the same program I found) to the temp folder, but then shutting down with an error message about being unable to use it. As to why, the answer, IMO, is that this is a very old program (the download site says it works in Windows 3.1), and most programs that old simply
2010 May 30
1
solve_TSP ignores control data, or I'm reading the help doc incorrectly.
I read the documentation below to mean that: solve_TSP( tsp_input, '2-opt', rep=99 ) will use the 2-opt method on the tsp_input variable 99 times. Catch: I get an "unused input" error. Q: Am I reading the docs (Item 1, below) correctly or is this a problem with solve_TSP ignoring its inputs (Item 2, below). Item 1: solve_TSP doc: > library(TSP) >
2010 Jan 27
2
[LLVMdev] some llvm/clang missed optimizations
>> Repetitive code with lots of bitwise operations is compiled by LLVM into >> much larger code than the other compilers: >> >> http://embed.cs.utah.edu/embarrassing/jan_10/harvest/source/ED/ED37DAF5.shtml >> http://embed.cs.utah.edu/embarrassing/jan_10/harvest/source/1F/1F4003C7.shtml >> >> Note that this is straight-line code, so LLVM's output will
2010 Jan 27
0
[LLVMdev] some llvm/clang missed optimizations
On Tue, Jan 26, 2010 at 5:55 PM, John Regehr <regehr at cs.utah.edu> wrote: >>> Repetitive code with lots of bitwise operations is compiled by LLVM into >>> much larger code than the other compilers: >>> >>> >>> http://embed.cs.utah.edu/embarrassing/jan_10/harvest/source/ED/ED37DAF5.shtml >>> >>>
2010 Jan 20
0
[LLVMdev] updated code size comparison
On Wed, Jan 20, 2010 at 7:54 AM, John Regehr <regehr at cs.utah.edu> wrote: > Hi folks, > > I've posted an updated code size comparison between LLVM, GCC, and > others here: > >   http://embed.cs.utah.edu/embarrassing/ > > New in this version: > > - much larger collection of harvested functions: more than 360,000 > > - bug fixes and UI improvements