Backtrack:  
 
showing posts tagged with 'computer'
by lunarg on April 8th 2008, at 09:18

Got a link to this article about best practices on keeping your inbox as empty as possible. Very useful for those that get a lot of mail at work:

http://www.43folders.com/2007/07/25/merlins-inbox-zero-talk

Additional comments:
http://www.43folders.com/izero

by lunarg on March 26th 2008, at 13:17
Had an issue on my PC at work with a corrupt reiser4 filesystem (still no clue as to why). I managed to repair the FS using RiP-Linux, but not without some data loss. After reviewing lost+found, I found most files related to some HTML cache of Konqueror, but fsck.reiser4 complained about a file that could not be recovered.
After awhile, I tried running emerge to install some new package, and there it was: a broken portage...

The error I got:

!!! Failed to complete portage imports. There are internal modules for !!! portage and failure here indicates that you have a problem with your&nbs  ...
by lunarg on March 13th 2008, at 11:30
When printing from a Vista computer to a shared computer, you notice the following:

Printing takes a long time to begin.Opening the Print dialog (e.g. in Word) takes a long time.Selecting printers in the Print dialog is slow.The real reason is unknown, but Vista seems to have a problem with excessive querying of the printer. Along with the usual slowdowns of network traffic, this causes serious slowdowns.

The trick is to have Vista believe it is dealing with a local printer, rather than a shared printer. This is done by specifying a Local printer port, pointing to the share, then configure t  ...
by lunarg on March 6th 2008, at 10:36

Namesys, the commercial developer of the Reiser4 filesystem, still has its website down. However, the source code and development is still going on, and can be retrieved at:

http://chichkin_i.zelnet.ru/namesys/

A good thing, because it would be a shame to lose such a good filesystem...

by lunarg on March 5th 2008, at 09:29

A collegue sent me this link. It's a list of most (if not, all) LiveCDs currently available, with links to their respective websites. Additionally, they have been classified according to functionality.

http://www.livecdlist.com/

by lunarg on January 27th 2008, at 22:45
by lunarg on January 10th 2008, at 19:52
by lunarg on December 28th 2007, at 21:46

For all nVIDIA users, I suggest installing the hotfixes recommended by nVIDIA: link.

If you have SLI, first install KB936710 (that's hotfix 2 on the nVIDIA page).

Most importantly, install KB940105 (hotfix 1).

And finally, there are KB938194 (hotfix 3), and KB938979 (hotfix 4).

by lunarg on December 28th 2007, at 17:35
This article contains some notes about the latest 7-12 ATI linux drivers. Biggest change in versions after 8.40 (aside of the new versioning scheme), is the support for Composite and AIGLX extensions, and the supposedly improved 3D performance. Unfortunately for some, support is currently limited to newer Radeon cards only.
Installation on my X700 was not entirely straight-forward, though.

Installation took place on my laptop which has a X700 on-board, but the driver only worked properly after some tweaking of xorg.conf...

Since I'm using Gentoo, installation of the latest driver was fairly   ...
by lunarg on November 11th 2007, at 20:24
A Terminal Server can be put in two modes:

execute mode: this is the default mode. In this mode, users can log in the TS and run applications.install mode: putting a server in this mode will notify the TS of changes in the system when installing software. This is important, because otherwise software would fail to properly get installed, and there would be all kinds of ugliness going on.In Windows 2003, a server should automatically be put in to install mode if your installation software has setup, or install in their file name. In Windows 2000, you have to put the server in the correct mode,  ...
by lunarg on November 11th 2007, at 19:46
When running Photoshop CS2 on a Windows 2003 with Terminal Server, regular users cannot start Photoshop CS2. If they try, the following error is displayed:

Quote

An error has been detected with a required application library and the product cannot continue. Please reinstall the application

However, when running with Administrator privileges, there is no problem.

CS2 requires the SeCreateGlobalPrivilege privilege. By default, regular domain users don't have this privilege, and thus, CS2 doesn't work.

Assign the required privilege to the users. Normally, assigning this privilege to trusted   ...
by lunarg on November 6th 2007, at 22:57
The trouble with PSTN lines is that the CID has to be transmitted in-band, and there are more than one standard in doing this. On top of that, there are small differences between the various Telcos on the planet. And finally, to make things worse, documentation about it, is sparse and scattered at best.

The settings displayed usually go in /etc/asterisk/zapata.conf (either directly, or by inclusion).

How CID is handled is defined by the following variables:

cidsignalling: tells how the CID signalling occurs, can be bellcore (mostly US hardware), v23, or dtmf. cidstart: specifies how  ...
by lunarg on November 5th 2007, at 23:01
After installing Microsoft .NET Framework 2.0 on a Windows 2000 Server, I got a flood of Event ID 1008 in the Application system log. These log entries complain about performance counters not being able to be properly initialized.



First, try running these two commands sequentially from an NT console:

winmgmt /clearadapwinmgmt /resyncperf

Because it didn't work for me, I worked around the issue by disabling the performance counter for the particular ASP.NET services. For this, you need to download an application of the Windows 2000 Resource Kit Tools for administrative tasks, called Extens  ...
by lunarg on November 5th 2007, at 22:16
Had this issue with one of my clients: he was unable to open spreadsheets from his desktop or from his Windows Explorer. Double-clicking on the file opens a new, empty Excel session, and an error message is displayed.
After a quick search on the Microsoft support site, I found a solution.

When attempting to open an Excel spreadsheet from the desktop or from Windows Explorer (or any other program), a new, empty Excel session is started, and an error message is shown:

Quote

Cannot find the file path (or one of its components). Make sure the path and filename are correct and that all required   ...
by lunarg on November 5th 2007, at 16:48
Got a curious error during the merge of the latest VirtualBox ebuild for Gentoo:
it fails with a die:

Quote

kmk failed

It took a bit, but looking around the output gave some indication of a problem with one or more dependencies. Looking around the Gentoo Forum, I came across this thread, which had the proper solution.

The error, more in full, is attached.
A bit more to the top of the error (sorry, but couldn't capture the right line as the new merge was already busy), it complains about Xmd.h, and GLXext.h. In that way, the solution provided by the forum thread I mentioned earlier, makes   ...
by lunarg on October 1st 2007, at 22:06
Because of my move, I had need of a media PC system, which allowed me to watch TV, record from TV, watch DVDs, listen to music and more. Buying a pc with Windows Media Center was not an option: linux has very wonderful applications and utilities to build such a sytem.
This guide is not a real how-to, but rather the steps I took to get things running, along with descriptions and solutions to caveats and problems I encountered. Since my Media PC is still in progress of being build and configured, this guide is also a work in progress. Comments on any of the steps are, of course, very welcome.

...
by lunarg on September 30th 2007, at 21:54
Update: AMD and Microsoft have released patches to fix the TSC-drift problem. Read page 2 to find out where to get them.

The latest and newest in CPU technology is dual-core: this means having two CPUs on a single chip. Like real multi-processor (SMP), this greatly enhances processing power, among other benefits.
Unfortunately, there's a downside, called TSC-drift, causing serious trouble with certain applications and games.


random crashes: random crashes, which get worse the longer the computer is running. An application with logging usually complains about differences in "  ...
by lunarg on September 16th 2007, at 17:38
Realtek has a new gigabit chipset which is appearing on various motherboards, including the Asus M2A-VM board. At the time of writing (with kernel 2.6.22 being the default), this driver is not yet included in the default kernel tree.

Thanks to Realtek's wonderful support for linux, they have the driver source for various Unix/Linux flavours available for download on their website.

Download the driver from the official download site.

First, have your dependencies in order by having the following:

A sane build environment (contains gcc, make, etc.)The kernel tree and/or headers of your curre  ...
by lunarg on September 11th 2007, at 17:48

As follow up on the post of a few weeks back, this little benchmark result:

http://tastic.brillig.org/~jwb/zfs-xfs-ext4.html

It clearly states what everybody is thinking: ZFS is definitely not the better one... Now that that's been said, we can get on with our lives again... ;-)

showing posts tagged with 'computer'
 
 
« February 2012»
SunMonTueWedThuFriSat
   1234
567891011
12131415161718
19202122232425
26272829   
 
Links
 
Quote
« If the batteries of a TV remote run out, why do we press the buttons so much harder? »