Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2002 18:29:38 -0800 (PST)
From:      Peter Leftwich <Hostmaster@Video2Video.Com>
To:        FreeBSD Questions <FreeBSD-Questions@FreeBSD.Org>
Cc:        XFree86 Newbies List <Newbie@XFree86.Org>, XFree86 General Discussion List <XPert@XFree86.Org>
Subject:   !! WILL $PayPal$ FOR XF 4.2.0 HELP !!
Message-ID:  <20020329180526.V4840-300000@66-75-1-142.san.rr.com>

index | next in thread | raw e-mail

[-- Attachment #1 --]


{To whomever helps me first/best, I decree "name your PayPal $$FEE$$ !!"}


I've attached two files, one is relevant dmesg output (sorted in order of
video then keyboard then mouse stuff) and the other is the default output
file "XF86Config.new" which was created by the "XFree86 -configure" command.

All I wish for are these three (3) things, from least to highest priority:

(1) Is it possible to use SVGA (blanktime, screen_saver.ko modules) in
syscons/console?

(2) What changes must I make to the default XF86Config.new file to use
atkbd and /dev/sysmouse (ums0) instead of "keyboard" and "/dev/mouse?"

(3) What lines must be *added* to the default XF86Config.new file to use a
DefaultDepth of 16 (or 24) and a DefaultResolution of 800x600, so that
XFree86 will work with my ATI All-in-Wonder 128 16mb AGP video card and
Dell M781p monitor (supposed ranges are hscan 30-85kHz, vscan 50-160kHz,
and optimal preset is apparently "1024x768 @ 85Hz")??

I really require X.  I am exasperated.  Someone.  Please-- Help me and
take my $loot$ ??

--
Peter Leftwich
President & Founder
Video2Video Services
Box 13692, La Jolla, CA, 92039 USA
+1-413-403-9555

[-- Attachment #2 --]
agp0: <AMD 751 host to AGP bridge> mem 0xe7005000-0xe7005fff,0xd8000000-0xdfffffff at device 0.0 on pci0
pcib1: <AMD-751 PCI-PCI (1x/2x AGP) bridge> at device 1.0 on pci0
pci1: <PCI bus> on pcib1
pci1: <ATI Rage128-RF graphics accelerator> at 5.0 irq 10
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>

atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0

ohci0: <AMD-756 USB Controller> mem 0xe7007000-0xe7007fff irq 5 at device 7.4 on pci0
usb0: OHCI version 1.0, legacy support
usb0: <AMD-756 USB Controller> on ohci0
usb0: USB revision 1.0
uhub0: AMD OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 4 ports with 4 removable, self powered
ugen0: Canon CanoScan, rev 1.00/1.00, addr 2
ums0: Logitech USB Receiver, rev 1.10/9.00, addr 3, iclass 3/1
ums0: 5 buttons and Z dir.

[-- Attachment #3 --]
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/mouse"
EndSection

Section "Monitor"
	#DisplaySize	  300   230	# mm
	Identifier   "Monitor0"
	VendorName   "DEL"
	ModelName    "DELL  M781p"
	Option	    "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "Dac6Bit"            	# [<bool>]
        #Option     "Dac8Bit"            	# [<bool>]
        #Option     "ForcePCIMode"       	# [<bool>]
        #Option     "CCEPIOMode"         	# [<bool>]
        #Option     "CCENoSecurity"      	# [<bool>]
        #Option     "CCEusecTimeout"     	# <i>
        #Option     "AGPMode"            	# <i>
        #Option     "AGPSize"            	# <i>
        #Option     "RingSize"           	# <i>
        #Option     "BufferSize"         	# <i>
        #Option     "Display"            	# <str>
        #Option     "PanelWidth"         	# <i>
        #Option     "PanelHeight"        	# <i>
        #Option     "ProgramFPRegs"      	# [<bool>]
        #Option     "UseFBDev"           	# [<bool>]
        #Option     "VideoKey"           	# <i>
        #Option     "ShowCache"          	# [<bool>]
	Identifier  "Card0"
	Driver      "ati"
	VendorName  "ATI"
	BoardName   "Rage 128 RF"
	BusID       "PCI:1:5:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Depth     1
	EndSubSection
	SubSection "Display"
		Depth     4
	EndSubSection
	SubSection "Display"
		Depth     8
	EndSubSection
	SubSection "Display"
		Depth     15
	EndSubSection
	SubSection "Display"
		Depth     16
	EndSubSection
	SubSection "Display"
		Depth     24
	EndSubSection
EndSection

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020329180526.V4840-300000>