Hi, i've got Satellite 2210CDT. i run testing on it. It has a trident cyber9525dvd chipset. Since upgrading to XFree4 the xserver crashes regularly after a few minutes and i have to login again (via wdm/xdm). '/var/log/XFree86.0.log' doesn't contain any hints, so does '~/.xsession-errors'. The following line appears in dmesg's output when starting X.
mtrr: base(0xff400000) is not aligned on a size(0x280000) boundary i've tried almost every configuration option i've found in the documentation without solving the problem. is there anybody with similar problems or better, is there a solution ? I 've appended my XF86Config-4. regards Joerg -- ------------------------------------- Joerg Braukhoff eMail: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -------------------------------------
# XF86Config-4 (XFree86 server configuration file) generated by Dexconf, the # Debian X Configuration tool, using values from the debconf database. # # Edit this file with caution, and see the XF86Config manual page. # (Type "man XF86Config" at the shell prompt.) Section "Files" FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these FontPath "/usr/lib/X11/fonts/misc" # FontPath "/usr/lib/X11/fonts/cyrillic" 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" # FontPath "/usr/lib/X11/fonts/local" # FontPath "/usr/lib/X11/fonts/truetype" EndSection Section "ServerFlags" #Option "BlankTime" "10" #Option "SuspendTime" "15" #Option "OffTime" "10" EndSection Section "Module" Load "ddc" Load "dbe" Load "extmod" #Load "glx" Load "pex5" Load "record" Load "xie" Load "bitmap" Load "freetype" Load "speedo" Load "type1" Load "vbe" Load "int10" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc102" Option "XkbLayout" "de" EndSection Section "InputDevice" Identifier "Generic Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "PS/2" Option "Emulate3Buttons" Option "Emulate3Timeout" "100" EndSection Section "InputDevice" Identifier "USB Mice" Driver "mouse" Option "Protocol" "PS/2" Option "Device" "/dev/input/mice" Option "Emulate3Buttons" Option "Emulate3Timeout" "100" EndSection Section "Device" Identifier "Generic Video Card" Driver "trident" Option "NoPciBurst" "Off" Option "PciRetry" "On" EndSection Section "Monitor" Identifier "Generic Monitor" HorizSync 31.5-48.5 VertRefresh 55-90 # Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "Generic Video Card" Monitor "Generic Monitor" DefaultDepth 16 SubSection "Display" Depth 1 Modes "800x600" EndSubSection SubSection "Display" Depth 4 Modes "800x600" EndSubSection SubSection "Display" Depth 8 Modes "800x600" EndSubSection SubSection "Display" Depth 15 Modes "800x600" EndSubSection SubSection "Display" Depth 16 Modes "800x600" EndSubSection SubSection "Display" Depth 24 Modes "800x600" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Generic Mouse" InputDevice "USB Mice" "SendCoreEvents" EndSection #Section "DRI" # Mode 0666 #EndSection # end of XF86Config