| |
| |
| |
|
Page: 1 2 3 4 5 6 7
Comments:
<0> 120 F <1> 54 now <2> <- catching up source-changes <3> well, those temps shouldn't be destructive <1> NedBeasty: I replaced that with a bus_space call, keep reading. <3> when they go over 70 for the CPU, terminating openssl speed is a good idea <1> I believe sysmon can let you set a max threshold <1> I just don't know what is reasonable for this machine. <1> I'm at 55 degC <3> (at least, that's what I think is the specified maximum allowable for Pentium III CPUs (and variants) <3> ) <2> jared, ok <3> Shaded: probably pretty hot is reasonable, even though the Xbox isn't quite silent, consoles etc. are supposed to be pretty silent, and thus not have stellar cooling solutions <4> question <3> *cough* x360 *cough* <1> Xbox has a m***ive case fan.
<4> do any of you know if its possible to boot to an external dvd drive (usb) ? <4> on a dell dimension <5> xbox 360 is loud <1> Depends on your firmware, ensane. <3> Shaded: m***ive? Afaik, it's just 80x80mm <1> M***ively loud :) <3> hehe <1> I should actually poll the temperature sensors and run the fan slower when the machine starts to cool off <3> ball bearing fans are louder than sleeve bearing, but they're less prone to breaking <1> yay openssl speed is done <1> peak 56 degC <1> cooling off pretty quick :) <2> xbox_lcd_writetext("NetBSD/i386 "); <2> where's that printed? <1> I will defer that question to Andrew. <2> no lcd at http://pictures.xbox-scene.com/2/xboxopening/1/P7020009xs.jpg <0> on the Xecuter X3LCD <0> isn't really needed and can get cleaned up. <2> gesundheit! <0> looks good on my box though. :) <1> Yes, it will need to be cleaned up. <1> How do you want to support it? <2> andre: I see.. maybe make a comment about wht it is in xboxlcd.c? <2> (or put it into xboxlcd.4 8-) <0> well it needs to be pulled into the LCD framework that Jesse Off did <0> the LCD controller is the same as he is supporting on the toaster I think. <0> but his code is evbarm specific right now. <0> then it could be a wscons device. <1> how many lines can it display? <0> 4x40 <1> not bad <0> err maybe 4x20 <0> I think it might have two fonts. <0> it is in about 20 wide with my code now that I look at it. <1> oh, you don't have to render fonts yourself? how lucky of you <0> it does it. <0> and looking at the actual pixels I'm going with 4x20 <0> of characters. :) <0> you can write the lcdfb for it. <1> I can? <1> I don't have a <sneeze>LCD <0> I am ok with text, but I'm sure someone can get bitmaps going. :) <2> *g* <0> it should be fairly easy to get text going, I just need to bug Jesse for some help. <1> I'm sure we have a few developers who would love to run nethack on the xboxlcd ;) <1> I don't think the framework supports having multiple displays very well. <1> You could use it to report temperatures and system load though :) <0> let me get you a picture. <0> my temp maxed at 52 / 39 by the way <1> Mine seem to report the same values. Stupid 1.6. <1> I think it got up to 56 <1> I was playing mp3s at the same time, for what it's worth ;) <1> and maybe you have better cooling with all of those holes in your case <0> could be. <0> the 1.0 has a gpu fan also which might help move more air <1> How big of a safe area should we use on an SD or HDTV? <1> bktr/fxtv doesn't emulate what a real TV would look like, (un?)fortunately <0> well I think about 3 characters were cut off on the left <0> and 1.5 lines on the bottom. <1> in HD or SD mode? <0> on the HD
<1> Ok, that's 24 pixels on each border then <0> yah, let me test boot this again and check <1> ok <4> ok well.... in the bios it recognizes the external drive as a cdrom drive, but when i try to boot to it, it says to insert boot media to medium <2> mind if i add a comment to xboxlcd.c telling what the driver is for? <2> * Driver for Xecuter X3 LCD add-on <2> ? <1> go nuvts <0> actually looks more like 4 on the left <0> go for it on the copyright. <2> done <5> so.. we have the air conditioner on <5> and I played golf today <5> how's the weather in .ca? <1> not bad at all <5> hm <5> Shaded- are you back in ottawa? <1> yup <1> go back to work on monday <5> I had to go this week <5> it ****ed :) <6> how did mspo de-op himself <5> I disconnected :) <6> your answer has been accepted <5> are you a programmer or something now? <0> here you go, you can click on the image for a larger version. <0> http://www.roadsign.com/~gillham/xbox/ <2> dead ***y :) <6> in other words, we jump when marketing tells us to <5> hmm <5> where's sub? <5> htodd- sounds fun <5> htodd- performance testing, etc? <6> I'm watching perfmon <2> jump-performance? <1> gillham is the star of "pimp my xbox" apparently <2> heh <6> this AMD 5200 box is the worst pile of **** <1> ok, I'm retarded. <0> lol -- well the idea was to get something to bootstrap NetBSD on... seems to have worked. :) <1> I added some "safe area" code which modified the starting points of the framebuffer and shadow framebuffer <1> I then continued to memset the entire thing to 0 <6> safely 0! <1> writing past the end of the buffer, since I had jumped a ways into it.. <2> andrew: can i put that url & pic into my blog? <7> Hmm <7> Why the nick change hubert? <2> i had an urge to be anonymous <1> ****, I need to make a kernel thread to monitor the eject button press and trap it <2> seems it didn't work <6> hahaha <0> hubert -- go for it. <0> I will even let you use the word "pimp"... :) <0> are you sure you can trap it? the button is hooked to the PIC and the PIC is god. <1> yes, the dashboard traps it <1> cool, I have the TV safe area code working ;-) <1> ri->ri_width -= XBOXFB_SAFE_AREA_SDTV * 2; <1> ri->ri_height -= XBOXFB_SAFE_AREA_SDTV * 2; <1> ri->ri_bits += (ri->ri_stride * XBOXFB_SAFE_AREA_SDTV) + <1> XBOXFB_SAFE_AREA_SDTV * 4; <1> ri->ri_hwbits += (ri->ri_stride * XBOXFB_SAFE_AREA_SDTV) + <1> XBOXFB_SAFE_AREA_SDTV * 4; <1> I'm using 40 pixels (5 characters) for SDTV at the moment <0> that is probably reasonable for HD as well. <0> I don't have a keyboard on that box so I can't tell exactly, but it is probably a hair over 4 characters on the left so 5 is better. <0> and I don't know on the right or top & bottom yet. xbox is in the other room from the dmesg. <1> If I send you a kernel will you test it? <0> yah <0> that is good because my kernel keeps saying the hdtv is 640x480. <0> I must have missed something in cvs. :) <1> http://www.invisible.ca/~jmcneill/netbsd/netbsd.xbox
Return to
#netbsd or Go to some related
logs:
#gentoo #computers #flash #sex #politics #gentoo wakeme up bevore you go go #windowsxp #sex bootcamp 3dsmax
|
|