Radeon 9600 SE and xorg 7.3 => system crash

Palle Girgensohn girgen at pingpong.net
Sun Sep 23 16:19:22 PDT 2007


Hi!

I recently updated xorg to 7.3 using portupgrade -R xorg. Since then, I'm 
degraded to using the console only. Any attempt to start x will crash the 
computer. Not a panic, it just crashes and reboots... :(

I once managed to get a setup with very low resolution, 640x480 or 
something, that didn't crash, but most other settings do.

I'm running 6.2-STABLE, recently upgraded.

I tried "portupgrade -fRP xorg" as well, didn't help.

Any ideas?

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

Section "Files"
        RgbPath      "/usr/local/lib/X11/rgb"
        ModulePath   "/usr/local/lib/xorg/modules"
        FontPath        "/usr/local/lib/X11/fonts/misc/"
        FontPath        "/usr/local/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/local/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/local/lib/X11/fonts/bitstream-vera/"
        FontPath        "/usr/local/lib/X11/fonts/Type1/"
        FontPath        "/usr/local/lib/X11/fonts/CID/"
        FontPath        "/usr/local/lib/X11/fonts/Speedo/"
        FontPath        "/usr/local/lib/X11/fonts/webfonts/"
        FontPath        "/usr/local/lib/X11/fonts/urwfonts-ttf/"
        FontPath        "/usr/local/lib/X11/fonts/URW/"
        FontPath        "/usr/local/lib/X11/fonts/local/sgi/"
        FontPath        "/usr/local/lib/X11/fonts/local/"
        FontPath        "/usr/local/lib/X11/fonts/freefont/"
        FontPath        "/usr/local/lib/X11/fonts/webfonts/"
        FontPath        "/usr/local/lib/X11/fonts/75dpi/"
        FontPath        "/usr/local/lib/X11/fonts/100dpi/"
        FontPath        "/usr/local/share/ghostscript/fonts/"
        FontPath        "/usr/local/share/fonts/amspsfont/pfb/"
        FontPath        "/usr/local/share/fonts/cmpsfont/pfb/"
        FontPath        "/usr/local/lib/X11/fonts/75dpi/"
        FontPath        "/usr/local/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
        Load  "extmod"
#       Load  "dri"
#       Load  "glx"
        Load  "dbe"
        Load  "record"
        Load  "xtrap"
#       Load  "speedo"
        Load  "type1"
        Load  "freetype"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "AutoRepeat" "300 60"
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "se"
#       Option      "XkbLayout" "se(euro)"
        Option      "XkbVariant" "nodeadkeys"
        Option      "XkbOptions" "altwin:left_meta_win,compose:rwin"
#       Option      "XbkOptions" "compose:rwin" "altwin:left_meta_win"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/sysmouse"
EndSection

Section "InputDevice"
        Identifier  "wheelmouse"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/sysmouse"
        Option      "BaudRate" "1200"
        Option      "Emulate3Timeout" "50"
        Option      "Resolution" "100"
        Option      "Buttons" "5"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Nokia"
        ModelName    "920C"
        HorizSync    30.0 - 96.0
#       VertRefresh  50.0 - 160.0
        VertRefresh  60.0
EndSection

Section "ServerFlags"
#       DPMS settings. Default values are 1200, 1800 and 2400 respectively
        Option          "StandbyTime" "600"
        Option          "SuspendTime" "1200"
        Option          "OffTime" "1800"
EndSection

Section "Device"
        Identifier      "Radeon"
        Driver          "radeon"
        VendorName      "ATI"
        BoardName       "ATI Radeon 9600 SE"
#       Option          "MonitorLayout" "TMDS, NONE"
        Option          "PanelSize" "1600x1200"
        Option          "PanelOff" "on"
        Option          "dpms"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Radeon"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Depth     1
        EndSubSection
        SubSection "Display"
                Depth     4
        EndSubSection
        SubSection "Display"
                Depth     8
        EndSubSection
        SubSection "Display"
                Depth     15
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes        "1600x1200" "1280x1024" "1152x864" "1024x768" 
"800x600" "640x480" "640x400" "512x384" "480x300" "400x300" "320x240" 
"320x200"
#                Modes        "1280x1024" "1152x864" "1024x768" "800x600" 
"640x480" "640x400" "512x384" "480x300" "400x300" "320x240" "320x200"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes        "1600x1200" "1280x1024" "1152x864" "1024x768" 
"800x600" "640x480" "640x400" "512x384" "480x300" "400x300" "320x240" 
"320x200"
        EndSubSection
        SubSection "Display"
                Depth     32
                Modes        "1280x1024" "1152x864" "1024x768" "800x600" 
"640x480" "640x400" "512x384" "480x300" "400x300" "320x240" "320x200"
        EndSubSection
EndSection

Section "DRI"
        Mode         0666
EndSection





More information about the freebsd-x11 mailing list