Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: (Jaunty) Resolution Issue , Monitor Detected Incorrectly.

  1. #11
    Join Date
    Dec 2006
    Location
    Austin , TX.
    Beans
    1,406
    Distro
    Ubuntu Development Release

    Re: (Jaunty) Resolution Issue , Monitor Detected Incorrectly.

    As soon as I get back to work I'll post the sections I had to edit to get it configured properly , I just basically followed every step in that thread because the OP had the same monitor as my tech machine has and eventually I got it worked out.

  2. #12
    Join Date
    Dec 2006
    Location
    Austin , TX.
    Beans
    1,406
    Distro
    Ubuntu Development Release

    Re: (Jaunty) Resolution Issue , Monitor Detected Incorrectly.

    Code:
    Section "Monitor"
        Identifier "monitor1"
        VendorName "Hyundai Electronics Industries Co., Ltd."
        ModelName "Hyundai Image Quest L70S+"
        HorizSync 31-80
        VertRefresh 56-75
       
        # 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 "Monitor"
        Identifier "monitor2"
        VendorName "Hyundai Electronics Industries Co., Ltd."
        ModelName "Hyundai Image Quest L70S+"
        HorizSync 31-80
        VertRefresh 56-75
       
        # 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"
        VendorName ""
        BoardName "ATI Radeon 9250 and earlier"
        Driver "ati"
        Option "DPMS"
        Option "XaaNoOffscreenPixmaps" "1"
    EndSection
    
    Section "Device"
        Identifier "device2"
        VendorName ""
        BoardName "ATI Radeon 9250 and earlier"
        Driver "ati"
        Option "DPMS"
        Option "XaaNoOffscreenPixmaps" "1"
    EndSection
    
    Section "Screen"
        Identifier "screen1"
        Device "device1"
        Monitor "monitor1"
        DefaultColorDepth 24
    
        Subsection "Display"
            Depth 24
            Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
        EndSubsection
    EndSection
    
    Section "Screen"
        Identifier "screen2"
        Device "device2"
        Monitor "monitor2"
        DefaultColorDepth 24
    
        Subsection "Display"
            Depth 24
            Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
        EndSubsection
    EndSection
    
    Section "ServerLayout"
        Identifier "layout1"
        InputDevice "Keyboard1" "CoreKeyboard"
        InputDevice "Mouse1" "CorePointer"
        InputDevice "Mouse2" "SendCoreEvents"
        Screen "screen1”
        Screen “screen2” LeftOf “screen1”
       Option “Xinerama”
    EndSection
    Editing with the correct information from the manufacturer's website in conjunction with one of the distributions that correctly detect the monitors which in my case was SUSE.

    Cheers.
    "The arc of the moral universe is long, but it bends toward justice."
    -Dr. Martin Luther King, Jr.

  3. #13
    Join Date
    Oct 2007
    Beans
    1

    Re: (Jaunty) Resolution Issue , Monitor Detected Incorrectly.

    That worked for me. Thanks.

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

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