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!
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!
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
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
|
DetailsDescription: 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.
Monday, 30 March 2009, 18:50 GMT
Reason for closing: Fixed
Additional comments about closing: Removed patch from xorg-server 1.6.
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
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.