Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#12621 - xorg-server patches create problem with opengl in Kwin, intel x3100 cards

Attached to Project: Arch Linux
Opened by Mateusz Tracz (matiit) - Tuesday, 30 December 2008, 20:04 GMT
Last edited by Jan de Groot (JGC) - Monday, 30 March 2009, 18:50 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version None
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: Standard xorg-server package is build with applied few patches. On my KDE4 (from repo) opengl in kwin create a problem (everything is black). I recompiled xorg-xserver without any patches and it is solving problem. You could do something with it.

Additional info:
* package version(s)
xorg-server (every version...)
* config and/or log files etc.
There are no errors


Steps to reproduce:
Start KDE4 with opengl effects on intel GMA945 card...
This task depends upon

Closed by  Jan de Groot (JGC)
Monday, 30 March 2009, 18:50 GMT
Reason for closing:  Fixed
Additional comments about closing:  Removed patch from xorg-server 1.6.
Comment by Jan de Groot (JGC) - Wednesday, 31 December 2008, 09:41 GMT
Can't reproduce. Please attach xorg.conf, Xorg.0.log and the versions of intel-dri, xf86-video-intel and xorg-server.
Comment by Mateusz Tracz (matiit) - Wednesday, 31 December 2008, 09:43 GMT
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
# InputDevice "Mouse0" "SendCoreEvents"
# InputDevice "TouchPad" # "SendCoreEvents"
# InputDevice "Keyboard0" "CoreKeyboard"
# Option "AIGLX" "on"
Option "AllowEmptyInput" "true"
EndSection

Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection

Section "Module"
Load "dri"
# Load "xtrap"
# Load "extmod"
Load "glx"
Load "GLcore"
Load "record"
Load "dbe"
Load "freetype"
Load "synaptics"
EndSection

#Section "InputDevice"
#Identifier "Mouse0"
#Driver "evdev"
#Option "Device" "/dev/input/by-id/usb-04fc_USB_Multi-Smart_Mouse-event-mouse"
#Option "RelHWHEELOptions" "invert"
#EndSection


#Section "InputDevice"
#Driver "synaptics"
#Identifier "TouchPad"
##Option "SendCoreEvents"
#Option "Protocol" "auto-dev"
#Option "VertTwoFingerScroll" "1"
#Option "HorizTwoFingerScroll" "1"
#Option "MinSpeed" "0.15"
#Option "MaxSpeed" "0.20"
#Option "SHMConfig" "on"
# Option "TapButton1" "integer"
# Option "TapButton2" "integer"
# Option "TapButton3" "integer"
#
#EndSection


Section "Monitor"
#DisplaySize 330 210 # mm
Identifier "Monitor0"
VendorName "SEC"
ModelName "3741"
EndSection

Section "Device"
# Option "VideoKey" "0x01"
Option "DRI" "true"
# Option "ExaNoComposite" "false"
# Option "AccelMethod" "exa"
#Option "XaaNoOffscreenPixmaps" "true"
# VideoRam 229376
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile GM965/GL960 Integrated Graphics Controller"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
# SubSection "Display"
# Viewport 0 0
# Depth 1
# EndSubSection
# SubSection "Display"
# Viewport 0 0
# Depth 4
# EndSubSection
# SubSection "Display"
# Viewport 0 0
# Depth 8
# EndSubSection
# SubSection "Display"
# Viewport 0 0
# Depth 15
# EndSubSection
# SubSection "Display"
# Viewport 0 0
# Depth 16
# EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
#Virtual 2704 1050
EndSubSection
EndSection

Section "dri"
Mode 0666
EndSection

Section "Extensions"
Option "Composite" "true"
EndSection



Now i don't have KDE4,
intel-dri, mesa etc... are in the newest versions from extra
Comment by Jan de Groot (JGC) - Wednesday, 31 December 2008, 10:06 GMT
You still didn't attach any logfile.
Comment by Mateusz Tracz (matiit) - Wednesday, 31 December 2008, 11:25 GMT
What can I attach? Xorg.0.log does not seem to have any errors...
Comment by Jan de Groot (JGC) - Wednesday, 31 December 2008, 12:07 GMT
Attach it anyways, as I want these logs for every Xorg related bugreport. The logs contain a lot of useful information.
Comment by Mateusz Tracz (matiit) - Wednesday, 31 December 2008, 12:08 GMT
Ok, attached.
Comment by Jan de Groot (JGC) - Wednesday, 31 December 2008, 14:38 GMT
I still can't reproduce your problem, and our patches aren't very special. The only patch that could affect anything in xorg-server related to your problems is the xserver-1.5-branch-4970d.patch file. This is a patch that includes the last few upstream commits from the server-1.5 branch.

The changes done in this patch can be found at http://cgit.freedesktop.org/xorg/xserver/log/?h=server-1.5-branch
Everything above the "Xserver 1.5.3" commit is in that patch.
Comment by Mateusz Tracz (matiit) - Wednesday, 31 December 2008, 17:13 GMT
Ok, with attached PKGBUILD all is ok, so commented patch causes problem
   PKGBUILD (4.4 KiB)
Comment by Jan de Groot (JGC) - Wednesday, 31 December 2008, 18:15 GMT
Removing the extramodes patch makes no sense to me, as it's just a bunch of additional modelines. I'll remove it anyways though, as Fedora already dropped the patch themselves.
Comment by Mateusz Tracz (matiit) - Wednesday, 31 December 2008, 19:05 GMT
I tell truth. My dude has the identical problem and identical thing makes solve for him... He has the same card.

Loading...