On Thursday 11 April 2002 10:58 am, inspector.us@omicnet.com wrote: > Does anyone out there have XFree86 4.2 running with the r128 driver? > I have the All in Wonder 128 Pro AGP card, and have attempted to > configure and run X4.2 under FreeBSD 4.5. I've been banging my head > against the wall with this for over a month now. Could someone who > has this specific card and XFree86 4.2 please share their XF86Config > with me? I know not what more to do. Heres the relevant sections of my config for the same card (except on SuSE linux). On freeBSD I'm still running the xfree (3.36?) that comes with the stock install as I've not had the time to learn how to do anything else w/ freeBSD except install it. Hope this helps. Note my card is the 32 mb version All in Wonder 128 Pro AGP monitor is a viewsonic pf790 Section "Monitor" Option "CalcAlgorithm" "CheckDesktopGeometry" DisplaySize 310 360 HorizSync 27-95 Identifier "Monitor[0]" ModelName "PS790" VendorName "VIEWSONIC" VertRefresh 50-180 UseModes "Modes[0]" EndSection Section "Modes" Identifier "Modes[0]" Modeline "1280x1024" 135.0 1280 1328 1472 1672 1024 1041 1044 1082 Modeline "1152x870" 97.61 1152 1168 1384 1568 870 870 880 909 Modeline "1024x768" 76.49 1024 1040 1216 1400 768 768 776 802 Modeline "800x600" 46.80 800 816 928 1072 600 600 606 626 Modeline "640x480" 29.95 640 656 720 864 480 480 485 501 EndSection Section "Device" BoardName "Rage 128 RF" BusID "1:5:0" Driver "r128" Identifier "Device[0]" VendorName "ATI" EndSection Section "Screen" DefaultDepth 24 SubSection "Display" Depth 15 Modes "1280x1024" "1152x870" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" "1152x870" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" "1152x870" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 32 Modes "1280x1024" "1152x870" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1280x1024" "1152x870" "1024x768" "800x600" "640x480" EndSubSection Device "Device[0]" Identifier "Screen[0]" Monitor "Monitor[0]" EndSection Section "ServerLayout" Identifier "Layout[all]" InputDevice "Keyboard[0]" "CoreKeyboard" InputDevice "Mouse[1]" "CorePointer" InputDevice "Mouse[3]" "SendCoreEvents" InputDevice "Mouse[5]" "SendCoreEvents" Screen "Screen[0]" EndSection Section "DRI" Group "video" Mode 0660 EndSection -- dh