I can only get 640x480 when using a BNC cable
I have a Samsung SyncMaster 900IFT that I'd like to use with a BNC cable if possible, but when I hook it up I only get 640x480 as the available options despite the fact that my monitor works just fine with the standard 15-pin d-sub.
As the system is not able to detect the monitor capabilities over the BNC cable, it will use safe settings. You have to 'hard-code' your xorg.conf.
Please post the section device, monitor and screen of /etc/X11/xorg.conf as well as the make/model of your video card.
Make/model is listed under device, relevent section:
Code:
Section quot;Devicequot;
Identifierquot;Leadtek GeForce2 MX100/200quot;
Driverquot;nvquot;
BusIDquot CI:1:5:0quot;
EndSection
Section quot;Monitorquot;
Identifierquot;Samsung SyncMaster 900IFTquot;
Optionquot;DPMSquot;
HorizSync30-96
VertRefresh50-160
EndSection
Section quot;Screenquot;
Identifierquot;Default Screenquot;
Devicequot;Leadtek GeForce2 MX100/200quot;
Monitorquot;Samsung SyncMaster 900IFTquot;
DefaultDepth24
SubSection quot;Displayquot;
Depth1
Modesquot;1600x1200quot; quot;1280x1024quot; quot;1024x768quot; quot;800x600quot; quot;640x480quot;
EndSubSection
SubSection quot;Displayquot;
Depth4
Modesquot;1600x1200quot; quot;1280x1024quot; quot;1024x768quot; quot;800x600quot; quot;640x480quot;
EndSubSection
SubSection quot;Displayquot;
Depth8
Modesquot;1600x1200quot; quot;1280x1024quot; quot;1024x768quot; quot;800x600quot; quot;640x480quot;
EndSubSection
SubSection quot;Displayquot;
Depth15
Modesquot;1600x1200quot; quot;1280x1024quot; quot;1024x768quot; quot;800x600quot; quot;640x480quot;
EndSubSection
SubSection quot;Displayquot;
Depth16
Modesquot;1600x1200quot; quot;1280x1024quot; quot;1024x768quot; quot;800x600quot; quot;640x480quot;
EndSubSection
SubSection quot;Displayquot;
Depth24
Modesquot;1600x1200quot; quot;1280x1024quot; quot;1024x768quot; quot;800x600quot; quot;640x480quot;
EndSubSection
EndSection
That should work in my opinion. Sorry, don't think that I can help you further.
It's no problem, it might have something to do with the open nvidia drivers (the video card doesn't work with closed drivers) and most people don't use BNC cables for their CRTs.
Just for the fun, try the vesa driver and see if that works. You can't get the 'extreme' resolutions, but 1024x768 should be possible with it. |