Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 298206 - x11-base/xorg-server-1.6.5-r1 x11-drivers/xf86-video-ati-6.12.4 black screen on startup
Summary: x11-base/xorg-server-1.6.5-r1 x11-drivers/xf86-video-ati-6.12.4 black screen...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: AMD64 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-24 13:04 UTC by tomasz
Modified: 2010-01-02 12:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
xorg.conf (xorg.conf,9.09 KB, text/plain)
2009-12-24 13:05 UTC, tomasz
Details
Xorg.0.log (Xorg.0.log,38.89 KB, text/plain)
2009-12-24 13:06 UTC, tomasz
Details
emerge --info (emergeinfo,3.38 KB, text/plain)
2009-12-24 13:07 UTC, tomasz
Details
xorg.log with hal running and unmerged vesa&&fglrx drivers. (Xorg.1.log,44.02 KB, text/plain)
2009-12-25 12:02 UTC, tomasz
Details
log with CONFIG_DRM_RADEON enabled. (Xorg.2.log,44.38 KB, text/plain)
2009-12-25 21:25 UTC, tomasz
Details
kernel config (config,50.47 KB, text/plain)
2009-12-25 21:25 UTC, tomasz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tomasz 2009-12-24 13:04:02 UTC
After startup of x-server i'm getting black screen.

Reproducible: Always

Steps to Reproduce:
1.  configure xorg
2.  start x-server

Actual Results:  
The screen flashes like it happens with normal x startup and then i'm getting a black screen.

Expected Results:  
x screen, that's the blue background and mouse pointer.


Video Card: Radeon 3870 HD
Monitor: DVI connected monitor LG - W53
Comment 1 tomasz 2009-12-24 13:05:23 UTC
Created attachment 214029 [details]
xorg.conf
Comment 2 tomasz 2009-12-24 13:06:24 UTC
Created attachment 214030 [details]
Xorg.0.log
Comment 3 tomasz 2009-12-24 13:07:06 UTC
Created attachment 214031 [details]
emerge --info
Comment 4 Rafał Mużyło 2009-12-24 15:30:22 UTC
Probably INVALID.
Is hal running ?
Was there a need to emerge x11-drivers/* ?

If that was 'Xorg -configure' background should be black.
Comment 5 tomasz 2009-12-24 16:21:07 UTC
(In reply to comment #4)
> Probably INVALID.
> Is hal running ?
The problem still occures when the hal is running.
> Was there a need to emerge x11-drivers/* ?
Could you paraphrase it?
If you mean by that, that emerge has installed all available drivers then not.
If you mean that emerge has downloaded needed drivers then yes.
> 
> If that was 'Xorg -configure' background should be black.
 
Oh sorry, my fault i haven't seen that screen after X -configure for years i believed it's blue. The problem is that i'm getting a black screen and i can't see the mouse pointer. However if i reboot pc while the x server is running i can see the pointer&&move it for few seconds before the pc shuts down.
Comment 6 Rafał Mużyło 2009-12-24 23:38:41 UTC
Looks like you're getting a conflict here:
you're trying to load radeon driver and one 
of the ati-driver modules they don't work together.
Check eselect-opengl.

Also, I don't see evdev kicking in from hal
- are you certain it's started before xorg-server ?
Comment 7 tomasz 2009-12-25 12:02:21 UTC
Created attachment 214114 [details]
xorg.log with hal running and unmerged vesa&&fglrx drivers.

I'm uploading Xorg.log with hal daemon running and without vesa&&fglrx drivers in system. The problem still occures.
Comment 8 Rafał Mużyło 2009-12-25 18:32:44 UTC
Much better.
There's still something silly with that "Couldn't load XKB keymap, falling back to pre-XKB keymap", but we'll get to that later.
Perhaps your card is simply to new, but make sure
you've got CONFIG_DRM_RADEON in your kernel config.
Comment 9 tomasz 2009-12-25 21:13:12 UTC
(In reply to comment #8)
> Much better.
> There's still something silly with that "Couldn't load XKB keymap, falling back
> to pre-XKB keymap", but we'll get to that later.
> Perhaps your card is simply to new, but make sure

According to wiki card is supported.

> you've got CONFIG_DRM_RADEON in your kernel config.

Hmm i hadn't, so i've enable it and now i'm getting white screen with blue/red/green stripes.
Comment 10 tomasz 2009-12-25 21:25:21 UTC
Created attachment 214161 [details]
log with CONFIG_DRM_RADEON enabled.
Comment 11 tomasz 2009-12-25 21:25:38 UTC
Created attachment 214162 [details]
kernel config
Comment 12 Rafał Mużyło 2009-12-26 11:28:42 UTC
(EE) RADEON(0): [dri] RADEONDRIGetVersion failed because of a version mismatch.
Huh ?
Reemerge libdrm, mesa and xf86-video-ati  (perhaps xorg-server too,
not sure about that).

Now, to cleanup your xorg.conf a bit:
comment out InputDevice sections and the related lines in ServerLayout
uncomment DRI section
Comment 13 tomasz 2009-12-26 16:54:30 UTC
(In reply to comment #12)
> (EE) RADEON(0): [dri] RADEONDRIGetVersion failed because of a version mismatch.
> Huh ?
> Reemerge libdrm, mesa and xf86-video-ati  (perhaps xorg-server too,
> not sure about that).
> 
> Now, to cleanup your xorg.conf a bit:
> comment out InputDevice sections and the related lines in ServerLayout
> uncomment DRI section
> 
nothing has changed.
Comment 14 Rafał Mużyło 2009-12-27 12:41:56 UTC
What are your versions of x11-proto/dri2proto, x11-proto/xf86driproto
and packages from comment 12 ?