PSP3D Left Header
PSP3D Header Right
PSP3D Logo CraveOnline Logo
Help the PSP 3D community grow!
Vote for us below:


Vote on the PSP Top 200
PSP Top 200 - Games, Videos, Wallpapers, Files, Hacks, Homebrew

Getting Started/Help/Tutorials - Just bought your PSP and need some basic help using it or loading homebrew?

Welcome to PSP3D.com - Sony PlayStation Portable News, Homebrew, Hacks, Reviews, Videos, Mods, Forums!

You are currently viewing our website as a guest, which gives you limited access to reply and interact to discussions and other members. By joining our free community, you will be able to post topics in the forums, communicate privately with other members, vote in polls, and access many other special features.

Registration is fast, simple, and absolutely free so join our community today!

Go Back PSP3D.com - Sony PlayStation Portable News, Homebrew, Hacks, Reviews, Videos, Mods, Forums > PSP Forums > Getting Started/Help/Tutorials
Tags: theaceoffire


Reply
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 05-14-2007, 01:44 AM
theaceoffire's Avatar
theaceoffire theaceoffire is offline
Senior Member
My Mood:
 
Join Date: Oct 2006
Location: Here.
Posts: 358
Points: 11.64
Donate
Send a message via AIM to theaceoffire Send a message via MSN to theaceoffire Send a message via Yahoo to theaceoffire
OK, I got it going!

First, I changed in my bios the setting so that it booted from onboard rather than my pci video card ( which of course is radeon).

This let me install ubuntu, as well as get stuff started.

First thing first, type the following in to a terminal (Applications, Accessories, Terminal):
Code:
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_bak
If ANYTHING goes wrong, you now have a backup, which you can restore by typing :
Code:
sudo cp /etc/X11/xorg.conf_bak /etc/X11/xorg.conf
After upgrading the original basics, I ran
Code:
lspci | grep ATI
This game me this out put:
02:03.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200 PRO] (rev 01)
02:03.1 Display controller: ATI Technologies Inc RV280 [Radeon 9200 PRO] (Secondary) (rev 01)

Now, the /etc/X11/xorg.conf file only needs to know about the VGA compatible controller, and the name of mine is "ATI Technologies Inc RV280", and it can be found at PCI:2:3:0 (See above?)

So I just need to edit my xorg.conf file, and make it see my video card.

Open this with GEdit.
Code:
sudo gedit /etc/X11/xorg.conf
I went down to where it said :
Quote:
Section "Device"
Identifier "Intel Corporation 82915G/GV/910GL Integrated Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
EndSection
And put a "#" in front of each line to comment it out.

Then I copyed and pasted it, right below, to say this:

Quote:
#Section "Device"
# Identifier "Intel Corporation 82915G/GV/910GL Integrated Graphics Controller"
# Driver "i810"
# BusID "PCI:0:2:0"
#EndSection
Section "Device"
Identifier "ATI Technologies Inc RV280"
Driver "vesa" #gonna change this later
BusID "PCI:2:3:0"
EndSection
I used the vesa for stabilities sake for now. I just wanted to verify it saw my card...

Of course, since I edited out my OLD video card, I couldn't just leave it's name laying around:
Code:
Section "Screen" Identifier "Default Screen" # Device "Intel Corporation 82915G/GV/910GL Integrated Graphics Controller" Device "ATI Technologies Inc RV280" Monitor "SyncMaster" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1024x768" "832x624" "800x600" "720x400" "640x480" EndSubSection EndSection
So I commented out my old device and stuck in my test one.

I exited, saved, and pressed ctrl+alt+backspace to restartx.
Quote:
Other useful commands:
ctrl+alt+F1 to get to a command prompt
sudo startx to start the x server
sudo init 0 to turn it off at comamnd prompt
sudo cp /etc/X11/xorg.conf_bak /etc/X11/xorg.conf (This uses the original, working config)
Tab (Auto completes where there is only one option, if it doesn't then you are typing something wrong)
Once I verified I had a working connection to my video card, I changed it as suggested by this tutorial:
Installing Beryl On An Ubuntu Feisty Fawn Desktop With An ATI Radeon Graphic Card | HowtoForge - Linux Howtos and Tutorials

Quote:
Other tutorials I used/saved/thought were neat:
Envy, automatically installs MOST ATI and NVIDIA drivers. Try this first.
Home

Very nice one https://help.ubuntu.com/community/BinaryDriverHowto/ATI

HOWTO: ATI drivers - Ubuntu Forums

ATI's driver search page (Choose linux) Drivers & Software

General multi boot how tos Installation Guides - OSx86

Tried to stop my video from stuttering using this tut.

Some more data here:
Debian ATI proprietary display driver installation - SeriosWiki

And finally:
https://help.ubuntu.com/community/RadeonDriver

Some performance threads, which I am gonna check out next.
Improve performance in Ubuntu - Ubuntu Forums
Tweak ubuntu for speed - TVease Wiki
NOW that I have beryl going, I can tweak my video to work smoothly.... then fast.

I hope that SOME of this makes someone else's trek into linux less painfull.
__________________
Subworld 34 Inc.
(2.60>2.71HenC>1.50)
(1.50>2.71SEA>2.71SEB>2.71SEB`>2.71SEB``>2.71SEC)
(1.50>3.02OEA>3.02OEB>3.03OEA>3.03OEC)
Answer to ALL questions HERE...
Personal Site: Subworld 34 GE
Personal Server: Subworld's Sever
Reply With Quote
  #12 (permalink)  
Old 05-19-2007, 02:00 PM
theaceoffire's Avatar
theaceoffire theaceoffire is offline
Senior Member
My Mood:
 
Join Date: Oct 2006
Location: Here.
Posts: 358
Points: 11.64
Donate
Send a message via AIM to theaceoffire Send a message via MSN to theaceoffire Send a message via Yahoo to theaceoffire
If you want to try out MythTV, which lets you record your favorite tv shows using a tv tuner built into your computer, try these two items out:

Knoppmyth
Mythdora

Both of those are Operating systems (Free) built from the ground up to support MythTV: this is the most likely way you will have to getting MythTV installed without a hassle.
__________________
Subworld 34 Inc.
(2.60>2.71HenC>1.50)
(1.50>2.71SEA>2.71SEB>2.71SEB`>2.71SEB``>2.71SEC)
(1.50>3.02OEA>3.02OEB>3.03OEA>3.03OEC)
Answer to ALL questions HERE...
Personal Site: Subworld 34 GE
Personal Server: Subworld's Sever
Reply With Quote
Reply

« Help plz Problems w/ 3.40 OE-A | AutoPopstation4 Released! »



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Points Per Thread View: 0.00
Points Per Thread: 15.00
Points Per Reply: 0.50

Similar Threads
Thread Thread Starter Forum Replies Last Post
Life is good. Or is it? Robert A. Off Topic 20 04-26-2008 12:21 PM
Linux Networking Help Please nashsclay Off Topic 0 04-16-2006 09:12 AM
Linux install help!! nashsclay Off Topic 10 03-28-2006 09:10 PM
homebrew and linux for all ali Homebrew/Hacking 13 03-05-2006 11:45 AM
Help Regarding Linux !!!!!!!!!! KyleNic Off Topic 6 12-22-2005 08:32 AM





Crave Partner Sites: CraveOnline.com | DVDFile.com | PSP3D.com | ComingSoon.net | SuperHeroHype.com | RedBalcony.com | ActionTrip.com | CraveLyrics.com
Soundtrack.net | CraveFix.com | SpikedHumor.com | RPGamer.com | TattooNow.com | ImpactWrestling.com | SeekLyrics.com | PedalBMX.com | WildKO.com
vidKing.com | StrategyInformer.com | HHdb.com | RapLeagues.com | HipHop-Lyrics.com | Cravecocktails.com | ThePhatPhree.com | RideJudge.com | HottieSpots.com

PSP3D Footer Left Powered by Custom vB Version 5.1.0 for Crave Online Media, LLC.
Copyright © 2000 - 2007, Jelsoft Enterprises Ltd. and PSP3D.com.
LinkBacks Enabled by vBSEO 3.0.0 RC8

All times are GMT -4. The time now is 02:58 PM.
PSP3D Footer Right