Re: Is FreeBSD suitable for my thinkpad T61 ?

2008-06-14 Thread Alberto Rizzi

[EMAIL PROTECTED] ha scritto:

Hi all,

I brought a new ThinkPad T61 for work, the hardware is as follows:

T7300(2GHz), 2GB RAM, 120GB 5400rpm HD, 15.4in 1680x1050 LCD, 128MB 
nVIDIA Quadro NVS 140M, CDRW/DVDRW, Intel 802.11agn(n-disabled), 
Bluetooth, Modem, 1Gb Ethernet, UltraNav, Secure chip, Intel Turbo, 9c 
Li-Ion,

I have a T61, T7100, 1GB RAM, integrated graphics, 3945ABG...


My current working involves scientific calculation and programming. I'm 
from a linux background(redhat, debian, ubuntu), but after some googling 
and comparison, I found FreeBSD more stable and I want to try FreeBSD.  
I am tired of a dual-boot system, so I want to just install FreeBSD or 
another linux distribution(maybe ubuntu) on my notebook.


My questions are:
1) Can FreeBSD work well with my hardware? The display card, CDRW/DVDRW, 
wireless, Ethernet and battery managment are the most important.



There are some problems with the 3945 wifi driver (wpi) but it works
under 7-STABLE. If you have 4965AGN you need iwn driver which is only (i
think) in -CURRENT (8.0)
2) I have read the FreeBSD Handbook. According to Chapter 10: Linux 
Binary Compatibility, it seems that FreeBSD lacks support of many 
commercial softwares such as MATLAB, Oracle, Mathematica. Is the linux 
binary compatibility stable enough for work ?


Thanks a lot.

I run Matlab (maybe R14SP3 or something similar) under FreeBSD 7-STABLE
on this laptop with linux_base-fc4.
I use i386 and not x64

Checkout freebsd-mobile mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-mobile





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



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


Re: Ghostscript and options window

2007-07-05 Thread Alberto Rizzi
Yuri Pankov ha scritto:
> On Thu, Jul 05, 2007 at 10:11:21AM +0200, Alberto Rizzi wrote:
>> When I build print/ghostscript-gpl on my 6.2-STABLE I have to choose
>> which driver to build through the "GPL Ghostscript driver configuration"
>> window.
>>
>> These settings aren't saved anywhere so, each time I upgrade
>> ghostscript, I have to choose which drivers to install
>>
>> How can I set these options only once?
> 
> You need to pass BATCH=yes to make. How you'll do it depends on ports
> tools you use - here's example for portconf:
> 
> print/ghostscript-*: BATCH=yes
> 
> 
With BATCH=YES the build process will use default options without asking
me first

I want to choose which driver to install
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Ghostscript and options window

2007-07-05 Thread Alberto Rizzi
When I build print/ghostscript-gpl on my 6.2-STABLE I have to choose
which driver to build through the "GPL Ghostscript driver configuration"
window.

These settings aren't saved anywhere so, each time I upgrade
ghostscript, I have to choose which drivers to install

How can I set these options only once?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Missing /dev/agpgart

2007-06-21 Thread Alberto Rizzi
Norberto Meijome ha scritto:
> On Wed, 20 Jun 2007 22:34:08 +0200
> Roland Smith <[EMAIL PROTECTED]> wrote:
> 
>> This might be slow as well.
>>
>>> Section "Extensions"
>>> Option  "Composite" "Enable"
>>> EndSection  
> 
> yes, this will DEFINITELY kill your performance. even with 3D accel enabled 
> on my Radeon M24 X600 composite is quite slow (not as much as with 3d..but 
> still).
> 
>
Sorry for the noise. I solved the problem

XAA is enabled, so 2D acceleration is enabled.

My system isn't slow, but only Thunderbird and Acroread are slow. Other
programs like opera, pidgin, inkscape, abiword, gnumeric, . work
without problems at normal speed.

TB and Acroread are the programs (with gui) I use the most under
FreeBSD. TB is not so slow under XP

I will look for alternatives to Thunderbird and Acrobat Reader

The composite extension is enabled in xorg but unused in XFCE, so I will
disable it in my xorg.conf

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


Re: Missing /dev/agpgart

2007-06-20 Thread Alberto Rizzi
Roland Smith ha scritto:
> On Wed, Jun 20, 2007 at 06:44:21PM +0200, Alberto Rizzi wrote:
>> Ok I know this, but I want 2D acceleration, but without /dev/agpgart I
>> don't have neither 3D nor 2D.
>> Am I right?
> 
> Reading radeon(4) it implies that agp is only used when DRI is
> enabled. The AGP options and the BusType option are only used when DRI
> is enabled. It doesn't look like you need AGP for the 2D support.
> 
> Roland
My pc is P4 2.4GHz and Radeon 9600XT but Xorg 7.2 with Xfce4 (but also
with wmii or other window manager) is very sloow

How can I check whether 2D acceleration is active or not?
How can I improve performances?
My xorg.conf is

Section "ServerLayout"
Identifier "X.org Configured"
Screen  0  "Screen0" 0 0
InputDevice"Mouse0" "CorePointer"
InputDevice"Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath  "/usr/local/share/X11/rgb"
ModulePath   "/usr/local/lib/xorg/modules"
FontPath "/usr/local/lib/X11/fonts/misc/"
FontPath "/usr/local/lib/X11/fonts/TTF/"
FontPath "/usr/local/lib/X11/fonts/OTF"
FontPath "/usr/local/lib/X11/fonts/Type1/"
FontPath "/usr/local/lib/X11/fonts/100dpi/"
FontPath "/usr/local/lib/X11/fonts/75dpi/"
EndSection

Section "Module"
Load  "extmod"
Load  "record"
Load  "dbe"
Load  "glx"
Load  "GLcore"
Load  "xtrap"
Load  "dri"
Load  "freetype"
Load  "type1"
EndSection

Section "Extensions"
Option  "Composite" "Enable"
EndSection  

Section "InputDevice"
Identifier  "Keyboard0"
Driver  "kbd"
#Option "XkbRules" "xorg"
#   Option  "XkbModel" "pc102"
Option  "XkbLayout" "it"
#   Option  "XkbOptions" "eurosign:e"   
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver  "mouse"
Option  "Protocol" "auto"
Option  "Device" "/dev/sysmouse"
Option  "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
#DisplaySize  320   240 # mm
Identifier   "Monitor0"
VendorName   "VSC"
ModelName"E70f-5"
 ### Comment all HorizSync and VertRefresh values to use DDC:
#   HorizSync30.0 - 72.0
#   VertRefresh  50.0 - 160.0
Option  "DPMS"
EndSection

Section "Device"
Option  "AGPMode"   "8"
Option  "AGPFastWrite"  "on"
Option  "AccelMethod"   "XAA"
Option  "EnablePageFlip""1"
Option  "ColorTiling"   "1"
Identifier  "Card0"
Driver  "radeon"
VendorName  "ATI Technologies Inc"
BoardName   "RV350 AR [Radeon 9600]"
BusID   "PCI:1:0:0"
#   Identifier  "Card0"
#   Driver  "ati"
#   VendorName  "ATI Technologies Inc"
#   BoardName   "RV350 AR [Radeon 9600]"
#   BusID   "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor"Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport0 0
Modes   "1152x864"
Depth   24
EndSubSection
EndSection


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


Re: Missing /dev/agpgart

2007-06-20 Thread Alberto Rizzi
Roland Smith ha scritto:
> On Wed, Jun 20, 2007 at 11:07:34PM +1000, Norberto Meijome wrote:
>> On Wed, 20 Jun 2007 08:18:29 +0200
>> Alberto Rizzi <[EMAIL PROTECTED]> wrote:
>>
>>> Norberto Meijome ha scritto:
>>>> On Tue, 19 Jun 2007 17:44:12 +0200
>>>> Alberto Rizzi <[EMAIL PROTECTED]> wrote:
>>>>
>>>>> I have a motherboard with a via PT880 and an agp video card Radeon 9600XT
>>>>>
>>>>> I'm using 6-STABLE with "device agp" in the kernel configuration file
>>>>> but the system doesn't create /dev/agpgart device
>>>> Hi Alberto,
>>>> have you loaded radeon.ko ?
>>>>
>>> Now radeon and drm are compiled in the kernel. But I have the same
>>> problem also if radeon and drm are dynamic modules.
>> loading the modules would have done the same as building into it, with
>> no build time :)
>>
>> sorry, I don't know ... so you still dont get any information about
>> the card in dmesg and pciconf still shows the card as none: ... ?
> 
> The latest chip that is supported by radeon & drm for 3D accelleration
> is the 9250 aka RV 280. The 9600 is much newer. It is only supported in
> 2D by Xorg's radeon driver. See radeon(4):
> 
>RV360   Radeon 9600XT (2d only)
> 
> Roland

Ok I know this, but I want 2D acceleration, but without /dev/agpgart I
don't have neither 3D nor 2D.
Am I right?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Missing /dev/agpgart

2007-06-19 Thread Alberto Rizzi
Norberto Meijome ha scritto:
> On Tue, 19 Jun 2007 17:44:12 +0200
> Alberto Rizzi <[EMAIL PROTECTED]> wrote:
> 
>> I have a motherboard with a via PT880 and an agp video card Radeon 9600XT
>>
>> I'm using 6-STABLE with "device agp" in the kernel configuration file
>> but the system doesn't create /dev/agpgart device
> 
> Hi Alberto,
> have you loaded radeon.ko ?
> 
Now radeon and drm are compiled in the kernel. But I have the same
problem also if radeon and drm are dynamic modules.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Missing /dev/agpgart

2007-06-19 Thread Alberto Rizzi
I have a motherboard with a via PT880 and an agp video card Radeon 9600XT

I'm using 6-STABLE with "device agp" in the kernel configuration file
but the system doesn't create /dev/agpgart device

#dmesg | grep agp
returns nothing

#kldstat -v | grep agp
385 pci/agp_ali
386 pci/agp_amd
387 pci/agp_amd64
388 pci/agp_ati
389 pci/agp_i810
390 pci/agp_intel
391 pci/agp_nvidia
392 pci/agp_sis
393 pci/agp_via

#pciconv -lv
is at the end of the email

When I start the X server (both 6.9 and 7.2), radeon and drm modules get
loaded but there are errors in Xorg logs about missing /dev/agpgart

While Xorg is starting, I see these messages in /var/log/messages

May 26 15:02:24 hansolo kernel: error: [drm:pid877:radeon_cp_init]
*ERROR* radeon_cp_init called without lock held
May 26 15:02:24 hansolo kernel: error: [drm:pid877:drm_unlock] *ERROR*
Process 877 using kernel context 0

Xorg works without other problems, but without agp I can't use drm and
2D acceleration, but I have /dev/dri/card0


How can I solve the problem?


[EMAIL PROTECTED]:0:0:  class=0x06 card=0x02581849 chip=0x02581106 rev=0x00
hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'PT880 CPU to PCI Bridge'
class= bridge
subclass = HOST-PCI
[EMAIL PROTECTED]:0:1:  class=0x06 card=0x12581849 chip=0x12581106 rev=0x00
hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'PT880 CPU to PCI Bridge'
class= bridge
subclass = HOST-PCI
[EMAIL PROTECTED]:0:2:  class=0x06 card=0x22581849 chip=0x22581106 rev=0x00
hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'PT880 CPU to PCI Bridge'
class= bridge
subclass = HOST-PCI
[EMAIL PROTECTED]:0:3:  class=0x06 card=0x32581849 chip=0x32581106 rev=0x00
hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'PT880 CPU-to-PCI Bridge'
class= bridge
subclass = HOST-PCI
[EMAIL PROTECTED]:0:4:  class=0x06 card=0x42581849 chip=0x42581106 rev=0x00
hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'PT880 CPU to PCI Bridge'
class= bridge
subclass = HOST-PCI
[EMAIL PROTECTED]:0:7:  class=0x06 card=0x72581849 chip=0x72581106 rev=0x00
hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'PT880 CPU to PCI Bridge'
class= bridge
subclass = HOST-PCI
[EMAIL PROTECTED]:1:0:  class=0x060400 card=0x0070 chip=0xb1981106 rev=0x00
hdr=0x01
vendor   = 'VIA Technologies Inc'
device   = 'ProSavageDDR P4X600 CPU to AGP Bridge'
class= bridge
subclass = PCI-PCI
[EMAIL PROTECTED]:12:0: class=0x02 card=0x813911f6 chip=0x813910ec rev=0x10
hdr=0x00
vendor   = 'Realtek Semiconductor'
device   = 'RT8139 (A/B/C/810x/813x/C+) Fast Ethernet Adapter'
class= network
subclass = ethernet
[EMAIL PROTECTED]:15:0: class=0x01018f card=0x31491849 chip=0x31491106
rev=0x80 hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'VT8237  VT6410 SATA RAID Controller'
class= mass storage
subclass = ATA
[EMAIL PROTECTED]:15:1: class=0x01018a card=0x05711849 chip=0x05711106
rev=0x06 hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'VT82 EIDE Controller (All VIA Chipsets)'
class= mass storage
subclass = ATA
[EMAIL PROTECTED]:16:0: class=0x0c0300 card=0x30381849 chip=0x30381106 rev=0x81
hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'VT82x UHCI USB 1.1 Controller (All VIA Chipsets)'
class= serial bus
subclass = USB
[EMAIL PROTECTED]:16:1: class=0x0c0300 card=0x30381849 chip=0x30381106 rev=0x81
hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'VT82x UHCI USB 1.1 Controller (All VIA Chipsets)'
class= serial bus
subclass = USB
[EMAIL PROTECTED]:16:2: class=0x0c0300 card=0x30381849 chip=0x30381106 rev=0x81
hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'VT82x UHCI USB 1.1 Controller (All VIA Chipsets)'
class= serial bus
subclass = USB
[EMAIL PROTECTED]:16:3: class=0x0c0300 card=0x30381849 chip=0x30381106 rev=0x81
hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'VT82x UHCI USB 1.1 Controller (All VIA Chipsets)'
class= serial bus
subclass = USB
[EMAIL PROTECTED]:16:4: class=0x0c0320 card=0x31041849 chip=0x31041106 rev=0x86
hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'VT6202 USB 2.0 Enhanced Host Controller'
class= serial bus
subclass = USB
[EMAIL PROTECTED]:17:0: class=0x060100 card=0x32271849 chip=0x32271106 rev=0x00
hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'VT8237 PCI-to-ISA Bridge'
class= bridge
subclass = PCI-ISA
[EMAIL PROTECTED]:17:5: class=0x040100 card=0x97611849 chip=0x30591106 rev=0x60
hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'VT8233/33A/8235/8237 AC97 Enhanced Audio Controller'
cla

Re: 6.2/i386 X/DRI issues

2007-05-30 Thread Alberto Rizzi
Reid Linnemann ha scritto:
> Written by [EMAIL PROTECTED] on 05/29/07 20:14>>
>> Hi All
>>
>> Installed FreeBSD i386, Rel 6.2 on a machine thats got an i945 chipset
>> on the motherboard, integrated video too. Everything seems to be
>> supported, SATA controllers the lot... but no AGP or DRM support?
>>
>> i have the statements
>>
>> device  agp
>> device  drm
>> device  i915drm
>>
>> in my kernel conf, after building the new kernel.
>>
>> dmesg |grep agp
>> dmesg |grep drm
>>
>> Returns absolutely nothing
>>
>> The i945 has been around for a while now.. Whats missing here? the
>> actual motherboard has the video card integrated. This motherboard has
>> no AGP slot on it, only PCI-E for a video card. I am not sure whether
>> the onboard
>> integrated graphics is wired into AGP or PCI-E
>>
>> Would this make a difference? is there any workaround/solution?
>>
>> And yes, the whole point is to get DRI working in X.
>>
>> Cheers
>> Alex
>> 
> i945 dri is working in 6-STABLE as of some months ago.


Have the same problem with via PT880 and Radeon 9600XT (AGP 8X card).
When I kldload drm, I see this in dmesg

May 26 15:02:24 hansolo kernel: error: [drm:pid877:radeon_cp_init]
*ERROR* radeon_cp_init called without lock held
May 26 15:02:24 hansolo kernel: error: [drm:pid877:drm_unlock] *ERROR*
Process 877 using kernel context 0

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


Adaptec 1210s

2006-11-26 Thread Alberto Rizzi
I need a cheap sata controller for my old pc.
It should be PCI and with at least 2 SATA connectors

I found Silicon Image 3112, Adaptec 1210 , Promise FastTrak S150 and
FastTrak TX2300

Sil3112 is said to be a crap by all FreeBSD users

I didn't find the other three cards in the hardware compatibility list
for FreeBSD 6.1
Are they supported or not?
Any other suggestion for a cheap sata pci card? I don't need RAID

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


Re: Making simple colorful block diagrams for presentations

2006-09-24 Thread Alberto Rizzi
ajm ha scritto:
> On Sat, Sep 16, 2006 at 11:57:35AM +0200, Erik Trulsson wrote:
>> On Sat, Sep 16, 2006 at 03:20:00PM +0530, Girish Venkatachalam wrote:
>>> Hello,
>>>
>>> I want a simple tool that can be used for preparing block diagrams and
>>> arrows, that is all. I want to be able to use few colors, that is all.
>>>
>>> Please don't suggest openoffice or kde. I want something simple.
>>>
>> graphics/xfig  might be worth looking at.
>>
>>
>> -- 
>> 
>> Erik Trulsson
>> [EMAIL PROTECTED]
> 
> 
> try alsographics/tgif
> 
or graphics/dia
-- 

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


Differences between vim and vim-lite ports

2006-08-25 Thread Alberto Rizzi
What are the differences between vim and vim-lite ports?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: socketpair(2) strange behavior

2006-06-18 Thread Alberto Rizzi
Tofik Suleymanov ha scritto:
> Hello list,
> 
> when using socketpair(2)  on my FreeBSD 6.1-RELEASE-p1 box i get this
> error:
> "socketpair: Operation not supported"
> 
> And here is the source of my pretty simple socketpair(2) program:
>  START 
> #include 
> #include 
> #include 
> #include 
> 
> int main(void) {
> int sv[2], err;
> err = socketpair(AF_INET, SOCK_STREAM, 0, (int*)&sv);
> if(err == -1) {
>perror("socketpair");
>return -1;
> }
> 
> return 0x0;
> }
>  END 
> 
> Any comments ?
> 
> 
> Sincerely,
> Tofik Suleymanov
> 
Maybe you have to change
(int*) &sv
with
sv
because &sv returns an int**, not int*
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"