DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD Packages and Ports

OpenBSD Packages and Ports Installation and upgrading of packages and ports on OpenBSD.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 7th August 2016
psypro psypro is offline
Package Pilot
 
Join Date: Mar 2016
Location: Continent:Europe
Posts: 156
Default Cant leave / exit Lumina

I have tried

ctrll + alt + f1
ctrl + alt + backspace

xterm:
Code:
exit
I am using 6.0, writing this from Lumina. It just works : )
6.0 even rember pkg_path : )

##############################################
Update, it works. I reinstalled with UEFI bios support, and manual edit of xorg,conf.
My feeling is that UEFI bios give better hardware information to OS, bugs dissapared. Legacy os support on some uefi built hardware seems supotimal.

Thank you for brainstorming with me Jiggim, Maxnix and bsd-keith

Last edited by psypro; 9th August 2016 at 08:42 AM.
Reply With Quote
  #2   (View Single Post)  
Old 7th August 2016
Maxnix's Avatar
Maxnix Maxnix is offline
Port Guard
 
Join Date: Feb 2016
Posts: 28
Default

Using exit within xterm just terminate the shell session and the terminal emulator. To exit from Lumina, you could look for its process with something like:
Code:
ps ax | grep -i lumina
and then sending a SIGTERM to it:
Code:
pkill <process_name>
__________________
The world doesn't live off jam and fancy perfumes - it lives off bread and meat and potatoes. Nothing changes. All the big fancy stuff is sloppy stuff that crashes. I don't need dancing baloney - I need stuff that works. -- Theo de Raadt
Reply With Quote
  #3   (View Single Post)  
Old 7th August 2016
bsd-keith bsd-keith is offline
Real Name: Keith
Open Source Software user
 
Join Date: Jun 2014
Location: Surrey/Hants Border, England
Posts: 345
Default

I have in the past exited some WM's using ctl/alt/del, but you might shutdown your system, so test it first whilst you don't have anything important going on.
__________________
Linux since 1999, & also a BSD user.
Reply With Quote
  #4   (View Single Post)  
Old 7th August 2016
jggimi's Avatar
jggimi jggimi is online now
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

If Ctrl-Alt-Backspace fails to stop the X server, then it has been provisioned to be disabled. Either by psypro, or by Lumina. There are two ways:
  1. Start the X server with the DontZap server flag.
  2. Remap the keyboard to redefine or eliminate the terminate function
--- Root cause determination --
  • If a different window manager has exactly the same failure to terminate on Ctrl-Alt-Backspace, then it was psypro's server or keyboard provisioning.
  • If other window managers terminate normally, then Lumina has remapped the keyboard.
See xorg.conf(5), xkeyboard-config(7), setxkbmap(1) for more information.

Last edited by jggimi; 7th August 2016 at 04:52 PM. Reason: clarity
Reply With Quote
  #5   (View Single Post)  
Old 8th August 2016
psypro psypro is offline
Package Pilot
 
Join Date: Mar 2016
Location: Continent:Europe
Posts: 156
Default

ssh into box, and then startx, gives this information. I used ctrl+alt+back space, it kills the session, but i also freze the pc keyboard responsiveness. Over ssh it is still responsive.

(Same problem inn fvwm, is disabled the .xinitrc files, and run startx into fvwm. Cant exit via, menu, exit. Freze the computer interface. (not ssh))

Reboot via ssh manages to close xorg.

Code:
 startx
xauth: (stdin):1:  bad display name "keep.my.domain:0" in "add" command


X.Org X Server 1.18.3
Release Date: 2016-04-04
X Protocol Version 11, Revision 0
Build Operating System: OpenBSD 6.0 amd64
Current Operating System: OpenBSD keep.my.domain 6.0 GENERIC.MP#2325 amd64
Build Date: 05 August 2016  11:51:23PM

Current version of pixman: 0.32.8
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Aug  8 13:54:09 2016
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using system config directory "/usr/X11R6/share/X11/xorg.conf.d"
mtrr set 80000000 1df0000 failed: Invalid argument
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
 - Created new single-instance lock
Number of XCB screens: 1
Lumina Log File: "/home/pi/.lumina/logs/runtime.log"
QKqueueFileSystemWatcherEngine::addPaths: open: No such file or directory
Loading System Encoding: "UTF-8"
 - Auto-Starting File: "/etc/xdg/autostart/pulseaudio.desktop"
Connection failure: Connection refused
pa_context_connect() failed: Connection refused
QKqueueFileSystemWatcherEngine::addPaths: open: No such file or directory
Loading System Encoding: "UTF-8"
[lumina-open] Running Cmd: "lumina-fm \"/home/pi\""
Loading System Encoding: "UTF-8"
[lumina-open] Running Cmd: "firefox"
Loading System Encoding: "UTF-8"
[lumina-open] Running Cmd: "lumina-fm \"/home/pi\""
(EE) Segmentation fault at address 0x0
(EE)
Fatal server error:
(EE) Caught signal 11 (Segmentation fault). Server aborting
(EE)
(EE)
Please consult the The X.Org Foundation support
         at http://wiki.x.org
 for help.
(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
(EE)
xinit: connection to X server lost
xauth: (argv):1:  bad display name "keep.my.domain:0" in "remove" command
$ startx
xauth: (stdin):1:  bad display name "keep.my.domain:0" in "add" command
Also added to /etc/X11/xorg.conf. Will re test.

Code:
Section "ServerFlags"
    Option "DontZap" "true"
EndSection

Section "InputClass"
    Identifier      "Keyboard Defaults"
    MatchIsKeyboard "yes"
    Option          "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
Afther adding and editing the xorg.conf:

Code:
 startx
xauth: (stdin):1:  bad display name "keep.my.domain:0" in "add" command


X.Org X Server 1.18.3
Release Date: 2016-04-04
X Protocol Version 11, Revision 0
Build Operating System: OpenBSD 6.0 amd64
Current Operating System: OpenBSD keep.my.domain 6.0 GENERIC.MP#2325 amd64
Build Date: 05 August 2016  11:51:23PM

Current version of pixman: 0.32.8
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Aug  8 14:20:56 2016
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using system config directory "/usr/X11R6/share/X11/xorg.conf.d"
mtrr set 80000000 1df0000 failed: Invalid argument
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
 - Created new single-instance lock
Number of XCB screens: 1
Lumina Log File: "/home/pi/.lumina/logs/runtime.log"
QKqueueFileSystemWatcherEngine::addPaths: open: No such file or directory
Loading System Encoding: "UTF-8"
 - Auto-Starting File: "/etc/xdg/autostart/pulseaudio.desktop"
Connection failure: Connection refused
pa_context_connect() failed: Connection refused
QKqueueFileSystemWatcherEngine::addPaths: open: No such file or directory
QIODevice::write (QFile, "/home/pi/.lumina/logs/runtime.log"): device not open
xinit: connection to X server lost

waiting for X server to shut down (EE) Segmentation fault at address 0x0
(EE)
Fatal server error:
(EE) Caught signal 11 (Segmentation fault). Server aborting
(EE)
(EE)
Please consult the The X.Org Foundation support
         at http://wiki.x.org
 for help.
(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
(EE)

xauth: (argv):1:  bad display name "keep.my.domain:0" in "remove" command

Last edited by psypro; 8th August 2016 at 12:22 PM.
Reply With Quote
  #6   (View Single Post)  
Old 8th August 2016
jggimi's Avatar
jggimi jggimi is online now
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

I'm confused.
  • X server via SSH?

    To my understanding, if you issue startx(1) on a remote system via ssh, it will start an X server on the remote system, using that remote system's video hardware.

    I have never done this.

    Instead, I've forwarded X client applications running on the remote system back to my local X server on my local workstation, with ssh(1) -X or -Y.

    What is it you are trying to do via ssh?
  • Enabling DontZap?

    Enabling DontZap causes the X server to ignore the terminate keymap, disabling the ability to terminate the server via keyboard command. In your first post, you apparently were concerned that terminate keystrokes were not working. Did I misunderstand?

Last edited by jggimi; 8th August 2016 at 01:11 PM. Reason: clarity
Reply With Quote
  #7   (View Single Post)  
Old 8th August 2016
psypro psypro is offline
Package Pilot
 
Join Date: Mar 2016
Location: Continent:Europe
Posts: 156
Default

I only used SSH to test if the whole system crash when trying to leave desktop. SSH connection continued to work, while keyboard one the PC did not Show any effect, completdly crashed.

I want to use normal desktop, it works, but i cant exit it.
Reply With Quote
  #8   (View Single Post)  
Old 8th August 2016
jggimi's Avatar
jggimi jggimi is online now
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

Instead of using SSH, please just post the contents of /var/log/Xorg.0.log from a normal X server session that cannot be exited. The output you've posted above has many errors, and it is not clear if those errors would occur during a normal X server session.

Please post the entire contents of /etc/X11/xorg.conf, if the fragment you posted above is not the file's entire contents.

Please post any configuration files found in /usr/X11R6/share/X11/xorg.conf.d, if that directory is not empty.
Reply With Quote
  #9   (View Single Post)  
Old 8th August 2016
psypro psypro is offline
Package Pilot
 
Join Date: Mar 2016
Location: Continent:Europe
Posts: 156
Default

Thanks for having a look.

/etc/X11/xorg.conf
Code:
Section "ServerFlags"
    Option "DontZap" "true"
EndSection

Section "InputClass"
    Identifier      "Keyboard Defaults"
    MatchIsKeyboard "yes"
    Option          "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
/var/log/Xorg.0.log

Code:
$ cat /var/log/Xorg.0.log
[    66.364] (--) checkDevMem: using aperture driver /dev/xf86
[    66.401] (--) Using wscons driver on /dev/ttyC4
[    66.425]
X.Org X Server 1.18.3
Release Date: 2016-04-04
[    66.425] X Protocol Version 11, Revision 0
[    66.425] Build Operating System: OpenBSD 6.0 amd64
[    66.426] Current Operating System: OpenBSD keep.my.domain 6.0 GENERIC.MP#2325 amd64
[    66.426] Build Date: 05 August 2016  11:51:23PM
[    66.426]
[    66.427] Current version of pixman: 0.32.8
[    66.427]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    66.427] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    66.427] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Aug  8 14:35:58 2016
[    66.430] (==) Using config file: "/etc/X11/xorg.conf"
[    66.431] (==) Using system config directory "/usr/X11R6/share/X11/xorg.conf.d"
[    66.433] (==) No Layout section.  Using the first Screen section.
[    66.433] (==) No screen section available. Using defaults.
[    66.433] (**) |-->Screen "Default Screen Section" (0)
[    66.433] (**) |   |-->Monitor "<default monitor>"
[    66.436] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[    66.436] (**) Option "DontZap" "true"
[    66.436] (==) Disabling SIGIO handlers for input devices
[    66.437] (==) Automatically adding devices
[    66.437] (==) Automatically enabling devices
[    66.437] (==) Not automatically adding GPU devices
[    66.437] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    66.453] (==) 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/
[    66.453] (==) ModulePath set to "/usr/X11R6/lib/modules"
[    66.453] (II) The server relies on wscons to provide the list of input devices.
        If no devices become available, reconfigure wscons or disable AutoAddDevices.
[    66.453] (II) Loader magic: 0x1ddba60335a0
[    66.453] (II) Module ABI versions:
[    66.453]    X.Org ANSI C Emulation: 0.4
[    66.453]    X.Org Video Driver: 20.0
[    66.453]    X.Org XInput driver : 22.1
[    66.453]    X.Org Server Extension : 9.0
[    66.454] (--) PCI:*(0:0:2:0) 8086:22b1:1025:106d rev 33, Mem @ 0x90000000/16777216, 0x80000000/268435456, I/O @ 0x00001000/64
[    66.454] (II) LoadModule: "glx"
[    66.459] (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
[    66.491] (II) Module glx: vendor="X.Org Foundation"
[    66.491]    compiled for 1.18.3, module version = 1.0.0
[    66.491]    ABI class: X.Org Server Extension, version 9.0
[    66.491] (==) AIGLX enabled
[    66.493] (==) Matched intel as autoconfigured driver 0
[    66.493] (==) Matched vesa as autoconfigured driver 1
[    66.493] (==) Assigned the driver to the xf86ConfigLayout
[    66.493] (II) LoadModule: "intel"
[    66.493] (II) Loading /usr/X11R6/lib/modules/drivers/intel_drv.so
[    66.501] (II) Module intel: vendor="X.Org Foundation"
[    66.501]    compiled for 1.18.3, module version = 2.99.916
[    66.501]    Module class: X.Org Video Driver
[    66.501]    ABI class: X.Org Video Driver, version 20.0
[    66.501] (II) LoadModule: "vesa"
[    66.502] (II) Loading /usr/X11R6/lib/modules/drivers/vesa_drv.so
[    66.503] (II) Module vesa: vendor="X.Org Foundation"
[    66.503]    compiled for 1.18.3, module version = 2.3.3
[    66.503]    Module class: X.Org Video Driver
[    66.503]    ABI class: X.Org Video Driver, version 20.0
[    66.503] (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
[    66.504] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[    66.504] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[    66.504] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[    66.504] (II) VESA: driver for VESA chipsets: vesa
[    66.506] (II) Loading sub module "vbe"
[    66.506] (II) LoadModule: "vbe"
[    66.510] (II) Loading /usr/X11R6/lib/modules/libvbe.so
[    66.511] (II) Module vbe: vendor="X.Org Foundation"
[    66.511]    compiled for 1.18.3, module version = 1.1.0
[    66.511]    ABI class: X.Org Video Driver, version 20.0
[    66.511] (II) Loading sub module "int10"
[    66.511] (II) LoadModule: "int10"
[    66.514] (II) Loading /usr/X11R6/lib/modules/libint10.so
[    66.517] (II) Module int10: vendor="X.Org Foundation"
[    66.517]    compiled for 1.18.3, module version = 1.0.0
[    66.517]    ABI class: X.Org Video Driver, version 20.0
[    66.517] (II) VESA(0): initializing int10
[    66.518] (II) VESA(0): Bad V_BIOS checksum
[    66.518] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[    66.520] (II) VESA(0): VESA BIOS detected
[    66.520] (II) VESA(0): VESA VBE Version 3.0
[    66.520] (II) VESA(0): VESA VBE Total Mem: 30656 kB
[    66.520] (II) VESA(0): VESA VBE OEM: Intel(R) CHV Mobile/Desktop Graphics Chipset Accelerated VGA BIOS
[    66.520] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[    66.520] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
[    66.520] (II) VESA(0): VESA VBE OEM Product: Intel(R) CHV Mobile/Desktop Graphics Controller
[    66.520] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
[    66.552] (II) VESA(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[    66.552] (==) VESA(0): Depth 24, (--) framebuffer bpp 32
[    66.552] (==) VESA(0): RGB weight 888
[    66.552] (==) VESA(0): Default visual is TrueColor
[    66.552] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
[    66.552] (II) Loading sub module "ddc"
[    66.552] (II) LoadModule: "ddc"
[    66.552] (II) Module "ddc" already built-in
[    66.552] (II) VESA(0): VESA VBE DDC supported
[    66.553] (II) VESA(0): VESA VBE DDC Level none
[    66.553] (II) VESA(0): VESA VBE DDC transfer in appr. 0 sec.
[    66.562] (II) VESA(0): VESA VBE DDC read successfully
[    66.563] (II) VESA(0): Manufacturer: AUO  Model: 2e3c  Serial#: 0
[    66.563] (II) VESA(0): Year: 2015  Week: 0
[    66.563] (II) VESA(0): EDID Version: 1.4
[    66.563] (II) VESA(0): Digital Display Input
[    66.563] (II) VESA(0): 6 bits per channel
[    66.563] (II) VESA(0): Digital interface is DisplayPort
[    66.563] (II) VESA(0): Max Image Size [cm]: horiz.: 31  vert.: 17
[    66.563] (II) VESA(0): Gamma: 2.20
[    66.563] (II) VESA(0): No DPMS capabilities specified
[    66.563] (II) VESA(0): Supported color encodings: RGB 4:4:4
[    66.563] (II) VESA(0): First detailed timing is preferred mode
[    66.563] (II) VESA(0): Preferred mode is native pixel format and refresh rate
[    66.563] (II) VESA(0): redX: 0.580 redY: 0.335   greenX: 0.330 greenY: 0.565
[    66.563] (II) VESA(0): blueX: 0.155 blueY: 0.140   whiteX: 0.313 whiteY: 0.329
[    66.563] (II) VESA(0): Manufacturer's mask: 0
[    66.563] (II) VESA(0): Supported detailed timing:
[    66.563] (II) VESA(0): clock: 76.3 MHz   Image Size:  309 x 173 mm
[    66.563] (II) VESA(0): h_active: 1366  h_sync: 1404  h_sync_end 1426 h_blank_end 1592 h_border: 0
[    66.563] (II) VESA(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 798 v_border: 0
[    66.563] (II) VESA(0): Unknown vendor-specific block f
[    66.563] (II) VESA(0):  AUO
[    66.563] (II) VESA(0):  B140XTN02.E
[    66.563] (II) VESA(0): EDID (in hex):
[    66.563] (II) VESA(0):      00ffffffffffff0006af3c2e00000000
[    66.563] (II) VESA(0):      00190104951f117802bbf59455549027
[    66.563] (II) VESA(0):      23505400000001010101010101010101
[    66.563] (II) VESA(0):      010101010101ce1d56e250001e302616
[    66.563] (II) VESA(0):      360035ad100000180000000f00000000
[    66.563] (II) VESA(0):      00000000000000000020000000fe0041
[    66.563] (II) VESA(0):      554f0a202020202020202020000000fe
[    66.563] (II) VESA(0):      004231343058544e30322e45200a00c8
[    66.563] (II) VESA(0): EDID vendor "AUO", prod id 11836
[    66.563] (II) VESA(0): Printing DDC gathered Modelines:
[    66.563] (II) VESA(0): Modeline "1366x768"x0.0   76.30  1366 1404 1426 1592  768 771 777 798 -hsync -vsync (47.9 kHz eP)
[    66.563] (II) VESA(0): Searching for matching VESA mode(s):
[    66.579] Mode: 105 (1024x768)
[    66.579]    ModeAttributes: 0x9b
[    66.579]    WinAAttributes: 0x7
[    66.579]    WinBAttributes: 0x0
[    66.580]    WinGranularity: 64
[    66.580]    WinSize: 64
[    66.580]    WinASegment: 0xa000
[    66.580]    WinBSegment: 0x0
[    66.580]    WinFuncPtr: 0xc0008867
[    66.580]    BytesPerScanline: 1024
[    66.580]    XResolution: 1024
[    66.580]    YResolution: 768
[    66.580]    XCharSize: 8
[    66.580]    YCharSize: 16
[    66.580]    NumberOfPlanes: 1
[    66.580]    BitsPerPixel: 8
[    66.580]    NumberOfBanks: 1
[    66.580]    MemoryModel: 4
[    66.580]    BankSize: 0
[    66.580]    NumberOfImages: 38
[    66.580]    RedMaskSize: 0
[    66.580]    RedFieldPosition: 0
[    66.580]    GreenMaskSize: 0
[    66.580]    GreenFieldPosition: 0
[    66.580]    BlueMaskSize: 0
[    66.580]    BlueFieldPosition: 0
[    66.580]    RsvdMaskSize: 0
[    66.580]    RsvdFieldPosition: 0
[    66.580]    DirectColorModeInfo: 0
[    66.580]    PhysBasePtr: 0x80000000
[    66.580]    LinBytesPerScanLine: 1024
[    66.580]    BnkNumberOfImagePages: 38
[    66.580]    LinNumberOfImagePages: 38
[    66.580]    LinRedMaskSize: 0
[    66.580]    LinRedFieldPosition: 0
[    66.580]    LinGreenMaskSize: 0
[    66.580]    LinGreenFieldPosition: 0
[    66.580]    LinBlueMaskSize: 0
[    66.580]    LinBlueFieldPosition: 0
[    66.580]    LinRsvdMaskSize: 0
[    66.580]    LinRsvdFieldPosition: 0
[    66.580]    MaxPixelClock: 230000000
[    66.581] Mode: 117 (1024x768)
[    66.581]    ModeAttributes: 0x9b
[    66.581]    WinAAttributes: 0x7
[    66.581]    WinBAttributes: 0x0
[    66.581]    WinGranularity: 64
[    66.581]    WinSize: 64
[    66.581]    WinASegment: 0xa000
[    66.581]    WinBSegment: 0x0
[    66.581]    WinFuncPtr: 0xc0008867
[    66.581]    BytesPerScanline: 2048
[    66.581]    XResolution: 1024
[    66.581]    YResolution: 768
[    66.581]    XCharSize: 8
[    66.581]    YCharSize: 16
[    66.581]    NumberOfPlanes: 1
[    66.581]    BitsPerPixel: 16
[    66.581]    NumberOfBanks: 1
[    66.581]    MemoryModel: 6
[    66.581]    BankSize: 0
[    66.581]    NumberOfImages: 18
[    66.581]    RedMaskSize: 5
[    66.581]    RedFieldPosition: 11
[    66.581]    GreenMaskSize: 6
[    66.581]    GreenFieldPosition: 5
[    66.581]    BlueMaskSize: 5
[    66.581]    BlueFieldPosition: 0
[    66.581]    RsvdMaskSize: 0
[    66.581]    RsvdFieldPosition: 0
[    66.581]    DirectColorModeInfo: 0
[    66.581]    PhysBasePtr: 0x80000000
[    66.581]    LinBytesPerScanLine: 2048
[    66.581]    BnkNumberOfImagePages: 18
[    66.581]    LinNumberOfImagePages: 18
[    66.581]    LinRedMaskSize: 5
[    66.581]    LinRedFieldPosition: 11
[    66.581]    LinGreenMaskSize: 6
[    66.581]    LinGreenFieldPosition: 5
[    66.581]    LinBlueMaskSize: 5
[    66.581]    LinBlueFieldPosition: 0
[    66.581]    LinRsvdMaskSize: 0
[    66.581]    LinRsvdFieldPosition: 0
[    66.581]    MaxPixelClock: 230000000
[    66.583] *Mode: 118 (1024x768)
[    66.583]    ModeAttributes: 0x9b
[    66.583]    WinAAttributes: 0x7
[    66.583]    WinBAttributes: 0x0
[    66.583]    WinGranularity: 64
[    66.583]    WinSize: 64
[    66.583]    WinASegment: 0xa000
[    66.583]    WinBSegment: 0x0
[    66.583]    WinFuncPtr: 0xc0008867
[    66.583]    BytesPerScanline: 4096
[    66.583]    XResolution: 1024
[    66.583]    YResolution: 768
[    66.583]    XCharSize: 8
[    66.583]    YCharSize: 16
[    66.583]    NumberOfPlanes: 1
[    66.583]    BitsPerPixel: 32
[    66.583]    NumberOfBanks: 1
[    66.583]    MemoryModel: 6
[    66.583]    BankSize: 0
[    66.583]    NumberOfImages: 8
[    66.583]    RedMaskSize: 8
[    66.583]    RedFieldPosition: 16
[    66.583]    GreenMaskSize: 8
[    66.583]    GreenFieldPosition: 8
[    66.583]    BlueMaskSize: 8
[    66.583]    BlueFieldPosition: 0
[    66.583]    RsvdMaskSize: 8
[    66.583]    RsvdFieldPosition: 24
[    66.583]    DirectColorModeInfo: 0
[    66.583]    PhysBasePtr: 0x80000000
[    66.583]    LinBytesPerScanLine: 4096
[    66.583]    BnkNumberOfImagePages: 8
[    66.583]    LinNumberOfImagePages: 8
[    66.583]    LinRedMaskSize: 8
[    66.583]    LinRedFieldPosition: 16
[    66.583]    LinGreenMaskSize: 8
[    66.583]    LinGreenFieldPosition: 8
[    66.583]    LinBlueMaskSize: 8
[    66.583]    LinBlueFieldPosition: 0
[    66.583]    LinRsvdMaskSize: 8
[    66.583]    LinRsvdFieldPosition: 24
[    66.583]    MaxPixelClock: 230000000
[    66.584] *Mode: 112 (640x480)
[    66.584]    ModeAttributes: 0x9b
[    66.584]    WinAAttributes: 0x7
[    66.584]    WinBAttributes: 0x0
[    66.584]    WinGranularity: 64
[    66.584]    WinSize: 64
[    66.584]    WinASegment: 0xa000
[    66.584]    WinBSegment: 0x0
[    66.584]    WinFuncPtr: 0xc0008867
[    66.584]    BytesPerScanline: 2560
[    66.584]    XResolution: 640
[    66.584]    YResolution: 480
[    66.584]    XCharSize: 8
[    66.584]    YCharSize: 16
[    66.584]    NumberOfPlanes: 1
[    66.584]    BitsPerPixel: 32
[    66.584]    NumberOfBanks: 1
[    66.584]    MemoryModel: 6
[    66.584]    BankSize: 0
[    66.584]    NumberOfImages: 24
[    66.584]    RedMaskSize: 8
[    66.584]    RedFieldPosition: 16
[    66.585]    GreenMaskSize: 8
[    66.585]    GreenFieldPosition: 8
[    66.585]    BlueMaskSize: 8
[    66.585]    BlueFieldPosition: 0
[    66.585]    RsvdMaskSize: 8
[    66.585]    RsvdFieldPosition: 24
[    66.585]    DirectColorModeInfo: 0
[    66.585]    PhysBasePtr: 0x80000000
[    66.585]    LinBytesPerScanLine: 2560
[    66.585]    BnkNumberOfImagePages: 24
[    66.585]    LinNumberOfImagePages: 24
[    66.585]    LinRedMaskSize: 8
[    66.585]    LinRedFieldPosition: 16
[    66.585]    LinGreenMaskSize: 8
[    66.585]    LinGreenFieldPosition: 8
[    66.585]    LinBlueMaskSize: 8
[    66.585]    LinBlueFieldPosition: 0
[    66.585]    LinRsvdMaskSize: 8
[    66.585]    LinRsvdFieldPosition: 24
[    66.585]    MaxPixelClock: 230000000
[    66.586] Mode: 114 (800x600)
[    66.586]    ModeAttributes: 0x9b
[    66.586]    WinAAttributes: 0x7
[    66.586]    WinBAttributes: 0x0
[    66.586]    WinGranularity: 64
[    66.586]    WinSize: 64
[    66.586]    WinASegment: 0xa000
[    66.586]    WinBSegment: 0x0
[    66.586]    WinFuncPtr: 0xc0008867
[    66.586]    BytesPerScanline: 1600
[    66.586]    XResolution: 800
[    66.586]    YResolution: 600
[    66.586]    XCharSize: 8
[    66.586]    YCharSize: 16
[    66.586]    NumberOfPlanes: 1
[    66.586]    BitsPerPixel: 16
[    66.586]    NumberOfBanks: 1
[    66.586]    MemoryModel: 6
[    66.586]    BankSize: 0
[    66.586]    NumberOfImages: 30
[    66.586]    RedMaskSize: 5
[    66.586]    RedFieldPosition: 11
[    66.586]    GreenMaskSize: 6
[    66.586]    GreenFieldPosition: 5
[    66.586]    BlueMaskSize: 5
[    66.586]    BlueFieldPosition: 0
[    66.586]    RsvdMaskSize: 0
[    66.586]    RsvdFieldPosition: 0
[    66.586]    DirectColorModeInfo: 0
[    66.586]    PhysBasePtr: 0x80000000
[    66.586]    LinBytesPerScanLine: 1600
[    66.586]    BnkNumberOfImagePages: 30
[    66.586]    LinNumberOfImagePages: 30
[    66.586]    LinRedMaskSize: 5
[    66.586]    LinRedFieldPosition: 11
[    66.586]    LinGreenMaskSize: 6
[    66.586]    LinGreenFieldPosition: 5
[    66.586]    LinBlueMaskSize: 5
[    66.586]    LinBlueFieldPosition: 0
[    66.586]    LinRsvdMaskSize: 0
[    66.586]    LinRsvdFieldPosition: 0
[    66.586]    MaxPixelClock: 230000000
[    66.587] *Mode: 115 (800x600)
[    66.587]    ModeAttributes: 0x9b
[    66.587]    WinAAttributes: 0x7
[    66.587]    WinBAttributes: 0x0
[    66.587]    WinGranularity: 64
[    66.587]    WinSize: 64
[    66.587]    WinASegment: 0xa000
[    66.588]    WinBSegment: 0x0
[    66.588]    WinFuncPtr: 0xc0008867
[    66.588]    BytesPerScanline: 3200
[    66.588]    XResolution: 800
[    66.588]    YResolution: 600
[    66.588]    XCharSize: 8
[    66.588]    YCharSize: 16
[    66.588]    NumberOfPlanes: 1
[    66.588]    BitsPerPixel: 32
[    66.588]    NumberOfBanks: 1
[    66.588]    MemoryModel: 6
[    66.588]    BankSize: 0
[    66.588]    NumberOfImages: 14
[    66.588]    RedMaskSize: 8
[    66.588]    RedFieldPosition: 16
[    66.588]    GreenMaskSize: 8
[    66.588]    GreenFieldPosition: 8
[    66.588]    BlueMaskSize: 8
[    66.588]    BlueFieldPosition: 0
[    66.588]    RsvdMaskSize: 8
[    66.588]    RsvdFieldPosition: 24
[    66.588]    DirectColorModeInfo: 0
[    66.588]    PhysBasePtr: 0x80000000
[    66.588]    LinBytesPerScanLine: 3200
[    66.588]    BnkNumberOfImagePages: 14
[    66.588]    LinNumberOfImagePages: 14
[    66.588]    LinRedMaskSize: 8
[    66.588]    LinRedFieldPosition: 16
[    66.588]    LinGreenMaskSize: 8
[    66.588]    LinGreenFieldPosition: 8
[    66.588]    LinBlueMaskSize: 8
[    66.588]    LinBlueFieldPosition: 0
[    66.588]    LinRsvdMaskSize: 8
[    66.588]    LinRsvdFieldPosition: 24
[    66.588]    MaxPixelClock: 230000000
[    66.589] Mode: 101 (640x480)
[    66.589]    ModeAttributes: 0x9b
[    66.589]    WinAAttributes: 0x7
[    66.589]    WinBAttributes: 0x0
[    66.589]    WinGranularity: 64
[    66.589]    WinSize: 64
[    66.589]    WinASegment: 0xa000
[    66.589]    WinBSegment: 0x0
[    66.589]    WinFuncPtr: 0xc0008867
[    66.589]    BytesPerScanline: 640
[    66.589]    XResolution: 640
[    66.589]    YResolution: 480
[    66.589]    XCharSize: 8
[    66.589]    YCharSize: 16
[    66.589]    NumberOfPlanes: 1
[    66.589]    BitsPerPixel: 8
[    66.589]    NumberOfBanks: 1
[    66.589]    MemoryModel: 4
[    66.589]    BankSize: 0
[    66.589]    NumberOfImages: 94
[    66.589]    RedMaskSize: 0
[    66.589]    RedFieldPosition: 0
[    66.589]    GreenMaskSize: 0
[    66.589]    GreenFieldPosition: 0
[    66.589]    BlueMaskSize: 0
[    66.589]    BlueFieldPosition: 0
[    66.589]    RsvdMaskSize: 0
[    66.589]    RsvdFieldPosition: 0
[    66.589]    DirectColorModeInfo: 0
[    66.589]    PhysBasePtr: 0x80000000
[    66.589]    LinBytesPerScanLine: 640
[    66.589]    BnkNumberOfImagePages: 94
[    66.589]    LinNumberOfImagePages: 94
[    66.589]    LinRedMaskSize: 0
[    66.589]    LinRedFieldPosition: 0
[    66.589]    LinGreenMaskSize: 0
[    66.589]    LinGreenFieldPosition: 0
[    66.589]    LinBlueMaskSize: 0
[    66.589]    LinBlueFieldPosition: 0
[    66.589]    LinRsvdMaskSize: 0
[    66.589]    LinRsvdFieldPosition: 0
[    66.589]    MaxPixelClock: 230000000
[    66.590] Mode: 103 (800x600)
[    66.590]    ModeAttributes: 0x9b
[    66.590]    WinAAttributes: 0x7
[    66.590]    WinBAttributes: 0x0
[    66.590]    WinGranularity: 64
[    66.590]    WinSize: 64
[    66.590]    WinASegment: 0xa000
[    66.590]    WinBSegment: 0x0
[    66.590]    WinFuncPtr: 0xc0008867
[    66.590]    BytesPerScanline: 832
[    66.590]    XResolution: 800
[    66.590]    YResolution: 600
[    66.590]    XCharSize: 8
[    66.590]    YCharSize: 16
[    66.590]    NumberOfPlanes: 1
[    66.590]    BitsPerPixel: 8
[    66.590]    NumberOfBanks: 1
[    66.590]    MemoryModel: 4
[    66.590]    BankSize: 0
[    66.590]    NumberOfImages: 58
[    66.590]    RedMaskSize: 0
[    66.590]    RedFieldPosition: 0
[    66.591]    GreenMaskSize: 0
[    66.591]    GreenFieldPosition: 0
[    66.591]    BlueMaskSize: 0
[    66.591]    BlueFieldPosition: 0
[    66.591]    RsvdMaskSize: 0
[    66.591]    RsvdFieldPosition: 0
[    66.591]    DirectColorModeInfo: 0
[    66.591]    PhysBasePtr: 0x80000000
[    66.591]    LinBytesPerScanLine: 832
[    66.591]    BnkNumberOfImagePages: 58
[    66.591]    LinNumberOfImagePages: 58
[    66.591]    LinRedMaskSize: 0
[    66.591]    LinRedFieldPosition: 0
[    66.591]    LinGreenMaskSize: 0
[    66.591]    LinGreenFieldPosition: 0
[    66.591]    LinBlueMaskSize: 0
[    66.591]    LinBlueFieldPosition: 0
[    66.591]    LinRsvdMaskSize: 0
[    66.591]    LinRsvdFieldPosition: 0
[    66.591]    MaxPixelClock: 230000000
[    66.592] Mode: 111 (640x480)
[    66.592]    ModeAttributes: 0x9b
[    66.592]    WinAAttributes: 0x7
[    66.592]    WinBAttributes: 0x0
[    66.592]    WinGranularity: 64
[    66.592]    WinSize: 64
[    66.592]    WinASegment: 0xa000
[    66.592]    WinBSegment: 0x0
[    66.592]    WinFuncPtr: 0xc0008867
[    66.592]    BytesPerScanline: 1280
[    66.592]    XResolution: 640
[    66.592]    YResolution: 480
[    66.592]    XCharSize: 8
[    66.592]    YCharSize: 16
[    66.592]    NumberOfPlanes: 1
[    66.592]    BitsPerPixel: 16
[    66.592]    NumberOfBanks: 1
[    66.592]    MemoryModel: 6
[    66.592]    BankSize: 0
[    66.592]    NumberOfImages: 46
[    66.592]    RedMaskSize: 5
[    66.592]    RedFieldPosition: 11
[    66.592]    GreenMaskSize: 6
[    66.592]    GreenFieldPosition: 5
[    66.592]    BlueMaskSize: 5
[    66.592]    BlueFieldPosition: 0
[    66.592]    RsvdMaskSize: 0
[    66.592]    RsvdFieldPosition: 0
[    66.592]    DirectColorModeInfo: 0
[    66.592]    PhysBasePtr: 0x80000000
[    66.592]    LinBytesPerScanLine: 1280
[    66.592]    BnkNumberOfImagePages: 46
[    66.592]    LinNumberOfImagePages: 46
[    66.592]    LinRedMaskSize: 5
[    66.592]    LinRedFieldPosition: 11
[    66.592]    LinGreenMaskSize: 6
[    66.592]    LinGreenFieldPosition: 5
[    66.592]    LinBlueMaskSize: 5
[    66.592]    LinBlueFieldPosition: 0
[    66.592]    LinRsvdMaskSize: 0
[    66.592]    LinRsvdFieldPosition: 0
[    66.592]    MaxPixelClock: 230000000
[    66.594] Mode: 17d (1366x768)
[    66.594]    ModeAttributes: 0x9b
[    66.594]    WinAAttributes: 0x7
[    66.594]    WinBAttributes: 0x0
[    66.594]    WinGranularity: 64
[    66.594]    WinSize: 64
[    66.594]    WinASegment: 0xa000
[    66.594]    WinBSegment: 0x0
[    66.594]    WinFuncPtr: 0xc0008867
[    66.594]    BytesPerScanline: 1408
[    66.594]    XResolution: 1366
[    66.594]    YResolution: 768
[    66.594]    XCharSize: 8
[    66.594]    YCharSize: 16
[    66.594]    NumberOfPlanes: 1
[    66.594]    BitsPerPixel: 8
[    66.594]    NumberOfBanks: 1
[    66.594]    MemoryModel: 4
[    66.594]    BankSize: 0
[    66.594]    NumberOfImages: 27
[    66.594]    RedMaskSize: 0
[    66.594]    RedFieldPosition: 0
[    66.594]    GreenMaskSize: 0
[    66.594]    GreenFieldPosition: 0
[    66.594]    BlueMaskSize: 0
[    66.594]    BlueFieldPosition: 0
[    66.594]    RsvdMaskSize: 0
[    66.594]    RsvdFieldPosition: 0
[    66.594]    DirectColorModeInfo: 0
[    66.594]    PhysBasePtr: 0x80000000
[    66.594]    LinBytesPerScanLine: 1408
[    66.594]    BnkNumberOfImagePages: 27
[    66.594]    LinNumberOfImagePages: 27
[    66.594]    LinRedMaskSize: 0
[    66.594]    LinRedFieldPosition: 0
[    66.594]    LinGreenMaskSize: 0
[    66.594]    LinGreenFieldPosition: 0
[    66.594]    LinBlueMaskSize: 0
[    66.594]    LinBlueFieldPosition: 0
[    66.595]    LinRsvdMaskSize: 0
[    66.595]    LinRsvdFieldPosition: 0
[    66.595]    MaxPixelClock: 230000000
[    66.596] Mode: 17e (1366x768)
[    66.596]    ModeAttributes: 0x9b
[    66.596]    WinAAttributes: 0x7
[    66.596]    WinBAttributes: 0x0
[    66.596]    WinGranularity: 64
[    66.596]    WinSize: 64
[    66.596]    WinASegment: 0xa000
[    66.597]    WinBSegment: 0x0
[    66.597]    WinFuncPtr: 0xc0008867
[    66.597]    BytesPerScanline: 2752
[    66.597]    XResolution: 1366
[    66.597]    YResolution: 768
[    66.597]    XCharSize: 8
[    66.597]    YCharSize: 16
[    66.597]    NumberOfPlanes: 1
[    66.597]    BitsPerPixel: 16
[    66.597]    NumberOfBanks: 1
[    66.597]    MemoryModel: 6
[    66.597]    BankSize: 0
[    66.597]    NumberOfImages: 13
[    66.597]    RedMaskSize: 5
[    66.597]    RedFieldPosition: 11
[    66.597]    GreenMaskSize: 6
[    66.597]    GreenFieldPosition: 5
[    66.597]    BlueMaskSize: 5
[    66.597]    BlueFieldPosition: 0
[    66.597]    RsvdMaskSize: 0
[    66.597]    RsvdFieldPosition: 0
[    66.597]    DirectColorModeInfo: 0
[    66.597]    PhysBasePtr: 0x80000000
[    66.597]    LinBytesPerScanLine: 2752
[    66.597]    BnkNumberOfImagePages: 13
[    66.597]    LinNumberOfImagePages: 13
[    66.597]    LinRedMaskSize: 5
[    66.597]    LinRedFieldPosition: 11
[    66.597]    LinGreenMaskSize: 6
[    66.597]    LinGreenFieldPosition: 5
[    66.597]    LinBlueMaskSize: 5
[    66.597]    LinBlueFieldPosition: 0
[    66.597]    LinRsvdMaskSize: 0
[    66.597]    LinRsvdFieldPosition: 0
[    66.597]    MaxPixelClock: 230000000
[    66.599] *Mode: 17f (1366x768)
[    66.599]    ModeAttributes: 0x9b
[    66.599]    WinAAttributes: 0x7
[    66.599]    WinBAttributes: 0x0
[    66.599]    WinGranularity: 64
[    66.599]    WinSize: 64
[    66.599]    WinASegment: 0xa000
[    66.599]    WinBSegment: 0x0
[    66.599]    WinFuncPtr: 0xc0008867
[    66.599]    BytesPerScanline: 5504
[    66.599]    XResolution: 1366
[    66.599]    YResolution: 768
[    66.599]    XCharSize: 8
[    66.599]    YCharSize: 16
[    66.599]    NumberOfPlanes: 1
[    66.599]    BitsPerPixel: 32
[    66.599]    NumberOfBanks: 1
[    66.599]    MemoryModel: 6
[    66.599]    BankSize: 0
[    66.599]    NumberOfImages: 6
[    66.599]    RedMaskSize: 8
[    66.599]    RedFieldPosition: 16
[    66.599]    GreenMaskSize: 8
[    66.599]    GreenFieldPosition: 8
[    66.599]    BlueMaskSize: 8
[    66.599]    BlueFieldPosition: 0
[    66.599]    RsvdMaskSize: 8
[    66.599]    RsvdFieldPosition: 24
[    66.599]    DirectColorModeInfo: 0
[    66.599]    PhysBasePtr: 0x80000000
[    66.599]    LinBytesPerScanLine: 5504
[    66.599]    BnkNumberOfImagePages: 6
[    66.599]    LinNumberOfImagePages: 6
[    66.599]    LinRedMaskSize: 8
[    66.599]    LinRedFieldPosition: 16
[    66.599]    LinGreenMaskSize: 8
[    66.599]    LinGreenFieldPosition: 8
[    66.599]    LinBlueMaskSize: 8
[    66.599]    LinBlueFieldPosition: 0
[    66.599]    LinRsvdMaskSize: 8
[    66.599]    LinRsvdFieldPosition: 24
[    66.599]    MaxPixelClock: 230000000
[    66.599]
[    66.599] (II) VESA(0): Total Memory: 479 64KB banks (30656kB)
[    66.599] (II) VESA(0): <default monitor>: Using hsync value of 47.93 kHz
[    66.599] (II) VESA(0): <default monitor>: Using vrefresh value of 60.06 Hz
[    66.599] (WW) VESA(0): Unable to estimate virtual size
[    66.601] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[    66.601] (II) VESA(0): Not using built-in mode "800x600" (no mode of this name)
[    66.601] (II) VESA(0): Not using built-in mode "640x480" (no mode of this name)
[    66.601] (--) VESA(0): Virtual size is 1368x768 (pitch 1368)
[    66.601] (**) VESA(0): *Built-in mode "1366x768"
[    66.601] (**) VESA(0): Display dimensions: (310, 170) mm
[    66.601] (**) VESA(0): DPI set to (112, 114)
[    66.601] (**) VESA(0): Using "Shadow Framebuffer"
[    66.601] (II) Loading sub module "shadow"
[    66.601] (II) LoadModule: "shadow"
[    66.603] (II) Loading /usr/X11R6/lib/modules/libshadow.so
[    66.604] (II) Module shadow: vendor="X.Org Foundation"
[    66.604]    compiled for 1.18.3, module version = 1.1.0
[    66.604]    ABI class: X.Org ANSI C Emulation, version 0.4
[    66.604] (II) Loading sub module "fb"
[    66.604] (II) LoadModule: "fb"
[    66.607] (II) Loading /usr/X11R6/lib/modules/libfb.so
[    66.610] (II) Module fb: vendor="X.Org Foundation"
[    66.610]    compiled for 1.18.3, module version = 1.0.0
[    66.610]    ABI class: X.Org ANSI C Emulation, version 0.4
[    66.610] (==) Depth 24 pixmap format is 32 bpp
[    66.610] (II) Loading sub module "int10"
[    66.610] (II) LoadModule: "int10"
[    66.613] (II) Loading /usr/X11R6/lib/modules/libint10.so
[    66.613] (II) Module int10: vendor="X.Org Foundation"
[    66.613]    compiled for 1.18.3, module version = 1.0.0
[    66.613]    ABI class: X.Org Video Driver, version 20.0
[    66.613] (II) VESA(0): initializing int10
[    66.613] (II) VESA(0): Bad V_BIOS checksum
[    66.613] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[    66.614] (II) VESA(0): VESA BIOS detected
[    66.614] (II) VESA(0): VESA VBE Version 3.0
[    66.614] (II) VESA(0): VESA VBE Total Mem: 30656 kB
[    66.614] (II) VESA(0): VESA VBE OEM: Intel(R) CHV Mobile/Desktop Graphics Chipset Accelerated VGA BIOS
[    66.614] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[    66.614] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
[    66.614] (II) VESA(0): VESA VBE OEM Product: Intel(R) CHV Mobile/Desktop Graphics Controller
[    66.614] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
[    66.615] (II) VESA(0): virtual address = 0x1dde66a84000,
        physical address = 0x80000000, size = 31391744
[    67.195] (II) VESA(0): Setting up VESA Mode 0x17F (1366x768)
[    67.262] (==) VESA(0): Default visual is TrueColor
[    67.267] (==) VESA(0): Backing store enabled
[    67.270] (==) VESA(0): DPMS enabled
[    67.271] (==) RandR enabled
[    67.300] (II) AIGLX: Screen 0 is not DRI2 capable
[    67.300] (EE) AIGLX: reverting to software rendering
[    67.374] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    67.375] (II) AIGLX: Loaded and initialized swrast
[    67.375] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    67.727] (II) config/wscons: checking input device /dev/wskbd
[    67.727] (II) wskbd: using layout no
[    67.727] (**) /dev/wskbd: Applying InputClass "Keyboard Defaults"
[    67.727] (II) LoadModule: "kbd"
[    67.729] (II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so
[    67.730] (II) Module kbd: vendor="X.Org Foundation"
[    67.730]    compiled for 1.18.3, module version = 1.8.1
[    67.730]    Module class: X.Org XInput Driver
[    67.730]    ABI class: X.Org XInput driver, version 22.1
[    67.731] (II) Using input driver 'kbd' for '/dev/wskbd'
[    67.731] (**) /dev/wskbd: always reports core events
[    67.731] (**) /dev/wskbd: always reports core events
[    67.731] (**) Option "Protocol" "standard"
[    67.731] (**) Option "XkbRules" "base"
[    67.731] (**) Option "XkbModel" "pc105"
[    67.731] (**) Option "XkbLayout" "no"
[    67.731] (**) Option "XkbOptions" "terminate:ctrl_alt_bksp"
[    67.731] (II) XINPUT: Adding extended input device "/dev/wskbd" (type: KEYBOARD, id 6)
[    68.281] (II) config/wscons: checking input device /dev/wsmouse0
[    68.281] (**) /dev/wsmouse0: Applying InputClass "touchpad catchall"
[    68.281] (**) /dev/wsmouse0: Applying InputClass "Default clickpad buttons"
[    68.281] (II) LoadModule: "synaptics"
[    68.283] (II) Loading /usr/X11R6/lib/modules/input/synaptics_drv.so
[    68.287] (II) Module synaptics: vendor="X.Org Foundation"
[    68.287]    compiled for 1.18.3, module version = 1.8.3
[    68.287]    Module class: X.Org XInput Driver
[    68.287]    ABI class: X.Org XInput driver, version 22.1
[    68.287] (II) Using input driver 'synaptics' for '/dev/wsmouse0'
[    68.287] (**) /dev/wsmouse0: always reports core events
[    68.288] (**) Option "Device" "/dev/wsmouse0"
[    69.205] (--) synaptics: /dev/wsmouse0: x-axis range 1472 - 5660 resolution 41
[    69.205] (--) synaptics: /dev/wsmouse0: y-axis range 1408 - 4718 resolution 60
[    69.205] (**) /dev/wsmouse0: always reports core events
[    69.208] (II) XINPUT: Adding extended input device "/dev/wsmouse0" (type: TOUCHPAD, id 7)
[    69.208] (**) synaptics: /dev/wsmouse0: (accel) MinSpeed is now constant deceleration 2.5
[    69.208] (**) synaptics: /dev/wsmouse0: (accel) MaxSpeed is now 1.75
[    69.208] (**) synaptics: /dev/wsmouse0: (accel) AccelFactor is now 0.037
[    69.209] (**) /dev/wsmouse0: (accel) keeping acceleration scheme 1
[    69.209] (**) /dev/wsmouse0: (accel) acceleration profile 1
[    69.209] (**) /dev/wsmouse0: (accel) acceleration factor: 2.000
[    69.209] (**) /dev/wsmouse0: (accel) acceleration threshold: 4
[    69.666] (II) config/wscons: checking input device /dev/wsmouse
[    69.666] (II) LoadModule: "ws"
[    69.668] (II) Loading /usr/X11R6/lib/modules/input/ws_drv.so
[    69.672] (II) Module ws: vendor="X.Org Foundation"
[    69.672]    compiled for 1.18.3, module version = 1.3.0
[    69.672]    Module class: X.Org XInput Driver
[    69.672]    ABI class: X.Org XInput driver, version 22.1
[    69.672] (II) Using input driver 'ws' for '/dev/wsmouse'
[    69.672] (**) /dev/wsmouse: always reports core events
[    69.672] (II) ws: /dev/wsmouse: debuglevel 0
[    69.672] (**) Option "Device" "/dev/wsmouse"
[    69.672] (**) ws: /dev/wsmouse: ZAxisMapping: buttons 4 and 5
[    69.672] (**) ws: /dev/wsmouse: WAxisMapping: buttons 6 and 7
[    69.672] (**) ws: /dev/wsmouse: associated screen: 0
[    69.672] (II) ws: /dev/wsmouse: minimum x position: 0
[    69.672] (II) ws: /dev/wsmouse: maximum x position: 1367
[    69.672] (II) ws: /dev/wsmouse: minimum y position: 0
[    69.672] (II) ws: /dev/wsmouse: maximum y position: 767
[    69.672] (==) ws: /dev/wsmouse: Buttons: 7
[    69.672] (**) ws: /dev/wsmouse: YAxisMapping: buttons 4 and 5
[    69.672] (II) XINPUT: Adding extended input device "/dev/wsmouse" (type: MOUSE, id 8)
[    69.673] (**) /dev/wsmouse: (accel) keeping acceleration scheme 1
[    69.673] (**) /dev/wsmouse: (accel) acceleration profile 0
[    69.673] (**) /dev/wsmouse: (accel) acceleration factor: 2.000
[    69.673] (**) /dev/wsmouse: (accel) acceleration threshold: 4
$
Innside : usr/X11R6/share/X11/xorg.conf.d
50-fpit.conf and 50-synaptics.conf. (also touchad only function as 1 mouse button, left i think)

cat 50-fpit.conf
Code:
Section "InputClass"
        Identifier "fpit class"
        MatchProduct "FUJ02B2|FUJ02B3|FUJ02B4|FUJ02B6|FUJ02B7|FUJ02B8|FUJ02B9|FUJ02BC"
        Driver "fpit"
        Option "TrackRandR" "on"
EndSection

Section "InputClass"
        Identifier "fpit FUJ02B2 and FUJ02B3 default configuration"
        MatchProduct "FUJ02B2|FUJ02B3"
        Option "BaudRate" "19200"
        Option "MaximumXPosition" "6250"
        Option "MaximumYPosition" "4950"
        Option "MinimumXPosition" "130"
        Option "MinimumYPosition" "0"
        Option "InvertY" "on"
EndSection

Section "InputClass"
        Identifier "fpit FUJ02B6, FUJ02B7, FUJ02B8, FUJ02B9, FUJ02BC default configuration"
        MatchProduct "FUJ02B6|FUJ02B7|FUJ02B8|FUJ02B9|FUJ02BC"
        Option "BaudRate" "9600"
        Option "MaximumXPosition" "4070"
        Option "MaximumYPosition" "4020"
        Option "MinimumXPosition" "0"
        Option "MinimumYPosition" "0"
        Option "Passive" "on"
EndSection
$
cat 50-synaptics.conf
Code:
# Example xorg.conf.d snippet that assigns the touchpad driver
# to all touchpads. See xorg.conf.d(5) for more information on
# InputClass.
# DO NOT EDIT THIS FILE, your distribution will likely overwrite
# it when updating. Copy (and rename) this file into
# /etc/X11/xorg.conf.d first.
# Additional options may be added in the form of
#   Option "OptionName" "value"
#
Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
# This option is recommend on all Linux systems using evdev, but cannot be
# enabled by default. See the following link for details:
# http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
#       MatchDevicePath "/dev/input/event*"
EndSection

Section "InputClass"
        Identifier "touchpad ignore duplicates"
        MatchIsTouchpad "on"
        MatchOS "Linux"
        MatchDevicePath "/dev/input/mouse*"
        Option "Ignore" "on"
EndSection

# This option enables the bottom right corner to be a right button on clickpads
# and the right and middle top areas to be right / middle buttons on clickpads
# with a top button area.
# This option is only interpreted by clickpads.
Section "InputClass"
        Identifier "Default clickpad buttons"
        MatchDriver "synaptics"
        Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
        Option "SecondarySoftButtonAreas" "58% 0 0 15% 42% 58% 0 15%"
EndSection

# This option disables software buttons on Apple touchpads.
# This option is only interpreted by clickpads.
Section "InputClass"
        Identifier "Disable clickpad buttons on Apple touchpads"
        MatchProduct "Apple|bcm5974"
        MatchDriver "synaptics"
        Option "SoftButtonAreas" "0 0 0 0 0 0 0 0"
EndSection
$

Last edited by psypro; 8th August 2016 at 05:12 PM.
Reply With Quote
Old 8th August 2016
jggimi's Avatar
jggimi jggimi is online now
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

I don't see any obvious problem from your Xorg.0.log file. But I can see two things::
  1. You continue to use DontZap which prevents keyboard termination. Remove it. When DontZap is enabled, terminate (Ctrl-Alt-Backspace) is ignored.

    If, as you stated you added DontZap after the problem began, this is not the root cause of your problem, but it will block keystroke termination.

    If it was already part of your configuration, then it is likely the reason why Ctrl-Alt-Backspace does not work.
  2. You have an intel(4) video driver loaded but it is not being used. Instead, the VESA driver is used. I am not sure why.
Reply With Quote
Old 8th August 2016
psypro psypro is offline
Package Pilot
 
Join Date: Mar 2016
Location: Continent:Europe
Posts: 156
Default

I reinstalled the system, this time with better bios support (UEFI)
The good side, i read mouse input with 2 buttons and console screen does not flicker.
The bad, now I cant startx at al, it just crashes.
But I feel this is a right move, if I just can get it to start, it might work this time.

/etc/X11/xorg.conf was empty and it fail to start. Then after googling I added

Code:
# cat /etc/X11/xorg.conf
Section "Screen"
Identifier "Screen0"
Device          "Card0"
Monitor         "Monitor0"
SubSection      "Display"
Viewport 0 0
Depth 16
Modes "1366x768"
EndSubSection
EndSection
#

Code:
# cat /var/log/Xorg.0.log
[   627.109] (WW) checkDevMem: failed to open /dev/xf86 and /dev/mem
        (Operation not permitted)
        Check that you have set 'machdep.allowaperture=1'
        in /etc/sysctl.conf and reboot your machine
        refer to xf86(4) for details
[   627.109]    linear framebuffer access unavailable
[   627.147] (--) Using wscons driver on /dev/ttyC4
[   627.162]
X.Org X Server 1.18.3
Release Date: 2016-04-04
[   627.162] X Protocol Version 11, Revision 0
[   627.162] Build Operating System: OpenBSD 6.0 amd64
[   627.162] Current Operating System: OpenBSD keep.my.domain 6.0 GENERIC.MP#2335 amd64
[   627.163] Build Date: 07 August 2016  09:13:29PM
[   627.163]
[   627.163] Current version of pixman: 0.32.8
[   627.163]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[   627.163] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   627.163] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Aug  8 23:11:11 2016
[   627.164] (==) Using config file: "/etc/X11/xorg.conf"
[   627.164] (==) Using system config directory "/usr/X11R6/share/X11/xorg.conf.d"
[   627.164] (==) No Layout section.  Using the first Screen section.
[   627.164] (**) |-->Screen "Screen0" (0)
[   627.164] (**) |   |-->Monitor "<default monitor>"
[   627.165] (==) No monitor specified for screen "Screen0".
        Using a default monitor configuration.
[   627.165] (==) Disabling SIGIO handlers for input devices
[   627.165] (==) Automatically adding devices
[   627.165] (==) Automatically enabling devices
[   627.165] (==) Not automatically adding GPU devices
[   627.165] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   627.165] (==) 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/
[   627.165] (==) ModulePath set to "/usr/X11R6/lib/modules"
[   627.165] (II) The server relies on wscons to provide the list of input devices.
        If no devices become available, reconfigure wscons or disable AutoAddDevices.
[   627.165] (II) Loader magic: 0x2bbcd3335a0
[   627.165] (II) Module ABI versions:
[   627.165]    X.Org ANSI C Emulation: 0.4
[   627.165]    X.Org Video Driver: 20.0
[   627.165]    X.Org XInput driver : 22.1
[   627.165]    X.Org Server Extension : 9.0
[   627.166] (--) PCI:*(0:0:2:0) 8086:22b1:1025:106d rev 33, Mem @ 0x90000000/16777216, 0x80000000/268435456, I/O @ 0x00001000/64
[   627.166] (II) LoadModule: "glx"
[   627.167] (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
[   627.176] (II) Module glx: vendor="X.Org Foundation"
[   627.176]    compiled for 1.18.3, module version = 1.0.0
[   627.176]    ABI class: X.Org Server Extension, version 9.0
[   627.176] (==) AIGLX enabled
[   627.176] (==) Matched intel as autoconfigured driver 0
[   627.176] (==) Matched vesa as autoconfigured driver 1
[   627.176] (==) Assigned the driver to the xf86ConfigLayout
[   627.176] (II) LoadModule: "intel"
[   627.177] (II) Loading /usr/X11R6/lib/modules/drivers/intel_drv.so
[   627.178] (II) Module intel: vendor="X.Org Foundation"
[   627.178]    compiled for 1.18.3, module version = 2.99.916
[   627.178]    Module class: X.Org Video Driver
[   627.178]    ABI class: X.Org Video Driver, version 20.0
[   627.178] (II) LoadModule: "vesa"
[   627.179] (II) Loading /usr/X11R6/lib/modules/drivers/vesa_drv.so
[   627.180] (II) Module vesa: vendor="X.Org Foundation"
[   627.180]    compiled for 1.18.3, module version = 2.3.3
[   627.180]    Module class: X.Org Video Driver
[   627.180]    ABI class: X.Org Video Driver, version 20.0
[   627.180] (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
[   627.180] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[   627.180] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[   627.180] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[   627.180] (II) VESA: driver for VESA chipsets: vesa
[   627.182] (II) Loading sub module "vbe"
[   627.182] (II) LoadModule: "vbe"
[   627.185] (II) Loading /usr/X11R6/lib/modules/libvbe.so
[   627.185] (II) Module vbe: vendor="X.Org Foundation"
[   627.185]    compiled for 1.18.3, module version = 1.1.0
[   627.185]    ABI class: X.Org Video Driver, version 20.0
[   627.185] (II) Loading sub module "int10"
[   627.185] (II) LoadModule: "int10"
[   627.187] (II) Loading /usr/X11R6/lib/modules/libint10.so
[   627.188] (II) Module int10: vendor="X.Org Foundation"
[   627.188]    compiled for 1.18.3, module version = 1.0.0
[   627.188]    ABI class: X.Org Video Driver, version 20.0
[   627.188] (II) VESA(0): initializing int10
[   627.188] (EE) VESA(0): Cannot read int vect
[   627.188] (II) UnloadModule: "vesa"
[   627.188] (II) UnloadSubModule: "int10"
[   627.188] (II) Unloading int10
[   627.189] (II) UnloadSubModule: "vbe"
[   627.189] (II) Unloading vbe
[   627.189] (EE) Screen(s) found, but none have a usable configuration.
[   627.189] (EE)
Fatal server error:
[   627.189] (EE) no screens found(EE)
[   627.189] (EE)
Please consult the The X.Org Foundation support
         at http://wiki.x.org
 for help.
[   627.189] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   627.189] (EE)
[   627.194] (EE) Server terminated with error (1). Closing log file.
#
Reply With Quote
Old 9th August 2016
psypro psypro is offline
Package Pilot
 
Join Date: Mar 2016
Location: Continent:Europe
Posts: 156
Default

I got it working!

Copyed xorg.conf exsample from google search, and used driver recommende from uefi howto.

/etc/X11/xorg.conf:

Code:
Section "Device"
  Identifier "default device"
  Driver "wsfb"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth    24
                Modes "1366x768"
        EndSubSection
EndSection
Reply With Quote
Old 9th August 2016
jggimi's Avatar
jggimi jggimi is online now
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

I'm glad you got it working.

EFI systems which have drm(4) should be able to use it, and not require wsfb(4). You have intel(4) video, so check your dmesg to see if you have inteldrm(4) when booting via EFI.
Reply With Quote
Old 9th August 2016
psypro psypro is offline
Package Pilot
 
Join Date: Mar 2016
Location: Continent:Europe
Posts: 156
Default

I looked trought the dmesg I could not see inteldrm. It finds intel gpu, but says not configured. Is something wrong? Can I use intel drm?
I tried swaping in /etc/X11/xorg.conf wsfb with inteldrm, and afther that with drm. I did not work. Back to using wsfb, but I would be great to have inteldrm driver. Any more ideas Jiggim?

Code:
OpenBSD 6.0-current (GENERIC.MP) #2335: Sun Aug  7 20:50:41 MDT 2016
    deraadt@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
RTC BIOS diagnostic error 80<clock_battery>
real mem = 2039218176 (1944MB)
avail mem = 1972998144 (1881MB)
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.8 @ 0x79f02000 (21 entries)
bios0: vendor Insyde Corp. version "V1.08" date 09/14/2015
bios0: Acer Aspire one 1-431
acpi0 at bios0: rev 2
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP UEFI MSDM UEFI SSDT HPET MCFG SSDT SSDT SSDT SSDT SSDT APIC CSRT FPDT BGRT
acpi0: wakeup devices XHC1(S3) BRCM(S0) BRC1(S0) HDEF(S4) PXSX(S4) RP01(S4) PXSX(S4) RP02(S4) PXSX(S4) RP03(S0) PXSX(S4) RP04(S4) LID0(S4)
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpihpet0 at acpi0: 14318179 Hz
acpimcfg0 at acpi0 addr 0xe0000000, bus 0-63
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Celeron(R) CPU N3050 @ 1.60GHz, 1600.30 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,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,MOVBE,POPCNT,DEADLINE,AES,RDRAND,NXE,LONG,LAHF,3DNOWP,PERF,ITSC,SMEP,ERMS,SENSOR,ARAT
cpu0: 1MB 64b/line 16-way L2 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
cpu0: apic clock running at 79MHz
cpu0: mwait min=64, max=64, C-substates=0.2.0.0.0.0.3.3, IBE
cpu1 at mainbus0: apid 4 (application processor)
cpu1: Intel(R) Celeron(R) CPU N3050 @ 1.60GHz, 1599.99 MHz
cpu1: 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,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,MOVBE,POPCNT,DEADLINE,AES,RDRAND,NXE,LONG,LAHF,3DNOWP,PERF,ITSC,SMEP,ERMS,SENSOR,ARAT
cpu1: 1MB 64b/line 16-way L2 cache
cpu1: smt 0, core 2, package 0
ioapic0 at mainbus0: apid 1 pa 0xfec00000, version 20, 115 pins
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 1 (RP01)
acpiprt2 at acpi0: bus -1 (RP02)
acpiprt3 at acpi0: bus 2 (RP03)
acpiprt4 at acpi0: bus -1 (RP04)
acpicpu0 at acpi0
C2: state 6: substate 8 >= num 3: C1(1000@1 mwait.1), PSS
acpicpu1 at acpi0
C2: state 6: substate 8 >= num 3: C1(1000@1 mwait.1), PSS
acpipwrres0 at acpi0: CLK0, resource for CAMD
acpipwrres1 at acpi0: CLK0, resource for CAM1
acpipwrres2 at acpi0: CLK1, resource for CAM2, CAM3
acpipwrres3 at acpi0: ID3C, resource for ISP3
acpipwrres4 at acpi0: USBC, resource for XHC1
acpipwrres5 at acpi0: FN00
acpitz0 at acpi0acpitz1 at acpi0: critical temperature is 127 degC
"PNP0501" at acpi0 not configured
"MSFT0001" at acpi0 not configured
"MSFT0003" at acpi0 not configured
acpiac0 at acpi0: AC unit online
acpibat0 at acpi0: BAT0 serial BE92 type Li-ion
"INA2015" at acpi0 not configured
sdhc0 at acpi0: SDHA addr 0x91326000/0x1000 irq 45
sdhc0: SDHC 3.0, 200 MHz base clock
sdmmc0 at sdhc0: 8-bit, sd high-speed, mmc high-speed, dma
"INTL9C60" at acpi0 not configured
"INTL9C60" at acpi0 not configured
"BCM2E64" at acpi0 not configured
"8086228A" at acpi0 not configured
"INT33F7" at acpi0 not configured
"INT33BE" at acpi0 not configured
"INTCF1C" at acpi0 not configured
chvgpio0 at acpi0: GPO0 uid 1 addr 0xfed80000/0x8000 irq 49, 56 pins
"ATML1000" at acpi0 not configured
"MSFT0002" at acpi0 not configured
"NXP7471" at acpi0 not configured
"PNP0C14" at acpi0 not configured
acpibtn0 at acpi0: PWRB
acpibtn1 at acpi0: LID0
acpibtn2 at acpi0: SLPB
chvgpio1 at acpi0: GPO1 uid 2 addr 0xfed88000/0x8000 irq 48, 59 pins
chvgpio2 at acpi0: GPO2 uid 3 addr 0xfed90000/0x8000 irq 50, 24 pins
chvgpio3 at acpi0: GPO3 uid 4 addr 0xfed98000/0x8000 irq 91, 55 pins
"ACPI000C" at acpi0 not configured
"INT3400" at acpi0 not configured
"INT3403" at acpi0 not configured
acpivideo0 at acpi0: GFX0
acpivout0 at acpivideo0: DD1F
cpu0: Enhanced SpeedStep 1600 MHz: speeds: 1601, 1600, 1520, 1440, 1360, 1280, 1200, 1120, 1040, 960, 880, 800, 720, 640, 560, 480 MHz
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel Braswell Host" rev 0x21
"Intel HD Graphics" rev 0x21 at pci0 dev 2 function 0 not configured
"Intel Braswell Power" rev 0x21 at pci0 dev 11 function 0 not configured
xhci0 at pci0 dev 20 function 0 "Intel Braswell xHCI" rev 0x21: msi
usb0 at xhci0: USB revision 3.0
uhub0 at usb0 "Intel xHCI root hub" rev 3.00/1.00 addr 1
"Intel Braswell TXE" rev 0x21 at pci0 dev 26 function 0 not configured
azalia0 at pci0 dev 27 function 0 "Intel Braswell HD Audio" rev 0x21: msi
azalia0: codecs: Realtek/0x0235, Intel/0x2883, using Realtek/0x0235
audio0 at azalia0
ppb0 at pci0 dev 28 function 0 "Intel Braswell PCIE" rev 0x21: msi
pci1 at ppb0 bus 1
ppb1 at pci0 dev 28 function 2 "Intel Braswell PCIE" rev 0x21: msi
pci2 at ppb1 bus 2
iwm0 at pci2 dev 0 function 0 "Intel Dual Band Wireless AC 3160" rev 0x83, msi
pcib0 at pci0 dev 31 function 0 "Intel Braswell PCU LPC" rev 0x21
ichiic0 at pci0 dev 31 function 3 "Intel Braswell SMBus" rev 0x21: apic 1 int 18
iic0 at ichiic0
isa0 at pcib0
isadma0 at isa0
com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pckbd0 at pckbc0 (kbd slot)
wskbd0 at pckbd0: console keyboard
pms0 at pckbc0 (aux slot)
wsmouse0 at pms0 mux 0
pms0: Synaptics clickpad, firmware 8.2
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
efifb0 at mainbus0: 1366x768, 32bpp
wsdisplay0 at efifb0 mux 1: console (std, vt100 emulation), using wskbd0
wsdisplay0: screen 1-5 added (std, vt100 emulation)
scsibus1 at sdmmc0: 2 targets, initiator 0
sd0 at scsibus1 targ 1 lun 0: <SD/MMC, HBG4e\\005, 0000> SCSI2 0/direct fixed
sd0: 29824MB, 512 bytes/sector, 61079552 sectors
ugen0 at uhub0 port 3 "Generic USB2.0-CRW" rev 2.00/39.60 addr 2
uvideo0 at uhub0 port 4 configuration 1 interface 0 "SuYin VGA Webcam" rev 2.00/1.00 addr 3
video0 at uvideo0
ugen1 at uhub0 port 5 "Intel product 0x07dc" rev 2.00/0.01 addr 4
vscsi0 at root
scsibus2 at vscsi0: 256 targets
softraid0 at root
scsibus3 at softraid0: 256 targets
root on sd0a (b9fe348f6a8410be.a) swap on sd0b dump on sd0b
iwm0: hw rev 0x160, fw ver 16.242414.0, address 78:0c:b8:63:21:35

Last edited by psypro; 9th August 2016 at 11:36 AM.
Reply With Quote
Old 9th August 2016
jggimi's Avatar
jggimi jggimi is online now
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

If you EFI boot, you do not have drm(4) and must use wsfb(4), which is not accelerated.

The legacy BIOS boot might provide drm(4). You would need to boot via BIOS/MBR and inspect the dmesg to determine this.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Lumina-DE screen problem psypro OpenBSD Packages and Ports 5 28th March 2016 04:34 PM
Anyone has tested lumina DE from ports? rockworldmi OpenBSD Packages and Ports 5 28th September 2014 07:11 PM
Lumina Desktop Update shep News 0 27th August 2014 07:37 PM
Xorg hangs on exit gpatrick OpenBSD General 7 27th November 2009 09:24 PM
Warning error every exit of X aleunix OpenBSD Packages and Ports 2 6th June 2008 08:46 PM


All times are GMT. The time now is 01:47 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick