[Bug 515352] New: xorg-x11-driver-video-unichrome: VT3108 support on K8M800 Socket AM2
http://bugzilla.novell.com/show_bug.cgi?id=515352 Summary: xorg-x11-driver-video-unichrome: VT3108 support on K8M800 Socket AM2 Classification: openSUSE Product: openSUSE 11.1 Version: Final Platform: i586 OS/Version: openSUSE 11.1 Status: NEW Severity: Normal Priority: P5 - None Component: X.Org AssignedTo: bnc-team-xorg-bugs@forge.provo.novell.com ReportedBy: braichuk@tut.by QAContact: xorg-maintainer-bugs@forge.provo.novell.com Found By: --- Created an attachment (id=299597) --> (http://bugzilla.novell.com/attachment.cgi?id=299597) /var/log/SaX.log after sax2 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.4) Gecko/2008103100 SUSE/3.0.4-4.6 Firefox/3.0.4 After installation of OpenSUSE 11.1, X does not start. File /etc/X11/xorg.conf in device section contains ... Driver "unichrome" ... Problem has been solved by installing openchrome driver. Mainboard is based on K8M800 chipset with socket AM2 Reproducible: Always Steps to Reproduce: 1. Install OpenSUSE 11.1 + X Widnow system on mainboard with K8M800 chipset with Socket AM2. Actual Results: end of /var/SaX.log, after sax2: (II) VIA(0): FUNCTION: VIAScreenInit (II) VIA(0): FUNCTION: VIAMapMMIO (--) VIA(0): mapping MMIO @ 0xf4000000 with size 0x9000 (--) VIA(0): mapping BitBlt MMIO @ 0xf4200000 with size 0x10000 (II) VIA(0): FUNCTION: VIASave (II) VIA(0): FUNCTION: ViaMapFB (II) VIA(0): FUNCTION: ViaFBBaseGet (--) VIA(0): mapping framebuffer @ 0x3c000000 with size 0x4000000 (--) VIA(0): Framebuffer: Direct CPU access enabled. (EE) VIA(0): Internal error: could not map framebuffer (II) VIA(0): FUNCTION: ViaMapFB (II) VIA(0): FUNCTION: ViaFBBaseGet (--) VIA(0): mapping framebuffer @ 0x3c000000 with size 0x4000000 (--) VIA(0): Framebuffer: Direct CPU access enabled. (EE) VIA(0): Internal error: could not map framebuffer Fatal server error: AddScreen/ScreenInit failed for driver 0 Expected Results: X starts. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=515352 Serge Braichuk <braichuk@tut.by> changed: What |Removed |Added ---------------------------------------------------------------------------- Platform|i586 |i686 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=515352 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P4 - Low CC| |sndirsch@novell.com AssignedTo|bnc-team-xorg-bugs@forge.pr |libv@skynet.be |ovo.novell.com | Summary|xorg-x11-driver-video-unich |xf86-video-unichrome: |rome: VT3108 support on |VT3108 support broken on |K8M800 Socket AM2 |K8M800 Socket AM2 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=515352 User libv@skynet.be added comment http://bugzilla.novell.com/show_bug.cgi?id=515352#c1 --- Comment #1 from Luc Verhaegen <libv@skynet.be> 2009-06-22 16:15:36 MDT --- This can be only one motherboard. MSI K9MM-V. I know of no other board implementing the k8m800 (AGP!) with a ddr2 capable amd processor. Guess what i have sitting around, waiting to be properly tested/implemented? This error message is highly suspicious though, we shouldn't be trying to map the same memory twice and bail straight away. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=515352 User braichuk@tut.by added comment http://bugzilla.novell.com/show_bug.cgi?id=515352#c2 --- Comment #2 from Serge Braichuk <braichuk@tut.by> 2009-06-23 12:14:14 MDT --- This is BIOSTAR K8M800 Micro AM2 motherboard. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=515352 Luc Verhaegen <libv@skynet.be> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=515352 User libv@skynet.be added comment http://bugzilla.novell.com/show_bug.cgi?id=515352#c3 Luc Verhaegen <libv@skynet.be> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|xf86-video-unichrome: |xf86-video-unichrome: |VT3108 support broken on |mapping FB above known ram |K8M800 Socket AM2 |broken. --- Comment #3 from Luc Verhaegen <libv@skynet.be> 2009-08-28 06:07:18 MDT --- This problem exists on all chipsets with hypertransport based AMD cpus. Why: The FB sits in main RAM which sits off the CPUs memory controller. Any normal access to the unichrome's announced RAM means that accesses go from the cpu, over HT, to the northbridge, hits the memory controller, which sends the access straight back over the same HT link to the CPU, which then sends the memory access out the other side of the CPU on to its ram controller into the RAM. We cut short this path and send access straight to the ram controller. This makes the driver a lot faster. But for that we have to map a part of main RAM that neither the kernel nor the PCI device think is there. Due to improved checking in newer kernels, this mapping is no longer allowed. Will hopefully have a solution in the next few hours that will retain this clean, fast path to memory. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=515352 User libv@skynet.be added comment http://bugzilla.novell.com/show_bug.cgi?id=515352#c4 Luc Verhaegen <libv@skynet.be> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |FIXED --- Comment #4 from Luc Verhaegen <libv@skynet.be> 2009-08-28 18:38:26 MDT --- Pushed in 5d542c6 The culprit was libpciaccess. Thanks for reporting this! -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=515352 User braichuk@tut.by added comment http://bugzilla.novell.com/show_bug.cgi?id=515352#c5 --- Comment #5 from Serge Braichuk <braichuk@tut.by> 2009-09-13 16:36:48 MDT --- I've installed this driver but it also doesn't work for me. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=515352 User braichuk@tut.by added comment http://bugzilla.novell.com/show_bug.cgi?id=515352#c6 --- Comment #6 from Serge Braichuk <braichuk@tut.by> 2009-09-13 16:38:51 MDT --- Created an attachment (id=318021) --> (http://bugzilla.novell.com/attachment.cgi?id=318021) New SaX.log -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=515352 User braichuk@tut.by added comment http://bugzilla.novell.com/show_bug.cgi?id=515352#c7 --- Comment #7 from Serge Braichuk <braichuk@tut.by> 2009-09-13 16:41:51 MDT --- This driver works well: http://widehat.opensuse.org/repositories/X11:/Drivers:/Video/openSUSE_11.1/i.... But graphic performance is slow. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=515352 User sndirsch@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=515352#c8 --- Comment #8 from Stefan Dirsch <sndirsch@novell.com> 2009-09-13 16:45:47 MDT --- (II) LoadModule: "unichrome" (II) Loading /usr/lib/xorg/modules//drivers/unichrome_drv.so (II) Module unichrome: vendor="http://unichrome.sf.net/" compiled for 1.6.3.901, module version = 0.2.0 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 5.0 (EE) module ABI major version (5) doesn't match the server's version (4) (II) UnloadModule: "unichrome" (II) Unloading /usr/lib/xorg/modules//drivers/unichrome_drv.so (EE) Failed to load module "unichrome" (module requirement mismatch, 0) Apparently you tried to run the driver built against Factory (xserver 1.6 with ABI 5) instead of 11.1 (xserver 1.5.2 with ABI 4). This cannot work. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=515352 User braichuk@tut.by added comment http://bugzilla.novell.com/show_bug.cgi?id=515352#c9 --- Comment #9 from Serge Braichuk <braichuk@tut.by> 2009-09-13 17:24:15 MDT --- Is there any driver that built against 11.1? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=515352 User sndirsch@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=515352#c10 --- Comment #10 from Stefan Dirsch <sndirsch@novell.com> 2009-09-13 19:26:54 MDT --- Yes, there is: http://download.opensuse.org/repositories/X11:/Drivers:/Video/openSUSE_11.1/... http://download.opensuse.org/repositories/X11:/Drivers:/Video/openSUSE_11.1/... Latest RPM changelog entry: ------------------------------------------------------------------- Sat Aug 29 04:51:19 CEST 2009 - sndirsch@suse.de - update to git commit 5d542c6 (2009-08-29) * experimental support for - VT3118: PM800, CN400, PM880, whatever. - VT3344: P4M800Pro, CN700, VN800 - VT3157: CX700 - VT3230: K8M890 - VT3343: P4M890 - VT3371: P4M900 * FB Mapping: fix mapping of AMD k8 direct FB under libpciaccess (bnc #515352) * various other fixes and improvements -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=515352 User braichuk@tut.by added comment http://bugzilla.novell.com/show_bug.cgi?id=515352#c11 --- Comment #11 from Serge Braichuk <braichuk@tut.by> 2009-09-14 12:20:44 MDT --- Thanks for support! The driver works! -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=515352 User braichuk@tut.by added comment http://bugzilla.novell.com/show_bug.cgi?id=515352#c12 --- Comment #12 from Serge Braichuk <braichuk@tut.by> 2009-09-14 12:50:22 MDT --- But anyway it has some problems with 3d support on my chipset. When I start Euphoria screensaver in grid, cubizm modes my pc slows down and then hangs up. Above mentioned Chrome9 driver doesn't has such problem. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com