LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-01-2014, 05:58 AM   #1
Roondmoond
LQ Newbie
 
Registered: Sep 2014
Location: Germany
Distribution: Arch Linux
Posts: 6

Rep: Reputation: Disabled
Parabola GNU / Linux - Problem with ATI driver (Radeon HD 4250) when starting x


Hello everyone,

I have a problem starting my new Parabola Distribution. I switched from Arch Linux to Parabola, but my ATI driver has problems starting the Distribution. I think this has nothing to do with the proprietary driver, since GNU don't use them and other GNU Distributions working also without problems. Only Parabola makes problems When I installed Arch, I had no problem with my Graphiccard (Advanced Micro Devices, Inc. [AMD/ATI] RS880 [Radeon HD 4250]). Also was trying to figure out if this has something to do with KMS, but no solution worked at all in the Arch wiki. It's only working with the vesa driver installed and changed in the xorg.conf. My architecture is x86_64.

Thanks in advance!

Greetings

Roondmoond
 
Old 10-03-2014, 03:45 PM   #2
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
what's parabola based on? ubuntu? debian?

please paste output of
Code:
lspci -k | grep -iA5 vga
to get more info about your graphic hardware & drivers.

i take it you can boot a graphical desktop in low resolution?
 
Old 10-03-2014, 03:47 PM   #3
szboardstretcher
Senior Member
 
Registered: Aug 2006
Location: Detroit, MI
Distribution: GNU/Linux systemd
Posts: 4,278

Rep: Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694
Its based on Arch.
 
Old 10-03-2014, 06:50 PM   #4
Roondmoond
LQ Newbie
 
Registered: Sep 2014
Location: Germany
Distribution: Arch Linux
Posts: 6

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by szboardstretcher View Post
Its based on Arch.
Yes, it is based on Arch Linux. That's why I don't understand the problem with it

@ondoho: Yes, I can boot into a Graphical Desktop with low resolution. Problem here is, I have to install the vesa driver first! With the ati driver installed only it doesn't wok at all! Here is the output of my Card:

Code:
[Radeon HD 4250]
	Subsystem: Micro-Star International Co., Ltd. [MSI] Device 7623
	Kernel modules: radeon
01:05.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] RS880 HDMI Audio [Radeon HD 4200 Series]
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] RS880 HDMI Audio [Radeon HD 4200 Series]
	Kernel driver in use: snd_hda_intel
 
Old 10-06-2014, 03:45 PM   #5
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
afaiu, it says the radeon driver is present but it doesn't say "in use".
you have to make X use the radeon driver, not vesa.

what exactly did you do to accomplish that and where did it fail?
 
Old 10-07-2014, 01:58 AM   #6
Roondmoond
LQ Newbie
 
Registered: Sep 2014
Location: Germany
Distribution: Arch Linux
Posts: 6

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ondoho View Post
afaiu, it says the radeon driver is present but it doesn't say "in use".
you have to make X use the radeon driver, not vesa.

what exactly did you do to accomplish that and where did it fail?
I was using X to make the ati driver, but it was showing an error and didn't start. It shows me "0 screens found" and "KMS is not supported".

I was doing it like this:

Quote:
X -configure
When I checked the "log", it says that there are different ati drivers, but no one matches my card! Also noticed at booting this:

Quote:
[radeon]Missing free firmware
 
Old 10-07-2014, 10:07 PM   #7
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by Roondmoond View Post
I was using X to make the ati driver, but it was showing an error and didn't start.
i don't understand. you don't use X to make.
Quote:
When I checked the "log", it says that there are different ati drivers, but no one matches my card!
what log?

also, please don't use "X -configure".
if you have a xorg.conf file in /etc/X11, please move it to an unused location and reboot.

then post the output from the same command i asked last time.
 
Old 10-07-2014, 10:50 PM   #8
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
The hd4xxx series is only supported by the legacy-fglrx, but you can install the open source drivers below.
Have you installed xf86-video-ati driver?
https://wiki.archlinux.org/index.php/ATI
 
Old 10-08-2014, 04:59 AM   #9
Roondmoond
LQ Newbie
 
Registered: Sep 2014
Location: Germany
Distribution: Arch Linux
Posts: 6

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by EDDY1 View Post
The hd4xxx series is only supported by the legacy-fglrx, but you can install the open source drivers below.
Have you installed xf86-video-ati driver?
https://wiki.archlinux.org/index.php/ATI
Yes of course, this was the first thing I was doing Couldn't get it to work. It doesn't start at all.
 
Old 10-08-2014, 12:22 PM   #10
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
legacy-fglrx needs a certain xorg
The xf86 drivers are what you should be trying
 
Old 10-08-2014, 03:17 PM   #11
Roondmoond
LQ Newbie
 
Registered: Sep 2014
Location: Germany
Distribution: Arch Linux
Posts: 6

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by EDDY1 View Post
legacy-fglrx needs a certain xorg
The xf86 drivers are what you should be trying
Sorry, I don't understand what you mean by that :/ I was already trying installing and using xf86-video-ati without success. Anwhat do you mean with "legacy-fglrx needs a certain xorg"? Should I compile it by myself? Sorry, it is not so clear to me.
 
Old 10-08-2014, 03:21 PM   #12
szboardstretcher
Senior Member
 
Registered: Aug 2006
Location: Detroit, MI
Distribution: GNU/Linux systemd
Posts: 4,278

Rep: Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694
Quick question.

Why are you using Parabola Linux, which is a 100% pure free software version of Arch, and then immediately trying to install a non-free driver into it?

If you want closed-source, non-free software in your setup, just use Arch. There is literally NO POINT in using Parabola if you intend to use non-free software in it, because the second you do, it is just regular Arch.

If you go to the Parabola forums and ask how to install non-free software, they will tell you to use Arch instead, as using non-free software goes against their core beliefs. That's the whole reason for their existence - to offer a free software compatible OS.

Last edited by szboardstretcher; 10-08-2014 at 03:27 PM.
 
Old 10-08-2014, 03:31 PM   #13
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Ok let's forget about fglrx.
You need to login single user mode.
Quote:
Xorg -configure
mv xorg.conf.new /etc/X11/xorg.conf
 
  


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
[SOLVED] Thinkpad Edge AMD Turion P520\ATI Radeon HD 4250 Problem BruisedQuasar07 Linux - Laptop and Netbook 1 01-05-2011 06:41 PM
Enabling DRI on Radeon Linux Driver. ati radeon 9200 Nem Slackware 13 06-05-2007 04:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:28 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