[Bug 757467] Re: Radeon 7000VE (rv100) fatal error during GPU init

2012-05-22 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/757467

Title:
  Radeon 7000VE (rv100) fatal error during GPU init

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/757467/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 757467] Re: Radeon 7000VE (rv100) fatal error during GPU init

2012-03-23 Thread Christopher M. Penalver
T Tran, thank you for reporting this bug and helping make Ubuntu better. This 
bug was reported a while ago and there hasn't been any activity in it recently. 
We were wondering if this is still an issue? Can you try with the latest 
development release of Ubuntu?  ISO CD images are available from 
http://cdimage.ubuntu.com/releases/ .

If it remains an issue, could you run the following command from a Terminal 
(Applications->Accessories->Terminal).  It will automatically gather and attach 
updated debug information to this report.

apport-collect -p linux 

Also, if you could test the latest upstream kernel available that would be 
great.  It will allow additional upstream developers to examine the issue.  
Refer to https://wiki.ubuntu.com/KernelMainlineBuilds .  Once you've tested the 
upstream kernel, please remove the 'needs-upstream-testing' tag.  This can be 
done by clicking on the yellow pencil icon next to the tag located at the 
bottom of the bug description and deleting the 'needs-upstream-testing' text.  
Please let us know your results.

Thanks in advance.

** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/757467

Title:
  Radeon 7000VE (rv100) fatal error during GPU init

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/757467/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 757467] Re: Radeon 7000VE (rv100) fatal error during GPU init

2011-12-17 Thread madbiologist
** Changed in: linux (Ubuntu)
   Status: Expired => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/757467

Title:
  Radeon 7000VE (rv100) fatal error during GPU init

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/757467/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs



[Bug 757467] Re: Radeon 7000VE (rv100) fatal error during GPU init

2011-12-16 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/757467

Title:
  Radeon 7000VE (rv100) fatal error during GPU init

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/757467/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 757467] Re: Radeon 7000VE (rv100) fatal error during GPU init

2011-10-17 Thread T Tran
Yes.  I still get dmesg error "radeon: probe of :01:00.0 failed with
error -22" and Xorg.0.log warning "(WW) RADEON(0): Direct rendering
disabled".

I've been running with kms off to avoid the above error & warning, but
I'm guessing this just hides the actual error, which is occuring
elsewhere.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/757467

Title:
  Radeon 7000VE (rv100) fatal error during GPU init

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/757467/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 757467] Re: Radeon 7000VE (rv100) fatal error during GPU init

2011-10-14 Thread madbiologist
Does this still occur on Ubuntu 11.10 "Oneiric Ocelot"?

** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/757467

Title:
  Radeon 7000VE (rv100) fatal error during GPU init

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/757467/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 757467] Re: Radeon 7000VE (rv100) fatal error during GPU init

2011-05-04 Thread Brad Figg
** Changed in: linux (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/757467

Title:
  Radeon 7000VE (rv100) fatal error during GPU init

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 757467] Re: Radeon 7000VE (rv100) fatal error during GPU init

2011-04-25 Thread Bryce Harrington
It means there's a race condition.  There are two drivers, one in X, one
in the kernel.  He's suggesting the kernel driver is taking so long to
load that the X driver is going ahead and loading without it.  When the
X driver does this, it does not enable kms support (since by definition
kms depends on the kernel driver).

My guess had been that maybe the presence of the vesafb driver (which is
a generic kernel video driver) was delaying loading of the radeon kernel
driver.  But your test indicates it is not so (or at least not
sufficient).

I'm afraid at this point I'm out of my depth, since it appears to be an
issue with how the kernel and low level plumbing are enabling the kernel
modules, not anything X is doing wrong.  Either X loading needs to be
delayed or the kernel module needs loaded faster.  Anyway, so I'm going
to punt this to the kernel team; please follow up with them.

** Package changed: xserver-xorg-video-ati (Ubuntu) => linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Status: Incomplete => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/757467

Title:
  Radeon 7000VE (rv100) fatal error during GPU init

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 757467] Re: Radeon 7000VE (rv100) fatal error during GPU init

2011-04-23 Thread tt.sig...@gmail.com
Hi Bryce,

No, don't think it booted correctly.  I'm quoting from the attached
dmesg.txt:

[   28.810665] [drm] Driver supports precise vblank timestamp query.
[   28.810673] radeon :01:00.0: Fatal error during GPU init
[   28.810683] [drm] radeon: finishing device.
[   28.810688] [TTM] Memory type 2 has not been initialized.
[   28.810731] [drm] radeon: cp finalized
[   28.810752] vga_switcheroo: disabled
[   28.814457] radeon: probe of :01:00.0 failed with error -22

Also, the attached Xorg.0.log mentions:

[31.072] (WW) RADEON(0): Direct rendering disabled
[31.073] (II) RADEON(0): Render acceleration disabled

I always am able to get a session, thanks to software rasterizer, but I
would rather have direct rendering.

By the way, what do you think, pls, of Alex Deucher suggestion "The
problem is the drm is being loaded after X starts, so you end up with
the ddx in ums mode while the drm is in kms mode. For kms, the drm needs
to be loaded before X starts."  I don't know how Alex sees this, but
then I'm just a newbie, while Alex is the radeon guru :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/757467

Title:
  Radeon 7000VE (rv100) fatal error during GPU init

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 757467] Re: Radeon 7000VE (rv100) fatal error during GPU init

2011-04-22 Thread Bryce Harrington
Ah, looks like that cleaned up the error.  Did it boot the radeon driver
properly and get you to a working session after that?

If so, I'm going to guess this is another module-init-tools bug / race
condition with loading the drivers.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/757467

Title:
  Radeon 7000VE (rv100) fatal error during GPU init

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 757467] Re: Radeon 7000VE (rv100) fatal error during GPU init

2011-04-21 Thread tt.sig...@gmail.com
and here is xorg log for good measure.

** Attachment added: "Xorg.0.log"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/757467/+attachment/2079082/+files/Xorg.0.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/757467

Title:
  Radeon 7000VE (rv100) fatal error during GPU init

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 757467] Re: Radeon 7000VE (rv100) fatal error during GPU init

2011-04-21 Thread tt.sig...@gmail.com
Thanks Bryce.  I set xdiagnose flags extra graphics debug ON, disable
vesa ON, and rebooted.  Here is output of dmesg.

** Attachment added: "dmesg.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/757467/+attachment/2079080/+files/dmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/757467

Title:
  Radeon 7000VE (rv100) fatal error during GPU init

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 757467] Re: Radeon 7000VE (rv100) fatal error during GPU init

2011-04-20 Thread Bryce Harrington
[   29.380561] [drm] radeon defaulting to kernel modesetting.
[   29.380571] [drm] radeon kernel modesetting enabled.
[   29.415409] [drm] initializing kernel modesetting (RV100 0x1002:0x5159).
...
[   29.415952] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[   29.415958] [drm] Driver supports precise vblank timestamp query.
[   29.415965] radeon :01:00.0: Fatal error during GPU init
[   29.415975] [drm] radeon: finishing device.
[   29.415981] [TTM] Memory type 2 has not been initialized.
[   29.415990] [drm] radeon: cp finalized
[   29.419716] vga_switcheroo: disabled
[   29.442342] radeon: probe of :01:00.0 failed with error -22
...
[   30.420090] vesafb: framebuffer at 0xe800, mapped to 0xf838, using 
320k, total 320k
[   30.420102] vesafb: mode is 640x480x8, linelength=640, pages=0
[   30.420108] vesafb: scrolling: redraw
[   30.420115] vesafb: Pseudocolor: size=0:6:6:6, shift=0:0:0:0
[   30.420500] Console: switching to colour frame buffer device 80x30
[   30.420533] fb0: VESA VGA frame buffer device

Looks like the drm did try to load but failed, and ultimately the vesa
framebuffer loaded instead.

Install xdiagnose and use it to disable vesafb entirely.  Turn on Debug
Messages while you're at it (the first checkbox).  Then restart your
computer and collect 'dmesg'.


** Changed in: xserver-xorg-video-ati (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/757467

Title:
  Radeon 7000VE (rv100) fatal error during GPU init

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 757467] Re: Radeon 7000VE (rv100) fatal error during GPU init

2011-04-15 Thread tt.sig...@gmail.com
Thanks Alex.  Does this mean that Natty grub load sequence needs to be
sorted out?

I'm not very experienced with linux, and I haven't had the time to play
with the grub sequence.  I did notice that /etc/grub/grub.cfg calls
things like gfxterm, which presumably is some sort of X related process?
Maybe that is causing X to be loaded first.

Wonder if anyone from the Ubuntu team can comment?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/757467

Title:
  Radeon 7000VE (rv100) fatal error during GPU init

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 757467] Re: Radeon 7000VE (rv100) fatal error during GPU init

2011-04-14 Thread tt.sig...@gmail.com
** Description changed:

  Binary package hint: xorg
  
- Radeon 7000VE fails during drm setup and falls back to vesa.  I cannot
- run compiz, and performance is bad.  Please help.  Thank you.
+ Radeon 7000VE fails during drm setup and falls back to vesa. Please
+ help.  Thank you.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: xorg 1:7.6+4ubuntu3
  ProcVersionSignature: Ubuntu 2.6.38-8.41-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic i686
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Mon Apr 11 14:03:04 2011
  DistUpgraded: Log time: 2011-04-11 01:42:18.917843
  DistroCodename: natty
  DistroVariant: ubuntu
  GraphicsCard:
-  ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE] [1002:5159] (prog-if 
00 [VGA controller])
-Subsystem: Hightech Information System Ltd. Device [1787:0f02]
+  ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE] [1002:5159] (prog-if 
00 [VGA controller])
+    Subsystem: Hightech Information System Ltd. Device [1787:0f02]
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
  MachineType: Dell Computer Corporation DIM4400
  ProcEnviron:
-  LANGUAGE=en_US:en
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_US:en
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic 
root=UUID=86f66f32-7fce-4655-90ef-5e17149ba2cb ro splash vga=769 quiet splash 
vt.handoff=7
  Renderer: Software
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to natty on 2011-04-11 (0 days ago)
  dmi.bios.date: 06/12/2002
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: A06
  dmi.board.name: D845PT
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAA67834-304
  dmi.chassis.type: 2
  dmi.chassis.vendor: Dell Computer Corporation
  dmi.chassis.version: TSMT
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrA06:bd06/12/2002:svnDellComputerCorporation:pnDIM4400:pvr:rvnIntelCorporation:rnD845PT:rvrAAA67834-304:cvnDellComputerCorporation:ct2:cvrTSMT:
  dmi.product.name: DIM4400
  dmi.sys.vendor: Dell Computer Corporation
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.23-1ubuntu6
  version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.1-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.1-0ubuntu3
  version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu3
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu4
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-4ubuntu6
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu6

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/757467

Title:
  Radeon 7000VE (rv100) fatal error during GPU init

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 757467] Re: Radeon 7000VE (rv100) fatal error during GPU init

2011-04-12 Thread Alex Deucher
The problem is the drm is being loaded after X starts, so you end up
with the ddx in ums mode while the drm is in kms mode.  For kms, the drm
needs to be loaded before X starts.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/757467

Title:
  Radeon 7000VE (rv100) fatal error during GPU init

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 757467] Re: Radeon 7000VE (rv100) fatal error during GPU init

2011-04-12 Thread tt.sig...@gmail.com
Another user suggested that KMS should work, however.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/757467

Title:
  Radeon 7000VE (rv100) fatal error during GPU init

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 757467] Re: Radeon 7000VE (rv100) fatal error during GPU init

2011-04-12 Thread tt.sig...@gmail.com
On irc, a user suggested to turn off KMS by creating /etc/modprobe.d
/radeon-kms.conf with the line "options radeon modeset=0" (no quote).
That got me passed the problem.  Now I get "direct rendering: Yes"

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/757467

Title:
  Radeon 7000VE (rv100) fatal error during GPU init

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 757467] Re: Radeon 7000VE (rv100) fatal error during GPU init

2011-04-12 Thread bugbot
** Package changed: xorg (Ubuntu) => xserver-xorg-video-ati (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/757467

Title:
  Radeon 7000VE (rv100) fatal error during GPU init

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 757467] Re: Radeon 7000VE (rv100) fatal error during GPU init

2011-04-11 Thread tt.sig...@gmail.com
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/757467

Title:
  Radeon 7000VE (rv100) fatal error during GPU init

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs