xorg-xserver-video-intel 2.1.0 breaks xrandr functionality?

Łukasz Jernaś deejay1 at srem.org
Sat Jul 28 01:49:16 PDT 2007


Dnia sobota, 28 lipca 2007, Stefan Dietrich napisał:

> however, after i upgraded the intel driver further to 2.1.0
> (xserver-xorg-video-intel_2.1.0-1ubuntu1_i386.deb), xrandr didn't report
> the desired resolutions anymore and thus it was impossible to switch to
> those.
> i did not get it to work, so i had to downgrade to
> xorg-xserver-video-intel 2.0.0 again.

Same here (maybe I should post another bug instead of writing in #10773)

-- 
Łukasz [DeeJay1] Jernaś
-------------- next part --------------
Section "Module"
    Load        "dbe"  	# Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load        "type1"
    Load        "freetype"
    Load       "glx"
    Load       "dri"
EndSection
Section "Files"
    RgbPath	"/usr/lib/X11/rgb"
    FontPath   "/usr/share/fonts/misc"
    FontPath   "/usr/share/fonts/TTF"
    FontPath   "/usr/share/fonts/OTF"
    FontPath   "/usr/share/fonts/Type1"
    FontPath   "/usr/share/fonts/100dpi"
    FontPath   "/usr/share/fonts/75dpi"
    FontPath   "/usr/lib/X11/fonts/TrueType/"
    FontPath   "/usr/lib/X11/fonts/freefont/"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
    Identifier	"Keyboard1"
    Driver	"kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"	"xorg"
    Option "XkbModel"	"pc105"
    Option "XkbLayout"	"pl"
EndSection
Section "InputDevice"
	Identifier	"Touchpad"
	Driver	"synaptics"
	Option "Protocol"	"auto"
	Option "Device"	"/dev/input/mice"
EndSection
Section "InputDevice"
    Identifier	"Mouse1"
    Driver	"mouse"
    Option "Protocol"    "Auto"	# Auto detect
    Option "Device"      "/dev/input/mice"
    Option "ZAxisMapping"   "4 5 6 7"
EndSection
Section "Monitor"
    Identifier  "monitor"
    HorizSync   31.5 - 48.5
    #VertRefresh 50-100
EndSection
Section "Device"
    Identifier  "karta"
    Driver      "intel"
    #VideoRam    65536
    # Insert Clocks lines here if appropriate
    Option      "XAANoOffscreenPixmaps" "true"
    Option	"DRI"	"true"
    # Wlacz kompensacje ruchu
    Option 	"XvMCSurfaces" "7"
    Option	"AccelMethod"	"XAA"
    Option	"Legacy3D"	"true"
EndSection
Section "Screen"
    Identifier  "Screen 1"
    Device      "karta"
    Monitor     "monitor"
    DefaultDepth 24
    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768"
        ViewPort    0 0
	Virtual	2048 768
    EndSubsection
EndSection
Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Touchpad" "CorePointer"
    InputDevice "Mouse1"	"SendCoreEvents"
    InputDevice "Keyboard1" "CoreKeyboard"
    Option "AIGLX" "true"
EndSection
Section "DRI"
   Mode 0666
EndSection
Section "Extensions"
	Option "Composite" "Enable"
EndSection
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Xorg.0.log
Type: text/x-log
Size: 45483 bytes
Desc: not available
URL: <http://lists.x.org/archives/xorg/attachments/20070728/57e96780/attachment.bin>


More information about the xorg mailing list