Results 1 to 10 of 24
This 800 x 600 is killing me! Can I change this and how?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-12-2005 #1Linux Newbie
- Join Date
- Jun 2005
- Location
- Yorktown, VA
- Posts
- 215
Can I get a 1024 x 768 screen?
This 800 x 600 is killing me! Can I change this and how?
MCP | Network+
- 07-12-2005 #2
Read the tutorial: http://www.linuxforums.org/tutorials...ial-19561.html
Edit your /etc/X11/xorg.conf or /etc/X11/XF86Config. Go to the "Screen" -section and add a new parameter in front of the ones that are already there, for example:
change:
to:Code:Modes "800x600" "640x480"
Code:Modes "1024x768" "800x600" "640x480"
- 07-12-2005 #3Linux Newbie
- Join Date
- Jun 2005
- Location
- Yorktown, VA
- Posts
- 215
What do I edit it with. I know there is "vi" but I can't remember how to use it.
MCP | Network+
- 07-12-2005 #4Linux Enthusiast
- Join Date
- Jun 2005
- Location
- The Hot Humid South
- Posts
- 602
Try pico then! I like vi better though.
- 07-12-2005 #5
If you don't have pico on the system, you can use vi. The commands are as follows:
i = insert and edit text
esc = go to command mode
:w = save command
:w! = force save command
:q = quit command
:wq = save and quit command
:x = another save and quit command.
- 07-12-2005 #6Linux Newbie
- Join Date
- Jun 2005
- Location
- Yorktown, VA
- Posts
- 215
Cool I will have to try that
MCP | Network+
- 07-12-2005 #7Linux Newbie
- Join Date
- Jun 2005
- Location
- Yorktown, VA
- Posts
- 215
So I am lost. I ran the command:
And it's like it opened a new file for that name. It was just blank.Code:pico /etc/X11/XF86Config
MCP | Network+
- 07-12-2005 #8try
Originally Posted by COKE CAN Code:pico /etc/X11/xorg.conf
~Mike ~~~ Forum Rules
Testing? What's that? If it compiles, it is good, if it boots up, it is perfect. ~ Linus Torvalds
http://loft306.org
- 07-12-2005 #9Linux Newbie
- Join Date
- Jun 2005
- Location
- Yorktown, VA
- Posts
- 215
Same thing!
MCP | Network+
- 07-12-2005 #10try
Originally Posted by COKE CAN this will list all in that direcnory, if you see a config file then edit that withCode:pico /etc/X11/<hit tab twice>
Code:pico /etc/X11/<config file name>


Reply With Quote
