I'm trying to run X 4.2.1 on FreeBSD
4.7. I have the intel i810 graphics controller and I can't get X to run
when I use the INTEL 810 driver. I get a blank screen and the monitor
shuts down when I "startx"
I can only get X to run when I use the "generic"
VGA driver but as expected, it hase really crappy resolution. I have
included my log file as well as my XFree86Config file
If anyone has tips, please let me
know.
Thanks
|
Attachment:
XFree86.0.log
Description: Binary data
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/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection Section "Module" Load "dbe" Load "dri" Load "extmod" Load "glx" Load "pex5" Load "record" Load "xie" Load "xtrap" Load "speedo" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "MouseSystems" Option "Device" "/dev/sysmouse" EndSection Section "Monitor" Identifier "Samtron" VendorName "Samtron" ModelName "76V" HorizSync 30-70 VertRefresh 50-160 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 "ShadowFB" # [<bool>] #Option "VGAClocks" # [<bool>] Identifier "Card0" Driver "vga" VendorName "Intel" BoardName "i810" BusID "PCI:0:1:0" EndSection #I added this next device section Section "Device" Identifier "Intel 810" Driver "i810" EndSection Section "Screen" Identifier "Screen0" Device "Intel 810" Monitor "Samtron" DefaultDepth 24 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 Modes "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubSection EndSection