I recently acquired a Dell Inspiron 2600 laptop on which I need to run
RedHat V7.2. V7.2 comes with XFree86 V4.1.0, so I grabbed the source for
4.2.0 and rebuilt and installed it. The build and install seemed to go
with no problem.
"XFree86 -configure" generates a ton of "Symbol xxxxx from module yyyyy is
unresulved!" messages and dies with a Signal 11. If I remove all the
drivers except the i810 driver I get "Symnbol XAAxxx from module
/usr/X11R6/lib/modules/drivers/i810_drv.o is uresolved" where "xxx" is
"Init" and "FillSolidRects". Then it dies again with a Signal 11.
I then used xf86configure to configure it to use the "i810" driver. X
starts up with a garbled screen, then dies with the errors:
(EE) GARTInit: Unable to open /dev/agpgart (No such device)
(EE) I810(0): Ring buffer allocation failed
Fatal server error:
AddScreen/ScreenInit failed for driver 0
"/dev/agpgart" does exist, but there doesn't appear to be a device to
correspond to it. Trying to load the kernel module via "modprobe" gives
"init_module: No such device" errors and the module does not load.
Trying to load the "i810" module also fails: "init_module: Cannot allocate
memory".
I have included the files:
x.log result of "X -fbbpp 16 -xf86config XF86Config"
xf86configure.log result of "XFree86 -configure"
XF86Config my attempt at a configuration file, modified from
the one generated by "xf86configure"
Anyone got X running under RedHat 7.2 on a Dell Inspiron 2600??
Thanks!!
Mike
# File generated by xf86config.
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
# Load "glx"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
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/"
# ModulePath "/usr/X11R6/lib/modules"
EndSection
Section "ServerFlags"
# Option "NoTrapSignals"
# Option "DontZap"
# Option "Dont Zoom"
# Option "DisableVidModeExtension"
# Option "AllowNonLocalXvidtune"
# Option "DisableModInDev"
# Option "AllowNonLocalModInDev"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
# Option "Protocol" "Xqueue"
Option "AutoRepeat" "500 30"
# Option "Xleds" "1 2 3"
# Option "LeftAlt" "Meta"
# Option "RightAlt" "ModeShift"
# Option "XkbModel" "pc102"
# Option "XkbModel" "microsoft"
# Option "XkbOptions" "ctrl:swapcaps"
# Option "XkbRules" "xfree86"
# Option "XkbModel" "pc101"
# Option "XkbLayout" "us"
# Option "XkbVariant" ""
# Option "XkbOptions" ""
# Option "XkbDisable"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc101"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/mouse"
Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
EndSection
Section "Monitor"
Identifier "My Monitor"
HorizSync 31.5 - 57.0
VertRefresh 40-150
EndSection
#
#Section "Device"
#Identifier "Standard VGA"
#VendorName "Unknown"
#BoardName "Unknown"
#Driver "vga"
#EndSection
# Device configured by xf86config:
Section "Device"
Identifier "Intel 810"
Driver "i810"
VideoRam 16384
# Insert Clocks lines here if appropriate
EndSection
Section "Screen"
Identifier "Screen 1"
Device "Intel 810"
Monitor "My Monitor"
DefaultDepth 16
Subsection "Display"
Depth 8
Modes "640x480" "1024x768"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "640x480" "1024x768"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "640x480" "1024x768"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Screen Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
XFree86 Version 4.2.0 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 18 January 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.7-10 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: Mon May 6 15:24:55 2002
List of video drivers:
i810
v4l
(++) Using config file: "/root/XF86Config.new"
Symbol XAAInit from module /usr/X11R6/lib/modules/drivers/i810_drv.o is unresolved!
Symbol XAAInit from module /usr/X11R6/lib/modules/drivers/i810_drv.o is unresolved!
Symbol XAAFillSolidRects from module /usr/X11R6/lib/modules/drivers/i810_drv.o is
unresolved!
Symbol XAAFillSolidRects from module /usr/X11R6/lib/modules/drivers/i810_drv.o is
unresolved!
Fatal server error:
Caught signal 11. Server aborting
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]
XFree86 Version 4.2.0 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 18 January 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.7-10 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: Mon May 6 15:25:07 2002
(++) Using config file: "/etc/X11/XF86Config"
(WW) I810: No matching Device section for instance (BusID PCI:0:2:1) found
(EE) GARTInit: Unable to open /dev/agpgart (No such device)
(EE) I810(0): Ring buffer allocation failed
Fatal server error:
AddScreen/ScreenInit failed for driver 0
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]