You are not logged in.
Pages: 1
Hi,
I installed fresh Arch Linux.
I have Radeon HD 6320 with xf86-video-ati.
kranu@arch:~$ lspci
00:00.0 Host bridge: Advanced Micro Devices [AMD] Family 14h Processor Root Complex
00:01.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Wrestler [Radeon HD 6320]
KDM not started, only black screen.
Errors:
kdm.log:
Loading extension GLX
(EE)
Fatal server error:
(EE) no screens found(EE)
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
(EE)
(EE) Server terminated with error (1). Closing log file.
Xorg.log:
[ 3.017] (++) using VT number 7
[ 3.022] (II) [KMS] drm report modesetting isn't supported.
[ 3.022] (EE) Screen 0 deleted because of no matching config section.
[ 3.022] (II) UnloadModule: "radeon"
[ 3.022] (EE) Device(s) detected, but none match those in the config file.
[ 3.022] (EE)
Fatal server error:
[ 3.022] (EE) no screens found(EE)
[ 3.023] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 3.023] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 3.023] (EE)
[ 3.023] (EE) Server terminated with error (1). Closing log file.
What I do wrong?
Please help.
Offline
I'm not an ATI guy, but I'll try to help: https://bbs.archlinux.org/viewtopic.php … 4#p1291934
Remove the "/etc/X11/xorg.conf" file, if there is one.
Remove any kernel boot parameters ("radeon.modeset=0") that you added yourself.
Offline
I'm not an ATI guy, but I'll try to help: https://bbs.archlinux.org/viewtopic.php … 4#p1291934
drcouzelis wrote:Remove the "/etc/X11/xorg.conf" file, if there is one.
Remove any kernel boot parameters ("radeon.modeset=0") that you added yourself.
Thank you for reply.
I don't have boot parameters.
Xorg.conf file too.
Last edited by kranuu (2013-09-17 20:34:54)
Offline
KDM start manually:
systemctl start kdm.service
but autostart
systemctl enable kdm.service
don't work
Offline
Did you try to create a partial configuration of Xorg as described on wiki?
ASUS P8P67 EVO | i7-2600k |RAM 16GB DDR 3 Vengeance@1600MHz | AMD 7950 Sapphire Dual-X | SSD: Samsung 830 250GB | HD: Western Digital Caviar Blue 1TB
Offline
Did you try to create a partial configuration of Xorg as described on wiki?
Yes, I tried with Xorg and without Xorg.
Offline
Post your .xsession-errors and output of:
# journalctl -p 3
ASUS P8P67 EVO | i7-2600k |RAM 16GB DDR 3 Vengeance@1600MHz | AMD 7950 Sapphire Dual-X | SSD: Samsung 830 250GB | HD: Western Digital Caviar Blue 1TB
Offline
Pages: 1