Tuesday, July 27, 2010

xrandr: Configure crtc 0 failed

If you get problem:
xrandr: Configure crtc 0 failed
Create xorg.conf for NVidia graphics card:
nvidia-xconfig --add-argb-glx-visuals -d 24
Change your xorg.conf by running:
nvidia-settings
You can also add to xorg.conf manually following line to
Section "Screen"
Option AddARGBGLXVisuals" "True"
And then add to
SubSection "Display"
your preffered resolution, e.g. 1920x1080:
Modes "1920x1080" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
There you can select your native monitor mode.

Resource: LinuxMint

No comments: