Comment 3 for bug 280798

Revision history for this message
Jose Hevia (jose-francisco-hevia) wrote :

With the last updates, I can't open gnome-display. Two updates last and it gave me only those two options.

$$ gnome-display-properties
Xlib: extension "RANDR" missing on display ":0.0".

display-properties-ERROR **: Could not get screen info
aborting...
Aborted

My xorg file:
####################################
####################################
Section "Monitor"
  Identifier "Configured Monitor"
EndSection

Section "Screen"
  Identifier "Default Screen"
  Monitor "Configured Monitor"
  Device "Configured Video Device"
  DefaultDepth 24
EndSection

Section "Module"
  Load "glx"
  Disable "dri2"
EndSection

Section "Device"
  Identifier "Configured Video Device"
  Driver "nvidia"
  Option "NoLogo" "True"
  Option "Rotate" "CCW"
EndSection

###############################
###############################
Screen rotates fine with Option "Rotate" "CCW"