Jump to content

NANO IN OSX 10.5.1


rashdriver
 Share

7 posts in this topic

Recommended Posts

hello friends,

I have successfully installed Iaktos Osx 10.5.1 Leopard..

now the thing is i have successfully replaced files, changed its file permissions (of the kext)

given the ./patch command and etc..

now its the time to edit varios .plists in order to change the key of device ids of my graphic card and other things..

i am unable to execute nano command... it says command not found... ;)

 

please help me....ne other substitute..i have tried in single user mode and using the GUI terminal...

please help how can i edit the string?

Link to comment
Share on other sites

<br />hello friends,<br /> I have successfully installed Iaktos Osx 10.5.1 Leopard..<br />now the thing is i have successfully replaced files, changed its file permissions (of the kext)<br />given the ./patch command and etc..<br />now its the time to edit varios .plists in order to change the key of device ids of my graphic card and other things..<br />i am unable to execute nano command... it says command not found... <img src="style_emoticons/default/unsure.gif" style="vertical-align:middle" emoid=":D" border="0" alt="unsure.gif" /> <br /><br />please help me....ne other substitute..i have tried in single user mode and using the GUI terminal...<br />please help how can i edit the string?<br />
<br /><br /><br />
<br /><br /><br /><br /><br />
<br /><br /><br />thanks for d replies...but can u please tell me the whole code supposing if i want to change GeForce.kext located in system/Library/Extensions..no nano no pico? thencan i edit in notepad...windows?
<br />hello friends,<br /> I have successfully installed Iaktos Osx 10.5.1 Leopard..<br />now the thing is i have successfully replaced files, changed its file permissions (of the kext)<br />given the ./patch command and etc..<br />now its the time to edit varios .plists in order to change the key of device ids of my graphic card and other things..<br />i am unable to execute nano command... it says command not found... <img src="style_emoticons/default/unsure.gif" style="vertical-align:middle" emoid=":D" border="0" alt="unsure.gif" /> <br /><br />please help me....ne other substitute..i have tried in single user mode and using the GUI terminal...<br />please help how can i edit the string?<br />
<br /><br /><br />thanks for d replies...but can u please tell me the whole code supposing if i want to change GeForce.kext located in system/Library/Extensions..no nano no pico? thencan i edit in notepad...windows?
Link to comment
Share on other sites

First make sure you are root

sudo -s
password

 

Then

 

pico /System/Library/Extensions/GeForce.kext/Contents/Info.plist

 

Then edit the bits you need, press ctrl- x and select y to save. Then

 

chmod -R 755 /System/Library/Extensions/GeForce.kext
chown -R root:wheel /System/Library/Extensions/GeForce.kext

 

HTH

Link to comment
Share on other sites

 Share

×
×
  • Create New...