LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 05-01-2013, 12:45 AM   #1
krchat
LQ Newbie
 
Registered: Dec 2012
Posts: 16

Rep: Reputation: Disabled
Gnome on Debian 7-32B4 doesn't run after installing grlf AMD driver


I set grlf proprietary driver for AMD Radeon HD 7750 Video controler.
But unfortunately after that gnome sessions don't run and I have message - Oh, no, something has got wrong.
 
Old 05-01-2013, 12:48 AM   #2
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
Originally Posted by krchat View Post
I set grlf proprietary driver for AMD Radeon HD 7750 Video controler.
But unfortunately after that gnome sessions don't run and I have message - Oh, no, something has got wrong.
Most likely you need to reinstall fglrx
Login single user mode &
Code:
 apt-get install fglrx
 
Old 05-01-2013, 01:44 AM   #3
krchat
LQ Newbie
 
Registered: Dec 2012
Posts: 16

Original Poster
Rep: Reputation: Disabled
fglrx - isn't in the repository. I use wheezy b4 version, but there is fglrx-driver packet. Should I reinstall it?

Last edited by krchat; 05-01-2013 at 01:47 AM.
 
Old 05-01-2013, 01:50 AM   #4
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
Originally Posted by krchat View Post
fglrx - isn't in the repository. I use wheezy b4 version, but there is fglrx-driver packet. Should I reinstall it?
Either that or install proprietary driver from AMD.
 
Old 05-01-2013, 02:36 AM   #5
krchat
LQ Newbie
 
Registered: Dec 2012
Posts: 16

Original Poster
Rep: Reputation: Disabled
I did it, but the problem remains
 
Old 05-01-2013, 03:07 AM   #6
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
Refer to the Debian wiki page: http://wiki.debian.org/ATIProprietary

Or try
Code:
# apt-get install linux-headers-`uname -r`
Code:
# apt-get install --reinstall fglrx-driver fglrx-modules-dkms
Code:
# aticonfig --initial
Code:
# echo options radeon modeset=0 > /etc/modprobe.d/radeon-kms.conf
Reboot
 
Old 05-01-2013, 03:43 AM   #7
krchat
LQ Newbie
 
Registered: Dec 2012
Posts: 16

Original Poster
Rep: Reputation: Disabled
I did it when I had set it before.
http://forums.debian.net/viewtopic.php?f=7&t=102999

But I try to reinstall it now.

I did it, but unfortunately, I got this message again - oh, no! something has gone wrong!

I'm going to look through /var/log/syslog and share its strange lines with you

Last edited by krchat; 05-01-2013 at 04:03 AM.
 
Old 05-01-2013, 04:13 AM   #8
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
pastebin your full /var/log/Xorg.0.log file.
 
Old 05-01-2013, 04:31 AM   #9
krchat
LQ Newbie
 
Registered: Dec 2012
Posts: 16

Original Poster
Rep: Reputation: Disabled
I did it
Attached Files
File Type: log Xorg.0.log (52.2 KB, 29 views)

Last edited by krchat; 05-01-2013 at 04:37 AM.
 
Old 05-01-2013, 09:33 AM   #10
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Well according to your Xorg log file, your drivers are installed fine. If you are logging in via gdm, your users ~/.xsession-errors file may contain information as to what's crashing.

Adam
 
Old 05-01-2013, 11:32 AM   #11
krchat
LQ Newbie
 
Registered: Dec 2012
Posts: 16

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by adamk75 View Post
If you are logging in via gdm, your users ~/.xsession-errors file may contain information as to what's crashing.

Adam
Sorry, I'm a newbie in Linux. I don't understand it how I can logging in via gdm. What should I do for it?
Should I run in single mode as root and then execute gdm3 for my login in graphic mode? Or I should make something others?

Last edited by krchat; 05-01-2013 at 11:36 AM.
 
Old 05-01-2013, 12:23 PM   #12
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Does X/gnome automatically start up when you login? If so, wait till you get the error message, then drop to a console by hitting control+alt+f2. Log into the console and then run 'pastebinit ~/.xsession-errors'. You may have to install pastebinit first with apt-get. That command will give you a URL back. Let us know what that URL is.

Adam
 
Old 05-01-2013, 01:11 PM   #13
krchat
LQ Newbie
 
Registered: Dec 2012
Posts: 16

Original Poster
Rep: Reputation: Disabled
http://paste.debian.net/1523/

By the way, before setting grlf driver I set it:

http://www.debian-blog.ru/programmno...md-radion.html

May be it calls crash now?

This source only in Russian, but command is written in English as usual.

Last edited by krchat; 05-01-2013 at 01:24 PM.
 
Old 05-02-2013, 11:14 AM   #14
krchat
LQ Newbie
 
Registered: Dec 2012
Posts: 16

Original Poster
Rep: Reputation: Disabled
Dear friends, I'm waiting for your help. Please help me!
 
Old 05-02-2013, 11:53 AM   #15
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
gdm is your desktop environment.
Do you have firmware-linux-nonfree installed?
 
  


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] problem installing AMD proprietary video driver gtludwig Slackware 10 07-24-2013 03:11 PM
Problem Installing Debian 4.0r4a on AMD 64 X2 w/ Asus motherboard jef3189 Linux - Newbie 7 09-28-2008 06:33 AM
Can't see OpenGL output after installing amd fglrx driver. Samotnik Linux - Desktop 6 11-07-2007 11:08 PM
new install, gnome doesn't run trempel MEPIS 2 07-21-2007 01:35 PM
Installing 7.3 on AMD K6-2 Problem with Gnome/KDE erato_the_9th Linux - General 3 10-01-2002 01:42 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 09:37 AM.

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