Author Topic: (solved) what is the KDE/non-debian equivalent of this script?  (Read 591 times)

Offline FritoBandito

  • Full Member
  • ***
  • Posts: 178
(solved) what is the KDE/non-debian equivalent of this script?
« on: October 30, 2010, 07:55:06 AM »
Ok so I found this in a thread somewhere, but im wondering what the PClinuxOS equivalent is?
Code: [Select]
sudo stop gdm
sudo apt-get remove --purge xorg-driver-fglrx fglrx*
sudo apt-get install --reinstall libgl1-mesa-glx libgl1-mesa-dri fglrx-modaliases
sudo dpkg-reconfigure xserver-xorg
sudo apt-get install --reinstall xserver-xorg-core
sudo rm /etc/X11/xorg.conf
sudo rm -r /etc/ati/

goes to:
Code: [Select]
su
stop ???
apt-get remove --purge xorg-driver-fglrx fglrx*
apt-get install --reinstall libgl1-mesa-glx libgl1-mesa-dri fglrx-modaliases
???dpkg-reconfigure xserver-xorg???
apt-get install --reinstall xserver-xorg-core
rm /etc/X11/xorg.conf
rm -r /etc/ati/

mainly there are the two lines gdm and dpkg reconfigure
« Last Edit: October 31, 2010, 04:38:28 PM by chico1st »

Offline Phil

  • Hero Member
  • *****
  • Posts: 738
Re: what is the KDE/non-debian equivalent of this script?
« Reply #1 on: October 31, 2010, 02:35:26 AM »
Puzzled.

What are you trying to do, change the driver for the xserver/graphic card?

Maybe just do it through the PCC Configure Your Computer > Hardware > Video card ?


Offline FritoBandito

  • Full Member
  • ***
  • Posts: 178
Re: what is the KDE/non-debian equivalent of this script?
« Reply #2 on: October 31, 2010, 06:47:25 AM »
Sorry for being cryptic. Removing all the folders etc was someone's fix for a poorly working ATI card. However I found the problem... (well someone found it but its fixed now).

Offline Ramchu

  • Hero Member
  • *****
  • Posts: 1589
Re: what is the KDE/non-debian equivalent of this script?
« Reply #3 on: October 31, 2010, 07:48:15 AM »
Sorry for being cryptic. Removing all the folders etc was someone's fix for a poorly working ATI card. However I found the problem... (well someone found it but its fixed now).

There are 2 things that I request:
1st - post the fix
2nd - Return to your original post on this subject - click on modify and add (SOLVED) to the subject line
If in fact it is Fixed

Thanks,
Ramchu

Offline FritoBandito

  • Full Member
  • ***
  • Posts: 178
Re: (solved) what is the KDE/non-debian equivalent of this script?
« Reply #4 on: October 31, 2010, 04:39:10 PM »
ill post the fix once i understand it :D
(fix will go here)