Author Topic: [SOLVED] xorg.conf for 1024x600 ?  (Read 2357 times)

Offline Trio3b

  • Sr. Member
  • ****
  • Posts: 365
[SOLVED] xorg.conf for 1024x600 ?
« on: July 04, 2011, 11:32:10 AM »
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:

Code: [Select]

# 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
« Last Edit: July 10, 2011, 09:36:35 AM by Trio3b »

Online Bald Brick

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6475
  • I'm going South
Re: xorg.conf for 1024x600 ?
« Reply #1 on: July 04, 2011, 01:23:05 PM »
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:

Code: [Select]

# 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


As far as I know you can have a modeline for every resolution and refresh rate your monitor can handle. But you don't always need them. If everything looks all right I wouldn't worry.

Fifteen years ago you sometimes had to compute all the modelines yourself -- with the knowledge that if you got something wrong your monitor would go up in smoke. Today you may not need them at all. (Your modelines for "TV fullscreen mode or DVD fullscreen output" are probably adjusted according to some of the PAL standards with 576 active lines and not to your monitor's normal resolution.)
« Last Edit: July 04, 2011, 03:06:28 PM by Bald Brick »
Feed the trolls!
They need it!

AMD Athlon 7450 Dual-Core Processor, 7.80 GiB RAM, Nvidia GeForce GT 120/PCIe/SSE2, OpenGL/ES-version: 3.3 0 NVIDIA 295.40, SBx00 Azalia (Intel HDA) soundcard, ‎Logitech B500 webcam, SAA7146 DVB card, HDDs: Seagate 250824AS, Western Digital WD10EAVS-00D

Offline Trio3b

  • Sr. Member
  • ****
  • Posts: 365
Re: xorg.conf for 1024x600 ?
« Reply #2 on: July 04, 2011, 03:48:57 PM »
Thank you. Am going to leave well enough alone for now as this is just a travel netbook mostly used for online stuff, and seems OK. The one I'm really having fits with is the Toshiba Satellite A305 over in laptop forums.

Thanks again.

Offline T6

  • Super Villain
  • ******
  • Posts: 19051
  • xmas is comming!
Re: xorg.conf for 1024x600 ?
« Reply #3 on: July 04, 2011, 09:12:14 PM »
"As far as I know you can have a modeline for every resolution and refresh rate your monitor can handle. But you don't always need them"

i understand the same

you can add the line if you like

be sure to set that resolution in pcc and in kde control center(configure your desktop button)
"If you wish to make an apple pie from scratch, you must first invent the universe."

Carl Sagan