PDA

View Full Version : change res to 1200 * 800



furtivefelon
03-13-2005, 04:54 AM
mmm.. since mine is a widescreen laptop, it's native screen res is 1200 * 800, how do you change that? i tried Configure - Desktop, and it only give me "normal" screen selection.. how do i enable widescreen support? thanks alot! i did a knoppix hdinstall, so it's working fine except for the screen problem :|

tom p
03-13-2005, 12:18 PM
You'll have to edit your /etc/X11/XF86Config-4 file and add the following entries:

Search for the ModeLine settings in the "Monitor" section and add the following line:
ModeLine "1200x800" 90.00 1200 1232 1384 1520 800 803 806 827
You might have to adjust the settings somewhat (esp. the 90.00 frequency might be
too high or too low - depends on your display characteristics; for an explanation see
man XF86Config-4 or google around a little)

Further, in the "Screen" section, "Display" subsection add the newly defined mode to
the list of existing modes:
Modes "1200x800" "1024x768" "800x600" "640x480"
The first mode is the default mode used for your display.

You can use the "xvidtune" utility to fine tune the settings.

Ciao,
Thomas

furtivefelon
03-13-2005, 04:16 PM
i can't find the line where to change the reslution :|.. where should i add? the only line that has the word "monitor" in it is under Section "Module"

Load "ddc" # ddc probing of monitor

can you further elaborate where could i find the apporite place? thanks alot :D

tom p
03-13-2005, 05:18 PM
There should already be lines starting with "ModeLine" - that would be the correct place to add a new ModeLine.

Thomas

furtivefelon
03-13-2005, 07:01 PM
erm.. i can't seem to save, how do i change permission to root?

furtivefelon
03-13-2005, 07:18 PM
i have changed the files as indicated, i didn't find anything like modeline or anything in XF86Config-4.in, however, i did find it in XF86Config-4 wonder if i did it right.. and how do i see which display mode i'm currently using? i have attached relevent part for you to confirm:

under section "monitor"
#1200x800 @ 60Hz (VESA) hsync: 48.4kHz
ModeLine "1200x800" 90.00 1200 1232 1384 1520 800 803 806 827

under section "screen"
subsection "display"

i have added "1200x800" to all availiable depth

thank you very much :D

tom p
03-13-2005, 07:37 PM
i have changed the files as indicated, i didn't find anything like modeline or anything in XF86Config-4.in
that's a template file to generate XF86Config-4 (and I didn't tell you to edit that file :-))


under section "monitor"
#1200x800 @ 60Hz (VESA) hsync: 48.4kHz
ModeLine "1200x800" 90.00 1200 1232 1384 1520 800 803 806 827

under section "screen"
subsection "display"

i have added "1200x800" to all availiable depth

that should be ok; if your display can work with the new ModeLine (remember, you probably have to adjust the settings somewhat), you should have the full 1200x800 display size the next time you start X.

Thomas

furtivefelon
03-13-2005, 07:42 PM
i did restart my computer (i assume x would restart also :D)... though, when i right click on the desktop, choose Configure Desktop, and go to display, it still display screen size as 1024*768... does that matter? thanks again for answering :D