I'm running freebsd 8.0 on an intel DH55HC board with an I3 processor. It is using the onboard video.
From the Xorg.log the chipset is:
The problem I'm having is that the screen wraps such that the rightmost part of the screen is on the left part of the monitor. As the attached image shows.
The relevent definitions in the Xorg.conf in /etc/X11 are:
Any help would be greatly appreciated
From the Xorg.log the chipset is:
Code:
(II) VESA(0): VESA VBE OEM: Intel(R)Ironlake Desktop Graphics Chipset Accelerated VGA BIOS
(II) VESA(0): VESA VBE OEM Software Rev: 1.0
(II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
The relevent definitions in the Xorg.conf in /etc/X11 are:
Code:
Section "Monitor"
Identifier "Monitor0"
VendorName "KDS"
ModelName "XF-9b"
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 "DefaultRefresh" # [<bool>]
#Option "ModeSetClearScreen" # [<bool>]
Identifier "Card0"
Driver "vesa"
VendorName "Intel Corporation"
BoardName "Ironlake Desktop Graphics Controller"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection