Andrew Sackville-West wrote:

>
>
> Cecil wrote:
>
>> Nothing was saved, as I had nothing personal on the machine and I had no
>> expectation that the system files would not function properly, or that a
>> configuration would not be identical if given the same parameters,
>> and I was
>> really doing the installation to get the Ext3 fs
>
I'm coming into the middle of this, but if you reinstalled a system just
to get an ext3 file system, you should know that converting a file
system from ext2 to ext3 is trivial. I forget the exact syntax, but it's
something like:

tunefs -j /dev/hda3

(to convert hda3 from ext2 to ext3). Then just edit /etc/fstab so it
says ext3 instead of ext2, and remount the partition. Done.

> I think, SOMEONE ELSE JUMP IN HERE, that the bus addess is in there,
> but in hex? I could never quite figure it out either. but, here is my
> guess (really guessing here)
>
> lspci -b reveals
>
> 0000:00:0d.0 VGA compatible controller: Trident Microsystems TG...
>         ^^
>
> now 0d is hex for 13. I know my trident card is at PCI:00:13:00 due to
> past experimenting... so maybe. big fat shot in the dark.

Yes, that is correct.

Here's my two video cards via "lspci", and the relevant lines in my
XF86Config-4 file:

0000:01:00.0 VGA compatible controller: ATI Technologies Inc Rage 128
RL/VR AGP
0000:00:0b.0 VGA compatible controller: S3 Inc. 86c325 [ViRGE] (rev 06)

Section "Device"
        Identifier      "ATI Rage 128"
        Driver          "ati"
        BusID           "PCI:01:0:0"
EndSection

Section "Device"
        Identifier      "Diamond Stealth 64 S3"
        Driver          "s3virge"
        BusID           "PCI:0:11:0"
EndSection

Also, for most x86 systems, with only one video card, the BusID line is
usually optional. It is needed for most other architectures, or if, like
me, you have multiple graphics adapters.

-- 
Kent


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to