Jump to content

j7n

Member
  • Posts

    744
  • Joined

  • Last visited

  • Days Won

    3
  • Donations

    0.00 USD 
  • Country

    Latvia

Everything posted by j7n

  1. Thank you for your work. The Version 9.8 driver worked well for me. It even managed to to run a legacy DirectX game "Tonka Space Station", which didn't run before. However, I also received the dialog box with an empty list of Models. But it occurred only after attempting to install different versions of Catalyst and subsequently removing them. This appears to be a problem with Win2000 because I've never seen it on XP. I resolved the situation by selecting any built in driver (Match64 in my case) and installing it. After a reboot the driver obviously fails to start. But it now became possible to "Update" it with the correct version of Catalyst, and the exact same INF was now read correctly and the Models described in it were shown. I do not recommend this unofficial update for Radeon R3xx for which support existed in Catalyst 6.2 because of inferior OpenGL performance in 16-bit. I tend to agree, however, that choosing Win2k over XP has more disadvantages than gains. Anyone desiring to avoid the "fatness" of NT 5.1 should also consider the applications and other drivers, which are just as bloated graphically and code-wise these days. (For example this driver, that of Intel graphics or Realtek audio.) The "support" and "security" updates offered by Microsoft are not of direct concern, but the general perception that updating is essential has created a situation where 3rd party software stops being compatible and tested with older OS versions. Even when applications are not by any means graphical, they tend to link to uxtheme and gdiplus for no reason other than planned obsolescence... The set of software that works on NT 5.1 is considerably greater. I still chose Win2k today as a secondary OS.
  2. It appears that aligning the partition is completely unnecessary for FAT, and the more compatible partition boundaries of 63 sectors can be used instead at no penalty. The aligment seems to always be mod2 with regards to partition start and depends on the exact size of the volume, but can be shifted forward or backwards using the "reserved sectors". I've recreated the file system on System with mkdosfs just to see how it's done, and now I have a 4k aligned partition with reserved sectors 38 instead of the default of 32.It didn't help that.... It neglected to write one bit to indicate that the file system is not on a floppy. The floppy drive would buzz, and the boot sector would print "Disk error. Press any key to restart." Where on the whole disk do I have an error!? To make the partition bootable again, besides boot code, I had to write 0x80 at 40h of the bootsector.
  3. The problem has been SOLVED by editing the boot sectors. All files are still there, and the Extended partition is now on sector multiple of 63. Elegant solution, and much quicker than booting into Gparted. Disk /dev/sdb: 250.1 GB, 250058268160 bytes 255 heads, 63 sectors/track, 30401 cylinders, total 488395055 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0xa129a129 Device Boot Start End Blocks Id System /dev/sdb1 * 2048 8386559 4192256 b W95 FAT32 /dev/sdb2 20980890 488392063 233705587 f W95 Ext'd (LBA) /dev/sdb3 8388608 10502143 1056768 b W95 FAT32 /dev/sdb5 20980953 225793574 102406311 b W95 FAT32 /dev/sdb6 225793638 488392064 131299213+ b W95 FAT32 Partition table entries are not in disk order Now, after I get the other System out of the way by removing the other disk, I'll get Programs as "D" in all operating systems. Win98 doesn't complain about having more than one primary partition. I wanted the swap file (also shared) out of the way so System can be easily backed up. I'll research that next.Thank you for pointing me in the right direction.
  4. I read up about Extended Partition on the web and understand the situation now, but still not the step that caused it. But that's ok. I have a "nested" extended partition with unused space. The first sector in extended is pointing to it+1 (that's odd), which contains "swap", and then points directly to "files". I have about 5 GB of unused space between "swap" and "programs" (that may have confused XP setup when it attempted to "activate" its partition). http://dl.dropboxusercontent.com/u/88902520/misc/st250_lbas.zip Let me fix this myself. Is it acceptable to edit the partition structure from within running Win98 without it crashing? Would Disk Management later corrupt the extended partition of an existing disk if I used it to modify a new/another disk? Probably not, in that case I consider it "safe enough".
  5. Thank you for your response. I read the articles about disappearing partitions. So, XP can't work with logical volumes that are not aligned to cylinder. I didn't know about this. I chose the default 1 MB alignment in GParted, because that's supposed to be the new standard format, although it doesn't matter with this old HDD. I thought I'd be prepared to clone the system onto a new drive if needed. To the compatibility issues between XP and Vista, I can also add that Win98 setup crashed with Stack Fault in SUWIN, if asked to install to a non-cylinder-aligned partition. Here were the steps I took: 1. Copy Windows 98 files onto the new system partition. 2. Write "msdos" Partition Boot Sector with BOOTICE (shouldn't in theory affect the MBR). 3. Verify that Windows 98 boots correctly. "Swap" receives drive letter F. I did not investigate further why. 4. Install XP onto the same partition as well (without formatting). It may have broken something here while updating the boot record. But it should only write the boot code to the partition as well. 5. "Swap" now receives drive letter E, indicating that something happened during installation and first launch of XP. (System is a primary partition on the other physical HDD.) Somehow the volume "Programs" has become the primary partition 3 and overlapping with the extended partition 2, which originally contained it. This explains why there is unallocated space within the extended partition. I think FDISK considers a "block" to be 1 kB here. I believe that is internal to that Linux system somehow. So I need to recreate "Programs" back in the extended to unoverlap them. I can use a hex editor. But I don't understand the Extended records. current_mbr.txt
  6. The actual capacity is about 233 GB. GUI GParted, which is the exact same version I first used, now refuses to recognize the drive, complaining about "overlapping partitions". I guess the partition table should be cleaned up, but I am not sure how to proceed with it without losing data from "Programs" and "Files". fdisk -l /dev/sdb omitting empty partition (5) Partition 5 is deleted Disk /dev/sdb: 250.1 GB, 250058268160 bytes 255 heads, 63 sectors/track, 30401 cylinders, total 488395055 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0xa129a129 Device Boot Start End Blocks Id System /dev/sdb1 * 2048 8386559 4192256 b W95 FAT32 /dev/sdb2 8386560 488392703 240003072 f W95 Ext'd (LBA) /dev/sdb3 20980953 225793574 102406311 b W95 FAT32 /dev/sdb5 8388608 10502143 1056768 b W95 FAT32 /dev/sdb6 225793638 488392064 131299213+ b W95 FAT32
  7. I repartitioned my PATA hard drive connected via VIA VT6410 using GParted v0.13.1-git, and re-installed Windows XP SP3, after accidentally deleting the previous operating system. Partitioning involved deleting the primary partition, deleting a logical partition, and downsizing the extended partition to free up more space for a slightly larger new primary one. Now the drive is showing double the actual capacity and non-existant Unallocate space in XP's Logical Disk Manager. There don't seem to be any issues with accessing files, nor the disk at block level. Assuming I don' t attempt to use the Windows disk manager. The other SDA drive contains intentionally disabled partitions, and is supposed to look this way. The odd thing about the disk layout is that the SWAP partition is on a later entry in the Extended partition, except being physically located before D and E, since it was added later. I created this situation accidentally, but this causes Windows 98 (which works properly) to assign drive letter F to it (and put it at the end of the disk list). (not true anymore, the SWAP parition is now listed between D and F) I tried a few RAID driver versions. Have you seen anything like this?
  8. So true. Also, the Microsoft knowledge base often seems to speak a different language that is more difficult to comprehend compared to an Internet forum. Instead of one paragraph summarizing a problem followed by instructions to resolve it, I see one warning about warranty, another warning about editing the registry, that is written in style that borders with legalese, after which I stop reading. I trust and value Microsoft's solutions the least because I expect them to be heavily biased and limited because of copyright or business reasons. They will usually not direct me to get files from an older operating system, or to a small patch that enables 48-bit LBA. But will load a webpage that is bigger than those files I need and that suggests to upgrade to a yet bigger SP or a newer product. Removing files is consistent with their practice of not offering a disk with retail and even Volume licenses (at least a few years ago when I was in the line of work). They can pull and replace versions at will, to decide what is best and ensure we have the latest Genuine Advantage and Rights Management.
  9. I would like to install 64-bit Windows XP/2003 on a remote computer I cannot have physical access to. Before I waste any time on it, which would be slow process in any case, I would like to hear a prognosis if there is any chance it can be done at all. The installation should resume after all files have been copied from the "CD" (onto the active harddisk partition by me) and, without asking a single question, including about the serial number and languages, proceed with the installation, reboot as many times as needed, configure the network adapters with DHCP, and give me access via Terminal Services. Edit: Failed to do it. The installation might be missing a mass storage driver.
  10. The screenshot looks alright. Ffdshow is being used for both video and audio, and the MP4 splitter is invisible because it doesn't have a property dialog. Haali splitter hasn't been installed. Haali Media Splitter has very high compatibility with different files of types MKV, MP4, AVI and OGG. It is very possible that you'll receive a file in the future that is unplayable with other decoders. Haali also offers the useful choice of language (audio stream) from within the basic Win98 Media Player.
  11. I have not used these cards in while. But I remember ATI X550 lacking support for high resolution VESA modes. On the other hand, nVidia 6200 with 128 Megs of RAM, had it. There may have been other issues with the nVidia card, which may have revealed themselves later on, though.
  12. Utopia sounds from the win95 CD: http://www.fileden.com/files/2012/4/26/3297107/utopia95.rar
  13. Sorry for not getting back sooner It is an exe installer, but because of my web hosting I had to chage the extension to .ex_, which I thought would be obvious. Rename it and run it. As far as I know, versions later than 2007 do not work under Windows 98. You disable the icons. Call up the configuration dialog for both video, audio. You have links for them in the Start Menu. The go to Tray, dialog & paths, and choose not to display any icons (screenshot, may differ slightly). Nero installs components for MPEG-4 playback. To see which codecs are in use during playback, run Windows Media Player (mplayer2.exe), and look at the stream properties (screenshot). You want to see ffdshow there for good quality playback. AFAIK, the Microsoft Codecs are only needed for WMA/WMV/ASF playback or authoring.
  14. I am assuming that you're using Windows 98. There is only one video decoder needed for nearly every format out there, ffdshow. • Haali Media Splitter 2007-06-03 (MP4, MKV, AVI, MPEG) • ffdshow_beta5_rev2033_20080705_clsid.exe Try an older build if this doesn't work for you, but it should. This decoder will even play old QuickTime Sorenson-encoded MP4/MOV streams. Format support for every stream type can be enabled or disabled, make sure the relevant H.264, SV**, XviD are ticked. ffdshow can also do audio. Media Info can be used to analyze your file, and determine the formats of each stream in it.
  15. Have you actually installed the correct device driver for USB Mass Storage, either through the Unoffical Service Pack or by running the seperate NUSB*.EXE installer?
  16. Using ATI PCI-E cards, I was not able to set a VESA video mode in DOS that required more than a megabyte of video RAM. On the brighter side this also for some reason made the DOS console open quicker.
  17. A complete old computer does bring back memories of events, unrelated to electronics, that occurred around that or a similar machine. I recently set up Win95 to satisfy my curiosity, and it was the old custom wallpaper that finished the picture and made me pause for a while. Not sure what you mean by deep-rate. Win95 had 16-color icons. I am, however, using WinXP SP1 with Windows 98 icons. Detailed listings are much more usable, with 16*16 icons readily distinguishable. I tried to make a patch for SP2, but it has way too many new functions for which a suitable icon doesn't exist. +1. I get accustomed to this speed and can't settle with less.
  18. Support for .RTPatch. This is a format for software updates. A patch may contain differences from the original data, as well as complete files. The complete files can be extracted using a command-line utility that is redistributed inside some self-installing patches. It takes the patch data file, stripped from the "SFX header" as an argument. The piece of code is not free, though.
  19. I have yet to see an installation of windows GUI that does not tear. I've accepted it as norm. Monitor can be ruled out immediately because it works at the host's clock rate, as long as it is within reasonable limits.
  20. I recently received this motherboard: Intel D845GVAD2. It has STAC9750 audio codec onboard, but it's not working. The line out is dead silent, ADC works, computer behaves normally otherwise. If I play something back, there is a little crosstalk of this material onto the line-in recording. So, it doesn't look like a software problem to me, or does it? The front_audio jumper block has the documented pins shorted except "Mic Bias <-> +5V". I didn't risk putting a jumper over those contacts, because if the markings are right, only the mic jack would be affected anyway. What gives?
  21. I am running Windows XP Pro SP1. Under some circumstances all my opened become "topmost". It becomes impossible to switch to another window by pressing Alt-Tab or clicking a taskbar button. I must press "minimize" on each window or "show desktop" to switch and it drives me crazy. After some time (again I don't know what causes this) windows return to normal behaviour. I've experienced this defect on three installations of WinXP SP1. Never under Win98(FE/SE). How to get rid if it? Is there a kbd shortcut to trigger this state?
  22. I have a HDD which started to develop bad sectors. I want to attempt continue using it with the damaged parts mapped out. The problem is that Disk Doctor does not mark block which are almost dead. When it reaches these sectors, computer pauses for a moment, but after that sectors are still deemed "good". I want to disable a safe range around the failing block. Is there a DOS or Win98/2k/XP program capable of doing that on FAT32?
  23. Everything became more or less clear after reading these two guides. Thank you everybody who paid attention. http://howtoforge.com/ispconfig_dns_godaddy http://bind8nt.meiway.com/publicDNS.cfm
  24. DOS UnRAR could prove useful in some cases. I recently used RAR format to transfer an operating system to another computer using diskettes. Of course UnRar is free. It can be downloaded for various operating systems from Rar homepage.
  25. Quite a big recovery partition, I would say. 11 Gigs. However, I recently read about ASUS low end laptops with more space devoted to software than is available to the user. Oh my.
×
×
  • Create New...