@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2



Comments:

<0> yawn
<1> ahh
<1> same yawnee :P
<1> Shaded: I am working to get unichromefb woking
<0> it doesn't work?
<1> remember it won't compile
<1> working right now to resolve some other issue in HEAD
<0> Same compilation issue?
<1> yeah as in my kernel is not compiling due to probably some cruft left over
<1> ok it's breakage from someone else :P
<1> ok now back unichromefb
<2> i can't find cfdisk in pkgsrc anywhere
<2> where can i grab it?
<1> Shaded: hey
<0> hey
<1> Shaded: I cant seem to locate a man page on the unichromefb.



<1> is it a device entry in the config? or just an option?
<0> unichromefb* at pci? dev ? function ?
<0> wsdisplay* at unichromefb? console 1
<1> ahh
<1> thought so
<0> something like that
<1> ok will try it out.
<1> before I tried options :-/
<0> heh, huh?
<1> options unichromefb
<0> maybe this is why it has never worked? ;-)
<1> very possible :P
<0> mspwned!
<1> if it ends up working can I add it to GENERIC_LAPTOP? even commented out?
<1> s/add/commit/g
<0> Don't enable it by default. The cnattach function needs work.
<1> Shaded: missing initializer on line 131 and 206 of unichromefb.c not familiar with that error
<1> ok I remember now
<2> /dev/wd1a 496M 34M 422M 7% /testing
<2> Disk: /dev/rwd1d
<2> NetBSD disklabel disk geometry:
<2> cylinders: 79656, heads: 16, sectors/track: 63 (1008 sectors/cylinder)
<2> total sectors: 80293248
<2> BIOS disk geometry:
<2> cylinders: 1023, heads: 255, sectors/track: 63 (16065 sectors/cylinder)
<2> total sectors: 80293248
<2> Partition table:
<2> 0: NetBSD (sysid 169)
<2> start 63, size 80292807 (39205 MB, Cyls 0-4998), Active
<2> whys it mounting as only 496mb ?
<0> Ober: ?
<0> this is on -current right?
<0> ok, at the end of that struct
<0> after 8, 16,
<0> add:
<0> WSSCREEN_WSCOLORS, NULL,
<0> that's the line 131 fix
<1> ahh ok
<0> for the other
<1> yeah was just rebuilding it
<1> based on the other examples
<0> add two more NULL, lines
<1> sure
<1> perfect excellent
<0> please commit those patches
<2> .
<0> you have my blessing :)
<1> sure
<1> my res is different, but doable.
<0> feel free to add DDC support also :)
<1> I can create a man page for you if you wish, and then add it commented out to GENERIC_LAPTOP
<1> give me time :P
<0> go nuts
<1> new to device foo
<0> you should fix unichromefb_cnattach also ;-)
<0> oh wait, is that the one I wrote without a cnattach?
<1> time to reboot and see
<0> ahh, it has no cnattach
<0> sweet :)
<0> So does the driver still work?
<1> hmm that did not work



<1> screen goes blank
<1> tried 8 bit and smaller res no luck
<1> I will check out the cnattach
<1> I will go ahead and commit the updates you gave me
<0> oh, don't try 8 bit
<0> what did you define for the UNICHROMEFB_* options?
<0> unichromefb doesn't need a cnattach, it overrides vga(4)
<1> 1024x768
<1> @16
<0> show me what you put in the file
<1> for the res?
<0> you're not setting these in the kernel config right? you gotta set them directly in unichromefb.c
<0> you want
<0> #define UNICHROMEFB_DEPTH 16
<1> #define UNICHROMEFB_DEPTH 16
<1> #define UNICHROMEFB_MODE VIA_RES_1280X768
<1> #define UNICHROMEFB_WIDTH 1280
<1> #define UNICHROMEFB_HEIGHT 768
<1> that's the res X uses
<0> 1280x768? uhm, that's not 1024x768
<1> yes I tried several
<1> starting high like above, and moving down to what I have vesafb set to
<0> does 1280x1024 not work?
<1> none of them did, they all resulted in a blank screen.
<0> does the machine boot? can you ssh to it and get the dmesg?
<1> once I get home I can do that
<0> ok
<1> at coffee shop
<1> it appears to boot ok.
<1> disk light etc. startx did not get it out of it's funk
<0> what does dmesg say?
<1> should I go ahead and commit the two lines to make it compile
<1> Jan 11 19:41:56 mauthesis /netbsd: unichromefb0 at pci1 dev 0 function 0: VIA UniChrome frame buffer
<1> Jan 11 19:41:56 mauthesis /netbsd: unichromefb0: MMIO @0xd4000000/0x1000000
<1> Jan 11 19:41:56 mauthesis /netbsd: unichromefb0: FB @0xd0000000 (1024x768x8)
<1> Jan 11 19:41:56 mauthesis /netbsd: wsdisplay0 at unichromefb0 kbdmux 1: console (fb, vt100 emulation)
<1> Jan 11 19:41:56 mauthesis /netbsd: wsmux1: connecting to wsdisplay0
<0> 8 bit will not work
<1> that is the last one I have.
<1> yes I know
<0> anyway, that's strange
<0> you're running NetBSD/i386?
<1> let me retry 16 and get a dmesg
<1> ummm yeah
<0> it probably won't work on NetBSD/amd64
<1> does wsdisplay for vga need to be left uncommented out?
<1> I had commented it out earlier testing with it back
<0> leave it in
<0> vga attaches initially, then unichromefb takes over
<0> IIRC anyway..
<3> ensane- did you newfs it like that? You must have a lot of free space
<3> ensane- what's the botoom of disklabel wd0 say?
<3> partitions:
<3> # size offset fstype [fsize bsize cpg/sgs]
<3> a: 8140230 0 4.2BSD 2048 16384 26968 # (Cyl. 0 - 8613)
<3> mine says that
<3> but I'm on sparc64, so your output might be a little different
<4> Shaded: does your xbox kernel boot on a regular PC?
<0> It should.
<4> k
<2> bash-2.05b# newfs -s 39204m /dev/wd1
<2> newfs: maximum file system size on `/dev/wd1d' is 2592768 sectors
<3> ensane- that's not what I asked
<2> felixhcat: 74608695 5684175 4.2BSD 2048 16384 28552 # (Cyl. 353*- 4997)
<2> er
<2> f: 74608695 5684175 4.2BSD 2048 16384 28552 # (Cyl. 353*- 4997)
<2> it looks like fdisk isnt properly splitting it how i want
<2> basically im taking hdd from an old fbsd box
<2> and want to make it one partition (~40GB)
<3> you can use disklabel -i wd1 to get the interactive interface
<3> but I guess you need to fdisk first
<5> :)
<6> hmm
<6> this whole not living in moms basement thing is kinda overrated... sure I have my own place, but now I'm paying all the bills


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #netbsd
or
Go to some related logs:

#computers
debian 530 login incorrect
nuroj
#beginner
glrosch
eggdrop ipv6 address
google page kaje
#goal
#cisco
#worldcup



Home  |  disclaimer  |  contact  |  submit quotes