I have been running LMDE since update pack 4. At the time I installed the nvidia drivers according to:
viewtopic.php?f=191&t=82424
And it worked fine. I updated to UP5 and everything still worked fine...then recently I lost the nvidia logo
I have spent ages googling and from what I can see the drivers are installed and working fine:
- Code: Select all
$ grep -B2 'Module class: X.Org Video Driver' /var/log/Xorg.0.log
outputs
[ 2708.818] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 2708.818] compiled for 4.0.2, module version = 1.0.0
[ 2708.818] Module class: X.Org Video Driver
- Code: Select all
$ glxinfo | grep render
outputs
direct rendering: Yes
OpenGL renderer string: GeForce GT 620/PCIe/SSE2
GL_NV_conditional_render, GL_NV_copy_depth_to_color, GL_NV_copy_image,
GL_NV_parameter_buffer_object2, GL_NV_path_rendering,
GL_NVX_conditional_render, GL_NVX_gpu_memory_info,
GL_OES_depth_texture, GL_OES_element_index_uint, GL_OES_fbo_render_mipmap,
HOWEVER:
- Code: Select all
$ tail /var/log/Xorg.0.log
outputs
[ 2716.379] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
My monitor is an Acer AL2202W which worked fine with this machine when I installed LMDE and still works fine (ie I can get 1600x1050) when I plug it into my Seashell Netbook that runs Mint11. But on LMDE I just get 1024x768 and if I manually crank it over 1024x786 I get "out of range".
I do a lot of work in my spare time writing Python code on LMDE but this rubbishy rez is hurting
I am using exactly the same hardware as when I installed: ZooStorm Core i5 with 8GB RAM and a cheap GT620.
ANY help very welcome
Here is my xorg.conf:
- Code: Select all
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 302.17 (pbuilder@cake) Sat Jun 30 17:25:40 UTC 2012
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "Module"
Load "glx"
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 "ACER"
ModelName "Acer AL2202W"
HorizSync 31.0 - 83.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1050"
# I added the above line myself: but it ignores it
EndSubSection
EndSection


