Hi Michael,

I believe our machines are identical, except for packaging and perhaps
the LCD resolution (yours 1600x1200, mine 1400x1050).  Mine is from ARM
Computer, Inc.  (http://www.armcomputer.com), model N38W3.

I am running the software you mention without any problems (except
perhaps with X after returning from suspend mode).  I am an amateur at
this stuff, so can't give direct advice.  You may find the attached X
config file helpful, though.

Also, and perhaps more importantly, a very helpful page for running
Linux on the Dell i5000e is at http://ibgwww.colorado.edu/~lessem/5000e/.

Regards,

Vince Virgilio

On Fri, Oct 05, 2001 at 06:00:13PM +0800, Michael Robinson wrote:
> I've recently installed Debian on my Dell i5000e, with the r128 driver
> for the ATI Rage Mobility (2.4.9 kernel, 4.1.0-6 X package).  X has been
> randomly crashing with a signal 11 (SEGV).  Also, when switching from X to
> console mode (CTL-ALT-Fx), the console will occasionally lock up hard,
> requiring a system reset.
> 
> Are these symptoms that anyone else has encountered, and if so, is there a 
> known solution?
> 
> Thanks
> 
>       -Michael Robinson
# XF86Config-4 (XFree86 server configuration file) generated by Dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config manual page.
# (Type "man XF86Config" at the shell prompt.)

Section "Files"
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
#       FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/Speedo"
        FontPath        "/usr/lib/X11/fonts/100dpi"
#       FontPath        "/usr/lib/X11/fonts/75dpi"
#       FontPath        "unix/:7100"                    # local font server
EndSection

Section "ServerFlags"
#       Option  "blank time"    "5"
#       Option  "standby time"  "6"
#       Option  "suspend time"  "9"
#       Option  "off time"      "10"
EndSection

Section "Module"
        Load    "ddc"
        Load    "GLcore"
        Load    "dbe"
        Load    "dri"
        Load    "extmod"
        Load    "glx"
        Load    "pex5"
        Load    "record"
        Load    "xie"
        Load    "freetype"
        Load    "speedo"
        Load    "type1"
        Load    "vbe"
        Load    "int10"
        SubSection "extmod"
#               Option "omit xfree86-dga"
        EndSubSection
        Load    "drm"
EndSection

Section "InputDevice"
        Identifier      "Keyboard0"
        Driver          "keyboard"
        Option  "CoreKeyboard"
        Option  "XkbRules"      "xfree86"
        Option  "XkbModel"      "pc104"
        Option  "XkbLayout"     "us"
EndSection

Section "InputDevice"
        Identifier      "Mouse0"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Protocol"      "ps/2"
        Option          "Device"        "/dev/psaux"
        Option          "Emulate3Buttons"       "true"
        Option          "Emulate3Timeout"       "50"
EndSection

Section "Device"
        ### Available Driver options are:
        #Option "NoAccel"
        #Option "SWcursor"
        #Option "HWcursor"
        #Option "Dac6bit"
        #Option "Dac8bit"
        #Option "ForcePCIMode"
        #Option "CCEPIOMode"
        #Option "CCENoSecurity"
        #Option "CCEusecTimeout"
        Option  "AGPMode"       "2"
        #Option "AGPSize"
        #Option "RingSize"
        #Option "VBListSize"
        #Option "VBSize"
        #Option "EnableFP"
        #Option "CRTOnly"
        #Option "UseFBDev"
        Option  "DPMS"
        Identifier      "card0"
        #Driver         "r128"
        Driver          "ati"
        VendorName      "ATI"
        BoardName       "Rage 128 Mobility LF M3"
        BusID           "PCI:1:0:0"
        Option  "UseCCEfor2D"   "false"
EndSection

Section "Monitor"
        Identifier      "Monitor0"
        VendorName      "IBM"
        ModelName       "ITSX93"
        HorizSync       28-90
        VertRefresh     50-160
        ModeLine        "1400x1050" 107.85 1400 1450 1500 1999 1050 1058 1070 
1150
#       Option          "dpms"
EndSection

Section "Screen"
        Identifier      "Screen0"
        Device          "card0"
        Monitor         "Monitor0"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1400x1050" "700x525"
                ViewPort        0 0
        EndSubSection
EndSection

Section "DRI"
        Mode 0666
EndSection

Section "ServerLayout"
        Identifier      "XFree86 Configured"
        Screen          "Screen0"
        InputDevice     "Mouse0" "CorePointer"
        InputDevice     "Keyboard0" "CoreKeyboard"
EndSection

Reply via email to