|
|
#1 | |
|
Registered User
Join Date: May 2012
Posts: 3
|
Hello, I just recently instaled mint 12 in a machine with a gt 560 card, it works ok with the noveau driver but after installing the nvidia driver the monitor isnt recognised and I cant set it to its normal resolution (1920x 1080); the monitor is a samsung syncmaster B2230. The monitor's resolution doesnt show up in the x client resolutions list.
I dont know how could I fix that as Im relatively new to linux, can somebody help? Regards Last edited by Horaciusl; 05-27-12 at 04:11 PM. Reason: missed some information |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: May 2012
Posts: 3
|
2 months already and I havent found an asnwer yet, and I dont mean this forum lol looks like nobody knows how to restore the noveau driver.
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: May 2011
Posts: 92
|
If you're using the D-sub / VGA connector (or, worse, a DVI-to-VGA adapter), the driver might not be able to draw the monitor's EDID information, and therefore can't determine the supported resolutions. This is because some D-sub connectors / adapters do not support EDID pass-through.
Check the most recent /var/log/Xorg.*.log file and see if you can find any errors, warnings or any other statements about acquiring EDID information for the display, or any other warnings related to the monitor. If the driver can't determine the appropriate HorizSync and VertRefresh values, you'll have to provide them manually by editing the (or adding a) "Monitor" section in the /etc/X11/xorg.conf file. This is the equivalent of installing a monitor driver on Windows. The correct values should be found in your monitor's manual or, if not there, from Samsung customer support (heh). Or, download the monitor's Windows driver from the Samsung support site and open the text-formatted driver file and find the frequencies in there. After that is set correctly, restart X (by logging out and logging back in) and then use the NVIDIA X Server Settings application to select the desired resolution. Here's an example of what the Monitor section would look like. You need to find your display's frequencies to get the right resolutions. Code:
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Dell"
ModelName "DELL ST2410"
HorizSync 30.0 - 83.0
VertRefresh 50.0 - 76.0
Option "DPMS"
EndSection
![]() |
|
|
|
|
|
#4 | |
|
Registered User
Join Date: May 2012
Posts: 3
|
Awesome! Ill do that asap
Thanks a lot! |
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need Help Installing NVIDIA Tesla M2070Q in Linux RHEL5 | Ferianto85 | NVIDIA Linux | 0 | 05-18-12 08:35 PM |
| Radeon 9700 not all that? | sancheuz | Other Desktop Graphics Cards | 200 | 10-12-02 09:31 PM |
| Nvidia Stereo Drivers | Soudontsay | NVIDIA Windows Graphics Drivers | 2 | 08-26-02 10:48 AM |
| nvidia drivers in a motherboard with AGP 1.0 (motherboard MVP3+) | knocker | NVIDIA Linux | 1 | 08-19-02 01:57 AM |
| NVIDIA 2960 Drivers & RH 7.3 W/2.4.18-5 | XASCompuGuy | NVIDIA Linux | 6 | 08-02-02 11:53 AM |