<!DOCTYPE html><html><head>
<style type="text/css">body { font-family:'Times New Roman'; font-size:13px}</style>
</head>
<body>On Wed, 29 May 2013 02:03:18 +0200, Gavin Reade <greadey@gmail.com> wrote:<br><br><blockquote style="margin: 0 0 0.80ex; border-left: #0000FF 2px solid; padding-left: 1ex"><div dir="ltr">Hi All,<div><br></div><div>Finally got X working on 3.4, it was a bit of a pain (mainly because I did not know what to do straight away). i started using dports straight away, and did xorg -configure and used that config but x would not start.  My card is a Radeon RV280.  Did some reading and found I needed drm in the kernel, which wasn't there by default.  Anyway after installing drm in the kernel startx worked and I got the minimal X working. So I have two questions, with no drm in the kernel, dmesg reports my card as a generic vga, after installing drm at boot time via loader.conf, the card is still not detected.  Can anyone tell me why or am I missing something obvious??  Also when I exit X via the window manager, all the window decoration disappears but X won't shutdown and exit cleanly.  Why might this be?  Are the two things interconnected?</div>
</div></blockquote><div><br></div><div>Can you check /var/run/dmesg.boot for "contigmalloc_map: failed size..." errors? If present, you have to raise the reserve (setting vm.dma_reserved as described in drm(4) manual page).</div><div><br></div><div>Sascha</div><div><br></div></body></html>