Hello people:
I need some assistence on this one.
I Have a Asus Fx 5700 and yesterday i tried to change my resolution but no luck, after installing.
I have some skills but after spending some time reading this thread and changing almost everything i need your help.
I followed the instructions and installed the akmod drivers (I don't know the difference bettwen the kmod and akmod ).
The resolution of my LCD is 1024x768 but the maximum I get is 640x480. Now I'm using the kmod drivers but......... no change.
So my actual xorg.conf after this install is:
Code:
# Xorg configuration created by livna-config-display
Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Now the problems in Xorg log:
Code:
cat /var/log/Xorg.0.log |grep WW
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-1
(WW) NVIDIA(0): Unable to get display device CRT-1's EDID; cannot compute DPI
(WW) NVIDIA(0): from CRT-1's EDID.
And:
Code:
cat /var/log/Xorg.0.log |grep EE
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
Even if i set the correct freqs in xorg.conf it is override by some script or file.
I just can't know which.
Thanks