KMS sad story

Marat N.Afanasyev amarat at li.ru
Wed Jan 22 10:30:30 UTC 2014


Marat N.Afanasyev wrote:
> Marat N.Afanasyev wrote:
>> Jean-Sébastien Pédron wrote:
>>> On 21.01.2014 16:29, Marat N.Afanasyev wrote:
>>>> Hello!
>>>
>>> Hi!
>>>
>>>> I suspected my newly installed 5450 card, but 4550 worked just the
>>>> same.
>>>> And, even as I have dumpon="YES" in my rc.conf I hadn't witnessed any
>>>> disk activity from hang moment till reset and I deliberately waited
>>>> about ten minutes for dump to occur, still nothing, no dump, no
>>>> /var/crash/ file on reboot.
>>>
>>> Could you please post:
>>>      o  the output of "dmesg"
>>>      o  the output of "pciconf -lv"
>>>      o  the output of "pkg info"
>>>      o  your /etc/make.conf
>>>      o  your kernel config file, if you made a custom one
>>>
>>> About the "no crash dump" issue, try to set the following sysctl in your
>>> /etc/sysctl.conf:
>>>    debug.debugger_on_panic=0
>>
>> it's already unset:
>>
>> debug.debugger_on_panic: 0
>> debug.trace_on_panic: 1
>>
>> how long should I wait after hang to press reset? I have 8GB of memory
>>
>>> Then set it manually for the current session (sysctl.conf is read at
>>> boot time):
>>>    sysctl debug.debugger_on_panic=0
>>>
>>
>> okay, I'll try this tomorrow, today I'm just too exhausted today to try
>> this again
>>
>> BTW, should I remove KDB/DDB from my kernel config to obtain crash dumps?
>>
> I have messages from when 5450 was installed also. It seems that with
> 4550 I had GPU lockup message in dmesg, while 5450 just hang without any
> additional info
>
Also I'm using attached /etc/X11/xorg.conf, can it be the cause?

-- 
SY, Marat
-------------- next part --------------
Section "Module"
    Load        "dbe"  	# Double buffer extension
    Load        "dri"  	# Double buffer extension
    Load        "type1"
    Load        "freetype"
    Load       	"glx"
EndSection

Section "Files"
    FontPath   "/usr/local/fonts/"
    FontPath   "/usr/local/lib/X11/fonts/cyrillic/"
    FontPath   "/usr/local/lib/X11/fonts/local/"
    FontPath   "/usr/local/lib/X11/fonts/misc/"
    FontPath   "/usr/local/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/local/lib/X11/fonts/Type1/"
    FontPath   "/usr/local/lib/X11/fonts/100dpi/"
    FontPath   "/usr/local/share/ghostscript/fonts/"
    FontPath   "/usr/local/lib/X11/fonts/dejavu/"
    FontPath   "/usr/local/lib/X11/fonts/urwfonts-ttf/"
    FontPath   "/usr/local/lib/X11/fonts/TTF/"
    FontPath   "/usr/local/lib/X11/fonts/URW/"
    FontPath   "/usr/local/lib/X11/fonts/TrueType/"
    FontPath   "/usr/local/lib/X11/fonts/webfonts/"
    FontPath   "/usr/local/lib/X11/fonts/Liberation/"
    ModulePath "/usr/local/lib/xorg/modules"
EndSection

Section "ServerFlags"
    Option "NoTrapSignals" "true"
    Option "DontZap" "false"
    Option "AllowEmptyInput" "false"
EndSection

Section "InputDevice"
    Identifier	"Keyboard1"
    Driver	"kbd"
    Option	"AutoRepeat" "500 30"
    Option	"XkbModel"   "cherryblueb"
    Option	"XkbLayout"  "us,ru"
    Option	"XkbVariant" ",winkeys"
    Option	"XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll,altwin:meta_win"
EndSection

Section "InputDevice"
    Identifier	"Mouse1"
    Driver	"mouse"
    Option	"Protocol"    "Auto"
    Option	"Device"      "/dev/sysmouse"
    Option	"Buttons"	 "5"
    Option	"ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier  "LP2475W"
    Option	"DPMS"	"YES"
    Option	"DDC"	"YES"
    DisplaySize	518 326
    Option	"PreferredMode" "1920x1200" 
EndSection

Section "Device"
    Identifier  "r4550"
    Driver      "ati"
    Option 	"DRI"		"On"
    Option	"monitor-DVI-0"	"LP2475W"
EndSection

Section "Screen"
    Identifier  "VGA"
    Device	"r4550"
    Monitor	"LP2475W"
    DefaultDepth 24
    Subsection "Display"
        Depth	24
        Modes	"1920x1200"
	Virtual	3840 1200
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "DLayout"
    Screen	0 "VGA"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Section "DRI"
    Mode 0666
EndSection

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4228 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.freebsd.org/pipermail/freebsd-x11/attachments/20140122/69f6c640/attachment.bin>


More information about the freebsd-x11 mailing list