Problem with intel driver on laptop with 945GM chipset
Sergio Monteiro Basto
sergio at sergiomb.no-ip.org
Fri Jan 4 07:57:03 PST 2008
please send this to the list in attach :
cat /var/log/Xorg.0.log | grep -P "EE|WW|i915"
Thanks,
On Fri, 2008-01-04 at 14:46 +0100, Maciej Łoziński wrote:
> Thank you, Sergio.
>
> I turned on following options:
>
> Option "Tiling" "false"
> Option "FramebufferCompression" "false"
> Option "AccelMethod" "XAA"
>
>
> And this also haven't worked out... I have noticed no changes - for
> better or for worse.
> I attach my Xorg.0.log and xorg.conf for you to compare with previous
> versions.
> If you had any ideas, please let me know and I'll test it.
>
> Maciek
>
>
> Sergio Monteiro Basto wrote:
> > Please try :
> >
> > Option "Tiling" "false"
> > Option "FramebufferCompression" "false"
> >
> >
> > also for: Fabio Corazza <fabio.corazza at gmail.com>
> >
> > yours Xorg.0.log says :
> >
> >> (WW) intel(0): Removed DRI frontbuffer mapping in compatibility mode.
> >> (WW) intel(0): DRIGetDeviceInfo will report incorrect frontbuffer
> >> handle.
> >>
>
> plain text document attachment (xorg.conf)
> # xorg.conf (xorg 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 "Files"
> EndSection
>
> Section "InputDevice"
> Identifier "Generic Keyboard"
> Driver "kbd"
> Option "CoreKeyboard"
> Option "XkbRules" "xorg"
> Option "XkbModel" "pc105"
> Option "XkbLayout" "pl"
> EndSection
>
> Section "InputDevice"
> Identifier "Configured Mouse"
> Driver "mouse"
> Option "CorePointer"
> Option "Device" "/dev/input/mice"
> Option "Protocol" "ImPS/2"
> EndSection
>
> Section "InputDevice"
> Identifier "Synaptics Touchpad"
> Driver "synaptics"
> Option "SendCoreEvents" "true"
> Option "Device" "/dev/psaux"
> Option "Protocol" "auto-dev"
> Option "HorizScrollDelta" "0"
> EndSection
>
> Section "Device"
> Identifier "intel"
> # Driver "vesa"
> Driver "intel"
> BusID "PCI:0:2:0"
> # Option "UseFBDev" "true"
> Option "AccelMethod" "XAA"
> Option "Tiling" "false"
> Option "FramebufferCompression" "false"
> EndSection
>
> Section "Monitor"
> Identifier "Generic Monitor"
> Option "DPMS"
> EndSection
>
> Section "Screen"
> Identifier "Default Screen"
> Device "intel"
> Monitor "Generic Monitor"
> DefaultDepth 24
> SubSection "Display"
> Modes "1280x800" "640x480"
> EndSubSection
> EndSection
>
> Section "ServerLayout"
> Identifier "Default Layout"
> Screen "Default Screen"
> InputDevice "Generic Keyboard"
> InputDevice "Configured Mouse"
> InputDevice "Synaptics Touchpad"
> EndSection
--
Sérgio M. B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 2192 bytes
Desc: not available
URL: <http://lists.x.org/archives/xorg/attachments/20080104/1516a988/attachment.bin>
More information about the xorg
mailing list