LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   screen resolution (https://www.linuxquestions.org/questions/linux-newbie-8/screen-resolution-270207/)

linuxhavok 12-25-2004 11:49 AM

screen resolution
 
Hello

And merry xmas to all!

I installed FC3 not long ago and I could pick 600x400 800x600 or 1024x768

After installing FC3 I only have the first two choices with FC2 I had all three. How do I go about using X or edit a file to get my 1024x768 back?

Thanks

Linuxhavok

y2k 12-25-2004 12:07 PM

Log in as root and make a minor modification, adding whatever screen size you want, to your /etc/X11/xorg.conf. Here is what it would look like (toward the end of the file)...

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

y2k

linuxhavok 12-25-2004 12:47 PM

Quote:

Originally posted by y2k
Log in as root and make a minor modification, adding whatever screen size you want, to your /etc/X11/xorg.conf. Here is what it would look like (toward the end of the file)...

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

y2k

Thanks, Laughing, I could have looked at the file name when I picked it out from set display!!!

BUT being I didn't, your info help!

Thank you. it worked!


All times are GMT -5. The time now is 06:27 AM.