[Nouveau] [Bug 56535] Resident evil 4 with wine: crash

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56535 --- Comment #10 from Emil Velikov --- It's quite simple 1. Clone ABS [1] 2. Navigate to one of the mentioned components 3. Edit the accompanied PKGBUILD, appending "!strip" in the options array 4. (Optional), increment $pkgrel 5. Build and insta

[Nouveau] [Bug 56692] Xorg freezes with vblank enabled on nouveau nvc8

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56692 --- Comment #1 from Kelly Doran --- Created attachment 69459 --> https://bugs.freedesktop.org/attachment.cgi?id=69459&action=edit Xorg log -- You are receiving this mail because: You are the assignee for the bug. _

[Nouveau] [Bug 56692] New: Xorg freezes with vblank enabled on nouveau nvc8

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56692 Priority: medium Bug ID: 56692 Assignee: nouveau@lists.freedesktop.org Summary: Xorg freezes with vblank enabled on nouveau nvc8 QA Contact: xorg-t...@lists.x.org Severity: normal Cl

[Nouveau] [Bug 48464] Crash when GLXVBlank set to true

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48464 --- Comment #9 from Marcin Slusarz --- Kelly Doran: freeze != crash. You experience different bug. Please open new bug report. -- You are receiving this mail because: You are the assignee for the bug. ___

[Nouveau] [Bug 56535] Resident evil 4 with wine: crash

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56535 --- Comment #9 from KinG-InFeT --- I use archlinux but I've never used a debug configuration complete ... could you help me step by step? so I could give you any information you want. -- You are receiving this mail because: You are the assignee

[Nouveau] [Bug 56535] Resident evil 4 with wine: crash

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56535 --- Comment #8 from Johannes Obermayr --- (In reply to comment #7) > libdrm-2.4.39-1 -> installed > > mesa-9.0-1 -> installed > > all dependencies were already installed when debugging. You need also matching -debuginfo packages (or what ever

[Nouveau] [Bug 56535] Resident evil 4 with wine: crash

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56535 --- Comment #7 from KinG-InFeT --- libdrm-2.4.39-1 -> installed mesa-9.0-1 -> installed all dependencies were already installed when debugging. -- You are receiving this mail because: You are the assignee for the bug. ___

[Nouveau] [Bug 56535] Resident evil 4 with wine: crash

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56535 --- Comment #6 from Johannes Obermayr --- (In reply to comment #5) > wine: configuration in '/root/.wine' has been updated. "NEVER run Wine as root!" http://wiki.winehq.org/FAQ#head-96bebfa287b4288974de0df23351f278b0d41014 Nonetheless I assume

[Nouveau] [Bug 56535] Resident evil 4 with wine: crash

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56535 --- Comment #5 from KinG-InFeT --- err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution. fixme:iphlpapi:No

[Nouveau] [Bug 48464] Crash when GLXVBlank set to true

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48464 --- Comment #8 from Kelly Doran --- Created attachment 69426 --> https://bugs.freedesktop.org/attachment.cgi?id=69426&action=edit Xorg server log -- You are receiving this mail because: You are the assignee for the bug. __

[Nouveau] [Bug 48464] Crash when GLXVBlank set to true

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48464 --- Comment #7 from Kelly Doran --- Created attachment 69425 --> https://bugs.freedesktop.org/attachment.cgi?id=69425&action=edit dmesg kernel log -- You are receiving this mail because: You are the assignee for the bug. _

[Nouveau] [Bug 48464] Crash when GLXVBlank set to true

2012-11-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48464 --- Comment #6 from Kelly Doran --- I am using the latest nouveau git kernel sources on top of 3.7.0-rc3, xf86-video-nouveau 1.0.3, mesa 9.0, and xorg-server 1.13.0, and still receive this error on a gtx580 when GLXVBlank is enabled. The screen

[Nouveau] [PATCH 4/4] nouveau: NVPlatformProbe, handle shareable entities

2012-11-02 Thread Emil Velikov
During NVPciProbe, xf86ConfigPciEntity() implicitly calls checks and sets the entity as shared Here we are only allocating the screen, thus need to explicitly call the functions ZaphodHead and Xinerama should finally work Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=56347 Reported-By:

[Nouveau] [PATCH 3/4] nouveau: Factor out common code to NVHasKMS()

2012-11-02 Thread Emil Velikov
As the name suggests checks if it has kernel mode setting, prints out the interface version and checkes if the chipset is supported Function is used in NVPciProbe and NVPlatformProbe Signed-off-by: Emil Velikov --- src/nv_driver.c | 45 + 1 file chang

[Nouveau] [PATCH 1/4] nouveau: Remove unneeded xf86GetEntityInfo()

2012-11-02 Thread Emil Velikov
Retrieving the whole entity information is not needed as we only use the index - stored already in entity_num Signed-off-by: Emil Velikov --- src/nv_driver.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/nv_driver.c b/src/nv_driver.c index 9b5b9d6..c885e73 100644

[Nouveau] [PATCHv2 0/4] Make ZaphodHead work with xserver 1.13

2012-11-02 Thread Emil Velikov
As of xserver 1.13 the PlatformProbe hook is used. This patch series adds a few missing functions within that function and consolidates some of the duplicating code Dave, I've noticed that at least radeon and omap are lacking those, whereas the intel sna driver is up to scratch [PATCH 1/4]