habe schon mit kmeaw geschrieben und er hat mir auch einiges erklärt bla, soweit sogut.
also linux läuft jetz. internet hingekriegt. und joa.. nur die auflösung ist scheiße!!-.- irgendwas mit 576*384. kann sogut wie kein buchstaben erkennen. ich habe schon hingekriegt per ps3videomode -v "x" die auflösung zu ändern. die beste die ich kriegen konnte war 768x400. dort konnte ich jeden buchstaben erkennen ! nur war halt alles so riesig. außerdem nur 30Hz wodurch das bild so ganze zeit flackert.
naja ich schick euch mal das was er mir geschrieben hat. vielleicht kann mir da jemand etwas helfen (bitte nur die sich wirklich mit linux auskennen, weil ich kenne mich <null> aus!) danke schonmal
Frage von mir:
hey there evrything worked fine for me, except that im stucked on 576*384 resolution, im not able to change it. do me a favor and read number 3 on this site,please!
what does it mean, how can i fix it?... can i even fix it by myself :S?
greetz
Antwort:
The problem is that the command line is hardcoded inside the bootloader (if you are not using network boot mode). Install ps3-utils (apt-get install ps3-utils). It includes a utility to change the video mode: ps3videomode. Switch to a text console (ctrl-alt-f1), log in as root, stop gdm (service gdm stop) and switch to the video mode of your choice. If you like it, then add a call to "ps3videomode" utility somewhere to /etc/init.d/gdm.
da ich ein linux noob bin verständlich das ich da nicht alles gecheckt habe
Frage von mir:
first of all thanks!
ok.. i understand most of ur 1337 language ;D.
whats ps3-utils and what u mean by (apt-get install ps3-utils)? how can i get it?
whats ps3videomode?
how can i log in as root? (ps3s3?) whats gdm? should i just type "service gdm stop" in the text console? how can i add a "call" to "ps3videomode" util. ?
im a noop with linux if you can afford the time to answer my questions in simple english, i would be happy
Antwort:
To log in as root, go to the text console (press ctrl-alt-f1) and you will see "login:" prompt. Type "root", the password is "ps3". It will give you superuser privileges.
"apt-get" command is used in debian-based distros to install software from APT repositories (usually from the Internet). To use it, you will need a working internet connection. To bring it up, do the following:
It will bring up eth1 netowrk interface. Then you will be able to use apt-get (but run "apt-get update" first to make sure you have latest package information).
GDM is GNOME display manager, a program that manages X11 displays and allows you to log in using a graphical frontend and then launches the desktop environment (lxde in this case). Command "service gdm stop" stops GDM, which causes X11 server to shut down.
ps3videomode is a utility from ps3-utils package, which allows you to change video mode. Run the command "ps3videomode" too see the list of available video modes (and their numbers). You can switch video modes using "ps3videomode -v 4", where "4" should be replaced with a video mode number.
As you find a video mode that works fine for you, run a text editor (I would suggest "nano" if you don't know, how to use "vi") and open /etc/init.d/gdm file - it is a s*****, which starts GDM (type "nano /etc/init.d/gdm"). You will see a start() { ... } function, which is executed when GDM service is started. Find an opening brace ('{') and add an empty line after it. Type "ps3videomode -v 4" on that line to make the s***** call "ps3videomode" utility to set up the mode.
soo jetz habe auch ich alles verstanden. bis auf paar kleinigkeiten^^.
Frage von mir.
'sup!
i did evrything u told me now , and it worked after 2-3h ^^ thanks for that. another 2 small questions.
1.i just found 3 videomodes that worked nice for me ( v.1, v6 and v129) but at evry single one my screen is not clear...! its flickering like hell^^... its way better but its annoying and im getting headache any idea here ?
2.how can i go from root shell (ctrl+alt+f1) to my gdm again?
Antwort:
1. modes 1 and 6 are interlaced, that's why they are flickering; see this table: [ Link nur für registrierte Mitglieder sichtbar. Bitte einloggen oder neu registrieren ] Modes
2. try alt-f7 and alt-f8; also note that you would need to restart gdm after switching the mode - Xorg don't support switching ps3 video modes on the fly
Frage von mir:
well thx so far. im tired now and im going to sleep. but...
1. why is 129 flickering then? :S
(but np not that bad)..
2.kk i know that now. now i was stuck on root shell and i dont know how i can go out of it i tried esc,alt+f4( ), i pressed everey single key. dont work. and by the way is it normal that in shell my keyboard right and down key doesnt work ?
3. is it possible to make german keyboard layout?
good night!
Antwort:
1. 129 is still 480 lines interlaced mode (just with "full screen" flag enabled).
2. All keys should work.
3. setxkbmap de
so ihr linux pros help
Lg
__________________
"A man once said to Jack: "You can't play the piano, you're blind!" Jack just replied, "I don't see your point."