LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch
User Name
Password
Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system.

Notices


Reply
  Search this Thread
Old 08-06-2016, 09:29 AM   #16
zk1234
4MLinux Maintainer
 
Registered: Oct 2010
Location: Poland
Distribution: 4MLinux, Slackware
Posts: 1,254

Rep: Reputation: 220Reputation: 220Reputation: 220

Quote:
Originally Posted by Wayne Sallee View Post
Code:
root [ ~ ]# ls /sys/class/graphics/
total 0
drwxr-xr-x  2 root root 0 Aug  6 06:07 .
drwxr-xr-x 49 root root 0 Aug  6 06:07 ..
lrwxrwxrwx  1 root root 0 Aug  6 06:07 fbcon -> ../../devices/virtual/graphics/fbcon
root [ ~ ]#

Wayne Sallee
Wayne@WayneSallee.com
http://www.WayneSallee.com
Definitely no GPU frame-buffer.
 
Old 08-06-2016, 09:30 AM   #17
zk1234
4MLinux Maintainer
 
Registered: Oct 2010
Location: Poland
Distribution: 4MLinux, Slackware
Posts: 1,254

Rep: Reputation: 220Reputation: 220Reputation: 220
Quote:
Originally Posted by Wayne Sallee View Post
.

Also this part of the book, I don't understand....

Wayne Sallee
Wayne@WayneSallee.com
http://www.WayneSallee.com
You were quicker than me :-)

Checklist for other video cards (e.g. Intel) is as follows:
- X.org driver,
- kernel driver.

Checklist for amd is as follows:
- X.org driver,
- kernel driver,
- firmware.

You can download firmware by executing:
Code:
git clone git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
Copy the radeon folder to /lib/firmware and reboot.

.
 
1 members found this post helpful.
Old 08-06-2016, 09:41 AM   #18
Wayne Sallee
Member
 
Registered: Jun 2011
Location: Florida
Distribution: The one that I built. (lfs)
Posts: 269

Original Poster
Rep: Reputation: 17
Quote:
Originally Posted by zk1234 View Post

You can download firmware by executing:
Code:
git clone git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
Copy the radeon folder to /lib/firmware and reboot.
Currently running as instructed:
Code:
git clone git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
I already have:
Code:
root [ ~ ]# ls /lib/firmware/radeon
total 268K
drwxrwxr-x  2 linux linux   4.0K Aug  2 14:03 .
drwxrwxr-t 28 root  install 4.0K Sep 15  2015 ..
-rw-r--r--  1 linux linux   2.0K Aug  2 14:03 R100_cp.bin
-rw-r--r--  1 linux linux   2.0K Aug  2 14:03 R200_cp.bin
-rw-r--r--  1 linux linux   2.0K Aug  2 14:03 R300_cp.bin
-rw-r--r--  1 linux linux   2.0K Aug  2 14:03 R420_cp.bin
-rw-r--r--  1 linux linux   2.0K Aug  2 14:03 R520_cp.bin
-rw-r--r--  1 linux linux    21K Aug  2 14:03 R600_me.bin
-rw-r--r--  1 linux linux   2.3K Aug  2 14:03 R600_pfp.bin
-rw-r--r--  1 linux linux   2.0K Aug  2 14:03 RS600_cp.bin
-rw-r--r--  1 linux linux   2.0K Aug  2 14:03 RS690_cp.bin
-rw-r--r--  1 linux linux    21K Aug  2 14:03 RS780_me.bin
-rw-r--r--  1 linux linux   2.3K Aug  2 14:03 RS780_pfp.bin
-rw-r--r--  1 linux linux    21K Aug  2 14:03 RV610_me.bin
-rw-r--r--  1 linux linux   2.3K Aug  2 14:03 RV610_pfp.bin
-rw-r--r--  1 linux linux    21K Aug  2 14:03 RV620_me.bin
-rw-r--r--  1 linux linux   2.3K Aug  2 14:03 RV620_pfp.bin
-rw-r--r--  1 linux linux    21K Aug  2 14:03 RV630_me.bin
-rw-r--r--  1 linux linux   2.3K Aug  2 14:03 RV630_pfp.bin
-rw-r--r--  1 linux linux    21K Aug  2 14:03 RV635_me.bin
-rw-r--r--  1 linux linux   2.3K Aug  2 14:03 RV635_pfp.bin
-rw-r--r--  1 linux linux    21K Aug  2 14:03 RV670_me.bin
-rw-r--r--  1 linux linux   2.3K Aug  2 14:03 RV670_pfp.bin
-rw-r--r--  1 linux linux   5.4K Aug  2 14:03 RV710_me.bin
-rw-r--r--  1 linux linux   3.4K Aug  2 14:03 RV710_pfp.bin
-rw-r--r--  1 linux linux   5.4K Aug  2 14:03 RV730_me.bin
-rw-r--r--  1 linux linux   3.4K Aug  2 14:03 RV730_pfp.bin
-rw-r--r--  1 linux linux   5.4K Aug  2 14:03 RV770_me.bin
-rw-r--r--  1 linux linux   3.4K Aug  2 14:03 RV770_pfp.bin
root [ ~ ]#

Wayne Sallee
Wayne@WayneSallee.com
http://www.WayneSallee.com

Last edited by Wayne Sallee; 08-06-2016 at 09:43 AM.
 
Old 08-06-2016, 09:50 AM   #19
zk1234
4MLinux Maintainer
 
Registered: Oct 2010
Location: Poland
Distribution: 4MLinux, Slackware
Posts: 1,254

Rep: Reputation: 220Reputation: 220Reputation: 220
Quote:
Originally Posted by Wayne Sallee View Post
Currently running as instructed:
Code:
git clone git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
I already have:
Code:
root [ ~ ]# ls /lib/firmware/radeon
total 268K
drwxrwxr-x  2 linux linux   4.0K Aug  2 14:03 .
drwxrwxr-t 28 root  install 4.0K Sep 15  2015 ..
-rw-r--r--  1 linux linux   2.0K Aug  2 14:03 R100_cp.bin
-rw-r--r--  1 linux linux   2.0K Aug  2 14:03 R200_cp.bin
-rw-r--r--  1 linux linux   2.0K Aug  2 14:03 R300_cp.bin
-rw-r--r--  1 linux linux   2.0K Aug  2 14:03 R420_cp.bin
-rw-r--r--  1 linux linux   2.0K Aug  2 14:03 R520_cp.bin
-rw-r--r--  1 linux linux    21K Aug  2 14:03 R600_me.bin
-rw-r--r--  1 linux linux   2.3K Aug  2 14:03 R600_pfp.bin
-rw-r--r--  1 linux linux   2.0K Aug  2 14:03 RS600_cp.bin
-rw-r--r--  1 linux linux   2.0K Aug  2 14:03 RS690_cp.bin
-rw-r--r--  1 linux linux    21K Aug  2 14:03 RS780_me.bin
-rw-r--r--  1 linux linux   2.3K Aug  2 14:03 RS780_pfp.bin
-rw-r--r--  1 linux linux    21K Aug  2 14:03 RV610_me.bin
-rw-r--r--  1 linux linux   2.3K Aug  2 14:03 RV610_pfp.bin
-rw-r--r--  1 linux linux    21K Aug  2 14:03 RV620_me.bin
-rw-r--r--  1 linux linux   2.3K Aug  2 14:03 RV620_pfp.bin
-rw-r--r--  1 linux linux    21K Aug  2 14:03 RV630_me.bin
-rw-r--r--  1 linux linux   2.3K Aug  2 14:03 RV630_pfp.bin
-rw-r--r--  1 linux linux    21K Aug  2 14:03 RV635_me.bin
-rw-r--r--  1 linux linux   2.3K Aug  2 14:03 RV635_pfp.bin
-rw-r--r--  1 linux linux    21K Aug  2 14:03 RV670_me.bin
-rw-r--r--  1 linux linux   2.3K Aug  2 14:03 RV670_pfp.bin
-rw-r--r--  1 linux linux   5.4K Aug  2 14:03 RV710_me.bin
-rw-r--r--  1 linux linux   3.4K Aug  2 14:03 RV710_pfp.bin
-rw-r--r--  1 linux linux   5.4K Aug  2 14:03 RV730_me.bin
-rw-r--r--  1 linux linux   3.4K Aug  2 14:03 RV730_pfp.bin
-rw-r--r--  1 linux linux   5.4K Aug  2 14:03 RV770_me.bin
-rw-r--r--  1 linux linux   3.4K Aug  2 14:03 RV770_pfp.bin
root [ ~ ]#

Wayne Sallee
Wayne@WayneSallee.com
http://www.WayneSallee.com
You do not have BTC_rlc.bin and many others, which I have. Get the firmware, and replace the radeon folder with the new one downloaded by you.

.
 
Old 08-06-2016, 10:14 AM   #20
Wayne Sallee
Member
 
Registered: Jun 2011
Location: Florida
Distribution: The one that I built. (lfs)
Posts: 269

Original Poster
Rep: Reputation: 17
Quote:
Originally Posted by zk1234 View Post
You do not have BTC_rlc.bin and many others, which I have. Get the firmware, and replace the radeon folder with the new one downloaded by you.
Yes I was downloading the git as I posted. After doing the git, I could see that I now had a lot more.

I rebooted, and it works!

Thanks!


Wayne Sallee
Wayne@WayneSallee.com
http://www.WayneSallee.com
 
Old 08-06-2016, 11:28 AM   #21
zk1234
4MLinux Maintainer
 
Registered: Oct 2010
Location: Poland
Distribution: 4MLinux, Slackware
Posts: 1,254

Rep: Reputation: 220Reputation: 220Reputation: 220
Quote:
Originally Posted by Wayne Sallee View Post
Yes I was downloading the git as I posted. After doing the git, I could see that I now had a lot more.

I rebooted, and it works!

Thanks!


Wayne Sallee
Wayne@WayneSallee.com
http://www.WayneSallee.com
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Startx "no screens found" on Nvidia GT216M Linux From Scratch dk_ Linux From Scratch 12 09-25-2020 04:24 PM
startx "no screens found" lfs 7.7 Wayne Sallee Linux From Scratch 37 10-03-2015 12:39 AM
[SOLVED] Installing nVidia drivers with Optimus support, startx gives error "no screens found" flokofcgulls Slackware 8 06-04-2013 08:05 PM
Fedora 11 automatic install has left startx with "no screens found" hectordavie Linux - Newbie 3 06-23-2009 02:53 PM
"No screens found : startx" rdharn1 Linux - Software 1 04-09-2001 06:17 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch

All times are GMT -5. The time now is 07:41 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration