[lug] (no subject)

D. Stimits stimits at idcomm.com
Wed Apr 11 21:56:27 MDT 2001


"Álvaro" wrote:
> 
> Hello my name is Alfonso.
> 
> I have a lot of problems with the
> installation with the grafic card
> configuaration.
> 
> I have one 3DLabs Oxygen VX1 32MB and I
> have
> bought two days ago one suse 7.1. My
> mother board is Intel i815e with
> UDMA/100
> CUSL2 is based on Intel® 815E AGPset
> supporting
> FCPGA 1000MHz and the new UDMA/100 BM
> IDE.
> 
> I have some errors when I try to check
> and see the screen, and the computer
> returns me two errors, at the end of
> the page saying that it cans recognise
> the chip or something like that.
> I would like to have the needed drivers
> to see the screen as I can with the
> fucking windows.
> 
> Thanks a lot I hope to know about you.
> 
> =============================================
> Alfonso Martínez Navarro

I have one machine using the Oxygen VX1 32MB card in the AGP slot, but
with Redhat 7.1 beta. The install found the correct modules and
everything worked the first attempt at install. There are some minor
artifacts but it seems to do well otherwise. I have no advice on how to
disable the 815E. The UDMA/100 tends to be supported only under the
2.4.x kernels, or else with patches (fortunately I have never had to try
to install for UDMA 100). For X11, here is some info on the one that
works:
XFree86 Version 4.0.2
The RH rpms:
XFree86-4.0.2-6
XFree86-75dpi-fonts-4.0.2-6
XFree86-devel-4.0.2-6
XFree86-libs-4.0.2-6
XFree86-tools-4.0.2-6
XFree86-xdm-4.0.2-6
XFree86-xf86cfg-4.0.2-6
XFree86-xfs-4.0.2-6
gdm-2.0beta2-39

Following is a version of the /etc/X11/XF86Config-4 file:

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

Section "Files"
	FontPath "unix/:7100"
EndSection

Section "Module"
	Load  "GLcore"
	Load  "dbe"
	Load  "dri"
	Load  "extmod"
	Load  "glx"
	Load  "pex5"
	Load  "record"
	Load  "xie"
	Load  "v4l"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option      "XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option      "Device" "/dev/mouse"
	Option      "Protocol" "PS/2"
	Option      "Emulate3Buttons" "off"
	Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
	Identifier "Optiquest V775"
	VendorName "Unknown"
	ModelName  "Unknown"
	HorizSync 30-82
	VertRefresh 50-130
#	Option "DPMS"
EndSection

Section "Device"
	Identifier "3Dlabs Permedia2 (generic)"
	Driver "glint"
	BoardName "Unknown"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device "3Dlabs Permedia2 (generic)"
	Monitor "Optiquest V775"
	DefaultDepth 24
	Subsection "Display"
		Depth 24
		Modes "1280x1024"
	EndSubSection
EndSection

Section "DRI"
EndSection



More information about the LUG mailing list