View Single Post
  #9   (View Single Post)  
Old 26th March 2014
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,131
Default

According to http://pastebin.ca/2679249, the Intel driver has been loaded:

Code:
[    24.608] (II) intel: Driver for Intel(R) 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
[    24.609] (II) intel: Driver for Intel(R) HD Graphics: 2000-5000
[    24.609] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100
[    24.609] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200
[    24.623] (II) intel(0): Creating default Display subsection in Screen section
        "wyswietlacz" for depth/fbbpp 24/32
[    24.623] (==) intel(0): Depth 24, (--) framebuffer bpp 32
and the following resolutions are available:
Code:
[    24.783] (II) intel(0): Printing probed modes for output LVDS1
[    24.783] (II) intel(0): Modeline "1366x768"x60.0   71.80  1366 1414 1446 1526  768 771 777 784 -hsync -vsync (47.1 kHz eP)
[    24.783] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    24.783] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    24.783] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    24.783] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    24.786] (II) intel(0): EDID for output VGA1
[    24.788] (II) intel(0): EDID for output HDMI1
[    24.809] (II) intel(0): EDID for output DP1
[    24.809] (II) intel(0): Output LVDS1 connected
[    24.809] (II) intel(0): Output VGA1 disconnected
[    24.809] (II) intel(0): Output HDMI1 disconnected
[    24.809] (II) intel(0): Output DP1 disconnected
[    24.809] (II) intel(0): Using exact sizes for initial modes
[    24.809] (II) intel(0): Output LVDS1 using initial mode 1366x768
So I wonder why it does not work
Did you try to use the $ startx & command?

The relevant dmesg info from http://pastebin.ca/2679250
Code:
cpu0: Enhanced SpeedStep 2195 MHz: speeds: 2200, 2100, 2000, 1900, 1800, 1700, 1600, 1500, 1400, 1300, 1200, 1100, 1000, 900, 800 MHz
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel Core 2G Host" rev 0x09
ppb0 at pci0 dev 1 function 0 "Intel Core 2G PCIE" rev 0x09: msi
pci1 at ppb0 bus 1
vendor "NVIDIA", unknown product 0x1140 (class display subclass VGA, rev 0xa1) at pci1 dev 0 function 0 not configured
vga1 at pci0 dev 2 function 0 "Intel HD Graphics 2000" rev 0x09
intagp0 at vga1
agp0 at intagp0: aperture at 0xc0000000, size 0x10000000
inteldrm0 at vga1
drm0 at inteldrm0
drm: failed to retrieve link info, disabling eDP
inteldrm0: 1366x768
wsdisplay0 at vga1 mux 1: console (std, vt100 emulation)
wsdisplay0: screen 1-5 added (std, vt100 emulation)
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote