Hi,
on Dell E6320 with
$ sysctl kern.version
kern.version=OpenBSD 5.2-beta (GENERIC.MP) #331: Sun Jun 24 20:04:00 MDT 2012
[email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP
$
I have
$ dmesg | grep vga
vga1 at pci0 dev 2 function 0 "Intel GT2+ Video" rev 0x09
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
intagp0 at vga1
inteldrm0 at vga1: apic 2 int 16
$
and using default cwm withou .cwmrc started from .xinitrc via startx
$ cat .xinitrc
xsetroot -solid steelblue &
cwm
$
No EE or WW (except of obvious info that for this sandybridge it will
use VESA) in /var/log/Xorg.0.log and no issues in /var/log/messages.
When I hit CMS-q in cwm screen goes just black and nothing more
happens. I'm not back in console and can't switch consoles. All I can
do is hit power button and ACPI will turn off computer. Relevant part
in Xorg.0.log before and after hitting button:
[ 33.706] PCH FDI RX PLL enable
[ 33.740] PCH FDI TX PLL enable 801a2350
[ 33.780] Pipe enable
[ 33.780] Plane enable
[ 33.820] FDI_RX_IIR 0x100
[ 33.820] FDI train 1 done.
[ 33.840] FDI_RX_IIR 0x200
[ 33.840] FDI train 2 done.
[ 33.840] FDI train done
[ 33.860] FDI TX link normal
[ 33.880] transcoder enable
[ 33.880] LUT load
[ 33.880] DPMS on done
[ 668.243] (II) UnloadModule: "kbd"
[ 668.249] (II) UnloadModule: "ws"
[ 668.261] PCH FDI RX PLL enable
[ 668.299] PCH FDI TX PLL enable 801a2350
[ 668.339] Pipe enable
[ 668.339] Plane enable
[ 668.379] FDI_RX_IIR 0x100
[ 668.379] FDI train 1 done.
[ 668.399] FDI_RX_IIR 0x200
[ 668.399] FDI train 2 done.
[ 668.399] FDI train done
[ 668.419] FDI TX link normal
[ 668.439] transcoder enable
[ 668.439] LUT load
[ 668.439] DPMS on done
[ 668.499] Server terminated successfully (0). Closing log file.
and if X running and want to switch to other consoles via CM-F1-Fx
then I can see only black screen, but I'm not getting console. Only
switch back to X works and my X is displayed again.
Someone with similar symptoms?