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