>>>>> "DK" == David Kane-Parry <[EMAIL PROTECTED]> writes:

 DK> Deirdre Saoirse wrote:
 >> On Fri, 7 May 1999, David Kane-Parry wrote:
 >> > Is it just me, or does every laptop with a 15" display require a XiG
 >> > server?
 >> 
 >> It's just you. :)

 DK> Fair enough.  Where should I be looking?

 DK> - d.

I just installed RedHat 6.0 on a DELL Inspiron 7000 with a 15"
screen.  I use the Mach64 X server found in RedHat 6.0.

I got some info from
<URL:http://www.eecs.umich.edu/~steveh/inspiron/>, but I had to come
up with a different mode for 1024x768.  I'm using the vesafb as
described on this page (support for vesafb is compiled into the
kernel that comes with RedHat 6.0).  I did downgrade the BIOS to A06,
but I'm not sure that it is necessary.

I have attached my XF86Config file.

Cheers,
Peter
# XF86Config file for the ATI Rage LT Pro

Section "Files"
    RgbPath    "/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/chinese/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/chinese/"
EndSection


Section "Keyboard"
    Protocol    "Standard"
#    XkbKeymap   "xfree86(us)"
EndSection


Section "Pointer"
    Protocol    "PS/2"
    Device      "/dev/psaux"
    Emulate3Buttons
    Emulate3Timeout    50
EndSection


Section "Monitor"
    Identifier  "My Monitor"
    VendorName  "Unknown"
    ModelName   "Unknown"
    HorizSync   31.5-65
    VertRefresh 50-100.5


    ModeLine "1024x768"    65     1024 1032 1176 1344    768  771  777  806 -hsync 
-vsync

#    ModeLine "1024x768"    75     1024 1048 1184 1328    768  771  777  806 -hsync 
-vsync

#Mode "1024x768"
#    # D: 78.653 MHz, H: 59.949 kHz, V: 75.694 Hz
#    DotClock 78.654
#    HTimings 1024 1056 1184 1312
#    VTimings 768 772 776 792
#    Flags    "-HSync" "-VSync"
#EndMode

#    Mode "default"
    # 800x600 @ 100 Hz, 64.02 kHz hsync
#    Modeline  "800x600"    69.65  800  864  928 1088   600  604  610  640 -hsync 
-vsync

    # 1024x768 @ 75.17 Hz
#     Modeline  "1024x768"   75.00  1024 1036 1172 1244  768  771  777  802 -hsync 
-vsync
#    Modeline  "1024x768"   72.00  1024 1084 1220 1324  768  771  777  798 -hsync 
-vsync
EndSection


Section "Device"
    Identifier  "ATI Rage LT Pro"
    VendorName  "Unknown"
    BoardName   "Unknown"
EndSection


Section "Screen"
    Driver      "accel"
    Device      "ATI Rage LT Pro"
    Monitor     "My Monitor"
    DefaultColorDepth 32
    Subsection "Display"
        Depth       8
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
EndSection

Reply via email to