Random Homebrew: PSP Cloth
A realtime cloth demo

Using PS Vita with Linux?

News, rumors, anything you want to discuss about Sony's latest portable console

Re: Using PS Vita with Linux?

Postby Acid_Snake » Wed May 16, 2012 1:01 pm

Advertising
the monitor going out happens on many systems (happens on my laptop and desktop as well as other people I have installed it to)
ubuntu is just trying to autodetect monitor resolution but it will boot fine and catch the correct res before showing the desktop. I dont know about nvidia or ati but this seems to happen mostly on intel graphic cards.
"V2h5IGFyZSB5b3UgcmVhZGluZyBteSBzaWduYXR1cmU/\n".decode("base64")
My forum:
Console Heaven
My Homebrews:
pyMenu 0.3.2, multiBootMenu V3, PSvid 3.0, PSP Tools 0.2
User avatar
Acid_Snake
Moderator
 
Posts: 2131
Joined: Tue May 01, 2012 11:32 am
Location: Behind you!

Re: Using PS Vita with Linux?

Postby ricardo85x » Wed May 16, 2012 1:52 pm

Advertising
What wrong with mac?

There are more users using mac than linux

http://www.w3schools.com/browsers/browsers_os.asp

But yes I agree Sony should create a CMA for linux as well
User avatar
ricardo85x
 
Posts: 72
Joined: Wed Mar 28, 2012 4:59 pm

Re: Using PS Vita with Linux?

Postby ndh777 » Wed May 16, 2012 2:08 pm

Acid_Snake wrote:the monitor going out happens on many systems (happens on my laptop and desktop as well as other people I have installed it to)
ubuntu is just trying to autodetect monitor resolution but it will boot fine and catch the correct res before showing the desktop. I dont know about nvidia or ati but this seems to happen mostly on intel graphic cards.


Interesting. I had found that this was a common problem with some other people but no one seemed to have any solutions. The solutions that people did give had to do with typing in some codes and changing settings but I tried all of those methods and still nothing worked. I eventually just got rid of everything that had to do with Ubuntu because it was making it so I couldn't even log into Windows anymore because GRUB was starting to screw up.

On this current laptop, it's running AMD with a Radeon graphics card. That is probably where my problem lies. My last laptop also had AMD but I can't remember which graphics card it had...but on that one, it would start up into Ubuntu, get to the splash, the screen would go blank for a few seconds, then it would head into the normal Ubuntu interface.

ricardo85x wrote:What wrong with mac?

There are more users using mac than linux

http://www.w3schools.com/browsers/browsers_os.asp

But yes I agree Sony should create a CMA for linux as well


Oh no, I'm not saying that at all. I know there are probably more users using Mac over Linux, but they really should have made the software available for all 3 when the PS Vita came out. That was very dumb on Sony's part to release a product then release the other part later knowing that people are going to need it when the device launches. Nothing wrong with Mac, just wondering why it's taking so long for Linux and Linux seems like a system that is easier to create applications for than the other two. It's even more odd because a few non-Sony developers started working on an OpenCMA for Linux before we had a working and stable one for Windows.
Devices: Playstation Vita Wifi, Playstation 3 Slim 160GB [jailbroken], Xbox 360 Slim 320GB, Windows 7 PC with Virtual Ubuntu 13.04 64-bit, iPhone 32 GB
User avatar
ndh777
 
Posts: 88
Joined: Sun Apr 15, 2012 12:53 am
Location: Los Angeles, CA

Re: Using PS Vita with Linux?

Postby Acid_Snake » Wed May 16, 2012 7:31 pm

ATI/AMD support for Linux is very poor, unlike Intel which develops open source software for anyone to help. Can you give me your scecs? I dont mean amount of ram/cpu herts or anything like that, I mean model (i.e. intel atom n455, ati radeon 2500...)
"V2h5IGFyZSB5b3UgcmVhZGluZyBteSBzaWduYXR1cmU/\n".decode("base64")
My forum:
Console Heaven
My Homebrews:
pyMenu 0.3.2, multiBootMenu V3, PSvid 3.0, PSP Tools 0.2
User avatar
Acid_Snake
Moderator
 
Posts: 2131
Joined: Tue May 01, 2012 11:32 am
Location: Behind you!

Re: Using PS Vita with Linux?

Postby ndh777 » Thu May 17, 2012 5:05 am

Acid_Snake wrote:ATI/AMD support for Linux is very poor, unlike Intel which develops open source software for anyone to help. Can you give me your scecs? I dont mean amount of ram/cpu herts or anything like that, I mean model (i.e. intel atom n455, ati radeon 2500...)


Thank you!

AMD A6-3420M APU with Radeon(tm) HD Graphics 1.50 GHz

That's what it says word for word under System in Control Panel in the Processor area.
Devices: Playstation Vita Wifi, Playstation 3 Slim 160GB [jailbroken], Xbox 360 Slim 320GB, Windows 7 PC with Virtual Ubuntu 13.04 64-bit, iPhone 32 GB
User avatar
ndh777
 
Posts: 88
Joined: Sun Apr 15, 2012 12:53 am
Location: Los Angeles, CA

Re: Using PS Vita with Linux?

Postby Acid_Snake » Thu May 17, 2012 6:00 am

found something that might help. requires the alternate installer. I recommend you install ubuntu on a pendrive or usb hdd.

Enter recovery mode to have a workable command line.

Step 1: Edit /etc/apt/sources.list with a terminal-friendly editor:

sudo nano /etc/apt/sources.list

Step 2: Uncomment the lines that add "Partner" sources by removing the '#':

# deb http://archive.canonical.com/ubuntu oneiric partner
# deb-src http://archive.canonical.com/ubuntu oneiric partner

Step 3: Update your repositories:

sudo get-apt update

Step 4: Install the 3rd Party ATI/Radeon driver fglrx:

sudo apt-get install fglrx fglrx-amdcccle

Reboot and cross your fingers.
Source: http://askubuntu.com/questions/79416/bl ... phics-card
Last edited by Acid_Snake on Thu May 17, 2012 8:07 pm, edited 1 time in total.
"V2h5IGFyZSB5b3UgcmVhZGluZyBteSBzaWduYXR1cmU/\n".decode("base64")
My forum:
Console Heaven
My Homebrews:
pyMenu 0.3.2, multiBootMenu V3, PSvid 3.0, PSP Tools 0.2
User avatar
Acid_Snake
Moderator
 
Posts: 2131
Joined: Tue May 01, 2012 11:32 am
Location: Behind you!

Re: Using PS Vita with Linux?

Postby ndh777 » Thu May 17, 2012 1:57 pm

Acid_Snake wrote:found something that might help. requires the alternate install. I recommend you install ubuntu on a pendrive or usb hdd.

Enter recovery mode to have a workable command line.

Step 1: Edit /etc/apt/sources.list with a terminal-friendly editor:

sudo nano /etc/apt/sources.list

Step 2: Uncomment the lines that add "Partner" sources by removing the '#':

# deb http://archive.canonical.com/ubuntu oneiric partner
# deb-src http://archive.canonical.com/ubuntu oneiric partner

Step 3: Update your repositories:

sudo get-apt update

Step 4: Install the 3rd Party ATI/Radeon driver fglrx:

sudo apt-get install fglrx fglrx-amdcccle

Reboot and cross your fingers.
Source: http://askubuntu.com/questions/79416/bl ... phics-card


Wow, thanks! It sounds like it should work but who knows lol. I'll give it a try sometime in the upcoming weeks.
Devices: Playstation Vita Wifi, Playstation 3 Slim 160GB [jailbroken], Xbox 360 Slim 320GB, Windows 7 PC with Virtual Ubuntu 13.04 64-bit, iPhone 32 GB
User avatar
ndh777
 
Posts: 88
Joined: Sun Apr 15, 2012 12:53 am
Location: Los Angeles, CA

Re: Using PS Vita with Linux?

Postby m0skit0 » Thu May 17, 2012 6:35 pm

I don't know why you mention an "alternate install". From what you've explained, you don't need any alternate install.
I wanna lots of mov al,0xb
Image
"just not into this RA stuffz"
User avatar
m0skit0
Guru
 
Posts: 4800
Joined: Mon Sep 27, 2010 6:01 pm

Re: Using PS Vita with Linux?

Postby Acid_Snake » Thu May 17, 2012 8:05 pm

I actually meant alternate installer, graphical installer wont work because of his GPU, but since the alternate installer is text based it relies on the CPU
"V2h5IGFyZSB5b3UgcmVhZGluZyBteSBzaWduYXR1cmU/\n".decode("base64")
My forum:
Console Heaven
My Homebrews:
pyMenu 0.3.2, multiBootMenu V3, PSvid 3.0, PSP Tools 0.2
User avatar
Acid_Snake
Moderator
 
Posts: 2131
Joined: Tue May 01, 2012 11:32 am
Location: Behind you!

Previous

Return to General

Who is online

Users browsing this forum: No registered users and 1 guest

Friends

Coding 'n Cracking - Nymphaea - PS3 Forum - darkforestgroup - daxhordes.org - Tgames - coldbird - gopsp.it - pspstation.org - prometheus - hgoel.info - MakeSmartTV - ps vita