http://bugzilla.novell.com/show_bug.cgi?id=595653 http://bugzilla.novell.com/show_bug.cgi?id=595653#c14 --- Comment #14 from Alex Deucher <alexander.deucher@amd.com> 2010-04-12 22:05:41 UTC --- Both drivers have the same issue. It's basically a race condition, depending how quickly the drm loads, it might work on some systems but not on others. Really with KMS, you need to have the drm loaded before X starts. The drm in non-KMS mode doesn't actually do anything until the ddx initialize it things via ioctls, so it loads immediately. For KMS, the drm initializes the hw and memory manager which takes a while longer, so it's not always done loading by the time the ddx queries it for kms support. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.