hej jag har diaktiverat GUI (Aqua) i OS X
/usr/sbin/nvram boot-args="-v"
sudo /usr/bin/pico /etc/ttys
Orginal:
#console "/usr/libexec/getty std.9600" vt100 on secure
console "/System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow"
ändra till:
console "/usr/libexec/getty std.9600" vt100 on secure
#console "/System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow"
Om någon vill veta!
Men konsolen kör UTF-8 och jag vill ändra till latin-1, är det någon som vet hur man gör?
För att starta GUI om ni diaktiverar det
#!/bin/tcsh
setenv __CF_USER_TEXT_ENCODING 0x0:0:0
/System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow&
/System/Library/CoreServices/WindowServer
lägg den i usr/bin och glömm inte att chomd den till 755.
Det finns iofs ett annat sätt att avsluta GUI från terminal men det är lite små fult
su
password:
killall "Window Manager"
då hamnar man i konsolen, weee....