Results 1 to 3 of 3

Thread: Screen rotation has gone dead.

  1. #1
    Join Date
    Jan 2008
    Beans
    21

    Angry Screen rotation has gone dead.

    I have been unable to rotate my screen since the last kernel update (2.6.24-22) Trying to run the "xrandr -o left" gives me the error

    Code:
    lol@lol-desktop:~$ xrandr -o left
    X Error of failed request:  BadMatch (invalid parameter attributes)
      Major opcode of failed request:  151 (RANDR)
      Minor opcode of failed request:  2 (RRSetScreenConfig)
      Serial number of failed request:  12
      Current serial number in output stream:  12
    This is my xorg.conf:
    Code:
    # xorg.conf (X.Org X Window System server configuration file)
    #
    # This file was generated by dexconf, the Debian X Configuration tool, using
    # values from the debconf database.
    #
    # Edit this file with caution, and see the xorg.conf manual page.
    # (Type "man xorg.conf" at the shell prompt.)
    #
    # This file is automatically updated on xserver-xorg package upgrades *only*
    # if it has not been modified since the last upgrade of the xserver-xorg
    # package.
    #
    # If you have edited this file but would like it to be automatically updated
    # again, run the following command:
    #   sudo dpkg-reconfigure -phigh xserver-xorg
    
    Section "InputDevice"
    	Identifier	"Generic Keyboard"
    	Driver		"kbd"
    	Option		"XkbRules"	"xorg"
    	Option		"XkbModel"	"pc105"
    	Option		"XkbLayout"	"us"
    	Option		"XkbVariant"	"alt-intl"
    	Option		"XkbOptions"	"lv3:ralt_switch"
    EndSection
    
    Section "InputDevice"
    	Identifier	"Configured Mouse"
    	Driver		"mouse"
    	Option		"CorePointer"
    EndSection
    
    Section "Device"
    	Identifier	"Configured Video Device"
    	Driver		"nvidia"
    	Option		"NoLogo"	"True"
    	Option		"RandRRotation" "On"	
    EndSection
    
    Section "Monitor"
    	Identifier	"Configured Monitor"
    EndSection
    
    Section "Screen"
    	Identifier	"Default Screen"
    	Monitor		"Configured Monitor"
    	Device		"Configured Video Device"
    	Option		"RandRRotation" "true"	
    	Defaultdepth	24
    EndSection
    
    Section "ServerLayout"
    	Identifier	"Default Layout"
      screen "Default Screen"
    EndSection
    Section "Module"
    	Load		"glx"
    EndSection
    I'm on Ubuntu 8.04.1 64-bit with Geforce 6600 video card. Any ideas?

  2. #2
    Join Date
    Jan 2008
    Beans
    21

    Re: Screen rotation has gone dead.

    up?

  3. #3
    Join Date
    Dec 2007
    Location
    Troy, NY
    Beans
    137
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Screen rotation has gone dead.

    I'm gonna link to another thread:
    http://ubuntuforums.org/showthread.php?t=237253

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •