Linux for PlayStation 2 Community - Forums


Summary |  Home Page |  Forums |  Lists |  Tasks |  Docs |  Surveys |  News |  Files | 

Discussion Forums: General

Admin

Message: 43642
BY: cronocloud
DATE: 2004-May-28 20:11
SUBJECT: RE: How do i use my TV as a display?

man vi

vi /etc/X11/XGSConfig

vi is modal, meaning you're either in command mode or insert mode. What you'll be doing is removing a hash mark in front of the line containing NTSC and putting one in front of the VESA line.

put your cursor over the # in the line containing
VideoMode "NTSC" "interlace"

and hit x, that will delete the character directly under the cursor.

move up to the line containing
VideoMode "VESA" and put a # at the beginning of that line by typing: i

That puts you into insert mode. Type the #.and hit Esc, which puts you back into command mode.

Now you can type ZZ, that's right, two capital Z's Thats one way to save and quit in vi. you can also type :wq thats a colon then wq

You have to be root to edit and save the XGSConfig file.

You might also want to enable the mousewheel and PS2PAD while you're doing that. You can find a quick tutorial on the mousewheel in the Mozilla project hosted on this site.

Most Linux books have a short chapter/section on how to use vi.



 

Thread View

Thread Author Date
How do i use my TV as a display?jterry2004-May-28 16:40
      RE: How do i use my TV as a display?cronocloud2004-May-28 20:11
            RE: How do i use my TV as a display?jterry2004-May-28 22:54
                  RE: How do i use my TV as a display?lancelottjones2004-Jun-16 13:13
            RE: How do i use my TV as a display?qleyo2005-Jan-16 07:56
            RE: How do i use my TV as a display?qleyo2005-Jan-16 08:08
            RE: How do i use my TV as a display?kwakye772005-Dec-18 10:41
            RE: How do i use my TV as a display?kwakye772005-Dec-18 10:43
      RE: How do i use my TV as a display?xeveniah2004-Sep-19 11:33
            RE: How do i use my TV as a display?qleyo2005-Jan-19 07:47
                  RE: How do i use my TV as a display?knightwolf132005-Jan-19 10:38
                        RE: How do i use my TV as a display?qleyo2005-Jan-26 02:41

 

Post a followup to this message

You could post if you were [logged in]