Find the answer to your Linux question:
Results 1 to 5 of 5
i just installed etch, and everything seems fine, except that i can't use 1280x1024, or even 1024x768. the only options available in control center - peripherals - monitor are 640x480 ...
  1. #1
    Just Joined!
    Join Date
    Oct 2006
    Posts
    85

    only 640x480 in kde

    i just installed etch, and everything seems fine, except that i can't use 1280x1024, or even 1024x768. the only options available in control center - peripherals - monitor are 640x480 and 480x320. i have tried to edit xorg.conf by hand, but my changes are seemingly ignored.

    i'm on a mac mini with a radeon 9200 card and a samsung syncmaster 17" monitor.

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    you should be root/superuser for making changes in xorg.cong file..... check this post. if this does'nt solve problem, post the contents xorg.conf here......




    casper
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Oct 2006
    Posts
    85
    thanks for answering!

    the problem was that these two lines were missing from xorg.conf:

    HorizSync 30-81
    VertRefresh 56-75

    once these settings (specific to my monitor) were there, everything was ok.

    the whole section looks like this:

    Section "Monitor"
    Identifier "SyncMaster"
    HorizSync 30-81
    VertRefresh 56-75
    Option "DPMS"
    EndSection

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    i am glad it worked out ! Enjoy Linux World ......




    casper
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Linux Engineer
    Join Date
    Oct 2004
    Location
    Vancouver
    Posts
    1,366
    Remember those sync and refresh rates, you'll need them everytime you reinstall with many monitors.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •