Mailinglist Archive: opensuse-bugs (6932 mails)
| < Previous | Next > |
[Bug 680085] Screen blanks while working, EDID checksum error in log
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Wed, 30 Mar 2011 18:43:14 +0000
- Message-id: <20110330184314.2EF9E24551D@molor.provo.novell.com>
https://bugzilla.novell.com/show_bug.cgi?id=680085
https://bugzilla.novell.com/show_bug.cgi?id=680085#c16
--- Comment #16 from Andre Barros <andre.cbarros@xxxxxxxxx> 2011-03-30 18:43:12
UTC ---
(In reply to comment #15)
007c80a5497a3f9c8393960ec6e6efd30955dcb1 was merged via -stable. I will build
a
new kernel with the second patch though.
Perhaps, you could also update to xf86-video-intel-2.14.902 or even better, to
the last master of http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/.
It corrects lots of problems I had with terminal corruption and instablility.
It would be nice also to decouple all the video drivers amassed on
xorg-x11-driver-video package, as it eases the task involved on individual
video driver update. I know the last "request" is hard to goes forth.
My problems with my KVM went off using a custom xorg.ini and turn to "false"
one of its options (HotPlug). Perhaps, my xorg.conf may be useful to someone
else:
# -----------------------------------------
# xorg.conf customized to evade edid errors
# -----------------------------------------
Section "Monitor"
Identifier "Monitor0"
VendorName "Philips"
ModelName "Philips LCD"
EndSection
Section "Device"
Identifier "Card0"
Driver "intel"
BusID "PCI:0:2:0"
Option "AccelMethod" "UXA"
Option "DRI" "true"
Option "DRI2" "true"
Option "XAANoOffscreenPixmaps" "true"
Option "MigrationHeuristic" "greedy"
Option "Legacy3D" "false"
Option "PageFlip" "true"
Option "TripleBuffer" "false"
#Option "Tiling" "true"
#Option "Shadow" "true"
Option "HotPlug" "false"
Option "XvMC" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Monitor "Monitor0"
Device "Card0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "800x600"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Option "AIGLX" "true"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "DRI"
Group "video"
Mode 0666
EndSection
# --------------------
# end of hotplug avert
# --------------------
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |