Author Topic: Help! I broke my PClinuxOS install. [RESOLVED]  (Read 1062 times)

Offline joopyhellspawn

  • New Friend
  • *
  • Posts: 2
Help! I broke my PClinuxOS install. [RESOLVED]
« on: July 07, 2011, 10:07:10 PM »
I activated Desktop Effects and even though the cursor still moved around the computer was frozen. I did a shut computer down via power button. Now when I try to restart computer normally it won't get pass the loading KDE icon on the boot screen. I can boot in Fail Safe. I thought to go back and disable the desktop effects but don't know what program to call up in the CLI. Can anybody help me out with this?


I had to boot up a live cd of joliOS to post this.
« Last Edit: July 09, 2011, 07:44:27 PM by joopyhellspawn »

Offline T6

  • Super Villain
  • ******
  • Posts: 19077
  • xmas is comming!
Re: Help! I broke my PClinuxOS install.
« Reply #1 on: July 07, 2011, 10:23:46 PM »
hello and welcome to the forum!

desktop eefects like compiz or kde desktop effects?

if it is compiz in the kdm menu(user and password)  you can press the session type button and select drak3d option and then login

this will call the proper menu to disable or enable the compiz option

if it is kwin desktop effects what doesn't let you work, there is a file you can edit the file kwinrc located in /home/thenameofyouruser/.kde4/share/config/kwinrc

in that file on the livecd you can open and change the line called Enabled form true to false so the file shoulkd look like this

[Compositing]
AnimationSpeed=3
Backend=OpenGL
CheckIsSafe=true
DisableChecks=false
Enabled=false
GLDirect=true
GLMode=TFP
GLTextureFilter=1
GLVSync=true
HiddenPreviews=5
OpenGLIsUnsafe=false
UnredirectFullscreen=true
XRenderSmoothScale=false

save the file and restart
"If you wish to make an apple pie from scratch, you must first invent the universe."

Carl Sagan

Offline Archie

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 8583
  • Aurum nostrum non est aurum vulgi.
Re: Help! I broke my PClinuxOS install.
« Reply #2 on: July 07, 2011, 10:38:44 PM »
after a commandline login, startx
Since 2006 | LiCo 401868 | Bare Metal | What is necessary is never unwise. --Sarek, 2258.42


Offline kjpetrie

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3979
Re: Help! I broke my PClinuxOS install.
« Reply #3 on: July 08, 2011, 07:22:01 AM »
First, after an unclean shut down, always boot from the livecd and use fsck -f on your unmounted partitions.

Second, learn the  Alt+ SysRq R-E-I-S-U-B codes to shut down cleanly or regain control. Were you not able to Ctrl+Alt+F1 into a text terminal to log in and shut down there?

Third, If the desktop is still broken follow T6's instructions above.
-----------
KJP
-----------------------------------------------------------
PClos64 RC1 on Intel D945GCLF2 motherboard (Atom 330), 2GB DDR2 RAM, Maxtor STM325031, HL-DT-ST DVDRAM GSA-H42N, Amilo LSL 3220T monitor. Also Acer 5810TG (with custom kernel) and Asus eeePC 2G surf

Offline T6

  • Super Villain
  • ******
  • Posts: 19077
  • xmas is comming!
Re: Help! I broke my PClinuxOS install.
« Reply #4 on: July 08, 2011, 10:09:21 AM »
"First, after an unclean shut down, always boot from the livecd and use fsck -f on your unmounted partitions"

in more than 4 years using pclinux i never done this lol!
"If you wish to make an apple pie from scratch, you must first invent the universe."

Carl Sagan

Offline Archie

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 8583
  • Aurum nostrum non est aurum vulgi.
Re: Help! I broke my PClinuxOS install.
« Reply #5 on: July 08, 2011, 08:41:35 PM »
I did. Once. So you'll get r turn next year! ;D
Since 2006 | LiCo 401868 | Bare Metal | What is necessary is never unwise. --Sarek, 2258.42


Offline maxpolaris

  • Full Member
  • ***
  • Posts: 95
Re: Help! I broke my PClinuxOS install.
« Reply #6 on: July 08, 2011, 10:37:41 PM »
First, after an unclean shut down, always boot from the livecd and use fsck -f on your unmounted partitions.

Second, learn the  Alt+ SysRq R-E-I-S-U-B codes to shut down cleanly or regain control. Were you not able to Ctrl+Alt+F1 into a text terminal to log in and shut down there?

Third, If the desktop is still broken follow T6's instructions above.


from http://fosswire.com/post/2007/09/fix-a-frozen-system-with-the-magic-sysrq-keys/

Hold down the Alt and SysRq (Print Screen) keys.
While holding those down, type the following in order. Nothing will appear to happen until the last letter is pressed: REISUB
Watch your computer reboot magically.

REISUB is BUSIER spelled backwards.

Offline Archie

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 8583
  • Aurum nostrum non est aurum vulgi.
Re: Help! I broke my PClinuxOS install.
« Reply #7 on: July 08, 2011, 10:51:07 PM »
First, after an unclean shut down, always boot from the livecd and use fsck -f on your unmounted partitions.

Second, learn the  Alt+ SysRq R-E-I-S-U-B codes to shut down cleanly or regain control. Were you not able to Ctrl+Alt+F1 into a text terminal to log in and shut down there?

Third, If the desktop is still broken follow T6's instructions above.


from http://fosswire.com/post/2007/09/fix-a-frozen-system-with-the-magic-sysrq-keys/

Hold down the Alt and SysRq (Print Screen) keys.
While holding those down, type the following in order. Nothing will appear to happen until the last letter is pressed: REISUB
Watch your computer reboot magically.

REISUB is BUSIER spelled backwards.



Yeah, somewhere in those keys are the short commands (xterm, maybe) is killall, umount and reboot. Not really sure of the others do but those are some of the important things with a clean shutdown.
Since 2006 | LiCo 401868 | Bare Metal | What is necessary is never unwise. --Sarek, 2258.42


Offline joopyhellspawn

  • New Friend
  • *
  • Posts: 2
Re: Help! I broke my PClinuxOS install.
« Reply #8 on: July 09, 2011, 07:43:27 PM »
Ok, thank you all for your help.

I finally got kwinrc edited to fix it.

I never did figure out how to run fsck -f on my unmounted partitions using the liveCD.

Offline T6

  • Super Villain
  • ******
  • Posts: 19077
  • xmas is comming!
Re: Help! I broke my PClinuxOS install. [RESOLVED]
« Reply #9 on: July 09, 2011, 08:51:35 PM »
that makes us two

glad to help  :D
"If you wish to make an apple pie from scratch, you must first invent the universe."

Carl Sagan