› Foros › PlayStation 3 › Scene
ado escribió:Por fín lo tengo instalado. Muchas gracias por vuestra ayuda! Al final era que cuando le puse el disco duro más grande a la consola, al particionarlo desde el XMB no le asigné los 10GB a linux.
Podría alguien por favor copiar entero el código entero de un yaboot.conf para los que nos hemos cargado el nuestro trasteando? (y si es configurado a 1080p ya sería mucho mejor)
Gracias amigos!
# yaboot.conf generated by anaconda
boot=/dev/ps3da
init-message=Welcome to YDL!\nHit <TAB> for boot options
partition=1
timeout=80
install=/usr/lib/yaboot/yaboot
delay=5
enablecdboot
enableofboot
enablenetboot
nonvram
mntpoint=/boot/yaboot
usemount
image=/vmlinux-2.6.27-1.ydl61.4
label=linux
read-only
initrd=/initrd-2.6.27-1.ydl61.4.img
append="video=ps3fb:mode:5 rhgb quiet root=LABEL=/"
miguelx86 escribió:he encontrado esto aunque es algo tedioso de hacer pero funciona:
Once you've rebooted into fullscreen mode open up the terminal and run the command below.
Code: Select all
fbset
This will display your current mode settings. Should look like this but your mode/geometry lines will vary.
Code: Select all
mode "1280x720-60"
# D: 74.178 MHz, H: 44.957 kHz, V: 59.942 Hz
geometry 1280 720 1280 720 32
timings 13481 260 110 39 26 80 5
bcast true
rgba 8/16,8/8,8/0,8/24
endmode
Take a look at the geometry line. Your going to be copying them to use for a startup script.
Code: Select all
geometry 1280 720 1280 720 32
The first line is your xres, in the example above the xres is 1280.
The second line is your yres, in the example above the yres is 720.
The third line is your -vxres, in the example above the -vxres is 1280.
The fourth line is your -vyres, in the example above the -vyres is 720.
xres and vxres = horizontal screen size
yres and vyres = vertical screen size
Copy these numbers your going to need them. Now you need to create a startup script. Open up the file browser and browse to (/etc/init.d) right click on an empty space and select create document empty file. Name it fbset and open it with the text editor. Now copy the command below into it but your going to use the geometry settings from your fbset test above.
Replace the -xres -vxres and -yres -vyres with your xres and yres numbers from the fbset test above.
Code: Select all
#!/bin/sh
/usr/sbin/fbset -a -xres 1280 -yres 720 -vxres 1280 -vyres 720
exit 0
Now once you've created the startup script in /etc/init.d open up the terminal and run the commands below.
Code: Select all
ln -s /etc/init.d/fbset /etc/rc5.d/S99fbset
Code: Select all
chmod 775 /etc/init.d/fbset
Now to fix your overscan issue open up the terminal and run the command below.
Code: Select all
gedit /etc/init.d/fbset
To get rid of the overscan just modify the -xres -yres -vxres -vyres lines by deducting 10 from each one and save the changes and reboot. It will take multiple reboots to get the correct settings but you will get it. Note your yres and vyres res will more then likely be correct long before the -xres -vxres. So once your yres and vyres are correct just stop reducing it and just recude the xres and vxres number save the changes and reboot you will evntually find the correct settings.
In the example above the correct settings ended up being.
Code: Select all
#!/bin/sh
/usr/sbin/fbset -a -xres 1200 -yres 680 -vxres 1200 -vyres 680
exit 0
So I ended up having to reduce the -xres -vxres by 80 and the -yres and -vyres by 40. To get the correct display settings. Once you've found the correct settings your all finished.
OUTER-GAMER escribió:Hola a todos. Hace una semana empecé a instalar el el Yellow Dog en la PS3, pero en la parte que tienes que empezar a escribir con el teclado, me eché atrás y deje la instalación. Puedo jugar y todo perfectamente en la PS3, pero en el menú si elijo iniciar otro sistema operativo, me salen los dos o tres pingüinos esos otra vez y no tengo metido ningún CD. Mi pregunta es:
¿Eso sale de serie con la PS3 y yo no lo sabía?
¿Será que he instalado parcialmente Linux?
¿En caso de que la segunda sea que si, como puedo eliminar todo rastro de ese sistema?
Gracias y un saludo!
[root@localhost ~]# fbset
mode "1124x644-60"
# D: 74.178 MHz, H: 44.957 kHz, V: 59.942 Hz
geometry 1124 644 1124 644 32
timings 13481 298 148 57 44 80 5
bcast true
rgba 8/16,8/8,8/0,8/24
endmode
[root@localhost ~]#
# yaboot.conf generated by anaconda
boot=/dev/ps3da
init-message=Welcome to YDL!\nHit <TAB> for boot options
partition=1
timeout=80
install=/usr/lib/yaboot/yaboot
delay=5
enablecdboot
enableofboot
enablenetboot
nonvram
mntpoint=/boot/yaboot
usemount
image=/vmlinux-2.6.27-1.ydl61.4
label=linux
read-only
initrd=/initrd-2.6.27-1.ydl61.4.img
append="video=ps3fb:mode:131 rhgb quiet root=LABEL=/"
palmerillo escribió:hola ya tengo instalado yellowdog en mi ps3 y va bastante bien, pero tengo un problema, cuando salgo del sitema operativo para jugar a la ps3 no me funcionan los mandos de forma inhalambrica, tengo que conectarlos por cable y cambiarles el canal un par de veces, apagar la ps3, volver a encender y ya vuelven a funcionar. Aunque no siempre hay veces que tengo que repetirlo varias veces hasta que funcionan.
cuando pasa esto intento encender la consola desde el mando y claro no funciona, parpadean todos los led de los 4 canales del mando pero no se fija en ninguno.
ha alguien mas le pasa o sabe por que?, gracias.
otra cosa que me ha pasado es que se me quedo colgado linux y lo apague de botonazo y ahora al arrancar como root no me sale el menu superior donde se ven los programas o donde podia cambiar el sistema de inicio, alguien sabe como recuperarlo? gracias de nuevo
por cierto como puedo poner el teclado en español?
dantesparda escribió:con el ydl puedo poner un tdt usb y grabar la tv en el disco duro?
dantesparda escribió:el tdt es marca wintv,he leido por ahi de gente que ha conseguido hacerlo funcionar pero con mi nivel de linux--> 0 ,no creo que pueda conseguirlo,en fin..
dantesparda escribió:el tdt es marca wintv,he leido por ahi de gente que ha conseguido hacerlo funcionar pero con mi nivel de linux--> 0 ,no creo que pueda conseguirlo,en fin..
piollotorm escribió:Si hay drivers para linux en plataforma PPC, no veo por que no. Aunque dudo que algún dispositivo tenga drivers para PPC...
incomodo escribió:Una ayudita para ese wifi encriptado.
Me va bien el wifi si no lo encripto.
Claramente en el enlace pone que por el momento no funciona en wpa ni wpa2 en ydl 6.1, que estan trabajando en ello.
Asi que no me digan que funciona con wpa que no cuela.
http://us.fixstars.com/support/solution ... tion.shtml
incomodo escribió:Una ayudita para ese wifi encriptado.
Me va bien el wifi si no lo encripto.
Claramente en el enlace pone que por el momento no funciona en wpa ni wpa2 en ydl 6.1, que estan trabajando en ello.
Asi que no me digan que funciona con wpa que no cuela.
http://us.fixstars.com/support/solution ... tion.shtml
das130480 escribió:[...]me bajao el ydl 6.1 y se me instala bien todo [...]ahora en modo texto me pide login y pasworld, pero claro me dice carlos login: y que pongo yo aqui y despues pasworld que ese si me imagino que tiene que ser l pasworld que he puesto en la instalacion, pero el login o id no tengo ni idea a ver si alguien que sea pobre como yo que tengo tele de tubo me puede guiar. gracias por adelantado
das130480 escribió:[...] ahora a ver como me las ingenio pa instalar el msn, el emule y to la pesca porque de linux toy pegao, he leido que hay que actulizar unos repositorios y hay estan los programas alguien me puede decir si voy muy descaminado?.
PRiSMiWi escribió:[...]Y me pasó lo típico que se pregunta[...]