Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Dec 2001 17:03:08 -0500
From:      Jim Durham <jimd@nepinc.com>
To:        chris barlas <chrisbarlas@home.com>, freebsd-mobile@FreeBSD.ORG
Subject:   Re: Dell Inspiron 4000 X
Message-ID:  <200112032203.fB3M34592669@pgh.nepinc.com>
In-Reply-To: <20011202043912.ETRA8659.femail44.sdc1.sfba.home.com@europa.makenode.org>
References:  <20011202043912.ETRA8659.femail44.sdc1.sfba.home.com@europa.makenode.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 01 December 2001 11:42 pm, chris barlas wrote:
> I recently purchased an inspiron 4000 from dell and have been using
> Mandrake 8.1rc1 on it since day 1 with no issues at all.  I decided
> that i really like to have freebsd on the top, so i have installed
> 4.4. Everything is working great with the exception of x.  I have
> searched far and wide and have found little or no info on getting x
> to work with the 4000 series.  Anyone else out there using this
> laptop? Please help.. both configuration tools do not work. 
> xf86setup /xf86config.  One the screen just flickers, and the other
> just doesn't even try to run the xserver.
>
 Sorry, I didn't see this right away.

I'm running an Inspiron 4000 with X here. I'm using X version 4.03 
and I here is my XF86Config file.

-Jim
*****************************cut here *************************

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

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
	Load  "GLcore"
	Load  "dbe"
	Load  "dri"
	Load  "extmod"
	Load  "glx"
	Load  "pex5"
	Load  "record"
	Load  "xie"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
#	Option	    "Protocol" "Microsoft"
#	Option      "Protocol" "SysMouse"
#	Option      "Protocol" "Intellimouse"
	Option      "Device" 	"/dev/psm0"
#	Option      "Device" "/dev/sysmouse"
#	Option      "Emulate3Buttons"
EndSection

Section "ServerFlags"
  Option   "AllowMouseOpenFail"
EndSection

Section "Monitor"
 Identifier "Dell Inspiron 4000 1024x768"
 VendorName "Unknown"
 ModelName  "Unknown"
 HorizSync 31.5-67
 VertRefresh 50-90
#Specific modelines for this model
Modeline "1024x786" 44.9 1024 1048 1208 1264  768 776 784 817 -hsync 
-vsync
EndSection

Section "Monitor"
   Identifier      "Dell 19inch"
   VendorName      "Unknown"
   ModelName       "Unknown"
   HorizSync       31.5-79.0
   VertRefresh     50-100
   Modeline  "1280x1024" 135.00 1280 1312 1456 1712 1024 1027 1030 
1064
EndSection

Section "Device"
	### Available Driver options are:-
        #Option     "accel"
        Option     "crt_screen"
        #Option     "composite_sync"
        #Option     "linear"
        #Option     "mmio_cache"
        #Option     "probe_clocks"
        #Option     "reference_clock"
        #Option     "shadow_fb"
	Identifier  "Card0"
	Driver      "vesa"
	VendorName  "ATI"
	BoardName   "Rage 128 Mobility LF"
	BusID       "PCI:1:0:0"
EndSection


Section "Screen"
 Identifier "Screen0"
 Device "Card0"
 Monitor "Dell Inspiron 4000 1024x768"
 DefaultDepth 16
 Subsection "Display"
  Depth 32
  Modes "1024x768"
 EndSubSection
 Subsection "Display"
  Depth 24
  Modes "1024x768"
 EndSubSection
 Subsection "Display"
  Depth 16
  Modes "1024x768"
 EndSubSection
 Subsection "Display"
  Depth 8
  Modes "1024x768"
 EndSubSection
EndSection

Section "Screen"
   Identifier      "Screen1"
   Device          "Card0"
   Monitor         "Dell 19inch"
   DefaultColorDepth 8
   SubSection "Display"
      Depth        8
      Modes        "1280x1024"
   EndSubSection
EndSection

Section "DRI"
        Mode 0666
EndSection

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




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