intel i810 graphics card
Jimmie James
jimmiejaz at gmail.com
Fri Mar 3 12:44:33 PST 2006
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 you
don't have them.
Hope this helps.
[15:42:06] jimmie at 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
More information about the freebsd-x11
mailing list