Results 1 to 5 of 5

Thread: Syncmaster 2343BW + ION2

  1. #1
    Join Date
    Nov 2010
    Beans
    5

    Question Syncmaster 2343BW + ION2

    Hi,

    i bought a nettop with nvidia ion2 and have a samsung syncmaster 2343BW which has native resolution 2048x1152.
    I can't get it run in this solution, nvidia cp only lets me configure 640x480.
    I have installed nvidia graphics driver 260.19.06 on Ubuntu 10.10 64bit. The monitor is connected via DVI and nvidia cp shows me, that it is a dual link connection. The ION2 only has DVI-D and HDMI. On HDMI with adapters it's the same problem.

    I also connected it to my TV via the HDMI port, which runs perfectly with 1360x768.

    Additionally i tried already some stuff in the xorg.conf, like adding the Modeline and setting the "UseEDIDFreqs", but all this had no effect.

    How can i force X to use/provide the full native solution of the monitor?

    Here's the complete xorg.conf:
    Code:
    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings:  version 260.19.06  (buildd@yellow)  Mon Oct  4 15:59:51 UTC 2010
    
    
    Section "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0" 640 0
        Screen      1  "Screen1" LeftOf "Screen0"
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "CorePointer"
        Option         "Xinerama" "0"
    EndSection
    
    Section "Files"
    EndSection
    
    Section "InputDevice"
    
        # generated from default
        Identifier     "Mouse0"
        Driver         "mouse"
        Option         "Protocol" "auto"
        Option         "Device" "/dev/psaux"
        Option         "Emulate3Buttons" "no"
        Option         "ZAxisMapping" "4 5"
    EndSection
    
    Section "InputDevice"
    
        # generated from default
        Identifier     "Keyboard0"
        Driver         "kbd"
    EndSection
    
    Section "Monitor"
    
        # HorizSync source: edid, VertRefresh source: edid
        #HorizSync       15.0 - 126.0
        #VertRefresh     23.0 - 240.0
        Identifier     "Monitor0"
        VendorName     "Unknown"
        ModelName      "ONK TX-SR508"
        HorizSync       28.0 - 55.0
        VertRefresh     43.0 - 72.0
        ModeLine       "2048x1152_60.00_rb" 156.75 2048 2096 2128 2208 1152 1155 1160 1185 +hsync -vsync
        Option         "DPMS"
        # 2048x1152 @ 60.00 Hz Reduced Blank (CVT)
        #   field rate 59.91 Hz; hsync: 70.99 kHz; pclk: 156.75 MHz
    EndSection
    
    Section "Monitor"
        Identifier     "Monitor1"
        VendorName     "Unknown"
        ModelName      "DFP-0"
        HorizSync       15.0 - 126.0
        VertRefresh     23.0 - 240.0
    EndSection
    
    Section "Device"
        Identifier     "Device0"
        Driver         "nvidia"
        VendorName     "NVIDIA Corporation"
        BoardName      "ION"
        Option         "UseEDIDFreqs" "FALSE"
        Option         "UseEDIDDpi" "FALSE"
        BusID          "PCI:3:0:0"
        Screen          0
    EndSection
    
    Section "Device"
        Identifier     "Device1"
        Driver         "nvidia"
        VendorName     "NVIDIA Corporation"
        BoardName      "ION"
        BusID          "PCI:3:0:0"
        Screen          1
    EndSection
    
    Section "Screen"
    
    # Removed Option "metamodes" "DFP-1: nvidia-auto-select +0+0, DFP-0: nvidia-auto-select +1360+0"
    # Removed Option "TwinView" "1"
    # Removed Option "metamodes" "DFP-0: nvidia-auto-select +1360+0, DFP-1: nvidia-auto-select +0+0"
        Identifier     "Screen0"
        Device         "Device0"
        Monitor        "Monitor0"
        DefaultDepth    24
        Option         "UseEDIDFreqs" "FALSE"
        Option         "UseEDIDDpi" "FALSE"
        Option         "TwinView" "0"
        Option         "metamodes" "DFP-1: nvidia-auto-select +0+0"
        SubSection     "Display"
            Depth       24
        EndSubSection
    EndSection
    
    Section "Screen"
    
    # Removed Option "metamodes" "DFP-1: nvidia-auto-select +0+0"
        Identifier     "Screen1"
        Device         "Device1"
        Monitor        "Monitor1"
        DefaultDepth    24
        Option         "TwinView" "0"
        Option         "metamodes" "DFP-0: nvidia-auto-select +0+0"
        SubSection     "Display"
            Depth       24
        EndSubSection
    EndSection

  2. #2

    Re: Syncmaster 2343BW + ION2

    There's a lot of discussion about this issue with the Asus Eee 1215n, which has Ion 2:
    http://ubuntuforums.org/showthread.p...ighlight=1215n

  3. #3
    Join Date
    Nov 2010
    Beans
    5

    Re: Syncmaster 2343BW + ION2

    This thread doesn't handle my problem. Nvidia driver works here, it "just" doesn't recognize my samsung monitor.

  4. #4
    Join Date
    Nov 2010
    Beans
    5

    Smile [SOLVED] Syncmaster 2343BW + ION2

    I got it solved, following xorg.conf did it:
    PHP Code:
    Section "ServerLayout"
        
    Identifier     "Layout0"
        
    Screen      0  "Screen0" 640 0
        Screen      1  
    "Screen1" LeftOf "Screen0"
        
    InputDevice    "Keyboard0" "CoreKeyboard"
        
    InputDevice    "Mouse0" "CorePointer"
        
    Option         "Xinerama" "0"
    EndSection

    Section 
    "Files"
    EndSection

    Section 
    "InputDevice"

        
    # generated from default
        
    Identifier     "Mouse0"
        
    Driver         "mouse"
        
    Option         "Protocol" "auto"
        
    Option         "Device" "/dev/psaux"
        
    Option         "Emulate3Buttons" "no"
        
    Option         "ZAxisMapping" "4 5"
    EndSection

    Section 
    "InputDevice"

        
    # generated from default
        
    Identifier     "Keyboard0"
        
    Driver         "kbd"
    EndSection

    Section 
    "Monitor"
        
    Identifier     "Monitor0"
        
    VendorName     "Unknown"
        
    ModelName      "ONK TX-SR508"
        
    #HorizSync       28.0 - 55.0
        #VertRefresh     43.0 - 72.0
        
    Option         "DPMS"
    EndSection



    Section 
    "Monitor"
        
    Identifier     "Monitor1"
        
    VendorName     "Unknown"
        
    ModelName      "DFP-0"
        
    HorizSync       15.0 126.0
        VertRefresh     23.0 
    240.0
        Option 
    "NoDDC"
        
    Option         "DPMS"
        
    ModeLine       "2048x1152_60_rb" 156.75 2048 2096 2128 2208 1152 1155 1160 1185 +hsync -vsync
    EndSection

    Section 
    "Device"
        
    Identifier     "Device0"
        
    Driver         "nvidia"
        
    VendorName     "NVIDIA Corporation"
        
    BoardName      "ION"
        
    Option         "UseEDIDFreqs" "FALSE"
        
    Option         "UseEDIDDpi" "FALSE"
        
    BusID          "PCI:3:0:0"
        
    Screen          0
    EndSection

    Section 
    "Device"
        
    Identifier     "Device1"
        
    Driver         "nvidia"
        
    VendorName     "NVIDIA Corporation"
        
    BoardName      "ION"
        
    BusID          "PCI:3:0:0"
        
    Screen          1
        Option         
    "UseEDIDFreqs" "FALSE"
        
    Option         "UseEDIDDpi" "FALSE"
        
    Option         "ExactModeTimingsDVI" "TRUE"
    EndSection

    Section 
    "Screen"
        
    Identifier     "Screen0"
        
    Device         "Device0"
        
    Monitor        "Monitor0"
        
    DefaultDepth    24
        Option         
    "UseEDIDFreqs" "FALSE"
        
    Option         "UseEDIDDpi" "FALSE"
        
    Option         "TwinView" "0"
        
    SubSection     "Display"
            
    Depth       24
        EndSubSection
    EndSection

    Section 
    "Screen"
        
    Identifier     "Screen1"
        
    Device         "Device1"
        
    Monitor        "Monitor1"
        
    DefaultDepth    24
        Option         
    "TwinView" "0"
        
    Option         "UseEDID" "FALSE"
        
    Option         "UseEDIDFreqs" "FALSE"
        
    Option         "UseEDIDDpi" "FALSE"
        
    Option         "metamodes" "2048x1152_60_rb"
        
    SubSection     "Display"
            
    Depth       24
            Modes       
    "2048x1152_60"
        
    EndSubSection
    EndSection 
    Key was the
    Option "ExactModeTimingsDVI" "TRUE"
    which forces X to use the given modeline and of course the modeline itself.

  5. #5
    Join Date
    Jul 2010
    Beans
    3

    Re: Syncmaster 2343BW + ION2

    thanks BUHHH for sharing the solution - have the same chipset and monitor and you helped a lot

Tags for this Thread

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
  •