Bug#731144: kfreebsd: drm2 and i915kms kernel modules are not loaded automatically

2013-12-02 Thread Konstantin Belousov
On Mon, Dec 02, 2013 at 04:55:38PM +0100, Robert Millan wrote: > On 02/12/2013 16:04, Steven Chamberlain wrote: > > On 02/12/13 14:55, Robert Millan wrote: > >> Perhaps we need to replace that patch with the dummy "return 0" version? > >> I'm afraid the check might fail if we don't, since upstream

Bug#731144: kfreebsd: drm2 and i915kms kernel modules are not loaded automatically

2013-12-02 Thread Christoph Egger
Hi! Robert Millan writes: > Btw, found another problem. In libdrm we're using a preliminary patch > from http://people.freebsd.org/~kib/drm/libdrm.2.patch but it turns out > FreeBSD ports don't use it in production: > > http://svnweb.freebsd.org/ports/head/graphics/libdrm/files/extra-xf86drmMode.

Bug#731144: kfreebsd: drm2 and i915kms kernel modules are not loaded automatically

2013-12-02 Thread Steven Chamberlain
On 19:31, Steven Chamberlain wrote: > http://svnweb.freebsd.org/ports/head/graphics/libdrm/Makefile?annotate=328711&pathrev=328711#l30 > > Debian will additionally need: || defined(__FreeBSD_kernel__) > > I'm quite sure this is why Radeon KMS didn't work when I tried it. I'm trying that now. It

Bug#731182: xserver-xorg-video-intel: drm2 and i915kms kernel modules are not loaded automatically

2013-12-02 Thread Steven Chamberlain
On 23:41, Robert Millan wrote: > Btw does someone know whether WITH_NEW_XORG is enabled by default? I think so. See https://wiki.freebsd.org/Graphics#Roadmap In the third row: 'Ports: enable WITH_NEW_XORG by default' Regards, -- Steven Chamberlain ste...@pyro.eu.org -- To UNSUBSCRIBE, emai

Bug#731182: xserver-xorg-video-intel: drm2 and i915kms kernel modules are not loaded automatically

2013-12-02 Thread Robert Millan
(switching bug num) On 02/12/2013 20:31, Steven Chamberlain wrote: > On 02/12/13 18:27, brunomaxi...@openmailbox.org wrote: >> WITH_NEW_XORG=true and WITH_KMS=true. >> Debian has that? > > WITH_NEW_XORG actually does enable the extra-xf86drmMode.c patch, when > libdrm2 is built by FreeBSD, along

Processed: cloning...

2013-12-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > clone 731144 -1 Bug #731144 [kfreebsd-image-9.2-1-amd64] kfreebsd: drm2 and i915kms kernel modules are not loaded automatically Bug 731144 cloned as bug 731182 > retitle 731144 libdrm: obsolete patch for drmCheckModesettingSupported() Bug #731144

cloning...

2013-12-02 Thread Robert Millan
clone 731144 -1 retitle 731144 libdrm: obsolete patch for drmCheckModesettingSupported() retitle -1 xserver-xorg-video-intel: drm2 and i915kms kernel modules are not loaded automatically thanks Cloning but not reassigning. Better sort out what needs to be done first :-) -- Robert Millan -- T

Bug#731144: kfreebsd: drm2 and i915kms kernel modules are not loaded automatically

2013-12-02 Thread brunomaximom
That's a known bug. Once X starts, the display should come back on. I'm not sure if your system needs to use the Radeon or Intel driver. I'd prefer intel, because radeon can't work on Linux too. But if possible enable radeon too, that will be more advantageous for me than linux. That's als

Bug#731144: kfreebsd: drm2 and i915kms kernel modules are not loaded automatically

2013-12-02 Thread Steven Chamberlain
On 02/12/13 19:40, brunomaxi...@openmailbox.org wrote: >> I'm quite sure this is why Radeon KMS didn't work when I tried it. > > Maybe for intel black screen too? That's a known bug. Once X starts, the display should come back on. I'm not sure if your system needs to use the Radeon or Intel driv

Bug#731144: kfreebsd: drm2 and i915kms kernel modules are not loaded automatically

2013-12-02 Thread Steven Chamberlain
On 02/12/13 18:27, brunomaxi...@openmailbox.org wrote: > WITH_NEW_XORG=true and WITH_KMS=true. > Debian has that? WITH_NEW_XORG actually does enable the extra-xf86drmMode.c patch, when libdrm2 is built by FreeBSD, along with many other things: http://svnweb.freebsd.org/ports/head/graphics/libdrm/

Bug#731144: kfreebsd: drm2 and i915kms kernel modules are not loaded automatically

2013-12-02 Thread brunomaximom
Maybe that can solve my problem too. I think xorg is needing a patch...I was looking for about hybrid graphics at Google and find this: WITH_NEW_XORG=true and WITH_KMS=true. Debian has that? -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsubscribe". Troub

Bug#731144: kfreebsd: drm2 and i915kms kernel modules are not loaded automatically

2013-12-02 Thread Robert Millan
On 02/12/2013 16:04, Steven Chamberlain wrote: > On 02/12/13 14:55, Robert Millan wrote: >> Perhaps we need to replace that patch with the dummy "return 0" version? >> I'm afraid the check might fail if we don't, since upstream doesn't use >> it at all. > > Ahhh probably, this could be why AMD Rad

Bug#731144: kfreebsd: drm2 and i915kms kernel modules are not loaded automatically

2013-12-02 Thread Markus Koschany
On Mon, 02. Dec 13:27 Steven Chamberlain wrote: [...] > even with a supported card, it blanks the console until Xorg (hopefully) > starts. > > I assume Intel KMS doesn't have that problem? After loading i915kms, > the console still works? Unfortunately no. I can't switch to any of the text conso

Bug#731144: kfreebsd: drm2 and i915kms kernel modules are not loaded automatically

2013-12-02 Thread Steven Chamberlain
On 02/12/13 14:55, Robert Millan wrote: > Perhaps we need to replace that patch with the dummy "return 0" version? > I'm afraid the check might fail if we don't, since upstream doesn't use > it at all. Ahhh probably, this could be why AMD Radeon didn't work for me, it failed to detect KMS, but I w

Bug#731144: kfreebsd: drm2 and i915kms kernel modules are not loaded automatically

2013-12-02 Thread Robert Millan
On 02/12/2013 15:36, Robert Millan wrote: > I even recall seeing some code in X11 hardcoding this module load. But > can't find it now... Here, just found it: http://svnweb.freebsd.org/ports/head/x11-drivers/xf86-video-intel/files/extra-i915kms?revision=328711&view=markup I guess we just need to

Bug#731144: kfreebsd: drm2 and i915kms kernel modules are not loaded automatically

2013-12-02 Thread Robert Millan
Btw, found another problem. In libdrm we're using a preliminary patch from http://people.freebsd.org/~kib/drm/libdrm.2.patch but it turns out FreeBSD ports don't use it in production: http://svnweb.freebsd.org/ports/head/graphics/libdrm/files/extra-xf86drmMode.c?revision=300896&view=markup Perha

Bug#731144: kfreebsd: drm2 and i915kms kernel modules are not loaded automatically

2013-12-02 Thread Christoph Egger
Moin! Steven Chamberlain writes: > I assume Intel KMS doesn't have that problem? After loading i915kms, > the console still works? At least the 10.0 and 9.2 kernels in debian do have this problem (with intel) -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "

Bug#731144: kfreebsd: drm2 and i915kms kernel modules are not loaded automatically

2013-12-02 Thread Robert Millan
On 02/12/2013 14:09, Markus Koschany wrote: > If I install the > xserver-xorg-video-intel and libgl1-mesa-dri package the i915 kernel > module is loaded but in fact I had to manually add drm2 and i915kms to > /etc/modules and to unload i915 to benefit from the features of the intel > driver. Do d

Bug#731144: kfreebsd: drm2 and i915kms kernel modules are not loaded automatically

2013-12-02 Thread Robert Millan
On 02/12/2013 14:43, Robert Millan wrote: > On 02/12/2013 14:27, Steven Chamberlain wrote: >> Any idea if upstream FreeBSD auto-loads the modules? And if so, how? > > Probably with devd. Check /etc/devd.d/pci.conf. Uhm actually Markus said he had to unload the old modules. Clearly someone else i

Bug#731144: kfreebsd: drm2 and i915kms kernel modules are not loaded automatically

2013-12-02 Thread Robert Millan
On 02/12/2013 14:27, Steven Chamberlain wrote: > Any idea if upstream FreeBSD auto-loads the modules? And if so, how? Probably with devd. Check /etc/devd.d/pci.conf. -- Robert Millan -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Con

Bug#731144: kfreebsd: drm2 and i915kms kernel modules are not loaded automatically

2013-12-02 Thread Steven Chamberlain
Hi, Any idea if upstream FreeBSD auto-loads the modules? And if so, how? I thought I saw it mentioned in the FreeBSD wiki but can't find it now. In the case of AMD KMS it might not be a good idea to auto-load because, even with a supported card, it blanks the console until Xorg (hopefully) star

Bug#731144: kfreebsd: drm2 and i915kms kernel modules are not loaded automatically

2013-12-02 Thread Markus Koschany
Package: kfreebsd-image-9.2-1-amd64 Version: 9.2-1 Severity: normal Dear maintainer, I have successfully installed kfreebsd-amd64 on my Lenovo Thinkpad X200. This laptop ships an Intel GM45 chipset. Unfortunately the graphic system falls back to Gallium 0.4 on llvmpipe instead of using the intel

Bug#730774: Removed package(s) from unstable

2013-12-02 Thread Debian FTP Masters
We believe that the bug you reported is now fixed; the following package(s) have been removed from unstable: ufsutils | 8.2-4 | amd64, armel, armhf, i386, ia64, mips, mipsel, powerpc, s390x, sparc --- Reason --- ANAIS; newer version is kFreeBSD-only ---