The above video goes away if you are a member and logged in, so log in now!



 
Would you like to get all the newest Gaming News from
QJ.NET in your email each day?




Want to learn more about the team who brings you the QJ news?

Read about them now!

 


Page 1 of 2 1 2 LastLast
Results 1 to 30 of 41

How to install Fedora Core 6 Linux for PS3

This is a discussion on How to install Fedora Core 6 Linux for PS3 within the PS3 Linux forums, part of the PS3 Main category; Fedora core 6 Linux on PS3 ######################### # Get the PS3 Linux Addon CD from here http://www.kernel.org/pub/linux/kern...le/geoff/cell/ Get the Fedora ...

  
  1. #1
    Points: 3,953, Level: 40
    Level completed: 2%, Points required for next Level: 197
    Overall activity: 0%

    Join Date
    Jan 2007
    Posts
    6
    QJ Pts
    3,953
    Level
    40
    Downloads
    0
    Uploads
    0

    Talking How to install Fedora Core 6 Linux for PS3

    Fedora core 6 Linux on PS3
    ######################### #

    Get the PS3 Linux Addon CD from here
    http://www.kernel.org/pub/linux/kern...le/geoff/cell/

    Get the Fedora Core 6 DVD from offical a mirrors

    Follow these instructions but use the FC6 DVD where the intructions reference FC5 DVD.
    And use the Addon CD from the site specified above
    http://ps3.qj.net/PS3-Linux-The-void...g/49/aid/73144

    Notes:
    - Install the minimun FC6 (about 5 minutes)
    - Leave the FC6 DVD on the drive during all this tutorial

    Network and ssh server
    ######################

    mount the /mnt/dcrom with the FC6 DVD in the driver after the installation is finished, and install dhclient
    and ssh server. This way you can loggin from another computer and copy paste the rest of the tutorial, on the comand line.

    # mount /mnt/cdrom
    # cd /mnt/cdrom/Fedora/RPMS
    # rpm -Uvh dhclient*
    # cd /
    # dhclient
    # yum install openssh-server

    Important
    #########

    Kernel used is the kernel in the PS3 Linux Addon CD. So be carefull and do not replace the kernel with the FC6 kernel.

    Display resolution:
    ###################

    ps3videomode - use this cmd line tool to adjust your video mode.

    and then change /etc/kboot.conf with the video mode you want to persist:

    edit line:
    linux='/boot/vmlinux-2.6.16 initrd=/boot/initrd.img video=ps3fb:mode:3'

    Install graphical mode and KDE Desktop enviroment
    ######################### ########################

    This will take some time but should do it, say yes to all questions:
    # yum groupinstall "KDE (K Desktop Environment)"
    # yum install pirut k3b mikmod
    # yum groupinstall "Server Configuration Tools"
    # yum groupinstall "Sound and Video"
    # yum groupinstall "GNOME Desktop Environment"
    # yum groupinstall "Legacy Software Support"
    # yum groupinstall "Development Libraries"
    # yum groupinstall "Development Tools"
    # yum groupinstall "Windows File Server"
    # yum groupinstall "System Tools"
    # yum groupinstall "X Window System"
    # yum install switchdesk lslk logwatch dump lftp bind-utils sendmail nss_ldap device-mapper-multipath ypbind yp-tools
    # yum install parted.ppc64 rdist.ppc man-pages.noarch talk.ppc pam_ccreds.ppc nc.ppc traceroute.ppc unix2dos.ppc setarch.ppc pam_passwdqc.ppc words.noarch cpuspeed.ppc netdump.ppc crontabs.noarch fbset.ppc acl.ppc dosfstools.ppc usbutils.ppc redhat-lsb.ppc rsync.ppc mgetty.ppc time.ppc man.ppc pam_passwdqc.ppc64 pam_smb.ppc wget.ppc
    # yum install diskdumputils.ppc ftp.ppc pinfo.ppc ksh.ppc jwhois.ppc psacct.ppc ipsec-tools.ppc dhcpv6_client.ppc lsof.ppc readahead.ppc pcmciautils.ppc sudo.ppc yum-updatesd.noarch pam_smb.ppc64 cyrus-sasl-plain.ppc sysreport.noarch pam_pkcs11.ppc64 rdate.ppc finger.ppc anacron.ppc nano.ppc pam_ccreds.ppc64 parted.ppc attr.ppc tcsh.ppc specspo.noarch stunnel.ppc mlocate.ppc tcpdump.ppc dos2unix.ppc rsh.ppc irda-utils.ppc numactl.ppc tree.ppc
    # yum install pam_pkcs11.ppc tmpwatch.ppc gnupg.ppc vconfig.ppc iptstate.ppc pax.ppc mtr.ppc nss_db.ppc rp-pppoe.ppc krb5-workstation.ppc pam_krb5.ppc64 mdadm.ppc quota.ppc pam_krb5.ppc symlinks.ppc smartmontools.ppc tcp_wrappers.ppc64 mtools.ppc setuptool.ppc telnet.ppc rng-utils.ppc irqbalance.ppc
    # yum groupinstall "Office/Productivity"

    Add your user to the system
    ######################### ##

    replace loginname with your username

    # adduser loginname -g users
    # echo 'loginname ALL=(ALL) ALL' >> /etc/sudoers
    # passwd loginname


    Graphical Mode on startup:
    ######################### #
    change the device section of /etc/X11/xorg.conf file to:
    Section "Device"
    Identifier "Videocard0"
    Driver "fbdev"

    Option "ShadowFB" "false"
    # Option "UseFBDev" "true"
    EndSection

    change /etc/inittab file to mode 5

    edit line:
    id:5:initdefault:

    Testing Graphic Mode
    ####################

    Reboot the PS3 and validate that you can login with your user ID.

    Persist Network settings
    ########################

    Login as a normal user. Goto System->Administration->Network
    Add a new device and setup the network to dhcp.
    Select activate. (this will persist your network settings)

    Languages
    #########
    Goto the Add/Remove Software to add support for more languages

    Getting all the extras missing in FC base
    ######################### ################

    as root on the command line type
    # rpm --import /etc/pki/rpm-gpg/*
    # rpm -ivh http://rpm.livna.org/livna-release-6.rpm
    # rpm --import http://rpm.livna.org/RPM-LIVNA-GPG-KEY


    Final Notes
    ###########

    There is probably some stuff missing. Send me comments on gtalk or PS3.
    I have the PS3 running fine with FC6 no issues for now.
    I use KDE but GNOME should also be working fine.

    Contact Info
    ########################
    Luis Alves

    ps3: boi
    gtalk: lafaspot

    Add me to your PS3 friends list.
    I have RESISTANCE/RR7/ULTIMATE ALLIANCE

    Version
    #######

    v1.0 - 05 Jan 2007 - Initial Document

  2. #2
    Points: 4,488, Level: 42
    Level completed: 69%, Points required for next Level: 62
    Overall activity: 0%

    Join Date
    Oct 2005
    Posts
    26
    QJ Pts
    4,488
    Level
    42
    Downloads
    0
    Uploads
    0

    Default

    WOW NICE, this surely was needed. Now they need to sticky this, i sure will try this now, since right now my ****ed up install of fc6 has been sitting unused on my ps3 for about a month now unused. I will try re-formatting and using your directions. But i got one question before i do so. I got the full install you know its all gravy, but when i startx, the GUI is ****ed up, i do the ps3videomode command, and no luck. Have u experienced this, and know the fix. Noone is yet to mention a fix on this here on the qj forums.... So just wondering if u experienced this problem and know da fix

    Thanks a bunch

    -tony

  3. #3
    QJ Gamer Gold
    Points: 13,970, Level: 76
    Level completed: 80%, Points required for next Level: 80
    Overall activity: 22.0%

    Join Date
    Sep 2005
    Location
    meh
    Posts
    2,799
    QJ Pts
    13,970
    Level
    76
    Downloads
    0
    Uploads
    0

    Default

    Stickied until further notice. Thanks for the guide! :)

  4. #4
    Points: 3,953, Level: 40
    Level completed: 2%, Points required for next Level: 197
    Overall activity: 0%

    Join Date
    Jan 2007
    Posts
    6
    QJ Pts
    3,953
    Level
    40
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by tonyfl
    But i got one question before i do so. I got the full install you know its all gravy, but when i startx, the GUI is ****ed up, i do the ps3videomode command, and no luck. Have u experienced this, and know the fix. Noone is yet to mention a fix on this here on the qj forums.... So just wondering if u experienced this problem and know da fix
    -tony
    I had the same problem with the X. You need the edit the xorg.conf as described in my first post. If you do not perform this change the graphical mode starts corrupted and you cannot see the screen, but you can kill X with ctrl+alt+backspace, to get back to text mode. :)

    Graphical Mode on startup:
    ######################### #
    change the device section of /etc/X11/xorg.conf file to:
    Section "Device"
    Identifier "Videocard0"
    Driver "fbdev"

    Option "ShadowFB" "false"
    # Option "UseFBDev" "true"
    EndSection

  5. #5
    Points: 4,488, Level: 42
    Level completed: 69%, Points required for next Level: 62
    Overall activity: 0%

    Join Date
    Oct 2005
    Posts
    26
    QJ Pts
    4,488
    Level
    42
    Downloads
    0
    Uploads
    0

    Default

    ok how do i edit the file again lol... im new at all this, in in the X11 dir right now, trying to figure out how to edit the dam file in text mode :-/


    Edit

    ok i figured it out, i used nano from the text window

    then i added the lines of code... lets see if it works now im rebooting the ps3 :)
    Last edited by tonyfl; 01-06-2007 at 12:08 PM.

  6. #6
    Points: 3,953, Level: 40
    Level completed: 2%, Points required for next Level: 197
    Overall activity: 0%

    Join Date
    Jan 2007
    Posts
    6
    QJ Pts
    3,953
    Level
    40
    Downloads
    0
    Uploads
    0

    Default

    you can use vi:
    vi /etc/X11/xorg.conf

    use the cursor keys to go to the place on the file you wanna edit.
    press i to go to edit mode
    press ESC to exit edit mode
    after you are done ESC to exit edit mode, type "wq" follow by ENTER
    this will write the file and quit vi,

    basic vi commands:
    i - edit mode
    d - delete a line
    x - delete a character
    w - write the file
    q - quit
    ESC - back command mode
    q! - exit without saving

  7. #7
    Points: 4,488, Level: 42
    Level completed: 69%, Points required for next Level: 62
    Overall activity: 0%

    Join Date
    Oct 2005
    Posts
    26
    QJ Pts
    4,488
    Level
    42
    Downloads
    0
    Uploads
    0

    Default

    woo hoo im up and running, and im so happy, thansk alot man!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!! !!

  8. #8
    Proud PS3 60gb Owner
    Points: 5,505, Level: 47
    Level completed: 78%, Points required for next Level: 45
    Overall activity: 0%

    Join Date
    Aug 2005
    Location
    Montreal, Quebec, Canada
    Posts
    138
    QJ Pts
    5,505
    Level
    47
    Downloads
    0
    Uploads
    0

    Default

    Great guide, thank you. I'll make sure to follow this and test it tonight !
    [IMG]http://i116.photobucket.com/albums/o2/ikarius021/myuserbar.jpg[/IMG]

    PSP v3.02 OE-B - 256mb Memory Stick
    Playstation 3 - 60GB Edition - Gentoo Linux
    NDS Lite Onyx Black - SuperCard Mini SD - 512mb miniSD

    [B]PSN ID: ikarius024 (feel free to add me)[/B]

  9. #9
    Points: 3,515, Level: 37
    Level completed: 10%, Points required for next Level: 135
    Overall activity: 0%

    Join Date
    Jan 2007
    Posts
    14
    QJ Pts
    3,515
    Level
    37
    Downloads
    0
    Uploads
    0

    Default

    Thanks, I was about to do FC5 but it's seems FC6 is the latest.

    Do you how to release linux partition for PS3 again? also any possibility to install more than 1 linux in PS3?

  10. #10
    QJ Gamer Gold
    Points: 13,970, Level: 76
    Level completed: 80%, Points required for next Level: 80
    Overall activity: 22.0%

    Join Date
    Sep 2005
    Location
    meh
    Posts
    2,799
    QJ Pts
    13,970
    Level
    76
    Downloads
    0
    Uploads
    0

    Default

    Only 1 linux distro can be installed at a time.

  11. #11
    Points: 4,011, Level: 40
    Level completed: 31%, Points required for next Level: 139
    Overall activity: 0%

    Join Date
    Sep 2006
    Posts
    46
    QJ Pts
    4,011
    Level
    40
    Downloads
    0
    Uploads
    0

    Default

    Can I make a Fedora 6 DVD iso from 6CD ???

  12. #12
    QJ Gamer Gold
    Points: 13,970, Level: 76
    Level completed: 80%, Points required for next Level: 80
    Overall activity: 22.0%

    Join Date
    Sep 2005
    Location
    meh
    Posts
    2,799
    QJ Pts
    13,970
    Level
    76
    Downloads
    0
    Uploads
    0

    Default

    No.....

  13. #13
    Points: 4,301, Level: 41
    Level completed: 76%, Points required for next Level: 49
    Overall activity: 0%

    Join Date
    Dec 2005
    Posts
    12
    QJ Pts
    4,301
    Level
    41
    Downloads
    0
    Uploads
    0

    Default

    I'm ready to install my PS3 with a linux. I used to be a hardcore linuxer a couple years ago when linux was at kernel 1.6-2.4.x.

    Can you advise me on the following:

    1) My 60GB PS3, out of the box, showing free space of 47 GB from 55 GB available. do you know what was the 8GB used?

    2) What is recommended space for linux partition and how much default/full install of FC6 / YDL will take before any other 3rd party software?

    3) Will backup utility works in backuping my game saves, video trailers and game demos downloaded from PS store?

    4) Any comparison or drawback of using FC6 compared to YDL? If this is a normal PC, I would go ahead with FC6. Since this is a propetiary hardware, please advise.

    Thanks in advance.

  14. #14
    Points: 3,953, Level: 40
    Level completed: 2%, Points required for next Level: 197
    Overall activity: 0%

    Join Date
    Jan 2007
    Posts
    6
    QJ Pts
    3,953
    Level
    40
    Downloads
    0
    Uploads
    0

    Default

    1) My 60GB PS3, out of the box, showing free space of 47 GB from 55 GB available. do you know what was the 8GB used?

    PS3 OS saves stuff on the HD, no idea what is is but they need some HD space.

    2) What is recommended space for linux partition and how much default/full install of FC6 / YDL will take before any other 3rd party software?

    I have a 10Gb partition, for FC6 on a 20GB disk.

    3) Will backup utility works in backuping my game saves, video trailers and game demos downloaded from PS store?

    Yes, if you have space to backup to a external device.

    4) Any comparison or drawback of using FC6 compared to YDL? If this is a normal PC, I would go ahead with FC6. Since this is a propetiary hardware, please advise.

    FC6 is gnome, YDL is E17 based both work the same way from a linux advanced user prespective.

  15. #15
    Points: 4,083, Level: 40
    Level completed: 67%, Points required for next Level: 67
    Overall activity: 0%

    Join Date
    Mar 2006
    Posts
    2
    QJ Pts
    4,083
    Level
    40
    Downloads
    0
    Uploads
    0

    Default

    I know this thread is getting a bit out dated, but I have a question, when doing this, are you using 32bit or 64bit fedora distros, or is there a seperate one for PPC that I keep missing?
    -= Double Post =-
    nvm, sorry, I found it lol
    Last edited by desilv01; 02-15-2007 at 08:36 AM. Reason: Automerged Doublepost

  16. #16
    Points: 4,011, Level: 40
    Level completed: 31%, Points required for next Level: 139
    Overall activity: 0%

    Join Date
    Sep 2006
    Posts
    46
    QJ Pts
    4,011
    Level
    40
    Downloads
    0
    Uploads
    0

    Default

    hi
    when I try to install FC6 it say kboot not found
    Can u help me ??

  17. #17
    Points: 3,396, Level: 36
    Level completed: 31%, Points required for next Level: 104
    Overall activity: 0%

    Join Date
    Feb 2007
    Posts
    1
    QJ Pts
    3,396
    Level
    36
    Downloads
    0
    Uploads
    0

    Default

    After I enter "reboot", the screen goes complete dark. My Ps3 is connected to my TV with HDMI. What should I do?
    -= Double Post =-
    After I enter reboot, the screen goes complete dark and stays dark. The ps3 is connected to tv using HDMI. Can anyone help?
    Last edited by konabaka; 02-19-2007 at 06:31 AM. Reason: Automerged Doublepost

  18. #18
    Points: 4,011, Level: 40
    Level completed: 31%, Points required for next Level: 139
    Overall activity: 0%

    Join Date
    Sep 2006
    Posts
    46
    QJ Pts
    4,011
    Level
    40
    Downloads
    0
    Uploads
    0

    Default

    anyone help me ??

  19. #19
    Points: 3,379, Level: 36
    Level completed: 20%, Points required for next Level: 121
    Overall activity: 0%

    Join Date
    Feb 2007
    Posts
    1
    QJ Pts
    3,379
    Level
    36
    Downloads
    0
    Uploads
    0

    Default Moving on to CellSDK2.0 after fedora 6 install on ps3

    This was on wonderful post to do an "almost" minimal install of fc6 on ps3. My objective was also to get CellSDK2.0 running. Here is what you need to add to the installation to make it work:

    yum install netpbm netpbm-devel tk-8.4.*
    yum install --enablerepo=extras freeglut freeglut-devel mesa-libGLU-devel mesa-libGL-devel libX11-devel libXmu-devel libXext-devel

    Running ./cellsdk install may have a lot of issues. Copy the /mnt/cellsdk/software to another location and edit cellsdk script to disable kernel install on line 147 as follows:
    KERNEL_INSTALLED=1

    This prevents the script from bailing out while trying to install the cell kernel.
    Now you can use:
    ./cellsdk install --nosim --nokernel
    ./cellsdk build

    Have fun!

  20. #20
    QJ Gamer Blue
    Points: 4,666, Level: 43
    Level completed: 58%, Points required for next Level: 84
    Overall activity: 0%

    Join Date
    Feb 2007
    Location
    England
    Posts
    211
    QJ Pts
    4,666
    Level
    43
    Downloads
    0
    Uploads
    0

    Default

    How come installing fedora core 5 looks much easier to install than this.

  21. #21
    Points: 3,344, Level: 35
    Level completed: 96%, Points required for next Level: 6
    Overall activity: 0%

    Join Date
    Mar 2007
    Posts
    1
    QJ Pts
    3,344
    Level
    35
    Downloads
    0
    Uploads
    0

    Default

    which fc6 mirror am i supposed to download the ppc one? b/c thats the only thing i see that will work on the ps3 b/c i know its based on the ppc archeticture

  22. #22
    QJ Gamer Green
    Points: 9,770, Level: 66
    Level completed: 30%, Points required for next Level: 280
    Overall activity: 0%

    Join Date
    Dec 2006
    Location
    United Kingdom
    Posts
    1,659
    QJ Pts
    9,770
    Level
    66
    Downloads
    0
    Uploads
    0

    Default

    Got it working

    but all i have is a clock and the commands window O_O
    Last edited by FranzH; 03-28-2007 at 03:33 PM. Reason: Automerged Doublepost
    [CENTER][IMG]http://img232.imageshack.us/img232/7619/gggggggzq2.png[/IMG][/CENTER][CENTER][B]PSP[/B]: Black (JP) 1.50 + White (UK) 1.50 | [B]PSN[/B]: FranzH - Feel free to add [/CENTER]
    [CENTER][SIZE=1]Currently Playing:[B] PC[/B]: WoW + GHIII | [B]PS3[250GB][/B]: TimeCrisis 4 + MGO Beta + COD4 [/SIZE][/CENTER]

  23. #23
    Points: 3,539, Level: 37
    Level completed: 26%, Points required for next Level: 111
    Overall activity: 0%

    Join Date
    Dec 2006
    Posts
    2
    QJ Pts
    3,539
    Level
    37
    Downloads
    0
    Uploads
    0

    Default

    nice guide.

  24. #24
    Points: 3,294, Level: 35
    Level completed: 63%, Points required for next Level: 56
    Overall activity: 0%

    Join Date
    Apr 2007
    Posts
    1
    QJ Pts
    3,294
    Level
    35
    Downloads
    0
    Uploads
    0

    Default

    Hi Lafa

    Ive been trying to follow your guide for the last 4 days and have hit rock bottom. Ive followed your install guide 4 times word for word along with 3 full installs. All have been unsuccessfull.

    With your guide - ive only managed to get to the the open where you tell us to install the mount the cdrom. I can do that fine but none of the other commands work - ie when i try and cd /mnt/cdrom/Fedora/RPMS the file cant be found. I've tried to skip onto the graphic mode bit but it wont find /etc/kboot.conf.......

    When i tried following the full install guide i found at eurogamer the gui is constantly corrupt - I tried what you suggested with the

    change the device section of /etc/X11/xorg.conf file to:
    Section "Device"
    Identifier "Videocard0"
    Driver "fbdev"

    Option "ShadowFB" "false"
    # Option "UseFBDev" "true"
    EndSection

    once i tried to load the gui at anything about 480I the screen was corrupted.

    Please help if you can - thinking about giving up and just not bothering!

    many thanks in advance.

  25. #25
    QJ Gamer Green
    Points: 4,545, Level: 42
    Level completed: 98%, Points required for next Level: 5
    Overall activity: 0%

    Join Date
    Feb 2007
    Location
    louisiana
    Posts
    354
    QJ Pts
    4,545
    Level
    42
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by bigjimmi
    Hi Lafa

    Ive been trying to follow your guide for the last 4 days and have hit rock bottom. Ive followed your install guide 4 times word for word along with 3 full installs. All have been unsuccessfull.

    With your guide - ive only managed to get to the the open where you tell us to install the mount the cdrom. I can do that fine but none of the other commands work - ie when i try and cd /mnt/cdrom/Fedora/RPMS the file cant be found. I've tried to skip onto the graphic mode bit but it wont find /etc/kboot.conf.......

    When i tried following the full install guide i found at eurogamer the gui is constantly corrupt - I tried what you suggested with the

    change the device section of /etc/X11/xorg.conf file to:
    Section "Device"
    Identifier "Videocard0"
    Driver "fbdev"

    Option "ShadowFB" "false"
    # Option "UseFBDev" "true"
    EndSection

    once i tried to load the gui at anything about 480I the screen was corrupted.

    Please help if you can - thinking about giving up and just not bothering!

    many thanks in advance.
    Did you check that your cd burns are good?
    "How can you suck at google??Thats like being bad at sleeping!!!"

  26. #26
    Points: 3,307, Level: 35
    Level completed: 72%, Points required for next Level: 43
    Overall activity: 0%

    Join Date
    Apr 2007
    Posts
    3
    QJ Pts
    3,307
    Level
    35
    Downloads
    0
    Uploads
    0

    Default Oi what's with the video problems

    I have been toiling for sometime just trying to get mplayer working. I got it installed (no gui but whatever), but now I can't get it to run on in 1080p mode. Bah it's just goes into a scrunched up mess at the top of the tv... I have tried to edit the xorg.conf file a little but it's not really doing anything. It's wierd because I was cool as a cucumber with FC5 in 1080p. This is half the fun tho, trying to drive yourself nuts doing the impossible.
    BTW anyone else having this problem (not going nuts, but with the half screen at the top of the tv)?

  27. #27
    Points: 3,280, Level: 35
    Level completed: 54%, Points required for next Level: 70
    Overall activity: 0%

    Join Date
    Apr 2007
    Posts
    1
    QJ Pts
    3,280
    Level
    35
    Downloads
    0
    Uploads
    0

    Default When to use the addon CD?

    Quote Originally Posted by lafa
    And use the Addon CD from the site specified above
    http://ps3.qj.net/PS3-Linux-The-void...g/49/aid/73144
    I didn't see anywhere where you made use of the add-on CD. But I did see a warning not to replace the Kernel with that of FC6. Please explain.

    Thank you,

    Justin

  28. #28
    Points: 3,540, Level: 37
    Level completed: 27%, Points required for next Level: 110
    Overall activity: 0%

    Join Date
    Dec 2006
    Posts
    1
    QJ Pts
    3,540
    Level
    37
    Downloads
    0
    Uploads
    0

    Default

    the resolution for my screen is all messed up and unreadable because I didn't set the thing to ps3 mode. I set the inittab to id:5:initdefault and now everytime I do ctrl+alt+backspace, it automatically boots the graphic login screen (still messed up looking). I want to edit the thing back to id:3:initdefault, but I don't know how since it keeps booting up the login screen. Anyone know a way around this?

  29. #29
    Points: 3,272, Level: 35
    Level completed: 48%, Points required for next Level: 78
    Overall activity: 0%

    Join Date
    Apr 2007
    Posts
    3
    QJ Pts
    3,272
    Level
    35
    Downloads
    0
    Uploads
    0

    Default resolution messed up

    I wonder if RandonXXX's problem has been solved since I have the same problem. I did FC6 full installation.
    My screen is not readable and I can not get into text mode . I set the inittab to id:5:initdefault
    When I do ctrl+alt+backspace, after a second it goes back to GUI.
    I tried many resolutions but no success .
    I also changed change the device section of /etc/X11/xorg.conf file to:
    Section "Device"
    Identifier "Videocard0"
    Driver "fbdev"

    Option "ShadowFB" "false"
    # Option "UseFBDev" "true"
    EndSection

    AND

    kboot.conf
    linux='/boot/vmlinux-2.6.16 initrd=/boot/initrd.img video=ps3fb:mode:11'

    But now I cannot go back to text mode and change kboot.conf

    I tried to reach /etc/X11/xorg.conf from kboot but there is no visible X11 directory.

    Please help!!!

  30. #30
    fer
    fer is offline
    Points: 3,610, Level: 37
    Level completed: 74%, Points required for next Level: 40
    Overall activity: 0%

    Join Date
    Dec 2006
    Location
    Canada
    Posts
    17
    QJ Pts
    3,610
    Level
    37
    Downloads
    0
    Uploads
    0

    Default

    trj_3:

    Can't help you regarding your probs (I installed FC6 back in December without using a FAQ), but for you to be able to troubleshoot:
    1) always have SSH available to get a terminal window when things go bad like you describe. This was mentioned in lafa's original post.
    2) Instead of running at init level 5, try 3 until you are stable (just use "startx" to start an X session so that ctrl-alt-backspace will truly kill it and get back to console)
    3) as with 2), consider running in a lower resolution mode at boot, and manually switch modes with ps3videomode before running X

    Hope this helps, wish I could help more but I'm only running at 1080i on a 1st-gen HDTV.


 
Page 1 of 2 1 2 LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Popular Tags

> 150 200 201 260 271 280 302 303 310 340 352 360 371 380 390 500 access analog app apple back background backgrounds banned battery beta big black boot brick bricked broken browser button buy buying card cfw change changing cheat check code coming computer connection contest controller convert converter cool corrupted custom cwcheat data dead demo dev devhook device dgen discussion doom downgrade downgrader downgrading download drive duo dvd easy eboot eloader emu emulation emulator emulators error exploit fantasy favorite file files final find firmware fix flash flash0 flashing folder font format forum forums found free full game gameboot games gba good gpsp gta guide guys hack halo hard hey home homebrew icon icons idea info install installer installing internet iphone ipod irshell iso issue issues kernel laptop lcs link linux list lite live load loader loading lol lua m33 mac made make making manager mario media memory menu metal mod mode mods movie movies mp3 mph multiplayer music n64 needed neo network news nintendo noob oea oeb oec official omg online open original pack pandora people play player playing playstation plugin plz pmp points poll port portable portal post premium pro problem problems program project prx ps1 ps2 ps3 psn psp psx put quake question questions quick radio read real recovery release released remote request review rin rom roms rpg rss run running sale save screen seb shell sig site slim snes snes9x socom software sony sound source speed start stick store stuck stuff super support system ta082 team test text theme themes thing thread tiff time trouble tutorial ultimate umd update updated updates updating upgrade upgrading usb user v10 version video videos vista wallpaper war wars web weird white wifi wii windows wip wipeout wireless w or work working works world worth wow wrong wtf xbox xmb

Popular Searches

tips tricks | kimmy | ser | fat bill | animayhem v2 | sega emu | god of war chains of olimpus | bowling move add | dc universe online | ten | kazama | ps2 addon | psp terraria | mcafee | psp timer | umdumper | ufc undisputed | battery saver | mortal kombat mods | gamecube usb loader | battery replace | psp arcardes greatest hits | takahashi | psp 3000 downgraders | lynx | psp voip | cwcheats for mac | m33 620 plugin 2010 | pokemon on wii | fst | psp memory boost | mw3 wii | ixtreme lt | khmer hot couple | gta lcs cheat device | psp little big planet 2 | peldet | soft card | dead spaceexractin | the bible | tetris homebrew | crazy yes | emulators | java games | ubunto on psp | wiimotes | tweak display | breath of fire 4 | player mt | tn hen b | iso to pbp | ps3 anonymous | ar ds | naruto in pc | lokie s sas kkis | pokemon stadium | xzibit pandora menu | teamfortress 2 | cra | custom firmware pro b6 | tea of sagittarius b | wifu | unlock softwear | soul ignition | sk rim free download | snes9x fw3x | gamer gets tracked | grand theft auto fre | psp grader8 | wipe out | ps4 | guinness world | duken nukem 3d | psp root key | nba 2011 | psp mame 4 all | sense | ipsp link | war psp | japan foto bugil | glovepie scripts | naruto for iphone | dragon quest | ps jailbreak | usb cam | free pspgo gme | psp update 637 | super smash psp | march iso plugin | wii update | ps3 black ops | crysis core | cfw permanent | zombie tycoon | iso 58 | kmaew | windows media playe | s9xtyl slim | jikandia | se plugins | xbox 360 portal | black ops game save | prototype ps3 game save | web browser psp | r513 | r4 ds | download mario bross | pokemon batlle | daedalux | memory creator | xhamster | ginerbread | limbo | boem boem | school shooter | virtual jaguar | sdlite | nintendo screen hack | fceu | vietnam | roms for gab emulator | dwi | lockdown v 3 | psp homebrew player | nintendo ds hacks | dragons | psx gameid changer | wireless psp | changelog v4 | facebook psp 1000 | driver 76 | neogeo fat | fifa 12 s | savedata decrypt ps3 | playstation 3 sku | totalnewbie | psp wifi snift | sacred 2 | quake 2 for psp | play psp using pc mo | flatout | os x | fall out psp | ps3 sixas drivers | elder scrolls 5 | hackmii 2012 | takeshi kaneshiro | hombrew enable | bioshock 2 | 3ds release date | iso to eboot pbp | regeonfrii | xode | split second | tv app | ultra pondora | psp port | final fantasy theme | ps3 manapkg download | gundam pc | killzone 3 reophy list | get ipsp | street soccer | neo geo emulador | racoon city | master system 2 | pre made magic memory stick | psp game cube | ctf theme pack | smash angel | iitunes | mame32 for ps3 | largest capacity harddrive | wintend os | ps3 nand |



All times are GMT -8. The time now is 09:47 PM.

Use of this Web site constitutes acceptance of the TERMS & CONDITIONS and PRIVACY POLICY
Copyright © 2012, Caputo Media, LLC. All Rights Reserved. Cluster C5.
Contact Us | Free Flash Games | Ad Blockers Suck! Why?