Monday, December 11, 2006

Can Elevit Cause Black Stool

home



home / Installing Ubuntu and mythtv If you failed to follow up here, this is the list of packages that are added to installations to date: After the computer has downloaded a few tens of megabytes of programs, screen appears: confirm with space when pressing Enter or clicking "OK" is highlighted. Then the screen that appears
asks the password for mysql:
 


As we have just installed mysql, then confirm the password is blank screen, even without typing anything in this field. We create a type of session to autologin mythtv dell'utenet; create the file with the editor mythtv.desktop:
sudo gedit / usr / share / xsessions / mythtv.desktop
and copy the following content:
[Desktop Entry] Encoding = UTF-8 Name = MythTV
Comment = Use this session to run MythTV
Exec = / usr / local / bin / mythtv.sh

Icon = Type = Application
then create the script mythtv.sh
 sudo gedit / usr / local / bin / mythtv.sh 
e inseriamoci il seguente contenuto:
gnome-screensaver
mythfrontend&
exec openbox
Se si usa una scheda grafica nvidia, aggiungere la linea:
nvidia-settings -l
e se si vuole usare la funzione di ripping dei dvd, aggiungere la linea:
mtd -d
rendere quindi eseguibile lo script appena creato tramite il comando
 sudo chmod +x /usr/local/bin/mythtv.sh 
Andare nell'opzione di menu
Sistema / Amministrazione / Finestra login
e nella schermata con il tab "Sicurezza" abilitare il login automatico con l'utente che abbiamo usato per installare il sistema (non mythtv, che servirà per il back-end), nel nostro esempio "mauro"
mysql.txt Copy the file in your homedir and set the permissions
 mkdir ~ /. 
mythtv sudo cp / etc / mythtv / mysql.txt ~ /.
mythtv sudo chmod a + r ~ / .mythtv / mysql. txt
edit sudo gedit / etc / mysql / my.cnf
looking for the line bind-address = 127.0.0.1 and commenting # bind-address = 127.0.0.1
so you can also connect from different hosts pc.
 Restart the database: 

sudo / etc / init.d / mysql restart
 At this point we run the set up mythtv 
Jump to
Install channels
 

0 comments:

Post a Comment