* Radeon KMS doesn't work. @ 2010-07-03 22:10 Wakko Warner 2010-07-04 23:19 ` Wakko Warner 0 siblings, 1 reply; 7+ messages in thread From: Wakko Warner @ 2010-07-03 22:10 UTC (permalink / raw) To: linux-kernel I have a Dell Inspiron 5100 with an ATI Radeon Mobility M7 (7500 R100 PCI ID 1002:4c57 sub 1028:0149). Immediately when radeon.ko is loaded, the screen goes blank (The backlight stays on). I have fbcon compiled into the kernel (I also tried as module). I am unable to get the screen to work again until I reboot. The logs did not appear to have any errors after the module loaded. The system was still responsive on the network. I tried kernels 2.6.33 and 2.6.34. I can provide kernel output if needed. -- Lab tests show that use of micro$oft causes cancer in lab animals ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Radeon KMS doesn't work. 2010-07-03 22:10 Radeon KMS doesn't work Wakko Warner @ 2010-07-04 23:19 ` Wakko Warner 2010-07-05 17:27 ` Marvin 0 siblings, 1 reply; 7+ messages in thread From: Wakko Warner @ 2010-07-04 23:19 UTC (permalink / raw) To: linux-kernel Wakko Warner wrote: > I have a Dell Inspiron 5100 with an ATI Radeon Mobility M7 (7500 R100 > PCI ID 1002:4c57 sub 1028:0149). > > Immediately when radeon.ko is loaded, the screen goes blank (The backlight > stays on). I have fbcon compiled into the kernel (I also tried as module). > I am unable to get the screen to work again until I reboot. The logs did > not appear to have any errors after the module loaded. The system was still > responsive on the network. > > I tried kernels 2.6.33 and 2.6.34. > > I can provide kernel output if needed. I need to add that if I use modeset=0, the screen does not blank. Also 2.6.34 (with modeset=0) doesn't do 3D very well on this system. Some objects look ok, some are garbled, some do not appear at all. The gears from xscreensaver does not show up at all. -- Microsoft has beaten Volkswagen's world record. Volkswagen only created 22 million bugs. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Radeon KMS doesn't work. 2010-07-04 23:19 ` Wakko Warner @ 2010-07-05 17:27 ` Marvin 2010-07-05 18:18 ` Justin P. Mattock 0 siblings, 1 reply; 7+ messages in thread From: Marvin @ 2010-07-05 17:27 UTC (permalink / raw) To: linux-kernel; +Cc: xorg-driver-ati Hi Wakko, as nobody seems to have answered yet, I think it's better that you file a bug against the radeon driver (bugs.freedesktop.org, one bug for each defect). There may be similar bugs already, so please check this also. Thanks Marvin Am Montag 05 Juli 2010, 01:19:26 schrieb Wakko Warner: > Wakko Warner wrote: > > I have a Dell Inspiron 5100 with an ATI Radeon Mobility M7 (7500 R100 > > PCI ID 1002:4c57 sub 1028:0149). > > > > Immediately when radeon.ko is loaded, the screen goes blank (The > > backlight stays on). I have fbcon compiled into the kernel (I also > > tried as module). I am unable to get the screen to work again until I > > reboot. The logs did not appear to have any errors after the module > > loaded. The system was still responsive on the network. > > > > I tried kernels 2.6.33 and 2.6.34. > > > > I can provide kernel output if needed. > > I need to add that if I use modeset=0, the screen does not blank. > > Also 2.6.34 (with modeset=0) doesn't do 3D very well on this system. Some > objects look ok, some are garbled, some do not appear at all. The gears > from xscreensaver does not show up at all. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Radeon KMS doesn't work. 2010-07-05 17:27 ` Marvin @ 2010-07-05 18:18 ` Justin P. Mattock 2010-07-06 1:52 ` Wakko Warner 2010-07-06 2:34 ` Xiaotian Feng 0 siblings, 2 replies; 7+ messages in thread From: Justin P. Mattock @ 2010-07-05 18:18 UTC (permalink / raw) To: Marvin; +Cc: linux-kernel, xorg-driver-ati On 07/05/2010 10:27 AM, Marvin wrote: > > Hi Wakko, > > as nobody seems to have answered yet, I think it's better that you file a bug > against the radeon driver (bugs.freedesktop.org, one bug for each defect). > There may be similar bugs already, so please check this also. > > Thanks > > Marvin > > Am Montag 05 Juli 2010, 01:19:26 schrieb Wakko Warner: >> Wakko Warner wrote: >>> I have a Dell Inspiron 5100 with an ATI Radeon Mobility M7 (7500 R100 >>> PCI ID 1002:4c57 sub 1028:0149). >>> >>> Immediately when radeon.ko is loaded, the screen goes blank (The >>> backlight stays on). I have fbcon compiled into the kernel (I also >>> tried as module). I am unable to get the screen to work again until I >>> reboot. The logs did not appear to have any errors after the module >>> loaded. The system was still responsive on the network. >>> >>> I tried kernels 2.6.33 and 2.6.34. >>> >>> I can provide kernel output if needed. >> >> I need to add that if I use modeset=0, the screen does not blank. >> >> Also 2.6.34 (with modeset=0) doesn't do 3D very well on this system. Some >> objects look ok, some are garbled, some do not appear at all. The gears >> from xscreensaver does not show up at all. > > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ > I've hit a couple of things with radeon as well.. the first was this: http://lkml.org/lkml/2010/6/6/172 (if your hitting this issue, then the patch should work and/or it should already be in the main tree). then a few days ago hit another: https://bugzilla.kernel.org/show_bug.cgi?id=16335 (keep in mind still uncertain on a fix for this, reverting the commit gets me up and running(I created a patch, but an umsure if it's a right solution)). if none of these are what your hitting, then maybe(if you can) do a bisect on this! Justin P. Mattock ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Radeon KMS doesn't work. 2010-07-05 18:18 ` Justin P. Mattock @ 2010-07-06 1:52 ` Wakko Warner 2010-07-06 2:34 ` Xiaotian Feng 1 sibling, 0 replies; 7+ messages in thread From: Wakko Warner @ 2010-07-06 1:52 UTC (permalink / raw) To: Justin P. Mattock; +Cc: Marvin, linux-kernel, xorg-driver-ati Justin P. Mattock wrote: > On 07/05/2010 10:27 AM, Marvin wrote: > > > >Hi Wakko, > > > >as nobody seems to have answered yet, I think it's better that you file a > >bug > >against the radeon driver (bugs.freedesktop.org, one bug for each defect). > >There may be similar bugs already, so please check this also. > > > >Thanks > > > >Marvin > > > >Am Montag 05 Juli 2010, 01:19:26 schrieb Wakko Warner: > >>Wakko Warner wrote: > >>>I have a Dell Inspiron 5100 with an ATI Radeon Mobility M7 (7500 R100 > >>>PCI ID 1002:4c57 sub 1028:0149). > >>> > >>>Immediately when radeon.ko is loaded, the screen goes blank (The > >>>backlight stays on). I have fbcon compiled into the kernel (I also > >>>tried as module). I am unable to get the screen to work again until I > >>>reboot. The logs did not appear to have any errors after the module > >>>loaded. The system was still responsive on the network. > >>> > >>>I tried kernels 2.6.33 and 2.6.34. > >>> > >>>I can provide kernel output if needed. > >> > >>I need to add that if I use modeset=0, the screen does not blank. > >> > >>Also 2.6.34 (with modeset=0) doesn't do 3D very well on this system. Some > >>objects look ok, some are garbled, some do not appear at all. The gears > >>from xscreensaver does not show up at all. > > > >-- > >To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > >the body of a message to majordomo@vger.kernel.org > >More majordomo info at http://vger.kernel.org/majordomo-info.html > >Please read the FAQ at http://www.tux.org/lkml/ > > > > > I've hit a couple of things with radeon as well.. the first was this: > http://lkml.org/lkml/2010/6/6/172 > (if your hitting this issue, then the patch should work and/or it should > already be in the main tree). Doesn't appear to be. I mentioned above that I have no errors. I forgot about it saying something about the BIOS. It shows this [drm:radeon_get_bios] *ERROR* Unable to locate a BIOS ROM > then a few days ago hit another: > https://bugzilla.kernel.org/show_bug.cgi?id=16335 > (keep in mind still uncertain on a fix for this, reverting the commit > gets me up and running(I created a patch, but an umsure if it's a right > solution)). This one appears to be X related. In my case, this happens immediately at radeon.ko load (with modeset=1). Verification of this was booting with init=/bin/sh and modprobe radeon. Instant black screen. The backlight stays on. > if none of these are what your hitting, then maybe(if you can) do a > bisect on this! I tried 2.6.32.15. I noticed that KMS was in staging. This one didn't do a black screen. I saw mostly white, green and a pinkish color. All were kind of washed out and were in vertical lines. KMS on this laptop has not worked with stock kernels. I booted Ubuntu 10.04 live CD and it appears that KMS was working. I don't know what patches they have in the kernel for this or what is different. -- Microsoft has beaten Volkswagen's world record. Volkswagen only created 22 million bugs. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Radeon KMS doesn't work. 2010-07-05 18:18 ` Justin P. Mattock 2010-07-06 1:52 ` Wakko Warner @ 2010-07-06 2:34 ` Xiaotian Feng 2010-07-06 3:28 ` Justin P. Mattock 1 sibling, 1 reply; 7+ messages in thread From: Xiaotian Feng @ 2010-07-06 2:34 UTC (permalink / raw) To: Justin P. Mattock; +Cc: Marvin, linux-kernel, xorg-driver-ati On Tue, Jul 6, 2010 at 2:18 AM, Justin P. Mattock <justinmattock@gmail.com> wrote: > On 07/05/2010 10:27 AM, Marvin wrote: >> >> Hi Wakko, >> >> as nobody seems to have answered yet, I think it's better that you file a >> bug >> against the radeon driver (bugs.freedesktop.org, one bug for each defect). >> There may be similar bugs already, so please check this also. >> >> Thanks >> >> Marvin >> >> Am Montag 05 Juli 2010, 01:19:26 schrieb Wakko Warner: >>> >>> Wakko Warner wrote: >>>> >>>> I have a Dell Inspiron 5100 with an ATI Radeon Mobility M7 (7500 R100 >>>> PCI ID 1002:4c57 sub 1028:0149). >>>> >>>> Immediately when radeon.ko is loaded, the screen goes blank (The >>>> backlight stays on). I have fbcon compiled into the kernel (I also >>>> tried as module). I am unable to get the screen to work again until I >>>> reboot. The logs did not appear to have any errors after the module >>>> loaded. The system was still responsive on the network. >>>> >>>> I tried kernels 2.6.33 and 2.6.34. >>>> >>>> I can provide kernel output if needed. >>> >>> I need to add that if I use modeset=0, the screen does not blank. >>> >>> Also 2.6.34 (with modeset=0) doesn't do 3D very well on this system. >>> Some >>> objects look ok, some are garbled, some do not appear at all. The gears >>> from xscreensaver does not show up at all. >> >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html >> Please read the FAQ at http://www.tux.org/lkml/ >> > > > I've hit a couple of things with radeon as well.. the first was this: > http://lkml.org/lkml/2010/6/6/172 > (if your hitting this issue, then the patch should work and/or it should > already be in the main tree). > > then a few days ago hit another: > https://bugzilla.kernel.org/show_bug.cgi?id=16335 > (keep in mind still uncertain on a fix for this, reverting the commit gets > me up and running(I created a patch, but an umsure if it's a right > solution)). I think this is the same cases with (http://lkml.org/lkml/2010/7/5/44) And the fix for this bug is in -tip tree, commit 2463eb8 Could you please try following patch? http://git.kernel.org/tip/2463eb8b3093995e09a0d41b3d78ee0cf5fb4249 > > if none of these are what your hitting, then maybe(if you can) do a bisect > on this! > > Justin P. Mattock > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ > ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Radeon KMS doesn't work. 2010-07-06 2:34 ` Xiaotian Feng @ 2010-07-06 3:28 ` Justin P. Mattock 0 siblings, 0 replies; 7+ messages in thread From: Justin P. Mattock @ 2010-07-06 3:28 UTC (permalink / raw) To: Xiaotian Feng; +Cc: Marvin, linux-kernel, xorg-driver-ati On 07/05/2010 07:34 PM, Xiaotian Feng wrote: > On Tue, Jul 6, 2010 at 2:18 AM, Justin P. Mattock > <justinmattock@gmail.com> wrote: >> On 07/05/2010 10:27 AM, Marvin wrote: >>> >>> Hi Wakko, >>> >>> as nobody seems to have answered yet, I think it's better that you file a >>> bug >>> against the radeon driver (bugs.freedesktop.org, one bug for each defect). >>> There may be similar bugs already, so please check this also. >>> >>> Thanks >>> >>> Marvin >>> >>> Am Montag 05 Juli 2010, 01:19:26 schrieb Wakko Warner: >>>> >>>> Wakko Warner wrote: >>>>> >>>>> I have a Dell Inspiron 5100 with an ATI Radeon Mobility M7 (7500 R100 >>>>> PCI ID 1002:4c57 sub 1028:0149). >>>>> >>>>> Immediately when radeon.ko is loaded, the screen goes blank (The >>>>> backlight stays on). I have fbcon compiled into the kernel (I also >>>>> tried as module). I am unable to get the screen to work again until I >>>>> reboot. The logs did not appear to have any errors after the module >>>>> loaded. The system was still responsive on the network. >>>>> >>>>> I tried kernels 2.6.33 and 2.6.34. >>>>> >>>>> I can provide kernel output if needed. >>>> >>>> I need to add that if I use modeset=0, the screen does not blank. >>>> >>>> Also 2.6.34 (with modeset=0) doesn't do 3D very well on this system. >>>> Some >>>> objects look ok, some are garbled, some do not appear at all. The gears >>>> from xscreensaver does not show up at all. >>> >>> -- >>> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in >>> the body of a message to majordomo@vger.kernel.org >>> More majordomo info at http://vger.kernel.org/majordomo-info.html >>> Please read the FAQ at http://www.tux.org/lkml/ >>> >> >> >> I've hit a couple of things with radeon as well.. the first was this: >> http://lkml.org/lkml/2010/6/6/172 >> (if your hitting this issue, then the patch should work and/or it should >> already be in the main tree). >> >> then a few days ago hit another: >> https://bugzilla.kernel.org/show_bug.cgi?id=16335 >> (keep in mind still uncertain on a fix for this, reverting the commit gets >> me up and running(I created a patch, but an umsure if it's a right >> solution)). > > I think this is the same cases with (http://lkml.org/lkml/2010/7/5/44) > And the fix for this bug is in -tip tree, commit 2463eb8 > > Could you please try following patch? > http://git.kernel.org/tip/2463eb8b3093995e09a0d41b3d78ee0cf5fb4249 > applied.. o.k. system started without hitting the crash I was experiencing!! Thanks for this.. I'll run this and let you know if I experience anything out of the ordinary.. >> >> if none of these are what your hitting, then maybe(if you can) do a bisect >> on this! >> >> Justin P. Mattock >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html >> Please read the FAQ at http://www.tux.org/lkml/ >> > Tested-By: Justin P. Mattock <justinmattock@gmail.com> I'll send this info over to the bug report so they know..and if things go good get this thing closed.. Justin P. Mattock ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2010-07-06 3:27 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2010-07-03 22:10 Radeon KMS doesn't work Wakko Warner 2010-07-04 23:19 ` Wakko Warner 2010-07-05 17:27 ` Marvin 2010-07-05 18:18 ` Justin P. Mattock 2010-07-06 1:52 ` Wakko Warner 2010-07-06 2:34 ` Xiaotian Feng 2010-07-06 3:28 ` Justin P. Mattock
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.