PCLinuxOS-Forums
News: ...FLASH!!! ...New PCLinuxOS Testing board now open. Register today! Be an active contributor to the PCLinuxOS future! ... Read all about it now, on THIS forum!!!..
 
*
Welcome, Guest. Please login or register. May 27, 2012, 04:06:26 AM


Login with username, password and session length


Pages: [1]   Go Down
  Print  
Author Topic: I need butter. Reload, Mark, Apply, CRASH, now it's toast.  (Read 761 times)
buccaneere
Full Member
***
Offline Offline

Posts: 112



« on: December 31, 2010, 10:39:10 PM »

Title says it all.

I logged on as root, did the update, and now no X; I get dropped to a shell.

Help?

ed.:
startx from root shell failed.
Logged

bicol_willem
PCLinuxOS Tester
Hero Member
*******
Offline Offline

Posts: 1763


« Reply #1 on: December 31, 2010, 10:45:28 PM »

Did you try to log in there (or are you logged in?). Did you try once logged in 'startx' (without ')?
Logged

buccaneere
Full Member
***
Offline Offline

Posts: 112



« Reply #2 on: December 31, 2010, 11:12:44 PM »

yep - startx

fglrxdrm module failed to load; loader failed error 7.

How do I bring up X config file to fix this?
Logged

bicol_willem
PCLinuxOS Tester
Hero Member
*******
Offline Offline

Posts: 1763


« Reply #3 on: December 31, 2010, 11:18:04 PM »

xorg.conf is in /etc/x11

(if that is what you mean)
Logged

bicol_willem
PCLinuxOS Tester
Hero Member
*******
Offline Offline

Posts: 1763


« Reply #4 on: December 31, 2010, 11:21:23 PM »

Find this:

That might get you going.

http://www.pclinuxos.com/forum/index.php?action=printpage;topic=81516.0
Logged

Archie
Global Moderator
Hero Member
*****
Offline Offline

Posts: 6882


I will never forget you, uhhh...


« Reply #5 on: December 31, 2010, 11:46:08 PM »

As root, try the following:

1. rename your xorg.conf so you can generate a new one.
[root@localhost ~] # cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
[root@localhost ~] # rm /etc/X11/xorg.conf

Next you can either run PCC and configure your video driver, or just relogin/reboot.

I hope that helps.
Logged

buccaneere
Full Member
***
Offline Offline

Posts: 112



« Reply #6 on: December 31, 2010, 11:51:16 PM »

Thanks.

I googled to that page.

I cannot start X, as described in the solution.

So I booted the PCLOS10 LiveCD, copied xorg.conf Live to email, copied PCLOS10 Live xorg.conf to install PCLOS10 xorg.cong (ain't I slick)!

Rebooted, and no X.

Help?
Logged

buccaneere
Full Member
***
Offline Offline

Posts: 112



« Reply #7 on: January 01, 2011, 12:02:18 AM »

From root shell, I did

rm /etc/X11/xorg.conf
cp /etc/X11/xorg.conf.old /etc/X11/xorg.conf
startx

No X

Help?
Logged

Archie
Global Moderator
Hero Member
*****
Offline Offline

Posts: 6882


I will never forget you, uhhh...


« Reply #8 on: January 01, 2011, 01:40:50 AM »

From root shell, I did

rm /etc/X11/xorg.conf
cp /etc/X11/xorg.conf.old /etc/X11/xorg.conf
startx

No X

Help?

did you try my suggestion?
Logged

Bald Brick
PCLinuxOS Tester
Hero Member
*******
Online Online

Posts: 5147


I'm going South


« Reply #9 on: January 01, 2011, 02:10:07 AM »

The problem might be the ATI driver module. Have you tried
Code:
apt-get update && apt-get install --reinstall dkms-fglrx
in a root shell?

As it's a dkms package apt-get may complain and say that you can't install the same module twice. If it does, try removing your old version first:
Code:
apt-get remove dkms-fglrx && apt-get install dkms-fglrx

Then, give the system time to rebuild the module when you reboot.

Edited for clarity.
Logged

If it ain't broke
hit harder!

AMD Athlon 7450 Dual-Core Processor, 7.80 GiB RAM, Nvidia GeForce GT 120/PCIe/SSE2, OpenGL/ES-version: 3.3 0 NVIDIA 295.40, SBx00 Azalia (Intel HDA) soundcard, ‎Logitech B500 webcam, SAA7146 DVB card, HDDs: Seagate 250824AS, Western Digital WD10EAVS-00D
uncleV
Guest
« Reply #10 on: January 01, 2011, 02:14:17 AM »

Try rebooting the computer.
Logged
buccaneere
Full Member
***
Offline Offline

Posts: 112



« Reply #11 on: January 01, 2011, 02:22:37 AM »

I re-booted 3 or 4 times. Thanks.



did you try my suggestion?
Yes. It did not restore X; it left me at the root shell prompt again.

The problem might be the ATI driver module.
The driver module (and X) was fine before the update was executed.

Quote
Have you tried
Code:
apt-get update && apt-get install --reinstall dkms-fglrx
in a root shell?

If apt-get complains and says that you can't install the same module twice, try removing your old version first:
Code:
apt-get remove dkms-fglrx

No, I re-installed. It was fine when it was a fresh install. All I wanted was to load Gnome instead of KDE. Everything else was fine - perfectly fine.

Since I've re-installed, if this one gets marked 'Solved' (or deleted), that will be fine. All I want to do is get Gnome...
Logged

Bald Brick
PCLinuxOS Tester
Hero Member
*******
Online Online

Posts: 5147


I'm going South


« Reply #12 on: January 01, 2011, 02:37:23 AM »

I re-booted 3 or 4 times. Thanks.



did you try my suggestion?
Yes. It did not restore X; it left me at the root shell prompt again.

The problem might be the ATI driver module.
The driver module (and X) was fine before the update was executed.

Yes, but the update/upgrade may have tried to update the ATI module too -- and failed.

Quote
Quote
Have you tried
Code:
apt-get update && apt-get install --reinstall dkms-fglrx
in a root shell?

If apt-get complains and says that you can't install the same module twice, try removing your old version first:
Code:
apt-get remove dkms-fglrx

No, I re-installed. It was fine when it was a fresh install. All I wanted was to load Gnome instead of KDE. Everything else was fine - perfectly fine.

Since I've re-installed, if this one gets marked 'Solved' (or deleted), that will be fine. All I want to do is get Gnome...

If you want to mark it "Solved" you have to do so yourself. Edit the topic line in your first post. (But I don't think reinstalling is a solution that very many will find useful.)
Logged

If it ain't broke
hit harder!

AMD Athlon 7450 Dual-Core Processor, 7.80 GiB RAM, Nvidia GeForce GT 120/PCIe/SSE2, OpenGL/ES-version: 3.3 0 NVIDIA 295.40, SBx00 Azalia (Intel HDA) soundcard, ‎Logitech B500 webcam, SAA7146 DVB card, HDDs: Seagate 250824AS, Western Digital WD10EAVS-00D
aguila
Hero Member
*****
Offline Offline

Posts: 935


soaring high = no Windows here :-D


« Reply #13 on: January 01, 2011, 03:06:36 AM »

Did you get any error messages in Synaptic when you updated? If any errors occur you while reloading you should abort the update and try later or choose a different repo.

If you can't boot into X after an update, the following is generally worth a try:

login at the shell prompt
su to root
type 'apt-get update && apt-get dist-upgrade'

Helped me before.
Logged

All that is is good. PCLinuxOS is.

Thinkpad X61 Tablet, Core2Duo 1.66 MHz, 4 GB Ram, Intel onboard Graphics, 160 GB HDD; Thinkpad R61i, Core2Duo 1.66 MHz, 2 GB Ram, Intel onboard graphics, 120 GB HDD
Hootiegibbon
Hero Member
*****
Offline Offline

Posts: 4206

Registered Linux User #421404


« Reply #14 on: January 01, 2011, 11:14:41 AM »

Will all the above  we don't actully know which card this is

in a console/terminal post the results of:

lspci |grep VGA

noting the case sensitvity

Thanks

Jase
Logged

** FORUM SEARCH **

I am Hootiegibbon, undisputed champion fo the typo

My .dotfiles
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM