Hey Everybody,
I am about to set up X in FreeBSD 10.1-RELEASE-p5.
X starts an runs (I am writing this from Opera in X), but whenever I quit X or when changing to another console, the display totally gets dark, no signal anymore. Then, after a while (maybe 3 minutes), signal comes back with console in lowest resolution and other weird properties.
Found nothing on the error messages, so I am asking here.
This is the xorg.conf:
Here is what
Thanks for caring & Have a nice Day 
I am about to set up X in FreeBSD 10.1-RELEASE-p5.
X starts an runs (I am writing this from Opera in X), but whenever I quit X or when changing to another console, the display totally gets dark, no signal anymore. Then, after a while (maybe 3 minutes), signal comes back with console in lowest resolution and other weird properties.
Found nothing on the error messages, so I am asking here.
This is the xorg.conf:
Code:
Section "ServerLayout"
[INDENT][INDENT]Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
Screen 2 "Screen2" RightOf "Screen1"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"[/INDENT][/INDENT]
EndSection
Section "Files"
[INDENT][INDENT]ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/lib/X11/fonts/misc/"
FontPath "/usr/local/lib/X11/fonts/TTF/"
FontPath "/usr/local/lib/X11/fonts/OTF/"
FontPath "/usr/local/lib/X11/fonts/Type1/"
FontPath "/usr/local/lib/X11/fonts/100dpi/"
FontPath "/usr/local/lib/X11/fonts/75dpi/"[/INDENT][/INDENT]
EndSection
Section "Module"
[INDENT][INDENT]Load "glx"[/INDENT][/INDENT]
EndSection
Section "InputDevice"
[INDENT][INDENT]Identifier "Keyboard0"
Driver "kbd"[/INDENT][/INDENT]
EndSection
Section "InputDevice"
[INDENT][INDENT]Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5 6 7"[/INDENT][/INDENT]
EndSection
Section "Monitor"
[INDENT][INDENT]Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"[/INDENT][/INDENT]
EndSection
Section "Monitor"
[INDENT][INDENT]Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor Model"[/INDENT][/INDENT]
EndSection
Section "Monitor"
[INDENT][INDENT]Identifier "Monitor2"
VendorName "Monitor Vendor"
ModelName "Monitor Model"[/INDENT][/INDENT]
EndSection
Section "Device"
[INDENT][INDENT]### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"F
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "AccelMethod" # <str>
#Option "Backlight" # <str>
#Option "DRI" # <str>
#Option "ColorKey" # <i>
#Option "VideoKey" # <i>
#Option "Tiling" # [<bool>]
#Option "LinearFramebuffer" # [<bool>]
#Option "SwapbuffersWait" # [<bool>]
#Option "TripleBuffer" # [<bool>]
#Option "XvPreferOverlay" # [<bool>]
#Option "HotPlug" # [<bool>]
#Option "ReprobeOutputs" # [<bool>]
#Option "XvMC" # [<bool>]
#Option "ZaphodHeads" # <str>
#Option "TearFree" # [<bool>]
#Option "PerCrtcPixmaps" # [<bool>]
#Option "FallbackDebug" # [<bool>]
#Option "DebugFlushBatches" # [<bool>]
#Option "DebugFlushCaches" # [<bool>]
#Option "DebugWait" # [<bool>]
#Option "BufferCache" # [<bool>]
Identifier "Card0"
Driver "intel"
BusID "PCI:0:2:0"[/INDENT][/INDENT]
EndSection
Section "Device"
[INDENT][INDENT]### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"F
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "AccelMethod" # <str>
#Option "Backlight" # <str>
#Option "DRI" # <str>
#Option "ColorKey" # <i>
#Option "VideoKey" # <i>
#Option "Tiling" # [<bool>]
#Option "LinearFramebuffer" # [<bool>]
#Option "SwapbuffersWait" # [<bool>]
#Option "TripleBuffer" # [<bool>]
#Option "XvPreferOverlay" # [<bool>]
#Option "HotPlug" # [<bool>]
#Option "ReprobeOutputs" # [<bool>]
#Option "XvMC" # [<bool>]
#Option "ZaphodHeads" # <str>
#Option "TearFree" # [<bool>]
#Option "PerCrtcPixmaps" # [<bool>]
#Option "FallbackDebug" # [<bool>]
#Option "DebugFlushBatches" # [<bool>]
#Option "DebugFlushCaches" # [<bool>]
#Option "DebugWait" # [<bool>]
#Option "BufferCache" # [<bool>]
Identifier "Card1"
Driver "intel"
BusID "PCI:0:2:1"[/INDENT][/INDENT]
EndSection
Section "Device"
[INDENT][INDENT]### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"F
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
#Option "ModeSetClearScreen" # [<bool>]
Identifier "Card2"
Driver "vesa"
BusID "PCI:0:2:0"[/INDENT][/INDENT]
EndSection
Section "Screen"
[INDENT][INDENT]Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
[INDENT][INDENT]Viewport 0 0
Depth 1[/INDENT][/INDENT]
EndSubSection
SubSection "Display"
[INDENT][INDENT]Viewport 0 0
Depth 4[/INDENT][/INDENT]
EndSubSection
SubSection "Display"
[INDENT][INDENT]Viewport 0 0
Depth 8[/INDENT][/INDENT]
EndSubSection
SubSection "Display"
[INDENT][INDENT]Viewport 0 0
Depth 15[/INDENT][/INDENT]
EndSubSection
SubSection "Display"
[INDENT][INDENT]Viewport 0 0
Depth 16[/INDENT][/INDENT]
EndSubSection
SubSection "Display"
[INDENT][INDENT]Viewport 0 0
Depth 24[/INDENT][/INDENT]
EndSubSection[/INDENT][/INDENT]
EndSection
Section "Screen"
[INDENT][INDENT]Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
SubSection "Display"
[INDENT][INDENT]Viewport 0 0
Depth 1[/INDENT][/INDENT]
EndSubSection
SubSection "Display"
[INDENT][INDENT]Viewport 0 0
Depth 4[/INDENT][/INDENT]
EndSubSection
SubSection "Display"
[INDENT][INDENT]Viewport 0 0
Depth 8[/INDENT][/INDENT]
EndSubSection
SubSection "Display"
[INDENT][INDENT]Viewport 0 0
Depth 15[/INDENT][/INDENT]
EndSubSection
SubSection "Display"
[INDENT][INDENT]Viewport 0 0
Depth 16[/INDENT][/INDENT]
EndSubSection
SubSection "Display"
[INDENT][INDENT]Viewport 0 0
Depth 24[/INDENT][/INDENT]
EndSubSection[/INDENT][/INDENT]
EndSection
Section "Screen"
[INDENT][INDENT]Identifier "Screen2"
Device "Card2"
Monitor "Monitor2"
SubSection "Display"
[INDENT][INDENT]Viewport 0 0
Depth 1[/INDENT][/INDENT]
EndSubSection
SubSection "Display"
[INDENT][INDENT]Viewport 0 0
Depth 4[/INDENT][/INDENT]
EndSubSection
SubSection "Display"
[INDENT][INDENT]Viewport 0 0
Depth 8[/INDENT][/INDENT]
EndSubSection
SubSection "Display"
[INDENT][INDENT]Viewport 0 0
Depth 15[/INDENT][/INDENT]
EndSubSection
SubSection "Display"
[INDENT][INDENT]Viewport 0 0
Depth 16[/INDENT][/INDENT]
EndSubSection
SubSection "Display"
[INDENT][INDENT]Viewport 0 0
Depth 24[/INDENT][/INDENT]
EndSubSection[/INDENT][/INDENT]
EndSection
dmesg says:
Code:
# dmesg | grep drm
info: [drm] Initialized drm 1.1.0 20060810
drmn0: <Intel G33> on vgapci0
info: [drm] MSI enabled 1 message(s)
info: [drm] AGP at 0xd0000000 256MB
info: [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
info: [drm] Driver supports precise vblank timestamp query.
drmn0: taking over the fictitious range 0xd0000000-0xe0000000
info: [drm] initialized overlay support
error: [drm:pid9755:drm_do_get_edid] *ERROR* DVI-D-1: EDID block 0 invalid.
error: [drm:pid9755:drm_do_get_edid] *ERROR* DVI-D-1: EDID block 0 invalid.
error: [drm:pid9755:drm_do_get_edid] *ERROR* VGA-2: EDID block 0 invalid.
error: [drm:pid9755:drm_do_get_edid] *ERROR* VGA-2: EDID block 0 invalid.
fbd0 on drmn0
info: [drm] Initialized i915 1.6.0 20080730
error: [drm:pid9755:drm_do_get_edid] *ERROR* DVI-D-1: EDID block 0 invalid.
error: [drm:pid9755:drm_do_get_edid] *ERROR* DVI-D-1: EDID block 0 invalid.
error: [drm:pid9755:drm_do_get_edid] *ERROR* DVI-D-1: EDID block 0 invalid.
error: [drm:pid9755:drm_do_get_edid] *ERROR* DVI-D-1: EDID block 0 invalid.
error: [drm:pid9755:drm_do_get_edid] *ERROR* VGA-2: EDID block 0 invalid.
error: [drm:pid9755:drm_do_get_edid] *ERROR* VGA-2: EDID block 0 invalid.
error: [drm:pid9755:drm_do_get_edid] *ERROR* DVI-D-1: EDID block 0 invalid.
error: [drm:pid9755:drm_do_get_edid] *ERROR* DVI-D-1: EDID block 0 invalid.
error: [drm:pid9755:drm_do_get_edid] *ERROR* DVI-D-1: EDID block 0 invalid.
error: [drm:pid9755:drm_do_get_edid] *ERROR* DVI-D-1: EDID block 0 invalid.
error: [drm:pid9755:drm_do_get_edid] *ERROR* VGA-2: EDID block 0 invalid.
error: [drm:pid9755:drm_do_get_edid] *ERROR* VGA-2: EDID block 0 invalid.
-->> error: [drm:pid0:drm_do_get_edid] *ERROR* DVI-D-1: EDID block 0 invalid <<--
-->> This last line repeats 240 times <<--