second hard disk trouble

Olivier Croissant linux-thinkpad@www.bm-soft.com
Tue, 15 Jun 1999 11:57:44 -0400


This is a multi-part message in MIME format.

------=_NextPart_000_0001_01BEB726.47880790
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit


Rob,

Finally I have this 770Z working in dual boot with Window98 and linux Redhad
6.0
Everything began to work when I used partition magic to do the partitioning
thing.
My conclusion is NT4.0 tools for partitioning and disk management are a
piece of crap.

I did :
-Reinstall fresh Win98 with reformating the whole disk
-install partition magic
-delete the D: drive
-Install Redhat 6.0 Workstation. Apparently it created automatically a 22
meg partion for the boot,
a ~5 gig partition for root and a 66meg partition for swap space.
apparently it did it to complete a 8 gig space.
-i used partition magic to create an additional 5.3 GiG of Fat32 partition
to be accessible from win98 and linux
with no barriers

I used the SVGA_Server and the XF86Config of Bill Mair to have the video
working , despite the last version that I downloaded seemed to have a bug
here is a version that work for me.

I am wondering now about the sound ..

olivier

------=_NextPart_000_0001_01BEB726.47880790
Content-Type: application/octet-stream;
	name="XF86Config"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="XF86Config"

# **********************************************************************=0A=
# *            XF86Config for IBM ThinkPad 770 X                       *=0A=
# *         XFree86 3.3.3.1 with Trident Cyber3937 DVD Patch           *=0A=
# *                                                                    *=0A=
# * 1999-03-08: Inital release - 1280x1024 (13.7") display             *=0A=
# *             Bill Mair <bill.mair@bm-soft.com>                      *=0A=
# *                                                                    *=0A=
# * 1999-04-26: Added settings for 1024x768 (14.1") display            *=0A=
# *             Submitted by: Bob Munro <ramunro1@ix.netcom.com>       *=0A=
# *                                                                    *=0A=
# *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *=0A=
# *                                                                    *=0A=
# *  There are now two displays/screens defined. Use the one which     *=0A=
# *  matches your system.                                              *=0A=
# *                                                                    *=0A=
# *                                                                    *=0A=
# **********************************************************************=0A=
=0A=
Section "Files"=0A=
=0A=
	RgbPath    "/usr/X11R6/lib/X11/rgb"=0A=
=0A=
#=0A=
# Make sure that these entries match your system.=0A=
# =0A=
=0A=
	FontPath   "/usr/X11R6/lib/X11/fonts/misc/:unscaled"=0A=
	FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"=0A=
	FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"=0A=
	FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"=0A=
	FontPath   "/usr/X11R6/lib/X11/fonts/misc/"=0A=
	FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"=0A=
=0A=
	ModulePath "/usr/X11R6/lib/modules"=0A=
=0A=
EndSection=0A=
=0A=
Section "Module"=0A=
# Load support for Wacom ArtPad II=0A=
#	Load        "xf86Wacom.so"=0A=
EndSection=0A=
=0A=
Section "ServerFlags"=0A=
EndSection=0A=
=0A=
#=0A=
# I have a german keyboard so this may have to be adapted=0A=
# for your system.=0A=
#=0A=
=0A=
Section "Keyboard"=0A=
    Protocol	"Standard"=0A=
    AutoRepeat	500 5=0A=
    XkbKeymap   "xfree86(us)"=0A=
EndSection=0A=
=0A=
Section "Pointer"=0A=
    Protocol    "PS/2"=0A=
    Device      "/dev/psaux"=0A=
EndSection=0A=
=0A=
#Section "Xinput" =0A=
#    SubSection "WacomStylus"=0A=
#        Port "/dev/ttyS0"=0A=
#        DeviceName "Wacom"=0A=
#        Suppress 9=0A=
#        Mode Absolute=0A=
#    EndSubSection=0A=
#    SubSection "WacomCursor"=0A=
#        Port "/dev/ttyS0"=0A=
#    EndSubSection=0A=
#    SubSection "WacomEraser"=0A=
#        Port "/dev/ttyS0"=0A=
#    EndSubSection=0A=
#EndSection=0A=
=0A=
Section "Monitor"=0A=
    Identifier  "TP770X-LCD-1280x1024"=0A=
    VendorName  "IBM"=0A=
    ModelName   "TP770X (13.7)"=0A=
    HorizSync	30-65         # multisync=0A=
    VertRefresh 50.0-70.0=0A=
    Modeline "1280x1024"  110    1280 1328 1512 1712  1024 1025 1028 1054=0A=
EndSection=0A=
=0A=
Section "Monitor"=0A=
    Identifier  "TP770X-LCD-1024x768"=0A=
    VendorName  "IBM"=0A=
    ModelName   "TP770X (14.1)"=0A=
    HorizSync       31.5-48.5=0A=
    VertRefresh     55-90=0A=
    Modeline  "1024x768"   65.00 1024 1032 1176 1344 768 771 777 806 =
-hsync -vsync=0A=
EndSection=0A=
=0A=
Section "Device"=0A=
    Identifier  "TP770X-XGA"=0A=
    VendorName  "IBM"=0A=
    BoardName   "TP770X"=0A=
    Option      "accel"=0A=
EndSection=0A=
=0A=
##=0A=
## Screen definition for 1280x1024 Display (13.7")=0A=
##=0A=
Section "Screen"=0A=
    Driver      "svga"=0A=
    Device      "TP770X-XGA"=0A=
    Monitor     "TP770X-LCD-1280x1024"=0A=
    DefaultColorDepth 16=0A=
   Subsection "Display"=0A=
        Depth       8=0A=
        Modes       "1280x1024"=0A=
        ViewPort    0 0=0A=
        Virtual     1280 1024=0A=
    EndSubsection=0A=
    Subsection "Display"=0A=
        Depth       16=0A=
        Modes       "1280x1024"=0A=
        ViewPort    0 0=0A=
        Virtual     1280 1024=0A=
    EndSubsection=0A=
EndSection=0A=
=0A=
##=0A=
## Screen definition for 1024x768 Display (14.1")=0A=
##=0A=
## Section "Screen"=0A=
##     Driver      "svga"=0A=
##     Device      "TP770X-XGA"=0A=
##     Monitor     "TP770X-LCD-1024x768"=0A=
##     DefaultColorDepth 16=0A=
##     Subsection "Display"=0A=
##         Depth       8=0A=
##         Modes       "1024x768"=0A=
##         ViewPort    0 0=0A=
##         Virtual     1024 768=0A=
##     EndSubsection=0A=
##     Subsection "Display"=0A=
##         Depth       16=0A=
##         Modes       "1024x768"=0A=
##         ViewPort    0 0=0A=
##         Virtual     1024 768=0A=
##     EndSubsection=0A=
## EndSection=0A=
=0A=
=0A=
=0A=
=0A=
=0A=
=0A=

------=_NextPart_000_0001_01BEB726.47880790--