Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
X11, black screen with radeon
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Tep04Ka
n00b
n00b


Joined: 22 Jun 2020
Posts: 12

PostPosted: Tue Jun 23, 2020 4:23 pm    Post subject: X11, black screen with radeon Reply with quote

Hello everyone.

As soon as I was delighted to start the Xorg, another problem arose - at startup only a black screen appears, which does not respond to any clicks and is removed only by rebooting.

My xorg.conf:
https://dpaste.com/1R4RYVF

My Xorg.0.log:
http://dpaste.com/0ATTFKE

uname -a out:
Code:
Linux dcha 5.4.38-gentoo #1 SMP Sun Jun 21 17:01:40 MSK 2020 x86_64 Intel(R) Core(TM)2 CPU 6320 @ 1.86GHz GenuineIntel GNU/Linux


lspci -k out:
Code:
00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub (rev 81)
   Subsystem: ASUSTeK Computer Inc. 82945G/GZ/P/PL Memory Controller Hub
00:01.0 PCI bridge: Intel Corporation 82945G/GZ/P/PL PCI Express Root Port (rev 81)
   Kernel driver in use: pcieport
00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 01)
   Subsystem: ASUSTeK Computer Inc. P5B-MX/WiFi-AP
   Kernel driver in use: snd_hda_intel
00:1c.0 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 1 (rev 01)
   Kernel driver in use: pcieport
00:1c.2 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 3 (rev 01)
   Kernel driver in use: pcieport
00:1c.3 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 4 (rev 01)
   Kernel driver in use: pcieport
00:1d.0 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #1 (rev 01)
   Subsystem: ASUSTeK Computer Inc. P5B-MX/WiFi-AP, P5KPL-VM, P5LD2-VM Mainboard
   Kernel driver in use: uhci_hcd
00:1d.1 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #2 (rev 01)
   Subsystem: ASUSTeK Computer Inc. P5B-MX/WiFi-AP, P5KPL-VM, P5LD2-VM Mainboard
   Kernel driver in use: uhci_hcd
00:1d.2 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #3 (rev 01)
   Subsystem: ASUSTeK Computer Inc. P5B-MX/WiFi-AP, P5KPL-VM, P5LD2-VM Mainboard
   Kernel driver in use: uhci_hcd
00:1d.3 USB controller: Intel Corporation NM10/ICH7 Family USB UHCI Controller #4 (rev 01)
   Subsystem: ASUSTeK Computer Inc. P5B-MX/WiFi-AP, P5KPL-VM, P5LD2-VM Mainboard
   Kernel driver in use: uhci_hcd
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
   Subsystem: ASUSTeK Computer Inc. P5B-MX/WiFi-AP, P5KPL-VM Motherboard
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
   Subsystem: ASUSTeK Computer Inc. P5B-MX/WiFi-AP, P5KPL-VM Motherboard
   Kernel driver in use: ata_piix
00:1f.2 IDE interface: Intel Corporation NM10/ICH7 Family SATA Controller [IDE mode] (rev 01)
   Subsystem: ASUSTeK Computer Inc. NM10/ICH7 Family SATA Controller [IDE mode]
   Kernel driver in use: ata_piix
00:1f.3 SMBus: Intel Corporation NM10/ICH7 Family SMBus Controller (rev 01)
   Subsystem: ASUSTeK Computer Inc. P5B-MX/WiFi-AP, P5KPL-VM Motherboard
   Kernel driver in use: i801_smbus
01:04.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller (rev c0)
   Subsystem: ASUSTeK Computer Inc. Motherboard
02:00.0 SATA controller: JMicron Technology Corp. JMB360 AHCI Controller (rev 02)
   Subsystem: ASUSTeK Computer Inc. JMB360 AHCI Controller
   Kernel driver in use: ahci
03:00.0 Ethernet controller: Qualcomm Atheros Attansic L1 Gigabit Ethernet (rev b0)
   Subsystem: ASUSTeK Computer Inc. P5B-MX/WiFi-AP, P5KPL-VM Motherboard
04:00.0 Network controller: Qualcomm Atheros AR9287 Wireless Network Adapter (PCI-Express) (rev 01)
   Subsystem: Qualcomm Atheros AR9287 Wireless Network Adapter (PCI-Express)
   Kernel driver in use: ath9k
05:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV370 [Radeon X300]
   Subsystem: PC Partner Limited / Sapphire Technology RV370 [Radeon X300]
05:00.1 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] RV370 [Radeon X300 SE]
   Subsystem: PC Partner Limited / Sapphire Technology RV370 [Radeon X300 SE]


my make.conf:
Code:
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
COMMON_FLAGS="-O2 -pipe -march=native -fomit-frame-pointer"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"
CPU_FLAGS_X86="mmx sse sse2 sse3 ssse3 sse4 sse4a sse4_1"
MAKEOPTS="-j3"

# NOTE: This stage was built with the bindist Use flag enabled
PORTDIR="/var/db/repos/gentoo"
DISTDIR="/var/cache/distfiles"
PKGDIR="/var/cache/binpkgs"

# This sets the language of build output to English.
# Please keep this setting intact when reporting bugs.
LC_MESSAGES=C

USE="-gnome -kde -qt4"

# X11 server settings
INPUT_DEVICES="libinput synaptics"
VIDEO_CARDS="radeon r300"

GENTOO_MIRRORS="https://gentoo-mirror.alexxy.name/ http://gentoo-mirror.alexxy.name/ http://gentoo.bloodhost.ru/ ftp://gentoo.bloodhost.ru/ rsync://gentoo.bloodhost.ru/gentoo-distfiles https://mirror.yandex.ru/gentoo-distfiles/ http://mirror.yandex.ru/gentoo-distfiles/ ftp://mirror.yandex.ru/gentoo-distfiles/ http://tux.rainside.sk/gentoo/ ftp://tux.rainside.sk/gentoo/ https://gentoo.wheel.sk/ http://gentoo.wheel.sk/"


my kernel config:
http://dpaste.com/3Y2FG86

thank you in advance!
Back to top
View user's profile Send private message
Banana
Veteran
Veteran


Joined: 21 May 2004
Posts: 1406
Location: Germany

PostPosted: Tue Jun 23, 2020 7:43 pm    Post subject: Reply with quote

Hello Tep04Ka.

did you follow https://wiki.gentoo.org/wiki/Radeon and NOT https://wiki.gentoo.org/wiki/AMDGPU ?
_________________
My personal space
My delta-labs.org snippets do expire

PFL - Portage file list - find which package a file or command belongs to.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54308
Location: 56N 3W

PostPosted: Tue Jun 23, 2020 9:00 pm    Post subject: Reply with quote

Tep04Ka,

Rename /etc/X11/xorg.conf so that its not used and post the log file again.

The log looks OK as far as it goes but its truncated.
Your keyboard and mouse setup should be logged too.

Without xorg.conf the automatics will report what they find and make a reasonable job of 'guessing' a good setup.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Tep04Ka
n00b
n00b


Joined: 22 Jun 2020
Posts: 12

PostPosted: Wed Jun 24, 2020 3:05 am    Post subject: Reply with quote

Banana wrote:
Hello Tep04Ka.

did you follow https://wiki.gentoo.org/wiki/Radeon and NOT https://wiki.gentoo.org/wiki/AMDGPU ?


Yes, of course.
Back to top
View user's profile Send private message
Tep04Ka
n00b
n00b


Joined: 22 Jun 2020
Posts: 12

PostPosted: Wed Jun 24, 2020 3:16 am    Post subject: Reply with quote

NeddySeagoon wrote:
Tep04Ka,

Rename /etc/X11/xorg.conf so that its not used and post the log file again.

The log looks OK as far as it goes but its truncated.
Your keyboard and mouse setup should be logged too.

Without xorg.conf the automatics will report what they find and make a reasonable job of 'guessing' a good setup.


I have tryed to to it. Config files are empty...
Back to top
View user's profile Send private message
Banana
Veteran
Veteran


Joined: 21 May 2004
Posts: 1406
Location: Germany

PostPosted: Wed Jun 24, 2020 1:41 pm    Post subject: Reply with quote

Paste the output of you Xorg.log (and the old ones) without the xorg config, please.
_________________
My personal space
My delta-labs.org snippets do expire

PFL - Portage file list - find which package a file or command belongs to.
Back to top
View user's profile Send private message
Tep04Ka
n00b
n00b


Joined: 22 Jun 2020
Posts: 12

PostPosted: Wed Jun 24, 2020 3:00 pm    Post subject: Reply with quote

Banana wrote:
Paste the output of you Xorg.log (and the old ones) without the xorg config, please.


Neither with sudo, nor as non-sudo user, config files are empty (i have only Xorg.0.log, which is empty)
Back to top
View user's profile Send private message
Banana
Veteran
Veteran


Joined: 21 May 2004
Posts: 1406
Location: Germany

PostPosted: Thu Jun 25, 2020 6:36 pm    Post subject: Reply with quote

thats strange. Do you have any ".x" files in your home directory?
_________________
My personal space
My delta-labs.org snippets do expire

PFL - Portage file list - find which package a file or command belongs to.
Back to top
View user's profile Send private message
Tep04Ka
n00b
n00b


Joined: 22 Jun 2020
Posts: 12

PostPosted: Fri Jun 26, 2020 2:10 am    Post subject: Reply with quote

Banana wrote:
thats strange. Do you have any ".x" files in your home directory?


yes, I have .xinitrc and .Xauthority
Back to top
View user's profile Send private message
Banana
Veteran
Veteran


Joined: 21 May 2004
Posts: 1406
Location: Germany

PostPosted: Fri Jun 26, 2020 11:21 am    Post subject: Reply with quote

anything special in it?
_________________
My personal space
My delta-labs.org snippets do expire

PFL - Portage file list - find which package a file or command belongs to.
Back to top
View user's profile Send private message
Tep04Ka
n00b
n00b


Joined: 22 Jun 2020
Posts: 12

PostPosted: Fri Jun 26, 2020 11:38 am    Post subject: Reply with quote

Banana wrote:
anything special in it?


nothing, only "exec dwm" in the end of .xinitrc, but without it result the same
Back to top
View user's profile Send private message
Banana
Veteran
Veteran


Joined: 21 May 2004
Posts: 1406
Location: Germany

PostPosted: Sun Jun 28, 2020 1:27 pm    Post subject: Reply with quote

well, then I'm out of ideas.
_________________
My personal space
My delta-labs.org snippets do expire

PFL - Portage file list - find which package a file or command belongs to.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54308
Location: 56N 3W

PostPosted: Sun Jun 28, 2020 3:04 pm    Post subject: Reply with quote

Tep04Ka,

Run
Code:
emerge -1av twm xterm xclock

If it wants to update or install new things, let it run.

Rename your .xinitrc so that its not found.
Be sure that there is no xorg.conf active.

Run startx
You should get 3 xterms and an analogue clock all wrapped up in twm.
twm only uses the left mousu button.

Pastebin your dmesg and Xorg.0.log in their entirety.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum