Re: PowerMac G5 and KMS

2017-03-06 Thread Joe Nosay
Set up SSH tunneling with X11 forwarding. On Mon, Mar 6, 2017 at 9:38 AM, Hiroo Ono (小野寛生) < hiroo.ono+free...@gmail.com> wrote: > Thank you. > > Just unconditionally disabling AGP in R300 initialization made > radeonkms to load successfully. > It seems that no tunables for FreeBSD are described

Re: PowerMac G5 and KMS

2017-03-06 Thread 小野寛生
Thank you. Just unconditionally disabling AGP in R300 initialization made radeonkms to load successfully. It seems that no tunables for FreeBSD are described instead of MODULE_PARM_DESC and module_param_named. So, I have to learn how to add them to the source code. (/usr/src/sys/dev/drm2/os_freebs

Re: PowerMac G5 and KMS

2017-03-05 Thread Herminio Hernandez, Jr.
Per the radeon man page *here . *However this option has been removed after 10.2. Under Linux the you set it in yaboot bootloader by using 'radeon.agpmode=-1'. I do not know if this will

Re: PowerMac G5 and KMS

2017-03-05 Thread 小野寛生
Thank you. I see the point. 2017-03-05 17:20 GMT+09:00 Herminio Hernandez Jr. : > Try to force the Radeon driver into PCI mode. Under Linux doing this stops > the blank screen and locks. Could anyone tell me how to do it? Can it be done from FreeBSD? I googled a little but could not find anything

Re: PowerMac G5 and KMS

2017-03-05 Thread Mark Millard
(it is dual processor, but I do not know its detail). > >> > >> When I try to load drm2.ko and radeonkms.ko, > >> the screen turns into black and recovers, then the system locks. > >> kldload command does not return, no response to keyboard input, etc. >

Re: PowerMac G5 and KMS

2017-03-05 Thread Herminio Hernandez Jr.
not know its detail). >> >> >> >> When I try to load drm2.ko and radeonkms.ko, >> >> the screen turns into black and recovers, then the system locks. >> >> kldload command does not return, no response to keyboard input, etc. >> >> >>

Re: PowerMac G5 and KMS

2017-03-04 Thread Joe Nosay
gt; >> (it is dual processor, but I do not know its detail). > >> > >> When I try to load drm2.ko and radeonkms.ko, > >> the screen turns into black and recovers, then the system locks. > >> kldload command does not return, no response to keyboard input, etc

KMS on Wheezy

2014-12-21 Thread Herminio Hernandez
I have changed from Jessie to Wheezy on my PowerBook G4. I want to get 3D acceleration but whenever I set radeon.agpmode=-1 I get a blank screen. I have my config file and log file. It looks like when I created my xorg.conf file it made a two monitor configuration but I do not have two monitors.

Re: KMS

2010-04-08 Thread Elimar Riesebieter
* Michel Dänzer [100408 11:01 +0200] > On Thu, 2010-04-08 at 10:46 +0200, Elimar Riesebieter wrote: [...] > > I tried that with no success: Selecting RADEON_DRM=y sets > > Selects: FB_CFB_FILLRECT [=m] && FB_CFB_COPYAREA [=m] && > > FB_CFB_IMAGEBLIT [=m] && FW_LOADER [=y] && DRM_KMS_HELPER [=y]

Re: KMS

2010-04-08 Thread Michel Dänzer
gt; in the kernel with the result of black screen booting > > > > Most likely you forgot to build in the firmware as well. I've been using > > KMS this way ever since I fixed it to work on my PowerBook. > > I tried that with no success: Selecting RADEON_

Re: KMS

2010-04-08 Thread Elimar Riesebieter
build in the firmware as well. I've been using > KMS this way ever since I fixed it to work on my PowerBook. I tried that with no success: Selecting RADEON_DRM=y sets Selects: FB_CFB_FILLRECT [=m] && FB_CFB_COPYAREA [=m] && FB_CFB_IMAGEBLIT [=m] && FW_LOADER [=y] &

Re: KMS

2010-04-06 Thread Michel Dänzer
y initializes too late for the logo to appear. Do you > > load the radeon module from the initrd or later? > > I dislike initrd images. I tried to compile radeon and drm directly > in the kernel with the result of black screen booting Most likely you forgot to b

Re: KMS

2010-04-06 Thread Elimar Riesebieter
* Michel Dänzer [100406 12:42 +0200] > On Mon, 2010-04-05 at 05:41 +0200, Elimar Riesebieter wrote: > > > > The acceleration of the framebuffer consoles is much slower than with > > radeonfb. Why? > > radeondrmfb doesn't have any acceleration yet. Will there be accleration in the future? > >

Re: KMS

2010-04-06 Thread Michel Dänzer
On Mon, 2010-04-05 at 05:41 +0200, Elimar Riesebieter wrote: > > The acceleration of the framebuffer consoles is much slower than with > radeonfb. Why? radeondrmfb doesn't have any acceleration yet. > The bootlogo has gone. Why? The bootprocess starts to be shown when > drm is loaded. radeond

KMS

2010-04-04 Thread Elimar Riesebieter
Hi all, I am running the new KMS that comes with 2.6.32 (2.6.34-rc3 here) and xserver-xorg-video-radeon 1:6.12.192-2. the driver structure is modularized: radeon733490 2 ttm47493 1 radeon drm_kms_helper 25123 1 radeon drm 145573 4

Re: How to activate KMS with a radeon video card on powerpc?

2010-03-23 Thread Michel Dänzer
On Die, 2010-03-23 at 21:12 +0100, Cédric Boutillier wrote: > Hi Michel, > > > As I suspected, radeonfb is active. You'll have to disable that, > > otherwise it prevents KMS from taking ownership of the GPU. > > I do not know how to deactivate radeonfb.

Re: How to activate KMS with a radeon video card on powerpc?

2010-03-23 Thread Cédric Boutillier
Hi Michel, > As I suspected, radeonfb is active. You'll have to disable that, > otherwise it prevents KMS from taking ownership of the GPU. I do not know how to deactivate radeonfb. Can you provide me with some indications to do that ? Best regards, Cédric signature.asc

Re: How to activate KMS with a radeon video card on powerpc?

2010-03-23 Thread Michel Dänzer
874] radeonfb :00:10.0: Invalid ROM contents > [ 61.859073] radeonfb :00:10.0: Invalid ROM contents > ------>8-- As I suspected, radeonfb is active. You'll have to disable that, otherwise it prevents KMS from taking ownership of the GPU. -- Earthling Mi

Re: How to activate KMS with a radeon video card on powerpc?

2010-03-22 Thread Cédric Boutillier
Hi, I updraded the kernel to 2.6.32-4, where KMS for radeon is now the default, and removed radeon.modeset=1 from the kernel command line. I guess that now I have KMS running since dmesg| grep -e drm -e radeon gives now : --- [0.947052] radeonfb :00:10.0: enabling device (0006 -> 0

Re: How to activate KMS with a radeon video card on powerpc?

2010-03-20 Thread Cédric Boutillier
Hi Michel, Thanks for your answer. On Sat, Mar 20, 2010 at 11:28:52AM +0100, Michel Dänzer wrote: > Yes, I've been using KMS on my PowerBook ever since I fixed it to work > on it. However, beware that the code necessary for sleep to work hasn't > been ported from radeonfb to

Re: How to activate KMS with a radeon video card on powerpc?

2010-03-20 Thread Michel Dänzer
On Sat, 2010-03-20 at 00:31 +0100, Cédric Boutillier wrote: > Hi all, > > I was wondering if anyone managed to activate the Kernel Modesetting on > a powerpc with a radeon video card, and if yes, what are the > instructions. Yes, I've been using KMS on my PowerBook ever sinc

How to activate KMS with a radeon video card on powerpc?

2010-03-19 Thread Cédric Boutillier
DefaultDepth24 SubSection "Display" Virtual 1920 1968 Modes "1024x768" EndSubSection EndSection I do not know what to try next. I have KMS running on an i386 iMac with r500 radeon card. Should I just wait for so