[Xpert]Re: Intel 845G onboard video on FreeBSD 4.7

2002-11-03 Thread Diego Castro
Constantine

   I saw two options:

1.- Install XFree86 but select a vesa driver. In
/install/sysinstall you have to select text mode setup
to be able to select the vesa driver and the rest of
the drivers and resolution.

   Cons:
   Maybe the resolution is not very good. Take a look
at VideoRam parameter.

   Pro:
   Is the best option in the short time to be able to
get XFree86 working right now.

2.- Install XFree86 from cvs. That carry out version
2.4.99.2 and is working like a charm.
   make World
   make install

   Cons:
   You will need to create a Makefile (include
ports.mk, or something like that) to register that
application in FreeBSD.
   Because the installation process is generic and
doesn't include the procedure to create the entry in
/var/db/pkg for registration process.
   If you give the command pkg_info you will find that
XFree86 is not registered. And if another program need
it, you will receive a message about a requiered
program is not installed.

   Right now I'm working in the process to create this
file. I'm using FreeBSD 4.7 too.

3.- Wait for the release of XFree86 4.3
   I don't know the estimated release date.

bye

__
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/
___
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert



[Xpert]Re: Intel 845 with XFree86 4.2.99.2 doesn't work

2002-11-03 Thread Diego Castro
   I had founded my error.
   For some reason, the file xinitrc is not copied to
the library directory.
   That file has the startup windows information
(there are 3 or 4 xterm windows and a console and a
clock).
   I copied and XFree86 is running in my system.

   In the logs files is a message about V_BIOS or
something like that. I don't know what means that.

thanks and I sorry for this false alarm.

__
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/
___
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert



[Xpert]Re: Intel 845 with XFree86 4.2.99.2 doesn't work

2002-11-02 Thread Diego Castro
Now I had included some lines of the files XF86Config.new and
XFree86.0.log

I will like to participate and contribute for this project.
Thanks for the help provided.

This is the configuration file XF86Config.new:

Section "ServerLayout"
Identifier "XFree86 Configured"
Screen  0  "Screen0" 0 0
InputDevice"Mouse0" "CorePointer"
InputDevice"Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath  "/usr/X11R6/lib/X11/rgb"
ModulePath   "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

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

Section "InputDevice"
Identifier  "Keyboard0"
Driver  "keyboard"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver  "mouse"
Option  "Protocol" "auto"
Option  "Device" "/dev/psm0"
EndSection

Section "Monitor"
#DisplaySize  280   210 # mm
Identifier   "Monitor0"
VendorName   "IBM"
ModelName"IBM E54"
Option  "DPMS"
EndSection

Section "Device"
### Available Driver options are:-
### Values: : integer, : float, : "True"/"False",
### : "String", : " Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel"   # []
#Option "SWcursor"  # []
#Option "ColorKey"  # 
#Option "CacheLines"# 
#Option "Dac6Bit"   # []
Option  "DRI"   "false" # []
#Option "NoDDC" # []
#Option "XvMCSurfaces"  # 
Identifier  "Card0"
Driver  "i810"
VendorName  "Intel Corp."
BoardName   "82845G/GL [Brookdale-G] Chipset Integrated Graphics Device"
BusID   "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor"Monitor0"
DefaultDepth16
SubSection "Display"
Depth 8
Modes   "640x480"
EndSubSection
SubSection "Display"
Depth 15
EndSubSection
SubSection "Display"
Depth 16
Modes   "640x480"
EndSubSection
SubSection "Display"
Depth 24
EndSubSection
EndSection

Those are some lines from XF86.0.log file:

XFree86 Version 4.2.99.2 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 21 October 2002
Build Operating System: FreeBSD 4.7-RELEASE i386 [ELF]
...
(==) Log file: "/var/log/XFree86.0.log", Time: Wed Oct 30 10:22:36 2002
...
(**) ModulePath set to "/usr/X11R6/lib/modules"
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9
...
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(0:2:0) Intel Corp. 82845G/GL [Brookdale-G] Chipset Integrated Graphics 
Device rev 1, Mem @ 0x8800/27, 0x8000/19
...
(II) LoadModule: "i810"
(II) Loading /usr/X11R6/lib/modules/drivers/i810_drv.o
(II) Module i810: vendor="The XFree86 Project"
compiled for 4.2.99.2, module version = 1.1.0
Module class: XFree86 Video Driver
ABI class: XFree86 Video Driver, version 0.6
...
(II) I810: Driver for Intel i810 chipset: i810, i810-dc100, i810e, i815,
i830M, 845G
(II) Primary Device is: PCI 00:02:0
(--) Chipset 845G found
...
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/libint10.a
(II) Module int10: vendor="The XFree86 Project"
compiled for 4.2.99.2, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.6
...
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
compiled for 4.2.99.2, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.6
(**) I810(0): Depth 16, (--) framebuffer bpp 16
(==) I810(0): RGB weight 565
(==) I810(0): Default visual is TrueColor
(**) I810(0): Option "DRI" "false"
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/libint10.a
(II) I810(0): initializing int10
(==) I810(0): Write-combining range (0xa,0x2) was already clear
(==) I810(0): Write-combining range (0xc,0x4)
(WW) I810(0): Bad V_BIOS checksum
(II) I810(0): Primary V_B

[Xpert]Re: State of Intel i845G support?

2002-11-01 Thread Diego Castro
   There is a page for this driver in XFree86.org,
please take a look:

http://www.xfree86.org/~dawes/845driver.html

__
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/
___
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert



[Xpert]Intel 845 with XFree86 4.2.99.2 doesn't work

2002-10-30 Thread Diego Castro
Hi

   I have downloaded from cvs version 4.2.99.2
   It only show a grey screen (some X's in the
background I think) and the mouse with a "X" show. But
I don't see the keyboard cursor to start to work, and
the regular clock at the right and 3 or 4 displays.

   I have a new IBM Pentium 4 with Intel 845GL video
port integraded. I'm using FreeBSD 4.7

   I will like to participate in the testing program
for this video card and XFree86.
 
   What I have to do ?

Congratulation for the big effort to make XFree86 the
best choice in *unix graphics environments (GUI).

__
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/
___
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert