Date: Fri, 3 Mar 2006 15:44:31 -0500 From: "Jimmie James" <jimmiejaz@gmail.com> To: "Gary Palmer" <gpalmer@freebsd.org> Cc: freebsd-x11@freebsd.org Subject: Re:intel i810 graphics card Message-ID: <7e148fb90603031244q3c6ab896tf6f62172dcc87df4@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
I've got an i810 in a Dell Dimension machine. Works fine at 1152x768 @ 16, bpp and lower resolutions. My config is attached, you'll need to tweak it for your device ID and resolution settings. I've left in some of the options I've tried, just for my reference, feel free to trash the lines with #. I've also added some fonts, chances are yo= u don't have them. Hope this helps. [15:42:06] jimmie@fortytwo <101> [0] ~>cat /etc/X11/XF86Config Section "Module" Load "dbe" # Double buffer extension SubSection "extmod" # Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "type1" Load "freetype" # Load "GLcore" # Load "xie" # Load "pex5" Load "glx" # Load "dri" # Load "drm" Load "vbe" Load "int10" EndSection #Section "DRI" # Mode 0666 #EndSection #Section "Extensions" # Option "Composite" "Enable" # Option "RENDER" "Enable" #EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/local/" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" FontPath "/usr/X11R6/lib/X11/fonts/TTF/" FontPath "/usr/X11R6/lib/X11/fonts/artwiz-fonts/" FontPath "/usr/X11R6/lib/X11/fonts/webfonts/" FontPath "/usr/X11R6/lib/X11/fonts/URW/" FontPath "/usr/X11R6/lib/X11/fonts/jmk" ModulePath "/usr/X11R6/lib/modules" EndSection Section "ServerFlags" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbRules" "xfree86" Option "XkbModel" "pc101" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/psm0" Option "ZAxisMapping" "4 5" Option "Buttons" "5" Option "Emulate3Buttons" "no" EndSection Section "Monitor" Identifier "monitor0" # HorizSync 30-60 HorizSync 31.5-48.5 VertRefresh 50-90 EndSection Section "Device" Identifier "i810" VendorName "Intel" Driver "i810 # Driver "VESA" # Option "DRI" # Option "AGPMode" "1" # Option "XvMCSurfaces" "6" # NEW Option "NoDCC" "True" # Option "XaaNoOffscreePixmaps" #NEW Option "XaaNoSolidFillRect" #NEW Option "XaaNoScreenToScreenCopy" #NEW Option "XaaNoScanlineCPUToScreenColorExpandFill" #NEW # Option "NoAccel" # VideoRam 16384 VideoRam 32768 EndSection Section "Screen" Identifier "Screen 1" Device "i810" Monitor "monitor0" DefaultDepth 16 Subsection "Display" Depth 24 Modes "1280x960" ViewPort 1280 960 EndSubsection SubSection "Display" Depth 16 # Modes "1280x960" "1024x768" "1280x960" # ViewPort 1280x960 EndSubsection EndSection Section "ServerLayout" Identifier "Simple Layout" Screen "Screen 1" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7e148fb90603031244q3c6ab896tf6f62172dcc87df4>