Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Dec 2003 08:34:43 -0800 (PST)
From:      Alan Evans <evans.alan@sbcglobal.net>
To:        freebsd-mobile@freebsd.org
Cc:        evans.alan@sbcglobal.net
Subject:   5.2-BETA on IBM T20 latop locks up hard when starting X
Message-ID:  <20031205163443.65795.qmail@web80108.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
When I start the X server the machine locks up hard. I
have to remove the battery to get it going again.
Anyone
running 5.2-BETA, could you send the XF86Config file?

I was running 4.3 without any problems but the same
config file wouldn't work on 5.2-BETA. I've attached
the
old config file.

Later

Alan.
[-- Attachment #2 --]
#
# IBM ThinkPad T2x, S3 Savage/IX8
#
# See 'man XF86Config' for info on the format of this file

Section "Files"
   RgbPath    "/usr/X11R6/lib/X11/rgb"
   FontPath   "/usr/X11R6/lib/X11/fonts/local"
   FontPath   "/usr/X11R6/lib/X11/fonts/misc:unscaled"
   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/misc"
   FontPath   "/usr/X11R6/lib/X11/fonts/75dpi"
   FontPath   "/usr/X11R6/lib/X11/fonts/100dpi"
EndSection

Section "ServerFlags"
EndSection

Section "Keyboard"
   Protocol        "Standard"
   XkbRules        "xfree86"
   XkbModel        "pc101"
   XkbLayout       "us"
   XkbOptions      "ctrl:nocaps"
EndSection

Section "Pointer"
   Protocol        "Microsoft"
   Device          "/dev/mouse"
EndSection

Section "Monitor"
   Identifier      "Internal LCD"
   VendorName      "IBM"
   ModelName       "T20 14.1"
   HorizSync       31.5-48.5
   VertRefresh     55-90
# 1024x768 @ 60 Hz, 48.4 kHz hsync
   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
EndSection

Section "Device"
   Identifier      "S3 Savage"
   VendorName      "S3"
   BoardName       "Savage/IX (Macrovision)"
#  VideoRam	   8192
#  Clockchip	   "s3_sdac"
   Option          "early_ras_precharge"
#  set_mclk 220
#  Option          "slow_edodram"
#  Option          "noaccel"
   Option          "fifo_conservative"
   Option          "pci_burst_on"
   Option          "pci_retry"
   Option          "hw_cursor"
EndSection

Section "Screen"
   Driver          "vga16"
   Device          "S3 Savage"
   Monitor         "Internal LCD"
   SubSection "Display"
      Depth        4
      Modes        "1024x768"
   EndSubSection
EndSection

Section "Screen"
   Driver          "svga"
   Device          "S3 Savage"
   Monitor         "Internal LCD"
   DefaultColorDepth 16
   SubSection "Display"
      Depth        8
      Modes        "1024x768"
   EndSubSection
   SubSection "Display"
      Depth        16
      Modes        "1024x768"
   EndSubSection
   SubSection "Display"
      Depth        32
      Modes        "1024x768"
   EndSubSection
EndSection

Section "Screen"
   Driver          "accel"
   Device          "S3 Savage"
   Monitor         "Internal LCD"
   DefaultColorDepth 32
   SubSection "Display"
      Depth        8
      Modes        "1024x768"
   EndSubSection
   SubSection "Display"
      Depth        16
      Modes        "1024x768"
   EndSubSection
   SubSection "Display"
      Depth        32
      Modes        "1024x768"
   EndSubSection
EndSection


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031205163443.65795.qmail>