Ubuntu Mate 15.10

AmigaOne X1000 platform specific issues related to Linux only.
Post Reply
User avatar
AlicePPC
Beta Tester
Beta Tester
Posts: 38
Joined: Wed Jun 19, 2013 12:04 pm
Location: Asturias-Spain
Contact:

Re: Ubuntu Mate 15.10

Post by AlicePPC »

xeno74 wrote:
AlicePPC wrote:i enter with kernel 4.3.0 RC1 again because with version 2 of kernel i have blank screen
i send you the Xorg.0.log
p.s.

i try to install debian 8 with second version of kernel and same error...blank screen before linux load
Thank you for the Xorg.0.log file. The problem is, that the Radeon driver doesn't detect any Radeon HD graphics cards.

Error message:

Code: Select all

[    39.518] (EE) No devices detected.
[    39.519] (EE) 
Please post the output of these following commands:

Code: Select all

lspci | grep -i vga
01:00.0 VGA compatible controller :Advanced Micro Devices , Inc. [AMD/ATI] Tahiti PRO [Radeon HD 7950/8950 OEM /R9 280]

Code: Select all

lsmod | grep -i radeon
None ouput with this command
User avatar
AlicePPC
Beta Tester
Beta Tester
Posts: 38
Joined: Wed Jun 19, 2013 12:04 pm
Location: Asturias-Spain
Contact:

Re: Ubuntu Mate 15.10

Post by AlicePPC »

Christian the same error with Lubuntu
User avatar
xeno74
Posts: 10700
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Ubuntu Mate 15.10

Post by xeno74 »

This is very sad.

lspci | grep -i vga looks directly on the PCIe/PCI bus.

Please post lspci without vga.

Additionally post the output of the following command:

Code: Select all

sudo lshw | grep -i vga
User avatar
AlicePPC
Beta Tester
Beta Tester
Posts: 38
Joined: Wed Jun 19, 2013 12:04 pm
Location: Asturias-Spain
Contact:

Re: Ubuntu Mate 15.10

Post by AlicePPC »

Pics added
Attachments
20150915_132106.jpg
20150915_131918.jpg
User avatar
xeno74
Posts: 10700
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Ubuntu Mate 15.10

Post by xeno74 »

AlicePPC wrote:Pics added
FYI: [kind of Solved] AMD Radeon HD 7950 support ?
User avatar
xeno74
Posts: 10700
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Ubuntu Mate 15.10

Post by xeno74 »

FYI2:
daz wrote: For HD7950/7970 Use TAHITI

The varsion of Xorg drivers supplied with current distributions (6.14) doesn't recognise these cards causing the xserver to fall back to the fbdev driver. This has a maximum resolution of 768 x 1024, so I've compiled 7.1 which will work better.
User avatar
xeno74
Posts: 10700
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Ubuntu Mate 15.10

Post by xeno74 »

Is the package xserver-xorg-video-ati installed?

If not then you can install it with:

Code: Select all

sudo apt-get install xserver-xorg-video-ati
User avatar
AlicePPC
Beta Tester
Beta Tester
Posts: 38
Joined: Wed Jun 19, 2013 12:04 pm
Location: Asturias-Spain
Contact:

Re: Ubuntu Mate 15.10

Post by AlicePPC »

Reading package list.....Done
Building dependency tree
Reading state information ...Done
xserver-xorg-video-ati is already the newest version.
0 to upgrade,0 newly install,0 to remove and 0 not to upgrade
User avatar
xeno74
Posts: 10700
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Ubuntu Mate 15.10

Post by xeno74 »

AlicePPC wrote:Reading package list.....Done
Building dependency tree
Reading state information ...Done
xserver-xorg-video-ati is already the newest version.
0 to upgrade,0 newly install,0 to remove and 0 not to upgrade
OK

What about xserver-xorg-video-radeon?
User avatar
AlicePPC
Beta Tester
Beta Tester
Posts: 38
Joined: Wed Jun 19, 2013 12:04 pm
Location: Asturias-Spain
Contact:

Re: Ubuntu Mate 15.10

Post by AlicePPC »

Same ouput
Post Reply