shaul | 1 Jun 2012 06:01

20120524 snapshot not bootable

I tried the 20120524 snapshot amd64 USB image and X could not load to
start the installation. I edited xorg.conf and under driver it had intel
on a Radeon dual graphics system with AMD quad core. I tried Radeon and
Vesa and Xorg could not load
Kris Moore | 1 Jun 2012 19:41
Gravatar

Re: 20120524 snapshot not bootable

On 06/01/2012 00:01, shaul@... wrote:
> I tried the 20120524 snapshot amd64 USB image and X could not load to
> start the installation. I edited xorg.conf and under driver it had intel
> on a Radeon dual graphics system with AMD quad core. I tried Radeon and
> Vesa and Xorg could not load
>
>
> _______________________________________________
> Testing mailing list
> Testing@...
> http://lists.pcbsd.org/mailman/listinfo/testing

Does the 20120524 snapshot have the same issue? It includes a bit newer
xorg and some fixes to the drivers.

--

-- 
Kris Moore
PC-BSD Software
iXsystems
Kris Moore | 1 Jun 2012 20:57
Gravatar

Re: Xorg unloads radeon module because KMS is enabled

On 05/31/2012 01:09, Mads Worsøe Duun wrote:

Thanks Warner, but the problem here is not how to implement KMS, because I really don't care. The problem is, that the version of xorg used on the current PCBSD snapshots, tries to force KMS on my Radeon card, and then falls back to vesa.

Mads


Have you discussed this with anybody on the FreeBSD xorg mailing list?

http://lists.freebsd.org/pipermail/freebsd-x11/

This seems like something the xorg maintainers would be aware of, and possibly have a work-around for.

Den 30/05/2012 23.51 skrev "Warner Losh" <imp-uzTCJ5RojNnQT0dZR+AlfA@public.gmane.org>:

On May 30, 2012, at 3:07 PM, Mads Worsøe Duun wrote:

Still have the KMS problem with the new 20120524 snapshot.

Right, but starting off a port of the DFBsd stuff would be a big step backwards in the base support.  Having tried to do a quick port of that in the past, and looking at kib's work, I'd say kib's work is much more functional.  At best, you might be able to cherry-pick some radeon support, but it would need some minor reworking to cope with the differences between the two APIs.

Warner

Mads

Den 24/05/2012 22.12 skrev "Mads Worsøe Duun" <mads-AjN32Cl0S1Zaa/9Udqfwiw@public.gmane.org>:

> Short answer is: no, not really.  The DFBSD work is interesting, but incomplete.  A much more complete set of patches is being circulated and integrated into FreeBSD by kib <at> .
>
> Warner

I know the patches from kip <at> , but as fare I know it's Intel GEM only, and won't help much for eg. Radeon HD, as it needs TTM. My problem with the PCBSD 20120505 snapshot is, that it trys to enable KMS for my Radeon HD 2600 PRO card, and falls back to vesa, even if I try to generate my own xorg.conf file.

Mads Worsøe Duun

_______________________________________________
Testing mailing list
Testing-Fhbtn2kkCAMmbxgs1yVkuA@public.gmane.org
http://lists.pcbsd.org/mailman/listinfo/testing


_______________________________________________
Testing mailing list
Testing-Fhbtn2kkCAMmbxgs1yVkuA@public.gmane.org
http://lists.pcbsd.org/mailman/listinfo/testing



_______________________________________________ Testing mailing list Testing-Fhbtn2kkCAMmbxgs1yVkuA@public.gmane.org http://lists.pcbsd.org/mailman/listinfo/testing


-- Kris Moore PC-BSD Software iXsystems
_______________________________________________
Testing mailing list
Testing@...
http://lists.pcbsd.org/mailman/listinfo/testing
Mads Worsøe Duun | 1 Jun 2012 22:02
Picon

Re: Xorg unloads radeon module because KMS is enabled

Have you discussed this with anybody on the FreeBSD xorg mailing list?

http://lists.freebsd.org/pipermail/freebsd-x11/

This seems like something the xorg maintainers would be aware of, and possibly have a work-around for.


Just sent them a post. Thanks Kris 

_______________________________________________
Testing mailing list
Testing@...
http://lists.pcbsd.org/mailman/listinfo/testing
Sha'ul | 2 Jun 2012 23:16

20120524 snapshot not bootable

Yes I was only talking about the 20120524 USB snapshot not being 
bootable, can't load, I have not tried snapshots before the May 24th 
one, but xorg does not work
Mads Worsøe Duun | 3 Jun 2012 11:45
Picon

Re: Xorg unloads radeon module because KMS is enabled

Have you discussed this with anybody on the FreeBSD xorg mailing list?

http://lists.freebsd.org/pipermail/freebsd-x11/

This seems like something the xorg maintainers would be aware of, and possibly have a work-around for.

In freebsd-x11 they told me that libdrm probably is build using WITH_KMS=YES, and that may be a problem on non Intel cards. Today I will try to build xorg with WITH_NEW_XORG=YES and WITH_KMS=YES on a clean FreeBSD, and see what happens. Btw. I guess Dru has told you about the Solaris-like beadm http://forums.freebsd.org/showthread.php?t=31662http://www.freshports.org/sysutils/beadm/. This is pretty smart for this xorg test, as I can roll back to the previous beadm as if nothing was changed.

Mads Worsøe Duun
_______________________________________________
Testing mailing list
Testing@...
http://lists.pcbsd.org/mailman/listinfo/testing
Sha'ul | 3 Jun 2012 22:53

20120524 snapshot i386 can't probe hardware

I ran the 20120524 i386 snapshot USB on Pentium III and freezes or locks 
up when it starts the hardware detection for dmesg. The 9.0 stable 
release works fine, no problems at all.

I tried running the 20120524 snapshot i386 USB on a Pentium Dual Core 
E6800 and it immediately crashed before anything started running, before 
it loaded the Options boot screen. I did not try running the amd64 
snapshot on the Pentium Dual Core to see if it is a code snapshot issue 
or an i386 issue
Kris Moore | 4 Jun 2012 18:49
Gravatar

Re: Xorg unloads radeon module because KMS is enabled

On 06/03/2012 05:45, Mads Worsøe Duun wrote:
Have you discussed this with anybody on the FreeBSD xorg mailing list?

http://lists.freebsd.org/pipermail/freebsd-x11/

This seems like something the xorg maintainers would be aware of, and possibly have a work-around for.

In freebsd-x11 they told me that libdrm probably is build using WITH_KMS=YES, and that may be a problem on non Intel cards. Today I will try to build xorg with WITH_NEW_XORG=YES and WITH_KMS=YES on a clean FreeBSD, and see what happens. Btw. I guess Dru has told you about the Solaris-like beadm http://forums.freebsd.org/showthread.php?t=31662http://www.freshports.org/sysutils/beadm/. This is pretty smart for this xorg test, as I can roll back to the previous beadm as if nothing was changed.

Mads Worsøe Duun


_______________________________________________ Testing mailing list Testing-Fhbtn2kkCAMmbxgs1yVkuA@public.gmane.org http://lists.pcbsd.org/mailman/listinfo/testing

Yes, the new snapshots are all built with WITH_NEW_XORG=YES, so we get the latest Intel drivers, etc. If that fails on your vanilla freebsd, then we can narrow it down to those enhancements causing the problem.

I've added the beadm port for future snapshots, will take a closer look at implementation down the road :)

-- Kris Moore PC-BSD Software iXsystems
_______________________________________________
Testing mailing list
Testing@...
http://lists.pcbsd.org/mailman/listinfo/testing
Mads Worsøe Duun | 5 Jun 2012 17:04
Picon

Re: Xorg unloads radeon module because KMS is enabled

Hi Kris
 
Yes, the new snapshots are all built with WITH_NEW_XORG=YES, so we get the latest Intel drivers, etc. If that fails on your vanilla freebsd, then we can narrow it down to those enhancements causing the problem.

I was testing on a vanilla FreeBSD today. The problem lies in the graphics/libdrm port, where KMS is enabled. Disabling KMS in graphics/libdrm, makes xorg work, even with WITH_NEW_XORG=YES in /etc/make.conf.

I've added the beadm port for future snapshots, will take a closer look at implementation down the road :)

Btw, using beadm for this test, worked like a dream. Just rolled back to my working system ;)

Mads Worsøe Duun 
_______________________________________________
Testing mailing list
Testing@...
http://lists.pcbsd.org/mailman/listinfo/testing
Curt Dox | 5 Jun 2012 19:35
Picon

USB image identification

Hello!

I would like to know if there is already an easy way to discover the version/type of any particular USB stick after it has been burned but *without* needing to boot it.  Is there a readme file or some other sort of distinguishing feature that could be easily found that would indicate which USB image was burned?

If such a thing does not exist, I would like to suggest a small readme/manifest file that would be in an easily reached location within each USB, right inside / if possible would be difficult to miss.

Thanks!

_______________________________________________
Testing mailing list
Testing@...
http://lists.pcbsd.org/mailman/listinfo/testing

Gmane