externer Monitor per Displayport geht nicht

kerasi

Well-Known Member
[gelöst] externer Monitor per Displayport geht nicht

Code:
Hallo zusammen

habe jetzt die Installation hinter mir dank der Hilfe der community.
Aber jetzt komme ich hier nicht weiter :-(

installiert ist das snapshot vom 09.03 2013 für amd64 die Grafikkarte ist eine HD3000

ich habe einen NEC PA241w 24 Zoll Monitor den ich per Displayport an meiner Dockingstation verbunden habe. Das Laptop ein ThinkPad T420 habe ich auch dort angedockt. Unter Linux wurde mein externer Monitor erkannt und ich hatte diese .xinitrc
Code:
#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)

#virtual desktop:
#xrandr --output LVDS1 --auto --output DP2 --auto --right-of LVDS1

#when not docked:
#xrandr --output LVDS1 --auto --output DP2 --off

#docked with NEC:
xrandr --output DP2 --auto --output LVDS1 --off

#when not docked:
#xrandr --output LVDS1 --auto --DP2 --off

if [ -d /etc/X11/xinit/xinitrc.d ]; then
  for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
  done
  unset f
fi

# exec gnome-session
# exec startkde
# exec startxfce4
# ...or the Window Manager of your choice

xcompmgr -c &
exec openbox-session

meine xrandr
Code:
Screen 0: minimum 320 x 200, current 1600 x 900, maximum 4096 x 4096
VGA disconnected (normal left inverted right x axis y axis)
LVDS connected 1600x900+0+0 (normal left inverted right x axis y axis) 309mm x 174mm
   1600x900       60.0*+   40.0  
HDMI-3 disconnected (normal left inverted right x axis y axis)
HDMI-4 disconnected (normal left inverted right x axis y axis)
HDMI-5 disconnected (normal left inverted right x axis y axis)

xdpyinfo
Code:
name of display:    :0
version number:    11.0
vendor string:    The X.Org Foundation
vendor release number:    11203000
X.Org version: 1.12.3
maximum request size:  16777212 bytes
motion buffer size:  256
bitmap unit, bit order, padding:    32, LSBFirst, 32
image byte order:    LSBFirst
number of supported pixmap formats:    7
supported pixmap formats:
    depth 1, bits_per_pixel 1, scanline_pad 32
    depth 4, bits_per_pixel 8, scanline_pad 32
    depth 8, bits_per_pixel 8, scanline_pad 32
    depth 15, bits_per_pixel 16, scanline_pad 32
    depth 16, bits_per_pixel 16, scanline_pad 32
    depth 24, bits_per_pixel 32, scanline_pad 32
    depth 32, bits_per_pixel 32, scanline_pad 32
keycode range:    minimum 8, maximum 255
focus:  window 0x80000d, revert to Parent
number of extensions:    27
    BIG-REQUESTS
    Composite
    DAMAGE
    DOUBLE-BUFFER
    DPMS
    DRI2
    GLX
    Generic Event Extension
    MIT-SCREEN-SAVER
    MIT-SHM
    RANDR
    RECORD
    RENDER
    SECURITY
    SGI-GLX
    SHAPE
    SYNC
    X-Resource
    XC-MISC
    XFIXES
    XFree86-DGA
    XFree86-VidModeExtension
    XINERAMA
    XInputExtension
    XKEYBOARD
    XTEST
    XVideo
default screen number:    0
number of screens:    1

screen #0:
  dimensions:    1600x900 pixels (423x238 millimeters)
  resolution:    96x96 dots per inch
  depths (7):    24, 1, 4, 8, 15, 16, 32
  root window id:    0x10a
  depth of root window:    24 planes
  number of colormaps:    minimum 1, maximum 1
  default colormap:    0x20
  default number of colormap cells:    256
  preallocated pixels:    black 0, white 16777215
  options:    backing-store NO, save-unders NO
  largest cursor:    64x64
  current input event mask:    0x58003d
    KeyPressMask             ButtonPressMask          ButtonReleaseMask        
    EnterWindowMask          LeaveWindowMask          SubstructureNotifyMask   
    SubstructureRedirectMask PropertyChangeMask       
  number of visuals:    64
  default visual id:  0x21
  visual:
    visual id:    0x21
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x22
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xcc
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xcd
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xce
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xcf
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xd0
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xd1
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xd2
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xd3
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xd4
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xd5
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xd6
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xd7
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xd8
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xd9
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xda
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xdb
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xdc
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xdd
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xde
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xdf
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xe0
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xe1
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xe2
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xe3
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xe4
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xe5
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xe6
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xe7
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xe8
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xe9
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xea
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xeb
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xec
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xed
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xee
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xef
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xf0
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xf1
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xf2
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xf3
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xf4
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xf5
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xf6
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xf7
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xf8
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xf9
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xfa
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xfb
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xfc
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xfd
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xfe
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xff
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x100
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x101
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x102
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x103
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x104
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x105
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x106
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x107
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x108
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x4b
    class:    TrueColor
    depth:    32 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits

und hier die dmesg mit angeschlossenem Monitor am Displayport der Dockingstation
Code:
OpenBSD 5.3 (GENERIC) #49: Fri Mar  1 09:06:56 MST 2013
    deraadt@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC
real mem = 17056788480 (16266MB)
avail mem = 16580284416 (15812MB)
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.6 @ 0xdae9c000 (67 entries)
bios0: vendor LENOVO version "83ET69WW (1.39 )" date 03/26/2012
bios0: LENOVO 4180MBU
acpi0 at bios0: rev 2
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP SLIC SSDT SSDT SSDT HPET APIC MCFG ECDT ASF! TCPA SSDT SSDT UEFI UEFI UEFI
acpi0: wakeup devices LID_(S3) SLPB(S3) IGBE(S4) EXP4(S4) EHC1(S3) EHC2(S3) HDEF(S4)
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpihpet0 at acpi0: 14318179 Hz
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Core(TM) i5-2540M CPU @ 2.60GHz, 2591.94 MHz
cpu0: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,NXE,LONG,LAHF,PERF,ITSC
cpu0: 256KB 64b/line 8-way L2 cache
cpu0: apic clock running at 99MHz
cpu at mainbus0: not configured
cpu at mainbus0: not configured
cpu at mainbus0: not configured
ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 24 pins
acpimcfg0 at acpi0 addr 0xf8000000, bus 0-63
acpiec0 at acpi0
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus -1 (PEG_)
acpiprt2 at acpi0: bus 2 (EXP1)
acpiprt3 at acpi0: bus 3 (EXP2)
acpiprt4 at acpi0: bus 5 (EXP4)
acpiprt5 at acpi0: bus 13 (EXP5)
acpicpu0 at acpi0: C3, C1, PSS
acpipwrres0 at acpi0: PUBS
acpitz0 at acpi0: critical temperature is 98 degC
acpibtn0 at acpi0: LID_
acpibtn1 at acpi0: SLPB
acpibat0 at acpi0: BAT0 not present
acpibat1 at acpi0: BAT1 not present
acpiac0 at acpi0: AC unit online
acpithinkpad0 at acpi0
cpu0: Enhanced SpeedStep 2591 MHz: speeds: 2601, 2600, 2400, 2200, 2000, 1800, 1600, 1400, 1200, 1000, 800 MHz
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel Core 2G Host" rev 0x09
vga1 at pci0 dev 2 function 0 "Intel HD Graphics 3000" rev 0x09
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
intagp0 at vga1
agp0 at intagp0: aperture at 0xe0000000, size 0x10000000
inteldrm0 at vga1: apic 2 int 16
drm0 at inteldrm0
"Intel 6 Series MEI" rev 0x04 at pci0 dev 22 function 0 not configured
puc0 at pci0 dev 22 function 3 "Intel 6 Series KT" rev 0x04: ports: 1 com
com2 at puc0 port 0 apic 2 int 19: ns16550a, 16 byte fifo
com2: probed fifo depth: 0 bytes
em0 at pci0 dev 25 function 0 "Intel 82579LM" rev 0x04: msi, address 00:21:cc:49:fc:72
ehci0 at pci0 dev 26 function 0 "Intel 6 Series USB" rev 0x04: apic 2 int 16
usb0 at ehci0: USB revision 2.0
uhub0 at usb0 "Intel EHCI root hub" rev 2.00/1.00 addr 1
azalia0 at pci0 dev 27 function 0 "Intel 6 Series HD Audio" rev 0x04: msi
azalia0: codecs: Conexant/0x506e, Conexant/0x2c06, Intel/0x2805, using Conexant/0x506e
audio0 at azalia0
ppb0 at pci0 dev 28 function 0 "Intel 6 Series PCIE" rev 0xb4: msi
pci1 at ppb0 bus 2
ppb1 at pci0 dev 28 function 1 "Intel 6 Series PCIE" rev 0xb4: msi
pci2 at ppb1 bus 3
iwn0 at pci2 dev 0 function 0 "Intel Centrino Advanced-N 6205" rev 0x34: msi, MIMO 2T2R, MoW, address a0:88:b4:06:ab:78
ppb2 at pci0 dev 28 function 3 "Intel 6 Series PCIE" rev 0xb4: msi
pci3 at ppb2 bus 5
ppb3 at pci0 dev 28 function 4 "Intel 6 Series PCIE" rev 0xb4: msi
pci4 at ppb3 bus 13
sdhc0 at pci4 dev 0 function 0 "Ricoh 5U822 SD/MMC" rev 0x08: apic 2 int 16
sdmmc0 at sdhc0
ehci1 at pci0 dev 29 function 0 "Intel 6 Series USB" rev 0x04: apic 2 int 23
usb1 at ehci1: USB revision 2.0
uhub1 at usb1 "Intel EHCI root hub" rev 2.00/1.00 addr 1
pcib0 at pci0 dev 31 function 0 "Intel QM67 LPC" rev 0x04
ahci0 at pci0 dev 31 function 2 "Intel 6 Series AHCI" rev 0x04: msi, AHCI 1.3
scsibus0 at ahci0: 32 targets
sd0 at scsibus0 targ 0 lun 0: <ATA, HITACHI HTS72503, PC3Z> SCSI3 0/direct fixed naa.5000cca645db645d
sd0: 305245MB, 512 bytes/sector, 625142448 sectors
cd0 at scsibus0 targ 1 lun 0: <HL-DT-ST, DVDRAM GT33N, LT20> ATAPI 5/cdrom removable
ichiic0 at pci0 dev 31 function 3 "Intel 6 Series SMBus" rev 0x04: apic 2 int 18
iic0 at ichiic0
spdmem0 at iic0 addr 0x50: 8GB DDR3 SDRAM PC3-10600 SO-DIMM
spdmem1 at iic0 addr 0x51: 8GB DDR3 SDRAM PC3-10600 SO-DIMM
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pms0 at pckbc0 (aux slot)
pckbc0: using irq 12 for aux slot
wsmouse0 at pms0 mux 0
wsmouse1 at pms0 mux 0
pms0: Synaptics touchpad, firmware 7.2
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
aps0 at isa0 port 0x1600/31
mtrr: Pentium Pro MTRR support
uhub2 at uhub0 port 1 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2
uhidev0 at uhub2 port 2 configuration 1 interface 0 "Cherry Mikroschalter product 0x0101" rev 2.00/0.07 addr 3
uhidev0: iclass 3/1
ukbd0 at uhidev0: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev1 at uhub2 port 2 configuration 1 interface 1 "Cherry Mikroschalter product 0x0101" rev 2.00/0.07 addr 3
uhidev1: iclass 3/0, 3 report ids
uhid0 at uhidev1 reportid 1: input=2, output=0, feature=0
uhid1 at uhidev1 reportid 2: input=1, output=0, feature=0
uhid2 at uhidev1 reportid 3: input=0, output=8, feature=0
uhidev2 at uhub2 port 2 configuration 1 interface 2 "Cherry Mikroschalter product 0x0101" rev 2.00/0.07 addr 3
uhidev2: iclass 3/1
ums0 at uhidev2: 5 buttons, Z dir
wsmouse2 at ums0 mux 0
ugen0 at uhub2 port 3 "UPEK Biometric Coprocessor" rev 1.01/0.02 addr 4
ugen1 at uhub2 port 4 "Broadcom Corp Broadcom Bluetooth Device" rev 2.00/7.48 addr 5
uhub3 at uhub2 port 5 "Lenovo product 0x100a" rev 2.00/0.00 addr 6
uvideo0 at uhub2 port 6 configuration 1 interface 0 "Chicony Electronics Co., Ltd. Integrated Camera" rev 2.00/7.51 addr 7
video0 at uvideo0
uhub4 at uhub1 port 1 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2
uhidev3 at uhub4 port 2 configuration 1 interface 0 "Logitech USB-PS/2 Optical Mouse" rev 2.00/22.00 addr 3
uhidev3: iclass 3/1
ums1 at uhidev3: 8 buttons, Z dir
wsmouse3 at ums1 mux 0
vscsi0 at root
scsibus1 at vscsi0: 256 targets
softraid0 at root
scsibus2 at softraid0: 256 targets
root on sd0a (78c178379ddc8220.a) swap on sd0b dump on sd0b

was funktioniert:

Installation läuft per externen Monitor durch es wird nur nicht die richtige Auflösung genommen 1920x1200
anmelden als root oder user und start von X auf dem Laptop ohne externen Monitor funktioniert , außer das wenn ich als user X starte ungefähr 30-40s sekunden warten muss bis der Desktop erscheint

was nicht geht:
startx mit angeschlossenem externen Monitor sowohl von root aus oder als user
der Monitor wird kurz hell dann schalter er sich aus und ich muss einen Hard Reset machen str+alt+backspace geht nicht

unter Linux ging das mit dieser .xinitrc

hoffe es kann mir einer weiterhelfen
 
Zuletzt bearbeitet:
Was sagt denn /var/log/Xorg.0.log?
Was zeigt der externe Monitor kurz an? Das Desktop Bild oder einfach nur ein helles (periodisches) flackern
 
Hi

ich habe unter /var eine
Xorg..0
Xorg.old
werde sie gleich mal kopieren

Wenn ich als user startx eingebe und starte dauert es so zwei minuten ungefähr bis x startet ist das so normal?
Es kommen da diese Meldungen
timeout in locking authority file /home/kojak/.serversuth 32295
timeout in locking authority file /home/kojak/.Xauthority
 
kerasi schrieb:
Wenn ich als user startx eingebe und starte dauert es so zwei minuten ungefähr bis x startet ist das so normal?
Was genau dauert 2 min, das Bild im externen oder im internen Monitor?
Normal ist das eigentlich trotzdem nicht, würde mal .Xauthority löschen und mit dem Befehl xauth wieder erstellen, vielleicht bringt das den gewünschten Effekt.
 
so hier meine Xorg.0.log

Code:
[   305.893] (--) checkDevMem: using aperture driver /dev/xf86
[   305.913] (--) Using wscons driver on /dev/ttyC4 in pcvt compatibility mode (version 3.32)
[   305.959] 
X.Org X Server 1.12.3
Release Date: 2012-07-09
[   305.959] X Protocol Version 11, Revision 0
[   305.959] Build Operating System: OpenBSD 5.3 amd64 
[   305.959] Current Operating System: OpenBSD puffy.my.domain 5.3 GENERIC#49 amd64
[   305.959] Build Date: 27 February 2013  04:27:07PM
[   305.960]  
[   305.960] Current version of pixman: 0.28.0
[   305.960] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   305.960] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   305.960] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar  8 20:19:26 2013
[   305.991] (==) Using system config directory "/usr/X11R6/share/X11/xorg.conf.d"
[   305.992] (==) No Layout section.  Using the first Screen section.
[   305.993] (==) No screen section available. Using defaults.
[   305.993] (**) |-->Screen "Default Screen Section" (0)
[   305.993] (**) |   |-->Monitor "<default monitor>"
[   305.993] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   305.993] (==) Disabling SIGIO handlers for input devices
[   305.993] (==) Automatically adding devices
[   305.993] (==) Automatically enabling devices
[   306.128] (==) FontPath set to:
	/usr/X11R6/lib/X11/fonts/misc/,
	/usr/X11R6/lib/X11/fonts/TTF/,
	/usr/X11R6/lib/X11/fonts/OTF/,
	/usr/X11R6/lib/X11/fonts/Type1/,
	/usr/X11R6/lib/X11/fonts/100dpi/,
	/usr/X11R6/lib/X11/fonts/75dpi/
[   306.128] (==) ModulePath set to "/usr/X11R6/lib/modules"
[   306.128] (II) The server relies on wscons to provide the list of input devices.
	If no devices become available, reconfigure wscons or disable AutoAddDevices.
[   306.128] (II) Loader magic: 0x1b27410b53e0
[   306.128] (II) Module ABI versions:
[   306.128] 	X.Org ANSI C Emulation: 0.4
[   306.128] 	X.Org Video Driver: 12.0
[   306.128] 	X.Org XInput driver : 16.0
[   306.128] 	X.Org Server Extension : 6.0
[   306.129] (--) PCI:*(0:0:2:0) 8086:0126:17aa:21ce rev 9, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x00005000/64
[   306.129] (II) LoadModule: "extmod"
[   306.158] (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.so
[   306.163] (II) Module extmod: vendor="X.Org Foundation"
[   306.163] 	compiled for 1.12.3, module version = 1.0.0
[   306.163] 	Module class: X.Org Server Extension
[   306.163] 	ABI class: X.Org Server Extension, version 6.0
[   306.163] (II) Loading extension MIT-SCREEN-SAVER
[   306.163] (II) Loading extension XFree86-VidModeExtension
[   306.163] (II) Loading extension XFree86-DGA
[   306.163] (II) Loading extension DPMS
[   306.163] (II) Loading extension XVideo
[   306.163] (II) Loading extension XVideo-MotionCompensation
[   306.164] (II) Loading extension X-Resource
[   306.164] (II) LoadModule: "dbe"
[   306.165] (II) Loading /usr/X11R6/lib/modules/extensions/libdbe.so
[   306.165] (II) Module dbe: vendor="X.Org Foundation"
[   306.165] 	compiled for 1.12.3, module version = 1.0.0
[   306.165] 	Module class: X.Org Server Extension
[   306.165] 	ABI class: X.Org Server Extension, version 6.0
[   306.165] (II) Loading extension DOUBLE-BUFFER
[   306.165] (II) LoadModule: "glx"
[   306.167] (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
[   306.168] (II) Module glx: vendor="X.Org Foundation"
[   306.168] 	compiled for 1.12.3, module version = 1.0.0
[   306.168] 	ABI class: X.Org Server Extension, version 6.0
[   306.169] (==) AIGLX enabled
[   306.169] (II) Loading extension GLX
[   306.169] (II) LoadModule: "record"
[   306.170] (II) Loading /usr/X11R6/lib/modules/extensions/librecord.so
[   306.171] (II) Module record: vendor="X.Org Foundation"
[   306.171] 	compiled for 1.12.3, module version = 1.13.0
[   306.171] 	Module class: X.Org Server Extension
[   306.171] 	ABI class: X.Org Server Extension, version 6.0
[   306.171] (II) Loading extension RECORD
[   306.171] (II) LoadModule: "dri"
[   306.172] (II) Loading /usr/X11R6/lib/modules/extensions/libdri.so
[   306.181] (II) Module dri: vendor="X.Org Foundation"
[   306.181] 	compiled for 1.12.3, module version = 1.0.0
[   306.181] 	ABI class: X.Org Server Extension, version 6.0
[   306.181] (II) Loading extension XFree86-DRI
[   306.181] (II) LoadModule: "dri2"
[   306.182] (II) Loading /usr/X11R6/lib/modules/extensions/libdri2.so
[   306.183] (II) Module dri2: vendor="X.Org Foundation"
[   306.183] 	compiled for 1.12.3, module version = 1.2.0
[   306.183] 	ABI class: X.Org Server Extension, version 6.0
[   306.183] (II) Loading extension DRI2
[   306.195] (==) Matched intel as autoconfigured driver 0
[   306.195] (==) Matched vesa as autoconfigured driver 1
[   306.195] (==) Assigned the driver to the xf86ConfigLayout
[   306.195] (II) LoadModule: "intel"
[   306.195] (II) Loading /usr/X11R6/lib/modules/drivers/intel_drv.so
[   306.212] (II) Module intel: vendor="X.Org Foundation"
[   306.212] 	compiled for 1.12.3, module version = 2.12.0
[   306.212] 	Module class: X.Org Video Driver
[   306.212] 	ABI class: X.Org Video Driver, version 12.0
[   306.212] (II) LoadModule: "vesa"
[   306.213] (II) Loading /usr/X11R6/lib/modules/drivers/vesa_drv.so
[   306.214] (II) Module vesa: vendor="X.Org Foundation"
[   306.214] 	compiled for 1.12.3, module version = 2.3.2
[   306.214] 	Module class: X.Org Video Driver
[   306.214] 	ABI class: X.Org Video Driver, version 12.0
[   306.214] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
	E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
	965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
	4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
	Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
	Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
	Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
	Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
	Ivybridge Desktop (GT1), Ivybridge Desktop (GT2),
	Ivybridge Server (GT1), Ivybridge Server (GT2)
[   306.214] (II) VESA: driver for VESA chipsets: vesa
[   306.214] (WW) Falling back to old probe method for vesa
[   306.215] drmOpenDevice: node name is /dev/drm0
[   306.215] drmOpenDevice: open result is 10, (OK)
[   306.215] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[   306.215] drmOpenDevice: node name is /dev/drm0
[   306.215] drmOpenDevice: open result is 10, (OK)
[   306.215] drmOpenByBusid: drmOpenMinor returns 10
[   306.215] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[   306.215] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[   306.216] (II) Loading sub module "vgahw"
[   306.216] (II) LoadModule: "vgahw"
[   306.218] (II) Loading /usr/X11R6/lib/modules/libvgahw.so
[   306.242] (II) Module vgahw: vendor="X.Org Foundation"
[   306.242] 	compiled for 1.12.3, module version = 0.1.0
[   306.242] 	ABI class: X.Org Video Driver, version 12.0
[   306.242] (II) Loading sub module "ramdac"
[   306.242] (II) LoadModule: "ramdac"
[   306.242] (II) Module "ramdac" already built-in
[   306.242] drmOpenDevice: node name is /dev/drm0
[   306.242] drmOpenDevice: open result is 10, (OK)
[   306.242] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[   306.242] drmOpenDevice: node name is /dev/drm0
[   306.242] drmOpenDevice: open result is 10, (OK)
[   306.242] drmOpenByBusid: drmOpenMinor returns 10
[   306.242] drmOpenByBusid: Interface 1.4 failed, trying 1.1
[   306.242] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[   306.242] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   306.242] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[   306.242] (==) intel(0): RGB weight 888
[   306.242] (==) intel(0): Default visual is TrueColor
[   306.243] (II) intel(0): Integrated Graphics Chipset: Intel(R) Sandybridge Mobile (GT2+)
[   306.243] (--) intel(0): Chipset: "Sandybridge Mobile (GT2+)"
[   306.243] (--) intel(0): Linear framebuffer at 0xE0000000
[   306.243] (--) intel(0): IO registers at addr 0xF0000000 size 4194304
[   306.243] (WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB
[   306.243] (II) intel(0): No SDVO device is found in VBT
[   306.257] (II) intel(0): 2 display pipes available.
[   306.257] (II) Loading sub module "ddc"
[   306.257] (II) LoadModule: "ddc"
[   306.257] (II) Module "ddc" already built-in
[   306.257] (II) Loading sub module "i2c"
[   306.257] (II) LoadModule: "i2c"
[   306.257] (II) Module "i2c" already built-in
[   306.257] (II) intel(0): Output VGA has no monitor section
[   306.257] (II) intel(0): Output LVDS has no monitor section
[   306.258] (II) intel(0): I2C bus "LVDSDDC_C" initialized.
[   306.258] (II) intel(0): Attempting to determine panel fixed mode.
[   306.258] (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
[   306.320] (II) intel(0): EDID for output LVDS
[   306.320] (II) intel(0): Manufacturer: AUO  Model: 213e  Serial#: 0
[   306.320] (II) intel(0): Year: 2010  Week: 33
[   306.320] (II) intel(0): EDID Version: 1.4
[   306.320] (II) intel(0): Digital Display Input
[   306.320] (II) intel(0): 6 bits per channel
[   306.320] (II) intel(0): Digital interface is undefined
[   306.320] (II) intel(0): Max Image Size [cm]: horiz.: 31  vert.: 17
[   306.320] (II) intel(0): Gamma: 2.20
[   306.320] (II) intel(0): No DPMS capabilities specified
[   306.320] (II) intel(0): Supported color encodings: RGB 4:4:4 
[   306.320] (II) intel(0): First detailed timing is preferred mode
[   306.320] (II) intel(0): Preferred mode is native pixel format and refresh rate
[   306.320] (II) intel(0): redX: 0.610 redY: 0.350   greenX: 0.320 greenY: 0.560
[   306.320] (II) intel(0): blueX: 0.150 blueY: 0.130   whiteX: 0.313 whiteY: 0.329
[   306.320] (II) intel(0): Manufacturer's mask: 0
[   306.320] (II) intel(0): Supported detailed timing:
[   306.320] (II) intel(0): clock: 110.0 MHz   Image Size:  309 x 174 mm
[   306.320] (II) intel(0): h_active: 1600  h_sync: 1664  h_sync_end 1706 h_blank_end 2010 h_border: 0
[   306.320] (II) intel(0): v_active: 900  v_sync: 903  v_sync_end 906 v_blanking: 912 v_border: 0
[   306.320] (II) intel(0): Supported detailed timing:
[   306.320] (II) intel(0): clock: 73.3 MHz   Image Size:  309 x 174 mm
[   306.320] (II) intel(0): h_active: 1600  h_sync: 1664  h_sync_end 1706 h_blank_end 2010 h_border: 0
[   306.320] (II) intel(0): v_active: 900  v_sync: 903  v_sync_end 906 v_blanking: 912 v_border: 0
[   306.320] (II) intel(0):  AUO
[   306.321] (II) intel(0):  B140RW02 V1
[   306.321] (II) intel(0): EDID (in hex):
[   306.321] (II) intel(0): 	00ffffffffffff0006af3e2100000000
[   306.321] (II) intel(0): 	21140104901f11780261959c59528f26
[   306.321] (II) intel(0): 	21505400000001010101010101010101
[   306.321] (II) intel(0): 	010101010101f82a409a61840c30402a
[   306.321] (II) intel(0): 	330035ae10000018a51c409a61840c30
[   306.321] (II) intel(0): 	402a330035ae10000018000000fe0041
[   306.321] (II) intel(0): 	554f0a202020202020202020000000fe
[   306.321] (II) intel(0): 	004231343052573032205631200a00d0
[   306.321] (II) intel(0): EDID vendor "AUO", prod id 8510
[   306.321] (II) intel(0): Output HDMI-3 has no monitor section
[   306.321] (II) intel(0): I2C bus "HDMIB" initialized.
[   306.321] (II) intel(0): HDMI-3 output detected
[   306.321] (II) intel(0): Output HDMI-4 has no monitor section
[   306.321] (II) intel(0): I2C bus "HDMIC" initialized.
[   306.321] (II) intel(0): HDMI-4 output detected
[   306.321] (II) intel(0): Output HDMI-5 has no monitor section
[   306.321] (II) intel(0): I2C bus "HDMID" initialized.
[   306.321] (II) intel(0): HDMI-5 output detected
[   306.360] (II) intel(0): EDID for output VGA
[   306.421] (II) intel(0): EDID for output LVDS
[   306.421] (II) intel(0): Manufacturer: AUO  Model: 213e  Serial#: 0
[   306.421] (II) intel(0): Year: 2010  Week: 33
[   306.421] (II) intel(0): EDID Version: 1.4
[   306.421] (II) intel(0): Digital Display Input
[   306.421] (II) intel(0): 6 bits per channel
[   306.421] (II) intel(0): Digital interface is undefined
[   306.421] (II) intel(0): Max Image Size [cm]: horiz.: 31  vert.: 17
[   306.421] (II) intel(0): Gamma: 2.20
[   306.421] (II) intel(0): No DPMS capabilities specified
[   306.421] (II) intel(0): Supported color encodings: RGB 4:4:4 
[   306.422] (II) intel(0): First detailed timing is preferred mode
[   306.422] (II) intel(0): Preferred mode is native pixel format and refresh rate
[   306.422] (II) intel(0): Display is continuous-frequency
[   306.422] (II) intel(0): redX: 0.610 redY: 0.350   greenX: 0.320 greenY: 0.560
[   306.422] (II) intel(0): blueX: 0.150 blueY: 0.130   whiteX: 0.313 whiteY: 0.329
[   306.422] (II) intel(0): Manufacturer's mask: 0
[   306.422] (II) intel(0): Supported detailed timing:
[   306.422] (II) intel(0): clock: 110.0 MHz   Image Size:  309 x 174 mm
[   306.422] (II) intel(0): h_active: 1600  h_sync: 1664  h_sync_end 1706 h_blank_end 2010 h_border: 0
[   306.422] (II) intel(0): v_active: 900  v_sync: 903  v_sync_end 906 v_blanking: 912 v_border: 0
[   306.422] (II) intel(0): Supported detailed timing:
[   306.422] (II) intel(0): clock: 73.3 MHz   Image Size:  309 x 174 mm
[   306.422] (II) intel(0): h_active: 1600  h_sync: 1664  h_sync_end 1706 h_blank_end 2010 h_border: 0
[   306.422] (II) intel(0): v_active: 900  v_sync: 903  v_sync_end 906 v_blanking: 912 v_border: 0
[   306.422] (II) intel(0):  AUO
[   306.422] (II) intel(0):  B140RW02 V1
[   306.422] (II) intel(0): EDID (in hex):
[   306.422] (II) intel(0): 	00ffffffffffff0006af3e2100000000
[   306.422] (II) intel(0): 	21140104901f11780261959c59528f26
[   306.422] (II) intel(0): 	21505400000001010101010101010101
[   306.422] (II) intel(0): 	010101010101f82a409a61840c30402a
[   306.422] (II) intel(0): 	330035ae10000018a51c409a61840c30
[   306.422] (II) intel(0): 	402a330035ae10000018000000fe0041
[   306.422] (II) intel(0): 	554f0a202020202020202020000000fe
[   306.422] (II) intel(0): 	004231343052573032205631200a00d0
[   306.422] (II) intel(0): EDID vendor "AUO", prod id 8510
[   306.422] (II) intel(0): Printing probed modes for output LVDS
[   306.422] (II) intel(0): Modeline "1600x900"x60.0  110.00  1600 1664 1706 2010  900 903 906 912 -hsync -vsync (54.7 kHz eP)
[   306.422] (II) intel(0): Modeline "1600x900"x40.0   73.33  1600 1664 1706 2010  900 903 906 912 -hsync -vsync (36.5 kHz e)
[   306.422] (II) intel(0): I2C device "HDMIB:ddc2" registered at address 0xA0.
[   306.428] (II) intel(0): EDID for output HDMI-3
[   306.428] (II) intel(0): EDID for output HDMI-3
[   306.428] (II) intel(0): I2C device "HDMIC:ddc2" registered at address 0xA0.
[   306.432] (II) intel(0): EDID for output HDMI-4
[   306.432] (II) intel(0): EDID for output HDMI-4
[   306.432] (II) intel(0): I2C device "HDMID:ddc2" registered at address 0xA0.
[   306.436] (II) intel(0): EDID for output HDMI-5
[   306.436] (II) intel(0): EDID for output HDMI-5
[   306.436] (II) intel(0): Output VGA disconnected
[   306.436] (II) intel(0): Output LVDS connected
[   306.436] (II) intel(0): Output HDMI-3 disconnected
[   306.436] (II) intel(0): Output HDMI-4 disconnected
[   306.436] (II) intel(0): Output HDMI-5 disconnected
[   306.436] (II) intel(0): Using exact sizes for initial modes
[   306.436] (II) intel(0): Output LVDS using initial mode 1600x900
[   306.436] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[   306.436] (II) intel(0): detected 512 kB GTT.
[   306.436] (II) intel(0): detected 65532 kB stolen memory.
[   306.436] (==) intel(0): video overlay key set to 0x101fe
[   306.436] (==) intel(0): DPI set to (96, 96)
[   306.436] (II) Loading sub module "fb"
[   306.436] (II) LoadModule: "fb"
[   306.438] (II) Loading /usr/X11R6/lib/modules/libfb.so
[   306.456] (II) Module fb: vendor="X.Org Foundation"
[   306.456] 	compiled for 1.12.3, module version = 1.0.0
[   306.456] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   306.457] (II) Loading sub module "int10"
[   306.457] (II) LoadModule: "int10"
[   306.458] (II) Loading /usr/X11R6/lib/modules/libint10.so
[   306.459] (II) Module int10: vendor="X.Org Foundation"
[   306.459] 	compiled for 1.12.3, module version = 1.0.0
[   306.459] 	ABI class: X.Org Video Driver, version 12.0
[   306.461] (II) intel(0): Bad V_BIOS checksum
[   306.461] (II) intel(0): Primary V_BIOS segment is: 0xc000
[   306.461] (--) intel(0): Console VGA mode is 0x3
[   306.462] (II) UnloadModule: "vesa"
[   306.462] (II) Unloading vesa
[   306.462] (==) Depth 24 pixmap format is 32 bpp
[   306.468] (II) intel(0): Kernel reported 1006592 total, 0 used
[   306.468] (II) intel(0): I830CheckAvailableMemory: 4026368 kB available
[   306.468] (WW) intel(0): DRI disabled on Sandy Bridge chipsets
[   306.468] (**) intel(0): Shadow buffer enabled, 2D GPU acceleration disabled.
[   306.468] (**) intel(0): Framebuffer tiled
[   306.468] (**) intel(0): Pixmaps tiled
[   306.468] (**) intel(0): 3D buffers tiled
[   306.468] (**) intel(0): SwapBuffers wait enabled
[   306.474] (==) intel(0): VideoRam: 262144 KB
[   306.474] (II) intel(0): Allocated new frame buffer 1600x900 stride 6656, tiled
[   306.494] (II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03b0
[   306.507] (II) UXA(0): Driver registered support for the following operations:
[   306.507] (II)         solid
[   306.507] (II)         copy
[   306.507] (II)         composite (RENDER acceleration)
[   306.507] (II)         put_image
[   306.507] (II)         get_image
[   306.507] (==) intel(0): Backing store disabled
[   306.507] (==) intel(0): Silken mouse disabled
[   306.507] (II) intel(0): Initializing HW Cursor
[   306.770] Plane disable
[   306.810] Pipe disable
[   306.850] PFIT disable
[   306.850] FDI RX disable
[   306.870] FDI TX disable
[   306.890] FDI RX train 1 preload
[   306.910] FDI TX train 1 preload
[   306.930] LVDS port force off
[   306.930] Transcoder disable
[   306.970] PCH DPLL disable
[   306.970] FDI RX PLL PCD disable
[   306.970] FDI TX PLL disable 001a2040
[   306.990] FDI RX PLL disable 001c0000
[   307.010] DPMS off done
[   307.030] Plane disable
[   307.030] Pipe disable
[   307.050] PFIT disable
[   307.050] FDI RX disable
[   307.070] FDI TX disable
[   307.090] FDI RX train 1 preload
[   307.110] FDI TX train 1 preload
[   307.130] Transcoder disable
[   307.150] PCH DPLL disable
[   307.150] FDI RX PLL PCD disable
[   307.150] FDI TX PLL disable 00000040
[   307.170] FDI RX PLL disable 00040000
[   307.190] DPMS off done
[   307.281] (II) intel(0): Fixed memory allocation layout:
[   307.281] (II) intel(0): 0x03fff000:            end of stolen memory
[   307.281] (II) intel(0): 0x03fff000-0x0fffffff: DRI memory manager (196612 kB)
[   307.281] (II) intel(0): 0x10000000:            end of aperture
[   307.281] (II) intel(0): BO memory allocation layout:
[   307.281] (II) intel(0): 0x03fff000:            start of memory manager
[   307.281] (II) intel(0): 0x04652000-0x0465bfff: HW cursors (40 kB)
[   307.281] (II) intel(0): 0x10000000:            end of memory manager
[   307.293] Plane disable
[   307.293] Pipe disable
[   307.310] PFIT disable
[   307.310] FDI RX disable
[   307.330] FDI TX disable
[   307.350] FDI RX train 1 preload
[   307.370] FDI TX train 1 preload
[   307.390] LVDS port force off
[   307.390] Transcoder disable
[   307.410] PCH DPLL disable
[   307.410] FDI RX PLL PCD disable
[   307.410] FDI TX PLL disable 001a2040
[   307.430] FDI RX PLL disable 001c0000
[   307.450] DPMS off done
[   307.470] Plane disable
[   307.470] Pipe disable
[   307.490] PFIT disable
[   307.490] FDI RX disable
[   307.510] FDI TX disable
[   307.530] FDI RX train 1 preload
[   307.550] FDI TX train 1 preload
[   307.570] Transcoder disable
[   307.590] PCH DPLL disable
[   307.590] FDI RX PLL PCD disable
[   307.590] FDI TX PLL disable 00000040
[   307.610] FDI RX PLL disable 00040000
[   307.630] DPMS off done
[   307.650] Plane disable
[   307.650] Pipe disable
[   307.670] PFIT disable
[   307.670] FDI RX disable
[   307.690] FDI TX disable
[   307.710] FDI RX train 1 preload
[   307.730] FDI TX train 1 preload
[   307.750] LVDS port force off
[   307.750] Transcoder disable
[   307.770] PCH DPLL disable
[   307.770] FDI RX PLL PCD disable
[   307.770] FDI TX PLL disable 001a2040
[   307.790] FDI RX PLL disable 001c0000
[   307.810] DPMS off done
[   307.830] (II) intel(0): using SSC reference clock of 120 MHz
[   307.830] bpp 6
[   307.830] (II) intel(0): Selecting standard 18 bit TMDS pixel format.
[   307.990] PCH FDI RX PLL enable
[   308.030] PCH FDI TX PLL enable 001a2050
[   308.070] Pipe enable
[   308.090] Plane enable
[   308.150] FDI_RX_IIR 0x700
[   308.150] FDI train 1 done.
[   308.170] FDI_RX_IIR 0x600
[   308.170] FDI train 2 done.
[   308.170] FDI train done
[   308.190] FDI TX link normal
[   308.210] transcoder enable
[   308.210] LUT load
[   308.210] DPMS on done
[   308.210] Plane disable
[   308.210] Pipe disable
[   308.230] PFIT disable
[   308.230] FDI RX disable
[   308.250] FDI TX disable
[   308.270] FDI RX train 1 preload
[   308.290] FDI TX train 1 preload
[   308.310] Transcoder disable
[   308.330] PCH DPLL disable
[   308.330] FDI RX PLL PCD disable
[   308.330] FDI TX PLL disable 00000040
[   308.350] FDI RX PLL disable 00040000
[   308.370] DPMS off done
[   308.390] (II) intel(0): Output configuration:
[   308.390] (II) intel(0):   Pipe A is on
[   308.390] (II) intel(0):   Display plane A is now enabled and connected to pipe A.
[   308.390] (II) intel(0):   Pipe B is off
[   308.390] (II) intel(0):   Display plane B is now disabled and connected to pipe B.
[   308.390] (II) intel(0):   Output VGA is connected to pipe none
[   308.390] (II) intel(0):   Output LVDS is connected to pipe A
[   308.390] (II) intel(0):   Output HDMI-3 is connected to pipe none
[   308.390] (II) intel(0):   Output HDMI-4 is connected to pipe none
[   308.390] (II) intel(0):   Output HDMI-5 is connected to pipe none
[   308.390] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[   308.392] (==) intel(0): DPMS enabled
[   308.392] (==) intel(0): Intel XvMC decoder enabled
[   308.392] (WW) intel(0): Disabling Xv because no adaptors could be initialized.
[   308.392] (II) intel(0): direct rendering: Failed
[   308.392] (--) RandR disabled
[   308.392] (II) Initializing built-in extension Generic Event Extension
[   308.392] (II) Initializing built-in extension SHAPE
[   308.392] (II) Initializing built-in extension MIT-SHM
[   308.392] (II) Initializing built-in extension XInputExtension
[   308.392] (II) Initializing built-in extension XTEST
[   308.392] (II) Initializing built-in extension BIG-REQUESTS
[   308.392] (II) Initializing built-in extension SYNC
[   308.392] (II) Initializing built-in extension XKEYBOARD
[   308.392] (II) Initializing built-in extension XC-MISC
[   308.392] (II) Initializing built-in extension SECURITY
[   308.392] (II) Initializing built-in extension XINERAMA
[   308.392] (II) Initializing built-in extension XFIXES
[   308.392] (II) Initializing built-in extension RENDER
[   308.392] (II) Initializing built-in extension RANDR
[   308.392] (II) Initializing built-in extension COMPOSITE
[   308.392] (II) Initializing built-in extension DAMAGE
[   308.425] (II) AIGLX: Screen 0 is not DRI2 capable
[   308.425] (II) AIGLX: Screen 0 is not DRI capable
[   308.425] (EE) AIGLX error: dlopen of /usr/X11R6/lib/modules/dri/swrastg_dri.so failed (File not found)
[   308.577] (II) AIGLX: Loaded and initialized swrast
[   308.577] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[   308.590] (II) intel(0): Setting screen physical size to 423 x 238
[   309.130] (II) config/wscons: checking input device /dev/wskbd
[   309.130] (II) wskbd: using layout de
[   309.130] (II) LoadModule: "kbd"
[   309.131] (II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so
[   309.138] (II) Module kbd: vendor="X.Org Foundation"
[   309.138] 	compiled for 1.12.3, module version = 1.6.2
[   309.138] 	Module class: X.Org XInput Driver
[   309.138] 	ABI class: X.Org XInput driver, version 16.0
[   309.138] (II) Using input driver 'kbd' for '/dev/wskbd'
[   309.138] (**) /dev/wskbd: always reports core events
[   309.138] (**) /dev/wskbd: always reports core events
[   309.138] (**) Option "Protocol" "standard"
[   309.138] (**) Option "XkbRules" "base"
[   309.138] (**) Option "XkbModel" "pc105"
[   309.138] (**) Option "XkbLayout" "de"
[   309.138] (II) XINPUT: Adding extended input device "/dev/wskbd" (type: KEYBOARD, id 6)
[   309.692] (II) config/wscons: checking input device /dev/wsmouse0
[   309.692] (II) LoadModule: "synaptics"
[   309.693] (II) Loading /usr/X11R6/lib/modules/input/synaptics_drv.so
[   309.694] (II) Module synaptics: vendor="X.Org Foundation"
[   309.694] 	compiled for 1.12.3, module version = 1.6.2
[   309.694] 	Module class: X.Org XInput Driver
[   309.694] 	ABI class: X.Org XInput driver, version 16.0
[   309.694] (II) Using input driver 'synaptics' for '/dev/wsmouse0'
[   309.694] (**) /dev/wsmouse0: always reports core events
[   309.695] (**) Option "Device" "/dev/wsmouse0"
[   310.727] (--) synaptics: /dev/wsmouse0: x-axis range 1472 - 5888 resolution 75
[   310.727] (--) synaptics: /dev/wsmouse0: y-axis range 1408 - 4820 resolution 105
[   310.727] (**) /dev/wsmouse0: always reports core events
[   310.775] (II) XINPUT: Adding extended input device "/dev/wsmouse0" (type: TOUCHPAD, id 7)
[   310.776] (**) synaptics: /dev/wsmouse0: (accel) MinSpeed is now constant deceleration 2.5
[   310.776] (**) synaptics: /dev/wsmouse0: MaxSpeed is now 1.75
[   310.776] (**) synaptics: /dev/wsmouse0: AccelFactor is now 0.036
[   310.776] (**) /dev/wsmouse0: (accel) keeping acceleration scheme 1
[   310.776] (**) /dev/wsmouse0: (accel) acceleration profile 1
[   310.776] (**) /dev/wsmouse0: (accel) acceleration factor: 2.000
[   310.776] (**) /dev/wsmouse0: (accel) acceleration threshold: 4
[   311.245] (II) config/wscons: checking input device /dev/wsmouse
[   311.245] (II) LoadModule: "ws"
[   311.246] (II) Loading /usr/X11R6/lib/modules/input/ws_drv.so
[   311.247] (II) Module ws: vendor="X.Org Foundation"
[   311.247] 	compiled for 1.12.3, module version = 1.3.0
[   311.247] 	Module class: X.Org XInput Driver
[   311.247] 	ABI class: X.Org XInput driver, version 16.0
[   311.247] (II) Using input driver 'ws' for '/dev/wsmouse'
[   311.247] (**) /dev/wsmouse: always reports core events
[   311.247] (II) ws: /dev/wsmouse: debuglevel 0
[   311.247] (**) Option "Device" "/dev/wsmouse"
[   311.247] (**) ws: /dev/wsmouse: ZAxisMapping: buttons 4 and 5
[   311.247] (**) ws: /dev/wsmouse: WAxisMapping: buttons 6 and 7
[   311.247] (**) ws: /dev/wsmouse: associated screen: 0
[   311.247] (II) ws: /dev/wsmouse: minimum x position: 0
[   311.247] (II) ws: /dev/wsmouse: maximum x position: 1599
[   311.247] (II) ws: /dev/wsmouse: minimum y position: 0
[   311.247] (II) ws: /dev/wsmouse: maximum y position: 899
[   311.248] (==) ws: /dev/wsmouse: Buttons: 7
[   311.248] (**) ws: /dev/wsmouse: YAxisMapping: buttons 4 and 5
[   311.248] (II) XINPUT: Adding extended input device "/dev/wsmouse" (type: MOUSE, id 8)
[   311.248] (**) /dev/wsmouse: (accel) keeping acceleration scheme 1
[   311.248] (**) /dev/wsmouse: (accel) acceleration profile 0
[   311.248] (**) /dev/wsmouse: (accel) acceleration factor: 2.000
[   311.248] (**) /dev/wsmouse: (accel) acceleration threshold: 4
[   311.249] PCH FDI RX PLL enable
[   311.280] PCH FDI TX PLL enable 801a2350
[   311.320] Pipe enable
[   311.320] Plane enable
[   311.360] FDI_RX_IIR 0x100
[   311.360] FDI train 1 done.
[   311.380] FDI_RX_IIR 0x200
[   311.380] FDI train 2 done.
[   311.380] FDI train done
[   311.400] FDI TX link normal
[   311.420] transcoder enable
[   311.420] LUT load
[   311.420] DPMS on done
[   848.212] (II) intel(0): EDID vendor "AUO", prod id 8510
[   848.212] (II) intel(0): Printing DDC gathered Modelines:
[   848.212] (II) intel(0): Modeline "1600x900"x0.0  110.00  1600 1664 1706 2010  900 903 906 912 -hsync -vsync (54.7 kHz eP)
[   848.212] (II) intel(0): Modeline "1600x900"x0.0   73.33  1600 1664 1706 2010  900 903 906 912 -hsync -vsync (36.5 kHz e)
[   848.212] (II) intel(0): EDID vendor "AUO", prod id 8510
[   864.387] (II) UnloadModule: "kbd"
[   864.387] (II) UnloadModule: "synaptics"
[   864.431] (II) UnloadModule: "ws"
[   864.460] PCH FDI RX PLL enable
[   864.500] PCH FDI TX PLL enable 801a2350
[   864.540] Pipe enable
[   864.540] Plane enable
[   864.580] FDI_RX_IIR 0x100
[   864.580] FDI train 1 done.
[   864.600] FDI_RX_IIR 0x200
[   864.600] FDI train 2 done.
[   864.600] FDI train done
[   864.620] FDI TX link normal
[   864.640] transcoder enable
[   864.640] LUT load
[   864.640] DPMS on done
[   864.816] Server terminated successfully (0). Closing log file.

also 2 minuten dauert es wenn ich als user kojak angemeldet bin und

startx eingebe

von da an 2 minuten ungefähr bis fvwm geladen und gestartet wurde und das geht nur am Laptop denn wenn ich den externen Monitor dran habe wird der Bildschirm schwarz und nichts geht mehr hoffe ich habe es gut erklärt

wenn ich als root angemeldet bin startet startx sofort nach 3 sek oder so
 
Zuletzt bearbeitet:
kerasi schrieb:
von da an 2 minuten ungefähr bis fvwm geladen und gestartet wurde und das geht nur am Laptop denn wenn ich den externen Monitor dran habe wird der Bildschirm schwarz und nichts geht mehr hoffe ich habe es gut erklärt
Wird, wenn der externe Monitor angschlossen ist, beide Monitor (intern + extern) schwarz oder nur der externe?
Bei der Verzögerung der xauth gibt es heir Erklärungen:
http://www.starnet.com/xwin32kb/timeout_in_locking_authority_file
Was passiert, wenn du in .xinitrc alle xrandr Befehle einkommentierst, erhälst du das gleiche Ergebnis (wenn externer Monitor angeschlossen ist).
 
was ich gerade festgestellt habe wenn ich mit

ls -l im home Verzeichnis des users reinschaue ist dort garnichts

wenn ich als root angemeldet bin und schaue was im Verzeichnis von root ist dann ist da

Code:
total 88
-rw-------  1 root  wheel    109 Mar  8 13:40 .Xauthority
-rw-r--r--  1 root  wheel     22 Mar  1 16:56 .Xdefaults
-rw-r--r--  1 root  wheel    578 Mar  1 16:56 .cshrc
-rw-------  1 root  wheel    125 Mar  1 16:56 .klogin
-rw-r--r--  1 root  wheel    328 Mar  1 16:56 .login
-rw-r--r--  1 root  wheel    468 Mar  1 16:56 .profile
-rw-------  1 root  wheel     60 Mar  8 13:40 .serverauth.3282
-rw-------  1 root  wheel     60 Mar  6 11:40 .serverauth.7587
-rw-r--r--  1 root  wheel   6374 Mar  8 13:38 dmesg.txt
-rw-r--r--  1 root  wheel      0 Mar  8 21:37 ls.txt
-rw-r--r--  1 root  wheel  17551 Mar  8 09:56 xdpyinfo.txt
-rw-r--r--  1 root  wheel    437 Mar  8 09:55 xrandr.txt

etc

wieso ist nichts beim user stimmt da was nicht habe ich was falsch gemacht beim anlegen?
 
Zuletzt bearbeitet:
wenn ich als user

ls - a eingebe dann kommt
. ..

und wenn ich

ls -a > ls.txt eingeben will kommt
oder
pwd > pwd.txt

ksh:cannot create ls.txt : Permission denied

liegt vielleicht da das Problem?
 
1.
die Dateien in deinem User Verzeichniss gehören alle dem User 'root'. Du musst die Dateien übernehmen damit du als User 'kojak' in selbige reinschreiben darfst.Der Befehl dazu ist 'man chown'

2.
ls listet das Verzeichniss
ls -l listet das Verzeichniss als Liste
ls -a listet das Verzeichniss alle Dateien, auch versteckte, die mit Punkt vorne
ls -la listet das Verzeichniss alle Dateien, auch versteckte, die mit Punkt vorne als Liste
ll ist ein alias (Verweis) auf ls -la

siehe auch 'man ls'
 
In deinem home Verzeichnis hat wirklich alles dir zu gehören, also reicht der Befehl nur wenn da wirklich noch nichts drin ist. Sonst:

chown -R kojak:kojak /home/kojak

Und ich würde su immer mit -l verwenden. Mit root-rechten im eigenen Benutzerverzeichnis arbeiten ist keine gute Idee und das macht man schon wenn man irgendein beliebiges Programm aufruft, denn das hat seine Konfiguration usw. nun mal im home Verzeichnis liegen.
 
vielen dank :-)

edit: hat geklappt :D

und X startet in 1 sekunde super

das mit dem Monitor werde ich morgen testen bin voll müde
 
Zuletzt bearbeitet:
so habe die Tests durchgeführt

1. Laptop an der Dockingstation externer Monitor boot ok zwar nicht in der richtigen Auflösung dann als user startx ohne .xinitrc nein

2. Laptop geöffnet boot auf Laptop nein und extern auch nein

3. Laptop nicht in der Dockistation per Displayport verbunden geht auch nicht

4. Laptop geöffnet boot wird auf Laptop angezeigt aber nicht auf dem großen

also der Monitor geht von zustand blaue Leuchte nach etwa 2-3 sek auf orange und dann muss ich einen Hard Reset machen

ps:habe mal archlinux das ich auf einem USB Stick habe gestartet da wird nach etwa 2 sek auf schärfere Schrift umgeschaltet
 
kerasi schrieb:
so habe die Tests durchgeführt
Mit "boot" meinst du doch bestimmt die Konsole, oder?
Das Interessante wäre jetzt, ob der externe Monitor überhaupt mit startx,xdm angesprochen werden kann, egal welcher User (root, kojak).
 
also mit boot meine ich wenn openbsd bootet mit den blauen Meldungen bis zur shell

bei root und user funktioniert startx aber nur wenn das Laptop aufgeklappt + angeschlossenem Monitor oder ohne externen Monitor

externer Monitor verbunden mit Laptop aber LCD vom Monitor geschlossen dann geht nur das booten von OpenBSD bis zur shell
 
kerasi schrieb:
bei root und user funktioniert startx aber nur wenn das Laptop aufgeklappt + angeschlossenem Monitor oder ohne externen Monitor
Klingt schon mal gut.
kerasi schrieb:
externer Monitor verbunden mit Laptop aber LCD vom Monitor geschlossen dann geht nur das booten von OpenBSD bis zur shell
Warum willst du den Laptop geschlossen haben?
Gibst du dann startx über eine usb Tastatur ein ( gehe davon aus, das bei geschlossenen Laptop die Tastatur vom Bildschirm überdeckt wird)?
 
so mein Laptop ist in der Dockingstation wenn ich daheim bin, an dem Laptop ist meine externe Tastatur und Maus angeschlossen. Wieso soll ich mein Laptop geöffnet haben? ich habe doch einen 24 Zoll Monitor mein Laptop hat 14 Zoll.
 
guten morgen

habe mir eine FreeBSD live cd heruntergeladen und damit gebootet. Der Monitor bleibt damit auch aus.
Habe die gleiche CD in meinem alten PC der per DVI mit dem NEC Monitor verbunden ist gestartet und es funktioniert zwar nicht in der richtigen Auflösung aber es geht.

Nun habe ich mein Laptop per DVI mit dem Monitor vebunden und das Displaykabel weggesteckt und OpenBSD das was ich auf der Platte habe bootet und X startet auch sowohl als user als auch als root.
Die Auflösung ist genau so gross wie mein Laptop gross ist 1600x900

hier die xdpyinfo externer Monitor per DVI mit Dockingstation
Code:
name of display:    :0
version number:    11.0
vendor string:    The X.Org Foundation
vendor release number:    11203000
X.Org version: 1.12.3
maximum request size:  16777212 bytes
motion buffer size:  256
bitmap unit, bit order, padding:    32, LSBFirst, 32
image byte order:    LSBFirst
number of supported pixmap formats:    7
supported pixmap formats:
    depth 1, bits_per_pixel 1, scanline_pad 32
    depth 4, bits_per_pixel 8, scanline_pad 32
    depth 8, bits_per_pixel 8, scanline_pad 32
    depth 15, bits_per_pixel 16, scanline_pad 32
    depth 16, bits_per_pixel 16, scanline_pad 32
    depth 24, bits_per_pixel 32, scanline_pad 32
    depth 32, bits_per_pixel 32, scanline_pad 32
keycode range:    minimum 8, maximum 255
focus:  window 0x80000d, revert to Parent
number of extensions:    27
    BIG-REQUESTS
    Composite
    DAMAGE
    DOUBLE-BUFFER
    DPMS
    DRI2
    GLX
    Generic Event Extension
    MIT-SCREEN-SAVER
    MIT-SHM
    RANDR
    RECORD
    RENDER
    SECURITY
    SGI-GLX
    SHAPE
    SYNC
    X-Resource
    XC-MISC
    XFIXES
    XFree86-DGA
    XFree86-VidModeExtension
    XINERAMA
    XInputExtension
    XKEYBOARD
    XTEST
    XVideo
default screen number:    0
number of screens:    1

screen #0:
  dimensions:    1600x900 pixels (423x238 millimeters)
  resolution:    96x96 dots per inch
  depths (7):    24, 1, 4, 8, 15, 16, 32
  root window id:    0x121
  depth of root window:    24 planes
  number of colormaps:    minimum 1, maximum 1
  default colormap:    0x20
  default number of colormap cells:    256
  preallocated pixels:    black 0, white 16777215
  options:    backing-store NO, save-unders NO
  largest cursor:    64x64
  current input event mask:    0x58003d
    KeyPressMask             ButtonPressMask          ButtonReleaseMask        
    EnterWindowMask          LeaveWindowMask          SubstructureNotifyMask   
    SubstructureRedirectMask PropertyChangeMask       
  number of visuals:    64
  default visual id:  0x21
  visual:
    visual id:    0x21
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x22
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xe3
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xe4
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xe5
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xe6
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xe7
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xe8
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xe9
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xea
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xeb
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xec
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xed
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xee
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xef
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xf0
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xf1
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xf2
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xf3
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xf4
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xf5
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xf6
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xf7
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xf8
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xf9
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xfa
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xfb
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xfc
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xfd
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xfe
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0xff
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x100
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x101
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x102
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x103
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x104
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x105
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x106
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x107
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x108
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x109
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x10a
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x10b
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x10c
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x10d
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x10e
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x10f
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x110
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x111
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x112
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x113
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x114
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x115
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x116
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x117
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x118
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x119
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x11a
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x11b
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x11c
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x11d
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x11e
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x11f
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x62
    class:    TrueColor
    depth:    32 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits

und hier die xrandr

Code:
Screen 0: minimum 320 x 200, current 1600 x 900, maximum 4096 x 4096
VGA disconnected (normal left inverted right x axis y axis)
LVDS connected 1600x900+0+0 (normal left inverted right x axis y axis) 309mm x 174mm
   1600x900       60.0*+   40.0  
HDMI-3 disconnected (normal left inverted right x axis y axis)
HDMI-4 disconnected (normal left inverted right x axis y axis)
HDMI-5 connected 1440x900+0+0 (normal left inverted right x axis y axis) 518mm x 324mm
   1920x1200      60.0 +
   1600x1200      60.0  
   1680x1050      59.9  
   1400x1050      59.9  
   1280x1024      75.0     60.0  
   1440x900       59.9* 
   1366x768       59.8  
   1152x864       75.0  
   1280x720       60.0  
   1024x768       75.0     70.1     60.0  
   832x624        74.6  
   800x600        72.2     75.0     60.3     56.2  
   640x480        75.0     72.8     66.7     59.9  
   720x400        70.1

echt komisch kann es sein das Displayverbindungen mit OpenBSD nicht funktionieren?
 
ich hatte meinen laptop per displayport++ über einen Adapter per HDMI an meinen Fernseher angeschlossen und das funktionierte.
 
ich hatte meinen laptop per displayport++ über einen Adapter per HDMI an meinen Fernseher angeschlossen und das funktionierte.

Klappt bei mir auch, allerdings wird bei der Dockingstation vom X200 der Ton nicht übertragen und ich muss ein Klinken/Cinch-Kabel zusätzlich benutzen.
 
@makenoob
vielen dank jetzt weiß ich wenigstens wieso es nicht geht dann muss ich halt DVI benutzen habe ja zum Glück 2 am Monitor :D

danke an alle
 
Zurück
Oben