From owner-freebsd-multimedia Mon May 15 17:13:56 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from rr.com (rdu25-28-182.nc.rr.com [24.25.28.182]) by hub.freebsd.org (Postfix) with ESMTP id DF95137B5CF for ; Mon, 15 May 2000 17:13:49 -0700 (PDT) (envelope-from rhh@rr.com) Received: (from rhh@localhost) by rr.com (8.9.3/8.9.3) id UAA04343 for multimedia@freebsd.org; Mon, 15 May 2000 20:14:44 -0400 (EDT) (envelope-from rhh) Date: Mon, 15 May 2000 20:14:44 -0400 From: Randall Hopper To: multimedia@freebsd.org Subject: Fxtv on XFree86 4.0 - Who's having trouble? Message-ID: <20000515201444.A3984@ipass.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="82I3+IH0IqGh5yIs" X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=us-ascii The semester is over and I've got free time again. So I'm soliciting any problems folks are having with XFree86 4.0. I installed it several days ago, and after XFree86 is configured (and FreeBSD is configured for XFree86), Fxtv seems to work pretty well. DGA, no problems. (The only oddity is that full-screen zoom doesn't center the viewport and grab the mouse). Here's what I did: 1) XFree86 -configure (let X generate your XF86Config) 2) kernel (works around XFree86-Bigfont...: shmat() failed errors): options SHMALL=1025 options SHMMAX="(SHMMAXPGS*PAGE_SIZE+1)" options SHMMAXPGS=1025 options SHMMIN=2 options SHMMNI=256 options SHMSEG=128 3) Mod XF86Config a) Configure Monitor and FontPath's to taste b) Add "DefaultDepth 16" (or other) to Screen section c) Set up Weight and Modes preferences for the DefaultDepth. Then just "startx". No -cc 4, visual specs, other req'd. -- Randall Hopper aa8vb@ipass.net --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=XF86Config Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" #FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled" #FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled" #FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" FontPath "/usr/X11R6/lib/X11/fonts/freefont/" # xfs handles TrueType fonts in XFree86 4.0 FontPath "tcp/localhost:7100" FontPath "/usr/X11R6/lib/X11/fonts/ttf_mswin/" FontPath "/usr/X11R6/lib/X11/fonts/ttf_misc/" FontPath "/opt/lib/X11/fonts/sharefont/" FontPath "/opt/lib/X11/fonts/misc/" FontPath "/usr/local/lib/pcemu/font" EndSection Section "Module" Load "extmod" Load "xie" Load "pex5" Load "glx" Load "GLcore" Load "dbe" Load "record" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/mouse" EndSection Section "Monitor" Identifier "Viewsonic PT813" VendorName "Viewsonic" ModelName "PT813" HorizSync 30-107 VertRefresh 50-160 #### #### many modelines deleted from here... #### EndSection Section "Device" ### Available Driver options are:- #Option "SWcursor" #Option "HWcursor" #Option "PciRetry" #Option "SyncOnGreen" #Option "NoAccel" #Option "ShowCache" #Option "Overlay" #Option "MGASDRAM" #Option "ShadowFB" #Option "UseFBDev" #Option "ColorKey" #Option "SetMclk" #Option "OverclockMem" #Option "VideoKey" #Option "Rotate" Identifier "Matrox Millenium G200SD PCI 16MB" Driver "mga" VendorName "Matrox" BoardName "MGA G200 PCI" BusID "PCI:0:12:0" EndSection Section "Screen" Identifier "Screen0" Device "Matrox Millenium G200SD PCI 16MB" Monitor "Viewsonic PT813" DefaultDepth 16 SubSection "Display" Depth 1 EndSubSection SubSection "Display" Depth 4 EndSubSection SubSection "Display" Depth 8 EndSubSection SubSection "Display" Depth 15 EndSubSection SubSection "Display" Depth 16 Weight 5 6 5 # 555 655 Modes "1344x1008" "1280x1024" "1152x900" "1152x864" "1024x768" "912x684" "800x600" "640x480" "640x400" "1792x1120" "1600x1280" "1600x1200" "1600x1024" EndSubSection SubSection "Display" Depth 24 EndSubSection EndSection Section "DRI" EndSection --82I3+IH0IqGh5yIs-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message