pclos 2011.6 KDE on Toshiba NB305-N440BL (Intel Corporation N10 Family Integrated Graphics Controller) w/ native screen res of 1024x600. After install, noticed screen res in PCC was 1024x768. changed it to 1024x600, rebooted and checked xorg.conf which shows:
# File generated by XFdrake (rev 262502)
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************
Section "ServerFlags"
Option "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
#DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
EndSection
Section "Module"
Load "v4l" # Video for Linux
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Generic"
ModelName "Flat Panel 1024x600"
HorizSync 31.5-55.0
VertRefresh 40.0-70.0
# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection
Section "Device"
Identifier "device1"
Driver "intel"
Option "DPMS"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
EndSection
Section "ServerLayout"
Identifier "layout1"
Screen "screen1"
EndSection
Everything looks ok to me but shouldn't that 1024x600 modeline be in xorg? Have also tried the xorg driver with same results (above is using the xorg driver). Is xorg just presenting the "nearest" resolution it can find even though PCC shows 1024x600?
Before I go mucking around with Texstar's XfDrake tip, should I just leave well enough alone. I have tinkered with xorg.conf before but would rather not if i don't have to. I do have a backup.
any help appreciated
Thanks