First, unless you have your intel I810/830 directly integrated into the motherboard without an AGP slot, you should have the kernel configuration to match the AGP/motherboard slot vendor rather than the video card unless explicitly instructed otherwise. I.e., if on an intel based mobo:
CONFIG_AGP=y # CONFIG_AGP_(whatever) is not set CONFIG_AGP_INTEL=y # CONFIG_AGP_(whatever_else) Substituting CONFIG_AGP_INTEL with the proper mobo vendor will prevent most of the problems you encounter after you recompile. Using 'make menuconfig', if available, can also clarify your options and provide a graphical front end to modify the kernel and reduce errors. I hope this helps. "Stride the storm or it will dance you." - Michael D. Beams On Wed, 1 Jan 2003 13:16:02 -0500 (EST) Jeffrey Ross <[EMAIL PROTECTED]> writes: > I downloaded (yesterday) the xc cvs tree, compiled and installed it > on RH8.0. > > The build and installation seemed to go fine however the system will > > lock up tight (flashes the keyboard lights) after the X display is > up and running. I can have the display up for 5 minutes or 30 > minutes before > it locks up. When it does lock up, the reset button is what I must > use > to bring the machine back to life. > > an lspci shows the following hardware (if a -v would help let me > know) > > 00:00.0 Host bridge: Intel Corp. 82845G/GL [Brookdale-G] Chipset > Host Bridge (rev 01) > 00:02.0 VGA compatible controller: Intel Corp. 82845G/GL > [Brookdale-G] Chipset Integrated Graphics Device (rev 01) > 00:1d.0 USB Controller: Intel Corp. 82801DB USB (Hub #1) (rev 01) > 00:1d.1 USB Controller: Intel Corp. 82801DB USB (Hub #2) (rev 01) > 00:1d.2 USB Controller: Intel Corp. 82801DB USB (Hub #3) (rev 01) > 00:1e.0 PCI bridge: Intel Corp. 82801BA/CA/DB PCI Bridge (rev 81) > 00:1f.0 ISA bridge: Intel Corp. 82801DB ISA Bridge (LPC) (rev 01) > 00:1f.1 IDE interface: Intel Corp. 82801DB ICH4 IDE (rev 01) > 00:1f.3 SMBus: Intel Corp. 82801DB SMBus (rev 01) > 00:1f.5 Multimedia audio controller: Intel Corp. 82801DB AC'97 Audio > (rev 01) > 01:04.0 Multimedia video controller: Brooktree Corporation Bt848 > Video Capture (rev 12) > 01:08.0 Ethernet controller: Intel Corp. 82801BD PRO/100 VE (LOM) > Ethernet Controller (rev 81) > > > What I have done (and maybe I did something wrong) was to build and > > install the XFree (make World, then make install). The kernel > (2.4.20-ac2) > was built with the following options (relivant to the vga and video > capture > boards) > > CONFIG_AGP=y > # CONFIG_AGP_INTEL is not set > CONFIG_AGP_I810=y > # CONFIG_AGP_VIA is not set > # CONFIG_AGP_AMD is not set > # CONFIG_AGP_AMD_8151 is not set > # CONFIG_AGP_SIS is not set > # CONFIG_AGP_ALI is not set > # CONFIG_AGP_SWORKS is not set > CONFIG_DRM=y > # CONFIG_DRM_OLD is not set > > # > # DRM 4.1 drivers > # > CONFIG_DRM_NEW=y > # CONFIG_DRM_TDFX is not set > # CONFIG_DRM_R128 is not set > # CONFIG_DRM_RADEON is not set > # CONFIG_DRM_I810 is not set > CONFIG_DRM_I830=m > # CONFIG_DRM_MGA is not set > # CONFIG_DRM_SIS is not set > # CONFIG_MWAVE is not set > > # > # Multimedia devices > # > CONFIG_VIDEO_DEV=m > > # > # Video For Linux > # > CONFIG_VIDEO_PROC_FS=y > # CONFIG_I2C_PARPORT is not set > > # > # Video Adapters > # > CONFIG_VIDEO_BT848=m > # CONFIG_VIDEO_PMS is not set > > > after the kernel is built, I went to the the director in the xfree86 > > source tree: > > xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel and did a > > make -f Makefile.linux and copied the i830.o file to: > /lib/modules/2.4.20-ac2/kernel/drivers/char/drm > > I was unable to run XFree86 -configure I get the following output to > the > screen (and the *0.log file is also attached) > root]# XFree86 -configure > > This is a pre-release version of XFree86, and is not supported in > any > way. Bugs may be reported to [EMAIL PROTECTED] and patches > submitted > to [EMAIL PROTECTED] Before reporting bugs in pre-release > versions, > please check the latest version in the XFree86 CVS repository > (http://www.XFree86.Org/cvs) > > XFree86 Version 4.2.99.3 / X Window System > (protocol Version 11, revision 0, vendor release 6600) > Release Date: 30 December 2002 > If the server is older than 6-12 months, or if your card is > newer than the above date, look for a newer version before > reporting problems. (See http://www.XFree86.Org/) > Build Operating System: Linux 2.4.20-ac2 i686 [ELF] > Module Loader present > Markers: (--) probed, (**) from config file, (==) default setting, > (++) from command line, (!!) notice, (II) informational, > (WW) warning, (EE) error, (NI) not implemented, (??) > unknown. > (==) Log file: "/var/log/XFree86.0.log", Time: Wed Jan 1 13:13:08 > 2003 > List of video drivers: > atimisc > radeon > r128 > geode > mga > glint > nv > tga > s3 > s3virge > sis > rendition > neomagic > i740 > tdfx > savage > cirrus > vmware > tseng > trident > chips > apm > fbdev > i128 > nsc > ati > i810 > imstt > newport > ark > cyrix > siliconmotion > vesa > vga > dummy > v4l > Duplicate symbol gfx_set_video_cursor_enable in > /usr/X11R6/lib/modules/drivers/nsc_drv.o > Also defined in /usr/X11R6/lib/modules/drivers/geode_drv.o > > Fatal server error: > Module load failure > > > When reporting a problem related to a server crash, please send > the full server output, not just the last messages. > This can be found in the log file "/var/log/XFree86.0.log". > Please report problems to [EMAIL PROTECTED] > > > the logfile shows the following: > > > This is a pre-release version of XFree86, and is not supported in > any > way. Bugs may be reported to [EMAIL PROTECTED] and patches > submitted > to [EMAIL PROTECTED] Before reporting bugs in pre-release > versions, > please check the latest version in the XFree86 CVS repository > (http://www.XFree86.Org/cvs) > > XFree86 Version 4.2.99.3 / X Window System > (protocol Version 11, revision 0, vendor release 6600) > Release Date: 30 December 2002 > If the server is older than 6-12 months, or if your card is > newer than the above date, look for a newer version before > reporting problems. (See http://www.XFree86.Org/) > Build Operating System: Linux 2.4.20-ac2 i686 [ELF] > Module Loader present > Markers: (--) probed, (**) from config file, (==) default setting, > (++) from command line, (!!) notice, (II) informational, > (WW) warning, (EE) error, (NI) not implemented, (??) > unknown. > (==) Log file: "/var/log/XFree86.0.log", Time: Wed Jan 1 13:13:08 > 2003 > (--) using VT number 7 > > (WW) Open APM failed (/dev/apm_bios) (No such device) > (II) Module ABI versions: > XFree86 ANSI C Emulation: 0.2 > XFree86 Video Driver: 0.6 > XFree86 XInput driver : 0.4 > XFree86 Server Extension : 0.2 > XFree86 Font Renderer : 0.4 > (II) Loader running on linux > (II) LoadModule: "bitmap" > (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a > (II) Module bitmap: vendor="The XFree86 Project" > compiled for 4.2.99.3, module version = 1.0.0 > Module class: XFree86 Font Renderer > ABI class: XFree86 Font Renderer, version 0.4 > (II) Loading font Bitmap > (II) LoadModule: "pcidata" > (II) Loading /usr/X11R6/lib/modules/libpcidata.a > (II) Module pcidata: vendor="The XFree86 Project" > compiled for 4.2.99.3, module version = 1.0.0 > ABI class: XFree86 Video Driver, version 0.6 > (II) PCI: Probing config type using method 1 > (II) PCI: Config type is 1 > (II) PCI: stages = 0x03, oldVal1 = 0x8000003c, mode1Res1 = > 0x80000000 > (II) PCI: PCI scan (all values are in hex) > (II) PCI: 00:00:0: chip 8086,2560 card 8086,2560 rev 01 class > 06,00,00 hdr 00 > (II) PCI: 00:02:0: chip 8086,2562 card 8086,5247 rev 01 class > 03,00,00 hdr 00 > (II) PCI: 00:1d:0: chip 8086,24c2 card 8086,5247 rev 01 class > 0c,03,00 hdr 80 > (II) PCI: 00:1d:1: chip 8086,24c4 card 8086,5247 rev 01 class > 0c,03,00 hdr 00 > (II) PCI: 00:1d:2: chip 8086,24c7 card 8086,5247 rev 01 class > 0c,03,00 hdr 00 > (II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 81 class > 06,04,00 hdr 01 > (II) PCI: 00:1f:0: chip 8086,24c0 card 0000,0000 rev 01 class > 06,01,00 hdr 80 > (II) PCI: 00:1f:1: chip 8086,24cb card 8086,5247 rev 01 class > 01,01,8a hdr 00 > (II) PCI: 00:1f:3: chip 8086,24c3 card 8086,5247 rev 01 class > 0c,05,00 hdr 00 > (II) PCI: 00:1f:5: chip 8086,24c5 card 8086,0102 rev 01 class > 04,01,00 hdr 00 > (II) PCI: 01:04:0: chip 109e,0350 card 0000,0000 rev 12 class > 04,00,00 hdr 00 > (II) PCI: 01:08:0: chip 8086,1039 card 8086,300e rev 81 class > 02,00,00 hdr 00 > (II) PCI: End of PCI scan > (II) Host-to-PCI bridge: > (II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is > set) > (II) Bus 0 I/O range: > [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] > (II) Bus 0 non-prefetchable memory range: > [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] > (II) Bus 0 prefetchable memory range: > [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] > (II) PCI-to-PCI bridge: > (II) Bus 1: bridge is at (0:30:0), (0,1,1), BCTRL: 0x0006 (VGA_EN is > cleared) > (II) Bus 1 I/O range: > [0] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B] > [1] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[B] > [2] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B] > [3] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[B] > (II) Bus 1 non-prefetchable memory range: > [0] -1 0 0xff800000 - 0xff8fffff (0x100000) MX[B] > (II) Bus 1 prefetchable memory range: > [0] -1 0 0xe6a00000 - 0xe6afffff (0x100000) MX[B] > (II) PCI-to-ISA bridge: > (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN > is set) > (--) PCI:*(0:2:0) Intel Corp. 82845G/GL [Brookdale-G] Chipset > Integrated Graphics Device rev 1, Mem @ 0xf0000000/27, > 0xffa80000/19 > (--) PCI: (1:4:0) Brooktree Corporation Bt848 Video Capture rev 18, > Mem @ 0xe6aff000/12 > List of video drivers: > atimisc > radeon > r128 > geode > mga > glint > nv > tga > s3 > s3virge > sis > rendition > neomagic > i740 > tdfx > savage > cirrus > vmware > tseng > trident > chips > apm > fbdev > i128 > nsc > ati > i810 > imstt > newport > ark > cyrix > siliconmotion > vesa > vga > dummy > v4l > (II) LoadModule: "atimisc" > (II) Loading /usr/X11R6/lib/modules/drivers/atimisc_drv.o > (II) Module atimisc: vendor="The XFree86 Project" > compiled for 4.2.99.3, module version = 6.4.17 > Module class: XFree86 Video Driver > ABI class: XFree86 Video Driver, version 0.6 > (II) LoadModule: "radeon" > (II) Loading /usr/X11R6/lib/modules/drivers/radeon_drv.o > (II) Module radeon: vendor="The XFree86 Project" > compiled for 4.2.99.3, module version = 4.0.1 > Module class: XFree86 Video Driver > ABI class: XFree86 Video Driver, version 0.6 > (II) LoadModule: "r128" > (II) Loading /usr/X11R6/lib/modules/drivers/r128_drv.o > (II) Module r128: vendor="The XFree86 Project" > compiled for 4.2.99.3, module version = 4.0.1 > Module class: XFree86 Video Driver > ABI class: XFree86 Video Driver, version 0.6 > (II) LoadModule: "geode" > (II) Loading /usr/X11R6/lib/modules/drivers/geode_drv.o > (II) Module geode: vendor="The XFree86 Project" > compiled for 4.2.99.2, module version = 1.2.2 > Module class: XFree86 Video Driver > ABI class: XFree86 Video Driver, version 0.6 > (II) LoadModule: "mga" > (II) Loading /usr/X11R6/lib/modules/drivers/mga_drv.o > (II) Module mga: vendor="The XFree86 Project" > compiled for 4.2.99.3, module version = 1.1.0 > Module class: XFree86 Video Driver > ABI class: XFree86 Video Driver, version 0.6 > (II) LoadModule: "glint" > (II) Loading /usr/X11R6/lib/modules/drivers/glint_drv.o > (II) Module glint: vendor="The XFree86 Project" > compiled for 4.2.99.3, module version = 1.0.0 > Module class: XFree86 Video Driver > ABI class: XFree86 Video Driver, version 0.6 > (II) LoadModule: "nv" > (II) Loading /usr/X11R6/lib/modules/drivers/nv_drv.o > (II) Module nv: vendor="The XFree86 Project" > compiled for 4.2.99.3, module version = 1.0.1 > Module class: XFree86 Video Driver > ABI class: XFree86 Video Driver, version 0.6 > (II) LoadModule: "tga" > (II) Loading /usr/X11R6/lib/modules/drivers/tga_drv.o > (II) Module tga: vendor="The XFree86 Project" > compiled for 4.2.99.3, module version = 1.0.0 > Module class: XFree86 Video Driver > ABI class: XFree86 Video Driver, version 0.6 > (II) LoadModule: "s3" > (II) Loading /usr/X11R6/lib/modules/drivers/s3_drv.o > (II) Module s3: vendor="The XFree86 Project" > compiled for 4.2.99.3, module version = 0.3.5 > Module class: XFree86 Video Driver > ABI class: XFree86 Video Driver, version 0.6 > (II) LoadModule: "s3virge" > (II) Loading /usr/X11R6/lib/modules/drivers/s3virge_drv.o > (II) Module s3virge: vendor="The XFree86 Project" > compiled for 4.2.99.3, module version = 1.8.3 > Module class: XFree86 Video Driver > ABI class: XFree86 Video Driver, version 0.6 > (II) LoadModule: "sis" > (II) Loading /usr/X11R6/lib/modules/drivers/sis_drv.o > (II) Module sis: vendor="The XFree86 Project" > compiled for 4.2.99.3, module version = 0.6.0 > Module class: XFree86 Video Driver > ABI class: XFree86 Video Driver, version 0.6 > (II) LoadModule: "rendition" > (II) Loading /usr/X11R6/lib/modules/drivers/rendition_drv.o > (II) Module rendition: vendor="The XFree86 Project" > compiled for 4.2.99.3, module version = 4.0.0 > Module class: XFree86 Video Driver > ABI class: XFree86 Video Driver, version 0.6 > (II) LoadModule: "neomagic" > (II) Loading /usr/X11R6/lib/modules/drivers/neomagic_drv.o > (II) Module neomagic: vendor="The XFree86 Project" > compiled for 4.2.99.3, module version = 1.0.0 > Module class: XFree86 Video Driver > ABI class: XFree86 Video Driver, version 0.6 > (II) LoadModule: "i740" > (II) Loading /usr/X11R6/lib/modules/drivers/i740_drv.o > (II) Module i740: vendor="The XFree86 Project" > compiled for 4.2.99.3, module version = 1.0.0 > Module class: XFree86 Video Driver > ABI class: XFree86 Video Driver, version 0.6 > (II) LoadModule: "tdfx" > (II) Loading /usr/X11R6/lib/modules/drivers/tdfx_drv.o > (II) Module tdfx: vendor="The XFree86 Project" > compiled for 4.2.99.3, module version = 1.0.0 > Module class: XFree86 Video Driver > ABI class: XFree86 Video Driver, version 0.6 > (II) LoadModule: "savage" > (II) Loading /usr/X11R6/lib/modules/drivers/savage_drv.o > (II) Module savage: vendor="The XFree86 Project" > compiled for 4.2.99.3, module version = 1.1.26 > Module class: XFree86 Video Driver > ABI class: XFree86 Video Driver, version 0.6 > (II) LoadModule: "cirrus" > (II) Loading /usr/X11R6/lib/modules/drivers/cirrus_drv.o > (II) Module cirrus: vendor="The XFree86 Project" > compiled for 4.2.99.3, module version = 1.0.0 > Module class: XFree86 Video Driver > ABI class: XFree86 Video Driver, version 0.6 > (II) LoadModule: "vmware" > (II) Loading /usr/X11R6/lib/modules/drivers/vmware_drv.o > (II) Module vmware: vendor="The XFree86 Project" > compiled for 4.2.99.3, module version = 10.10.2 > Module class: XFree86 Video Driver > ABI class: XFree86 Video Driver, version 0.6 > (II) LoadModule: "tseng" > (II) Loading /usr/X11R6/lib/modules/drivers/tseng_drv.o > (II) Module tseng: vendor="The XFree86 Project" > compiled for 4.2.99.3, module version = 1.0.0 > Module class: XFree86 Video Driver > ABI class: XFree86 Video Driver, version 0.6 > (II) LoadModule: "trident" > (II) Loading /usr/X11R6/lib/modules/drivers/trident_drv.o > (II) Module trident: vendor="The XFree86 Project" > compiled for 4.2.99.3, module version = 1.0.0 > Module class: XFree86 Video Driver > ABI class: XFree86 Video Driver, version 0.6 > (II) LoadModule: "chips" > (II) Loading /usr/X11R6/lib/modules/drivers/chips_drv.o > (II) Module chips: vendor="The XFree86 Project" > compiled for 4.2.99.3, module version = 1.0.0 > Module class: XFree86 Video Driver > ABI class: XFree86 Video Driver, version 0.6 > (II) LoadModule: "apm" > (II) Loading /usr/X11R6/lib/modules/drivers/apm_drv.o > (II) Module apm: vendor="The XFree86 Project" > compiled for 4.2.99.3, module version = 1.0.0 > Module class: XFree86 Video Driver > ABI class: XFree86 Video Driver, version 0.6 > (II) LoadModule: "fbdev" > (II) Loading /usr/X11R6/lib/modules/drivers/fbdev_drv.o > (II) Module fbdev: vendor="The XFree86 Project" > compiled for 4.2.99.3, module version = 0.1.0 > ABI class: XFree86 Video Driver, version 0.6 > (II) LoadModule: "i128" > (II) Loading /usr/X11R6/lib/modules/drivers/i128_drv.o > (II) Module i128: vendor="The XFree86 Project" > compiled for 4.2.99.3, module version = 1.0.0 > Module class: XFree86 Video Driver > ABI class: XFree86 Video Driver, version 0.6 > (II) LoadModule: "nsc" > (II) Loading /usr/X11R6/lib/modules/drivers/nsc_drv.o > Duplicate symbol gfx_set_video_cursor_enable in > /usr/X11R6/lib/modules/drivers/nsc_drv.o > Also defined in /usr/X11R6/lib/modules/drivers/geode_drv.o > > Fatal server error: > Module load failure > > > When reporting a problem related to a server crash, please send > the full server output, not just the last messages. > This can be found in the log file "/var/log/XFree86.0.log". > Please report problems to [EMAIL PROTECTED] > > > I have cobbled together a XF86config file that I am using which may > be > the root of my problems... its attached 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 "ServerFlags" > Option "BlankTime" "0" > Option "StandbyTime" "5" > Option "SuspendTime" "0" > Option "OffTime" "20" > EndSection > > Section "Module" > Load "extmod" > Load "dbe" > Load "dri" > Load "glx" > Load "record" > Load "xtrap" > Load "speedo" > Load "type1" > Load "v4l" > EndSection > > Section "DRI" > Mode 0666 > EndSection > > Section "InputDevice" > Identifier "Keyboard0" > Driver "keyboard" > Option "XkbRules" "xfree86" > Option "XkbModel" "microsoft" > Option "XkbLayout" "us" > EndSection > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/mouse" > Option "ZAxisMapping" "4 5" > Option "Buttons" "5" > EndSection > > Section "Monitor" > Identifier "Monitor0" > VendorName "Monitor Vendor" > ModelName "Monitor Model" > HorizSync 30 - 70 > VertRefresh 50 - 160 > Option "DPMS" > # > EndSection > > Section "Device" > ### Available Driver options are:- > ### Values: <i>: integer, <f>: float, <bool>: > "True"/"False", > ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" > ### [arg]: arg optional > #Option "NoAccel" # [<bool>] > #Option "SWcursor" # [<bool>] > #Option "ColorKey" # <i> > #Option "CacheLines" # <i> > #Option "Dac6Bit" # [<bool>] > #Option "DRI" # [<bool>] > Option "DRI" "on" # [<bool>] > #Option "NoDDC" # [<bool>] > #Option "XvMCSurfaces" # <i> > Identifier "Card0" > # VideoRam 16384 > Driver "i810" > VendorName "Intel Corp." > BoardName "82845G/GL [Brookdale-G] Chipset Integrated > Graphics Device" > BusID "PCI:0:2:0" > Option "AGPMode" "1" > EndSection > > Section "Screen" > Identifier "Screen0" > Device "Card0" > Monitor "Monitor0" > DefaultDepth 24 > DefaultFbBpp 32 > > SubSection "Display" > Depth 1 > EndSubSection > SubSection "Display" > Depth 4 > EndSubSection > SubSection "Display" > Depth 8 > EndSubSection > SubSection "Display" > Depth 15 > EndSubSection > SubSection "Display" > Depth 16 > EndSubSection > SubSection "Display" > Depth 24 > FbBpp 32 > Modes "1024x768" > ViewPort 0 0 > EndSubSection > EndSection > > > can somebody help? how can I figure out what is causing the system > to > crash? > > Thanks in advance... > > Jeff > _______________________________________________ > Newbie mailing list > [EMAIL PROTECTED] > *** To unsubscribe , or change message options, see: > http://XFree86.Org/mailman/listinfo/newbie > > ________________________________________________________________ Sign Up for Juno Platinum Internet Access Today Only $9.95 per month! Visit www.juno.com _______________________________________________ Newbie mailing list [EMAIL PROTECTED] *** To unsubscribe , or change message options, see: http://XFree86.Org/mailman/listinfo/newbie
