On Mon, Dec 22, 2003 at 10:57:22PM +0100, Michel Dänzer wrote: > On Mon, 2003-12-22 at 21:17, Warren Turkal wrote: > > Does the reporter of this bug have a Radeon or some type. > > I don't think he got your followup; sending this to -submitter so he > sees it. Nope, don't have a Radeon. The machine is a Dell Inspiron 8200 laptop, with an nVidia GeForce2Go. > > Flightgear locks my computer after some time, and I have a Radeon. The > > last version of Flightgear locked my computer up on start. > > If you're using the 3D driver from XFree86 4.3, I'm afraid that's to be > expected. Mine is 4.3.0.1; perhaps this is part of the problem. > There's a difference between a lockup and a server crash though; the > latter is unlikely to be related to the 3D driver, unless proprietary > drivers are being used or something perhaps. The submitter should > provide the full server log and config file and if applicable preferably > even a backtrace from xserver-xfree86-dbg. I'm attaching the server log from a previous crash, as well as the conffile. Please let me know how to generate that backtrace, and I'll happily send it along. Regards, * Ben Okopnik * okopnik.freeshell.org * Technical Editor, Linux Gazette * -*- See the Linux Gazette in its new home: <http://linuxgazette.net/> -*-
# XF86Config-4 for Dell Inspiron 8200 w/ Geforce4 440
# and Enhanced UXGA LCD.
#
# 08.30.2002 Rodney "meff" Gordon II <meff@pobox.com>
# 09.24.2002 Peter Teuben (mods for Redhat 7.3 - added lower res Screen1, Screen2, .....
Section "Files"
# FontPath "unix/:7100"
# FontPath "unix/:7101"
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/freefont"
FontPath "/usr/lib/X11/fonts/sharefont"
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"
EndSection
Section "Module"
Load "type1"
Load "bitmap"
Load "freetype"
Load "dbe"
Load "glx"
Load "extmod"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
# Modified by mouseconfig
Driver "mouse"
Option "Device" "/dev/gpmdata"
Option "Protocol" "IntelliMouse"
Option "Emulate3Buttons" "yes"
Option "ZAxisMapping" "4 5"
EndSection
# Section "InputDevice"
# Identifier "Mouse1"
# Driver "mouse"
# Option "Protocol" "PS/2"
# Option "Device" "/dev/mouse"
# Option "ZAxisMapping" "4 5"
# EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 31.5-110
VertRefresh 28-90
Option "DPMS"
EndSection
Section "Device"
Identifier "Card0"
Driver "nvidia"
Option "NoLogo" "1"
Option "NvAGP" "0"
Option "CursorShadow" "1"
Option "UseEdidFreqs" "1"
Option "BackingStore" "0"
EndSection
#
# there are 5 screens here, 640x480...1400x1050, with the resp. resolutions
# in X. Sometimes external displays just can't sync up on something
# highres, so the way to activate that is (e.g. 1400x1050 mode)
# startx -- :1 -screen 1400x1050
Section "Screen"
Identifier "1400x1050"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "1280x1024"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480" "1400x1050"
EndSubSection
EndSection
Section "Screen"
Identifier "1024x768"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480" "1400x1050" "1280x1024"
EndSubSection
EndSection
Section "Screen"
Identifier "800x600"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "800x600" "640x480" "1400x1050" "1280x1024" "1024x768"
EndSubSection
EndSection
Section "Screen"
Identifier "640x480"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "640x480" "1400x1050" "1280x1024" "1024x768" "800x600"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "1400x1050"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
# InputDevice "Mouse1" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
Attachment:
XFree86.0.log.old
Description: application/trash