[Bug 462707] New: No support for Poulsbo Graphics Chipset
https://bugzilla.novell.com/show_bug.cgi?id=462707 User ultimatedevr@yahoo.com added comment https://bugzilla.novell.com/show_bug.cgi?id=462707#c17 Summary: No support for Poulsbo Graphics Chipset Product: openSUSE 11.1 Version: Final Platform: i586 OS/Version: Linux Status: NEW Severity: Major Priority: P5 - None Component: X.Org AssignedTo: sndirsch@novell.com ReportedBy: ultimatedevr@yahoo.com QAContact: xorg-maintainer-bugs@forge.provo.novell.com Found By: Other I'm using a Kohjinsha SC3 and am currently running openSUSE 11.1 on it; everything works properly except for the graphics driver; there is no psb driver for X.Org under openSUSE, so I must use vesa, which does not allow me to change the resolution to anything above 800x600 (However it works perfectly with the psb driver on the Ubuntu LiveCD). I have tried to compile the psb driver from source, however I get this error (this is for the kernel module psb from the moblin site (psb-kmd), not the ubuntu source package:) make -C /lib/modules/2.6.25.18-0.2-default/source SUBDIRS=`pwd` DRMSRCDIR=`pwd` modules make[1]: Entering directory `/usr/src/linux-2.6.25.18-0.2' CC [M] /home/ultimatedevr/Desktop/psb-kmd/drm_drv.o /home/ultimatedevr/Desktop/psb-kmd/drm_drv.c: In function ‘drm_core_init’: /home/ultimatedevr/Desktop/psb-kmd/drm_drv.c:478: error: implicit declaration of function ‘drm_init_pat’ make[2]: *** [/home/ultimatedevr/Desktop/psb-kmd/drm_drv.o] Error 1 make[1]: *** [_module_/home/ultimatedevr/Desktop/psb-kmd] Error 2 make[1]: Leaving directory `/usr/src/linux-2.6.25.18-0.2' make: *** [modules] Error 2 Also, here's a couple of links for the psb driver from moblin and ubuntu http://git.moblin.org/apt/pool/main/p/psb-kmd/ https://launchpad.net/~ubuntu-mobile/+archive?field.name_filter=xserver-xorg-video-psb&field.status_filter=any Output of hwinfo --gfx 17: PCI 02.0: 0300 VGA compatible controller (VGA) [Created at pci.310] UDI: /org/freedesktop/Hal/devices/pci_8086_8108 Unique ID: _Znp.+YhPLQ1xMP7 SysFS ID: /devices/pci0000:00/0000:00:02.0 SysFS BusID: 0000:00:02.0 Hardware Class: graphics card Model: "Intel VGA compatible controller" Vendor: pci 0x8086 "Intel Corporation" Device: pci 0x8108 SubVendor: pci 0x1170 "Inventec Corporation" SubDevice: pci 0x0032 Revision: 0x06 Memory Range: 0xdff80000-0xdfffffff (rw,non-prefetchable) I/O Ports: 0xe880-0xe887 (rw) Memory Range: 0xd0000000-0xd7ffffff (rw,non-prefetchable) Memory Range: 0xdff60000-0xdff7ffff (rw,non-prefetchable) IRQ: 10 (no events) I/O Ports: 0x3c0-0x3df (rw) Module Alias: "pci:v00008086d00008108sv00001170sd00000032bc03sc00i00" Config Status: cfg=no, avail=yes, need=no, active=unknown Primary display adapter: #17 Output of lspci 00:00.0 Host bridge: Intel Corporation System Controller Hub (SCH Poulsbo) (rev 06) 00:02.0 VGA compatible controller: Intel Corporation System Controller Hub (SCH Poulsbo) Graphics Controller (rev 06) 00:1b.0 Audio device: Intel Corporation System Controller Hub (SCH Poulsbo) HD Audio Controller (rev 06) 00:1c.0 PCI bridge: Intel Corporation System Controller Hub (SCH Poulsbo) PCI Express Port 1 (rev 06) 00:1c.1 PCI bridge: Intel Corporation System Controller Hub (SCH Poulsbo) PCI Express Port 2 (rev 06) 00:1d.0 USB Controller: Intel Corporation System Controller Hub (SCH Poulsbo) USB UHCI #1 (rev 06) 00:1d.1 USB Controller: Intel Corporation System Controller Hub (SCH Poulsbo) USB UHCI #2 (rev 06) 00:1d.2 USB Controller: Intel Corporation System Controller Hub (SCH Poulsbo) USB UHCI #3 (rev 06) 00:1d.7 USB Controller: Intel Corporation System Controller Hub (SCH Poulsbo) USB EHCI #1 (rev 06) 00:1f.0 ISA bridge: Intel Corporation System Controller Hub (SCH Poulsbo) LPC Bridge (rev 06) 00:1f.1 IDE interface: Intel Corporation System Controller Hub (SCH Poulsbo) IDE Controller (rev 06) -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=462707 User sndirsch@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=462707#c1 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Stefan Dirsch <sndirsch@novell.com> 2008-12-28 22:59:52 MST --- Never heard about such a graphics chipset from Intel. I also couldn't find any X.Org driver for it. I'm afraid you need to rely on vesa/fbdev driver for the time being. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=462707 User ultimatedevr@yahoo.com added comment https://bugzilla.novell.com/show_bug.cgi?id=462707#c2 Kyle Bond <ultimatedevr@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | --- Comment #2 from Kyle Bond <ultimatedevr@yahoo.com> 2008-12-29 14:36:47 MST --- There is a driver for it in X.Org; I included a link to it in my previous post (Ubuntu has a package called xserver-xorg-video-psb which works perfectly when I use an Ubuntu LiveCD, but this package is not available under openSUSE so I guess what I'm asking for is either for the openSUSE X.Org maintainers to add this package to the main repositories or aid me in compiling the driver myself (the first link in my previous post)) As for not having heard of the chipset, Poulsbo is the name of a UMPC chipset,and the graphics component is called the Intel GMA500 (http://www.tomshardware.com/reviews/intel-atom-cpu,1947-3.html) -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=462707 User sndirsch@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=462707#c3 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Major |Enhancement Status|REOPENED |ASSIGNED Priority|P5 - None |P4 - Low Summary|No support for Poulsbo Graphics Chipset |psb: New driver for Intel's Poulsbo Graphics | |Chipset --- Comment #3 from Stefan Dirsch <sndirsch@novell.com> 2008-12-29 17:01:32 MST --- Still can't find the sources for this X.Org driver. Also I don't know if it requires this kernel module. Enhancement with low priority. Nobody else ever requested support for it so far since we began developing openSUSE 11.1/SLE11. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=462707 User ultimatedevr@yahoo.com added comment https://bugzilla.novell.com/show_bug.cgi?id=462707#c5 Kyle Bond <ultimatedevr@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ultimatedevr@yahoo.com --- Comment #5 from Kyle Bond <ultimatedevr@yahoo.com> 2009-01-09 20:40:35 MST --- I wasn't able to find the source for 0.2.6, but I did find the source for 0.2.1 of the psb driver on ubuntu. Binary: http://packages.ubuntu.com/it/gutsy/xserver-xorg-video-psb Source: http://packages.ubuntu.com/it/source/gutsy/xserver-xorg-video-psb The download links are at the bottom of the pages. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=462707 User sndirsch@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=462707#c6 --- Comment #6 from Stefan Dirsch <sndirsch@novell.com> 2009-01-31 02:39:09 MST --- See also: http://lists.freedesktop.org/archives/xorg/2009-January/042594.html http://www.happyassassin.net/2009/01/30/intel-gma-500-poulsbo-graphics-on-li... -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=462707 User sndirsch@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=462707#c7 --- Comment #7 from Stefan Dirsch <sndirsch@novell.com> 2009-01-31 02:52:05 MST --- Kyle, please read the post by Adam Williamsen. Then you might understand why we currently can't integrate this driver. Thanks. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=462707 User ultimatedevr@yahoo.com added comment https://bugzilla.novell.com/show_bug.cgi?id=462707#c8 --- Comment #8 from Kyle Bond <ultimatedevr@yahoo.com> 2009-01-31 18:42:12 MST --- Yes, I understand now; looks like Intel needs to get on the ball with this. Good news is that now this problem's getting more publicity, getting published on Phoronix (http://www.phoronix.com/scan.php?page=news_item&px=NzAyOQ) and Slashdot (http://tech.slashdot.org/article.pl?sid=09/01/31/1859200). Hopefully this'll get Intel & Tungsten to properly code a x video driver for the GMA500 and submit it upstream for all to use. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=462707 User jhaygood@reaktix.com added comment https://bugzilla.novell.com/show_bug.cgi?id=462707#c9 Justin Haygood <jhaygood@reaktix.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jhaygood@reaktix.com --- Comment #9 from Justin Haygood <jhaygood@reaktix.com> 2009-03-31 08:49:02 MDT --- Another netbook that is a bit more high profile also comes with this graphics chip: the Dell Mini 12 (which I have). Currently forced to run the Dell Ubuntu 8.04.1 until there's a working driver for openSUSE :( -- 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.
participants (1)
-
bugzilla_noreply@novell.com