View previous topic :: View next topic |
Author |
Message |
RIA77 Guru
Joined: 24 Feb 2016 Posts: 391
|
Posted: Fri Feb 09, 2024 1:34 pm Post subject: X won't start -Intel dual core E6500, radeon rv730 [SOLVED] |
|
|
Hello and thank you for this distro.
X won't start
My config file
http://dpaste.com/2UXPGUUJD
Xorg file
http://dpaste.com/BEWWBDD7G
Greetings from Serbia
Last edited by RIA77 on Wed Feb 14, 2024 10:29 am; edited 1 time in total |
|
Back to top |
|
|
eccerr0r Watchman
Joined: 01 Jul 2004 Posts: 9824 Location: almost Mile High in the USA
|
Posted: Fri Feb 09, 2024 11:51 pm Post subject: |
|
|
dpaste has been acting up... cannot read, so have to guess here.
You need the Radeon KMS support enabled in the kernel.
The rv730 i think uses the r600 driver (versus radeonsi or r300) so VIDEO_CARDS="radeon r600" _________________ Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching? |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54577 Location: 56N 3W
|
Posted: Sat Feb 10, 2024 11:10 am Post subject: |
|
|
RIA77,
Your kernel is missing DRM support
Code: | [ 22.246] (II) [KMS] drm report modesetting isn't supported.
[ 22.246] (EE) open /dev/dri/card0: No such file or directory |
That's CONFIG_DRM_RADEON for you.
Your GPU is Code: | [ 22.104] (--) PCI:*(1@0:0:0) 1002:9498: | That's a HD 4600 series GPU.
From the wiki, Its an R700 family member, which needs VIDEO_CARDS="radeon r600"
Heh, that's what eccerr0r said too :) _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
RIA77 Guru
Joined: 24 Feb 2016 Posts: 391
|
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54577 Location: 56N 3W
|
Posted: Sat Feb 10, 2024 4:35 pm Post subject: |
|
|
RIA77,
Set CONFIG_DRM_RADEON as a module and install linux-firmware.
The kernel driver needs to load firmware. That means it must be built into the kernel if radeon is built in. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
|