LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Gnome on Debian 7-32B4 doesn't run after installing grlf AMD driver (https://www.linuxquestions.org/questions/linux-hardware-18/gnome-on-debian-7-32b4-doesnt-run-after-installing-grlf-amd-driver-4175460241/)

krchat 05-01-2013 12:45 AM

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.

EDDY1 05-01-2013 12:48 AM

Quote:

Originally Posted by krchat (Post 4942363)
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

krchat 05-01-2013 01:44 AM

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

EDDY1 05-01-2013 01:50 AM

Quote:

Originally Posted by krchat (Post 4942389)
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.

krchat 05-01-2013 02:36 AM

I did it, but the problem remains

cynwulf 05-01-2013 03:07 AM

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

krchat 05-01-2013 03:43 AM

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

adamk75 05-01-2013 04:13 AM

pastebin your full /var/log/Xorg.0.log file.

krchat 05-01-2013 04:31 AM

1 Attachment(s)
I did it

adamk75 05-01-2013 09:33 AM

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

krchat 05-01-2013 11:32 AM

Quote:

Originally Posted by adamk75 (Post 4942653)
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?

adamk75 05-01-2013 12:23 PM

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

krchat 05-01-2013 01:11 PM

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.

krchat 05-02-2013 11:14 AM

Dear friends, I'm waiting for your help. Please help me!

EDDY1 05-02-2013 11:53 AM

gdm is your desktop environment.
Do you have firmware-linux-nonfree installed?


All times are GMT -5. The time now is 02:07 AM.