UFS mounted on linux

2004-03-31 Thread Rahul Sawarkar
Hello
I have a freebsd ufs partition, that I access from linux using the following command:
mount /dev/hda2 /mnt -t ufs -o ufstype=44bsd

Funnie: All the files and directories created by the /stand/sysinstall or the freeBSD
install CD are visible. But the recent files I downloaded from the net, or any file
created while booted in FreeBSD using touch filename for instance are not to be seen 
in
Linux.
Moving or copying files has no effect.Changing attributes using chflags noopaque has no 
effect.

Any tips ?

Rgrds
freebsd-questions users: Please cc to: [EMAIL PROTECTED] as I'm not subscribed.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: framebuffer fro freebsd

2004-02-22 Thread Rahul Sawarkar
Have you tried switching to 1024x768 mode using vidcontrol. I tried and did not suceed on 
my last hardware which was a mvp4 chipset with an 8mb blade3d graphics. Right now I have a 
radeon 7500 on a 440bx chipset. I'd assumed it wouldn't work, this time  around also (ref: 
the url below), but maybe I should give it a try.
So anyways I figured, maybe a framebufer driver would enable switching

Thanks for any tips on this front.



http://lists.freebsd.org/pipermail/freebsd-questions/2003-June/009789.html

Lowell Gilbert wrote:
Rahul Sawarkar [EMAIL PROTECTED] writes:


is there a framebuffer port for freebsd?
 i want to run my console in 1024x768.


Why would you want a framebuffer for that?
Do you have frame grabber hardware or something?
If all you want is a 1024x768 video mode driving the 
text console, vidcontrol(1) can do that, but I don't
understand the connection to a frame buffer...

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: framebuffer fro freebsd

2004-02-22 Thread Rahul Sawarkar
Maybe you are using the wrong fonts.Did you try both the 8x8 and 16x16 fonts?

Rgrds

 Is it just me or does vidcontrol look ugly when compared to Linux's
 console framebuffer that allows high-resolution console displays?

 -lewiz.

Lewis Thompson wrote:
On Sat, Feb 21, 2004 at 04:58:53PM -0500, Lowell Gilbert wrote:

Rahul Sawarkar [EMAIL PROTECTED] writes:

is there a framebuffer port for freebsd?
 i want to run my console in 1024x768.
Why would you want a framebuffer for that?
Do you have frame grabber hardware or something?
If all you want is a 1024x768 video mode driving the 
text console, vidcontrol(1) can do that, but I don't
understand the connection to a frame buffer...


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: agp error with Radeon 7500 disables DRI

2004-02-21 Thread Rahul Sawarkar
Hello

Radeon7500 does not support AGP 1X.
Change the line in your XF86Config
Option  AGPMode 1
to read as
Option  AGPMode 2
.. or 4

Depending on if you have 2X/4X slot or only 2X or only 4X slot.

I use 2 for my intel 440bx

man radeon should give you the details.
PS Don't use pageflip option in there... it hangs the machine.
Regards

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


framebuffer fro freebsd

2004-02-21 Thread Rahul Sawarkar
Hello
is there a framebuffer port for freebsd?
 i want to run my console in 1024x768.
thanks

please cc to: [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: framebuffer fro freebsd

2004-02-21 Thread Rahul Sawarkar
Have you tried switching to 1024x768 mode using vidcontrol. I tried and did not suceed 
on
my last hardware which was a mvp4 chipset with an 8mb blade3d graphics. Right now I 
have a
radeon 7500 on a 440bx chipset. I'd assumed it wouldn't work, this time  around also 
(ref:
the url below), but maybe I should give it a try.
So anyways I figured, maybe a framebufer driver would enable switching
Thanks for any tips on this front.

http://lists.freebsd.org/pipermail/freebsd-questions/2003-June/009789.html

Please cc to me as I am not subscribed. thanks

Lowell Gilbert wrote:
Rahul Sawarkar [EMAIL PROTECTED] writes:


is there a framebuffer port for freebsd?
 i want to run my console in 1024x768.


Why would you want a framebuffer for that?
Do you have frame grabber hardware or something?
If all you want is a 1024x768 video mode driving the 
text console, vidcontrol(1) can do that, but I don't
understand the connection to a frame buffer...

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]