AFAIK those cards are desupported on new drivers, no version above 6xxx will reintroduce compatibility. Anyway you may check the readme on the nvidia site.Chacabaou wrote:What about the cards that needed <=1.0.6629-r4 to work?
Does this problem persist in 8xxx? Any experiences?
Chacabaou.

OK I checked the on-screen display of my Samsung 710T LCD and the issue is this: with nvidia 8184 it is now using the 75.0Hz mode line below, whereas before, using 7676, it was using the 60.0Hz. My preference is the 60.0Hz vert. refresh with this LCD.drphibes wrote:Just tried this new nVidia release out this morning and I notice, using default X, the standard gray X background "swims" with distortion. I am masking this off until I hear some more feedback. Initial impression: negative.
Code: Select all
Section "Monitor"
Identifier "Samsung 710T"
DisplaySize 340 270 # mm
HorizSync 30-81
#VertRefresh 56-75
VertRefresh 60
Option "DPMS" "false"
EndSection
Section "Screen"
Identifier "Screen1"
Device "nVidia Geforce3"
Monitor "Samsung 710T"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1280x1024"
ViewPort 0 0
EndSubsection
EndSection Code: Select all
Option "UseEdidFreqs" "false"Code: Select all
Release Highlights:
* Added support for SLI FrameRendering. Please see the README
for details.
* Added support for new GPUs such as the GeForce 6100 and GeForce 6150.
* Added a new utility 'nvidia-xconfig', which is a commandline
tool for updating X configuration files.
* Added manpages for 'nvidia-xconfig', 'nvidia-settings', and
'nvidia-installer'.
* Improved workstation OpenGL performance on Solaris.
* Made UseEdidFreqs "on" by default; the NVIDIA X driver will
use the valid HorizSync and VertRefresh frequency ranges from the
EDID whenever possible.
* Added support for Stereo Digital Flat Panels such as the SeeReal
and Sharp3D DFPs.
* Added HTML version of the README.
* Added support for static Rotation; see the "Rotate" X config option
in the README.
* Improved stability on 64-bit Linux 2.6 kernels.
* Fixed driver installation when SELinux is enabled.
The 1.0-8174 NVIDIA Accelerated Linux Graphics Driver Set for Linux/x86 is available for download via HTTStill no luck for me. No hardlocks anymore as caused by 7xxx drivers, so i'm able to reboot with ctrl+alt+del, but screen stays blank. All i get from the logs is:Chacabaou wrote:What about the cards that needed <=1.0.6629-r4 to work?
Does this problem persist in 8xxx? Any experiences?
Code: Select all
[kernel] Unable to handle kernel NULL pointer dereference at virtual address 00000094
[kernel] printing eip:
[kdm] :0[6296]: IO Error in XOpenDisplay
[kdm] Display :0 cannot be opened
[kdm] Unable to fire up local display :0; disabling.What wersion of eselect are you using? I had similar problems that went away when I downgraded eselect-opengl to 1.03 and eselect to 1.0_rc2 or 0.9.6. Try downgrading them, re-reun eselect opengl set nvidiadark_glaive wrote:When I upgraded I was having issues.
All GL apps crash with a "Cannot find libGL.so.1" errors and "Cannot find libGLCore.so.1 errors"

When kde starts check the output of:hilde wrote:I emerged the new nvidia-drivers and all the text in my KDE-session becaume very tiny (on a 19 inch screen in 1600x1200). When I remerged version 1.0.7676-r2, it was normal again. Does anyone know how to solve this (except staying with my current driver)? My graphics card is an XFX GeForce 6200 128MB (PCI-X).

Could be related tofrostschutz wrote:Using the new 8xxx drivers, suddenly all modes are at 60Hz on my CRT, causing really bad flickering. 7xxx drivers are running at 85-90Hz. Specifying the modeline directly in the config works fine for 7xxx, but has no effect on 8xxx drivers. No idea what's going on... I'm running on x86 Athlon-XP with a GF4 TI4200 AGP card.
drphibes wrote:Code: Select all
Option "UseEdidFreqs" "false"
I tried everything. When I use the 1.0.7676-r1 drivers, I have:firephoto wrote:When kde starts check the output of:
xdpyinfo | grep -B1 dot
That will show your resolution, displaysize and dots per inch values that are being used. My guess is with the high resolution you are running your dpi isn't getting detected correctly. Add a "DisplaySize" parameter to your xorg.conf if the dpi is wrong and if it's correct you'll just have to get used to your correct fonts or bump the minimum size up from what you got used to with the incorrect dpi. If it's an lcd the display size should be around 383x302mm, would be less for a crt.
Code: Select all
dimensions: 1600x1200 pixels (363x272 millimeters)
resolution: 112x112 dots per inchCode: Select all
dimensions: 1600x1200 pixels (813x824 millimeters)
resolution: 50x112 dots per inchCode: Select all
DisplaySize 363 272Code: Select all
Option "UseEdidFreqs" "false"
You need to use:hilde wrote:Code: Select all
Option "UseEdidFreqs" "false"
Code: Select all
Option "UseEdidDpi" "FALSE"i was having the same problem as you so i added the Opetion "UseEdidFreq" "false" to my xorg.conf file. however, this causes the screen resolution to be 640x480 in kde, even though i have it set to 1600x1200. here is what my xorg.conf relevant parts loook like:drphibes wrote:OK I checked the on-screen display of my Samsung 710T LCD and the issue is this: with nvidia 8184 it is now using the 75.0Hz mode line below, whereas before, using 7676, it was using the 60.0Hz. My preference is the 60.0Hz vert. refresh with this LCD.drphibes wrote:Just tried this new nVidia release out this morning and I notice, using default X, the standard gray X background "swims" with distortion. I am masking this off until I hear some more feedback. Initial impression: negative.
(**) NVIDIA(0): Default mode "1280x1024": 135.0 MHz, 80.0 kHz, 75.0 Hz <- 8184 uses this modeline
(**) NVIDIA(0): Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz <- 7676 uses this modeline
These are my unchanged Monitor/Screen sections of my xorg.conf:
EDIT:Code: Select all
Section "Monitor" Identifier "Samsung 710T" DisplaySize 340 270 # mm HorizSync 30-81 #VertRefresh 56-75 VertRefresh 60 Option "DPMS" "false" EndSection Section "Screen" Identifier "Screen1" Device "nVidia Geforce3" Monitor "Samsung 710T" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1280x1024" ViewPort 0 0 EndSubsection EndSection
OK I solved this little puzzle. nvidia 7676 respects my VertRefresh 60 line, but 8184 does not. I use that line to cap my vertical refresh at 60Hz and disallow the higher 75Hz, because the display "swims" at that 75Hz frequency, even though the EDID of the monitor reports it as 56-75Hz capable. The fix with 8174 is to use the nvidia option:
Code: Select all
Option "UseEdidFreqs" "false"
in the Device section of the xorg.conf. This causes the driver not to favor the EDID information reported by the montior over my HorizSync and VertRefresh lines.
Code: Select all
Section "Device"
Option "UseEdidFreqs" "false"
Option "AllowGLXWithComposite" "true"
Option "RenderAccel" "true
Identifier "Card0"
Driver "nvidia"
VideoRAM 65536
VendorName "nVidia Corporation"
BoardName "NV28 [GeForce4 Ti 4200 AGP 8x]"
BusID "PCI:1:0:0"
EndSectionCode: Select all
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200"
Viewport 0 0
EndSubSection
EndSectionwhat do you have in the "Monitor" section of your xorg.conf? you will certainly need HorizSync and VertRefresh lines,mesman00 wrote:
can anyone help?
also, i'm using a CRT monitor, if that makes a difference.