LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 12-10-2013, 02:37 AM   #1
hydraMax
Member
 
Registered: Jul 2010
Location: Skynet
Distribution: Debian + Emacs
Posts: 467
Blog Entries: 60

Rep: Reputation: 51
Debian: Get Full Gnome Working Again


Hi. I was running Gnome Wheezy for several months, running full (non-classic) Gnome, with my Radeon HD 4350, and this was working great. Recently, my hard drive crashed and I had to reinstall Wheezy (7.2.0). Now, I can seem to figure out how to get acceleration back. I installed the firmware-linux-nonfree package, which is all I remember doing previously to get this to work with the opensource drivers. What is it I'm forgetting?

I don't care about 3D games or such like, but Gnome Classic really sucks compared to full Gnome.
 
Old 12-10-2013, 05:01 AM   #2
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
You may have to go with the proprietary driver.

In the case of your card it would be the "legacy" driver as cards older than the 5000 series are not supported by ATI anymore.

I have to admit to a little surprise that the FOSS drivers don't work. Maybe someone else has a suggestion because I have, since Squeeze, gotten much better results with the free drivers. I had a 2000 series card. Now have a 6000 series so maybe the free drivers just don't cut it with the older cards anymore.

Really hope someone has a better suggestion.
 
Old 12-10-2013, 05:11 AM   #3
Captain Pinkeye
Member
 
Registered: Oct 2012
Location: The Czech Republic
Posts: 280

Rep: Reputation: 98
Installing firmware-linux package (which is just a metapackage for firmware-linux-{free,nonfree}) was all i needed to do to get gnome-shell, with Radeon HD2400. Plus a reboot, of course.

Perhaps check your login manager, do you actually login to gnome-shell, and not gnome-fallback/anything else?
 
Old 12-10-2013, 06:02 AM   #4
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
I'm running the same video device: Radeon HD 4350/4550 and using the FOSS radeon driver. No problems whatsoever with video acceleration. I'm running Debian Jessie.
jdk
 
Old 12-10-2013, 10:27 AM   #5
hydraMax
Member
 
Registered: Jul 2010
Location: Skynet
Distribution: Debian + Emacs
Posts: 467

Original Poster
Blog Entries: 60

Rep: Reputation: 51
I removed the firmware-linux-nonfree with

apt-get remove firmware-linux-nonfree

and then reinstalled with

apt-get install firmware-linux-nonfree

did a reboot, and gnome-shell seems to be working fine now. Not sure what was wrong earlier. Maybe I had screwed up the initrd image somehow and rebuilding it fixed it. But I'm happy it's working, in any case!
 
Old 12-10-2013, 01:21 PM   #6
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
And what driver did you end up using?
jdk
 
Old 12-10-2013, 08:40 PM   #7
hydraMax
Member
 
Registered: Jul 2010
Location: Skynet
Distribution: Debian + Emacs
Posts: 467

Original Poster
Blog Entries: 60

Rep: Reputation: 51
Quote:
Originally Posted by jdkaye View Post
And what driver did you end up using?
jdk
The open source drivers. (With the non-free firmware.)

Code:
root@darkhold:~# grep radeon /var/log/Xorg.0.log
[    25.832] (II) LoadModule: "radeon"
[    25.832] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[    25.833] (II) Module radeon: vendor="X.Org Foundation"
 
Old 12-11-2013, 12:08 AM   #8
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Yes, as I've said, "radeon" is what I use. What makes you think you need the non-free firmware for your video card? I do need it for my Wifi dongle but not for video.
jdk
 
Old 12-11-2013, 01:03 AM   #9
hydraMax
Member
 
Registered: Jul 2010
Location: Skynet
Distribution: Debian + Emacs
Posts: 467

Original Poster
Blog Entries: 60

Rep: Reputation: 51
Quote:
Originally Posted by jdkaye View Post
Yes, as I've said, "radeon" is what I use. What makes you think you need the non-free firmware for your video card? I do need it for my Wifi dongle but not for video.
jdk
When I used to build my own initrd and kernel (under Gentoo, and using the exact same graphics card), the acceleration simply would not work unless I had included the non-free binary firmware blob in the kernel build. I remember this pretty well because at the time I wanted to use the libre-kernel and have a completely libre system. (I still would, but I can't afford to buy a new graphics card.)

You say you aren't using the firmware blob, and you have full hardware acceleration? I would be interested in knowing more, but I'm thinking we have some miscommunication here.
 
Old 12-11-2013, 03:11 AM   #10
Captain Pinkeye
Member
 
Registered: Oct 2012
Location: The Czech Republic
Posts: 280

Rep: Reputation: 98
Quote:
Originally Posted by jdkaye View Post
Yes, as I've said, "radeon" is what I use. What makes you think you need the non-free firmware for your video card? I do need it for my Wifi dongle but not for video.
jdk
The nonfree firmware is not fglrx friver, it is the binary-blob part of opensource drivers. Debian splits it.
 
Old 12-11-2013, 12:53 PM   #11
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Ok, I looked at the filelist of the firmware-linux-nonfree package and it does indeed contain RV710 stuff. You learn something everyday.
Thanks,
jdk
 
Old 12-11-2013, 04:02 PM   #12
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
Yes the firmware-linux-nonfree package has some drivers that do not meet the FSF definition of free for one reason or another. They come with the kernel and Debian splits them off for users that want a "pure" FOSS install.

Up until Debian 7 I had to have that installed to get to a desktop. Never did quite figure out which one I needed. Probably should while I still have an install of Squeeze on here. Don't need it at all on the newer versions.
 
  


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
Debian Gnome 'Shared Folders' GUI not working getmizanur Linux - Newbie 2 03-26-2010 09:38 PM
installed gnome for debian, now dns isnt working?! odimachkie Linux - Newbie 1 04-05-2009 04:10 PM
Mozilla firefox not working in debian - Gnome travm Debian 12 02-06-2007 10:37 PM
Debian + Gnome 2.4 + Fonts not working. leemoreau Debian 11 02-09-2004 10:59 AM
debian/gnome and cmi8738 - sound not working :-( Problemer Linux - Hardware 1 09-07-2003 12:25 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

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