Tiny Core Linux
		Tiny Core Extensions => TCE Talk => Topic started by: wysiwyg on July 17, 2014, 04:17:35 PM
		
			
			- 
				Good afternoon everyone!  I have recently purchased a new computer, but have encountered problems when trying to load the correct Xorg driver.  The motherboard and CPU use the new AMD APU's (working as both a CPU and video card) so I thought I could load the xf86-video-ati driver and be done with it...  Unfortunately it looks like I was mistaken.  If I load that video driver, the boot process ends with a highly distorted screen.  Currently I'm using the xf86-video-vesa driver, but would like to get the benefits from the actual driver.  Thoughts anyone?
 
 Thanks,
 Dave
- 
				Show the output of lspci from pci-utils.
			
- 
				Per your request:
 
 00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Root Complex
 00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Richland [Radeon HD 8470D]
 00:01.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Trinity HDMI Audio Controller
 00:04.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Root Port
 00:10.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB XHCI Controller (rev 09)
 00:10.1 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB XHCI Controller (rev 09)
 00:12.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI Controller (rev 11)
 00:12.2 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller (rev 11)
 00:13.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI Controller (rev 11)
 00:13.2 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller (rev 11)
 00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 16)
 00:14.1 IDE interface: Advanced Micro Devices, Inc. [AMD] FCH IDE Controller
 00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD] FCH Azalia Controller (rev 01)
 00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 11)
 00:14.4 PCI bridge: Advanced Micro Devices, Inc. [AMD] FCH PCI Bridge (rev 40)
 00:14.5 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI Controller (rev 11)
 00:15.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Hudson PCI to PCI bridge (PCIE port 0)
 00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Function 0
 00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Function 1
 00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Function 2
 00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Function 3
 00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Function 4
 00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Function 5
 01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)
 03:00.0 Network controller: Intel Corporation Wireless 7260 (rev 73)
 
 Dave
- 
				Your graphics part is too new for our current kernel. You can build a custom kernel, or wait for the next major release.
 
 The support for Richland was added in 3.9 and tuned in 3.10.
- 
				Gotcha!  When will the next major release of TC come out?  I was interested in compiling my own kernel anyways and have touched on it in another thread.  Where can I get the current .config file for the kernel?
 
 Thanks,
 Dave
- 
				http://repo.tinycorelinux.net/5.x/x86/release/src/kernel/
			
- 
				Perfect!  I'll work on this over the next couple of days!
 
 Thanks,
 Dave