[SOLVED] FUBAR gvim display

I reccently installed gvim to use as my text editor, but I'm having a bit of trouble seeing text, whitespace, or anything otherwise meaningful on it.  I've tried changing the font, setting the encoding to utf8, which helped some people who were having problems with similar rectangles showing up for foreign characters, uninstalling/reinstalling gvim, and pacman -Syu, all to no avail.  I explored my logs folder as was suggested in the sticky, but I'm not really sure where I'd find anything that would be helpful.
Vim works just fine.
My display:
http://puu.sh/eo6JT/4a04216ede.jpg
Last edited by vorom (2015-01-14 20:17:48)

The picture's an empty file.
The start screen: http://oi59.tinypic.com/2dmca9t.jpg
I hadn't created a .vimrc or a .gvimrc.  I stole a user's gvimrc from the internet which read
" 100 columns, 60 lines
:set co=100
:set lines=60
" Use visual bell instead of beeping
:set visualbell
" Use CSS for HTML conversion
:let html_use_css = 1
" Luxi Mono 8 point font
:set gfn=Luxi\ Mono\ 8
and used that one, which did very little.  Picture: http://oi57.tinypic.com/2q0ok2a.jpg
Last edited by vorom (2015-01-12 21:17:31)

Similar Messages

  • [SOLVED] `Vim/Gvim: set mouse=a works only in Gvim?

    I'm diving into the world of (g)vim this weekend and although I'm starting to get the hang of things, I seem to be having a problem with the mouse functionality.  I have set mouse=a specified in my .vimrc and gvim respects it, but when I run vi in a terminal session (urxvt) I have to explicitly type :set mouse=a in ex mode before it will work.  Am I missing something?
    Here's what I've got in my .vimrc (linked also ~/.gvimrc) so far:
    " (G)vim settings
    set nocompatible " use gVim defaults
    colorscheme wombat " define syntax color scheme
    syntax on " enable syntax highlighting
    set mouse=a " make sure mouse is used in all cases.
    set backspace=2 " full backspacing capabilities
    set nocindent " set C style indenting off
    set cmdheight=2 " command line height
    set ignorecase " ignore case in search patterns
    set laststatus=2 " occasions to show status line, 2=always.
    set ruler " ruler display in status line
    set showmode " show mode at bottom of screen
    set number " toggle line numbers
    set nobackup " disable backup files (filename~)
    set hlsearch " highlight all search results
    set showmatch " show matching brackets (),{},[]
    " Gvim Settings
    set guioptions-=T " disable toolbar icons
    set guifont=Consolas\ 8 " backslash any spaces
    SOLVED: Silly me I was running 'vi' which has no X support... pacman -S vim fixed it fine.
    Last edited by thayer.w (2007-09-04 00:02:49)

    I just had an issue with no sound after recent updates.  Not sure it's the same problem you are having. 
    I found I had to open Audio Mixer, select Sound card: HDA Intel PCH (Alsa mixer), Select Controls, check box for Speaker and check box for Headphones.  After doing this I found the Speaker volume was set at minimum (although Master and PCM were already set at maximum).  Adjusted Speaker volume up and I finally had sound again.

  • [Solved] Grub not displaying menu, error messages from grub-mkconfig

    Hi I'm new
    I have (or rather, am trying to setup) a dual boot with Windows 8.1 and Arch, with each OS on separate SSDs.
    Windows 8.1 already installed, Arch installation (seems to have) has gone smoothly. However, when I remove the installation usb, and try to boot, I get a command line prompt:
    grub >_
    ...instead of a menu. I tried typing 'boot', but got 'you need to load the kernel first'. So I cannot access my arch installation without chrooting (or knowing how to compile the kernel in the command line, which I could not find after a lot of searching)
    I followed the documentation in the Beginner's Guide and the GRUB page for installing and configuring GRUB. This is UEFI (grub2), not BIOS (grub legacy).
    pacman -S grub efibootmgr
    grub-install --target=x86S64-efi --efi-directory=/boot --bootloader-id=arch_grub --recheck
    No error messages. I also installed os-prober for kicks. When I went to generate the config file (as recommended for beginners), I got a torrent of what I interpreted to be error messages, not just copacetic output:
    grub-mkconfig -o /boot/grub/grub.cfg
    resulted in:
    click this link for error messages
    (sorry about the image. I had to shutdown and reboot into my windows partition, since I still can't arch it up. If any/all of you have a better way to reproduce output and feel it pertinent, I'm all ears)
    so upon exiting chroot and rebooting, grub boots up to the above effect; no menu is displayed. And I am sad panda.
    Background Information:
    Partition scheme:
    /dev/sda1 - BIOS boot partition (I didn't read carefully, lol)
    /dev/sda2 - EFI System Partition - mounted to /mnt/boot when chrooting in
    /dev/sda3 - Root partition - mounted to /mnt/ when chrooting in
    /dev/sda4 - Home partition - mounted to /mnt/home when chrooting in
    The installation and configuration described above was done in chroot with the above partition scheme
    I originally had issues booting into UEFI mode with the arch iso (written to a usb stick for the initial install). The boot would hang at 'triggering uevents'. I ultimately fixed this by pressing 'e' in the bootloader menu (also grub, I believe) and prepended
    linux /boot/vmlinux-linux root=UUID=978e3e81-8048-4ae1-8a06-aa727458e8ff nomodeset nouveau.modeset=0
    It then (successfully triggered uevents? and) booted normally
    ALSO:
    This is a custom built pc.
    Hardware:
    intel i7 4930K
    ASUS Sabertooth X79 mobo
    ASUS GTX 780 Ti gpu
    ballistix sport DDR3 RAM (4 x 8 GB)
    3 x 128 GB SSD (ADATA P900)
    1 x 2 TB HDD (Toshiba, 7200 rpm)
    Hey, if you made it to the bottom of this post, I really appreciate you taking the time out of your day. Thank you!
    Last edited by Otsdarva (2014-06-09 03:22:25)

    I realized that since I was not using EFISTUB, I could not mount the ESP to /boot; it had to be /boot/efi. A quick remount-reinstall of grub, then rerunning grub-mkconfig solved the issue.
    Also, regarding WonderWoofy's suggestion: I learned by trying gummiboot that for whatever reason the kernel hadn't compiled properly when I ran
    pacstrap /mnt base base-devel
    Fixed via
    pacman -S linux
    Thanks for your help, everybody!

  • [Solved] URXVT cannot display Japanese Characters

    Solved:
    I had a typo in my locale.conf, setting to an invalid locale - apparently that did it.
    Thanks for the help!
    Hi everybody!
    I just now re-installed Arch because I switched hard-drives (to an SSD) and everything seems to be working again, apart from one thing:
    urxvt doesn't display Japanese Characters, just questionmarks instead when using ls and garbage characters otherwise.
    I literally copied and pasted my ~/.Xresources from my old install, so I'm not quite sure what went wrong.
    This is said file:
    Urxvt.urgentOnBell: True
    urxvt*cursorBlink: false
    !urxvt*internalBorder: 0
    !urxvt*externalBorder: 0
    URxvt*.depth: 32
    URxvt*.background: [85]#000000
    ! URxvt.scrollstyle: plain
    URxvt.scrollBar: false
    URxvt.foreground: grey
    ! red
    URxvt.color1: #CC0000
    URxvt.color9: #B33838
    ! blue
    URxvt.color4: #3465A4
    URxvt.color12: #729FCF
    ! yellow
    Urxvt.color3: #b48363
    URxvt.color11: #d49b4e
    !URxvt.font: 8x13
    urxvt*font: xft:DejaVu Sans Mono:size=8:antialas=true,xft:Kochi Gothic:size=8
    This is what fc-list has to say:
    % fc-list | grep "Kochi\|DejaVuSansMono"
    /usr/share/fonts/TTF/DejaVuSansMono.ttf: DejaVu Sans Mono:style=Book
    /usr/share/fonts/TTF/kochi-mincho-subst.ttf: Kochi Mincho,æ±é¢¨ææ:style=Regular,æ¨æº
    /usr/share/fonts/TTF/kochi-gothic-subst.ttf: Kochi Gothic,æ±é¢¨ã´ã·ãã¯:style=Regular,æ¨æº
    /usr/share/fonts/TTF/DejaVuSansMono-Oblique.ttf: DejaVu Sans Mono:style=Oblique
    /usr/share/fonts/TTF/DejaVuSansMono-Bold.ttf: DejaVu Sans Mono:style=Bold
    /usr/share/fonts/TTF/DejaVuSansMono-BoldOblique.ttf: DejaVu Sans Mono:style=Bold Oblique
    I already tried re-installing the fonts and I also tried out alternative fonts, but nothing seems to work.
    All the other settings from the ~/.Xresources file are applied perfectly, so I'm not quite sure where to look for the error.
    My browser (dwb) displays japanese characters just fine.
    Any help is greatly appreciated
    Edit: I just realized that urxvt seems to completely ignore the fonts line - I had that problem once before, when I used the AMD Catalyst driver and not the open source one.
    I now have an Nvidia card and started using the propietary driver - maybe that has something to do with it?
    Last edited by lorizean (2013-12-02 13:16:14)

    Works here:
    URxvt*depth: 32
    URxvt*buffered: true
    URxvt*termName: rxvt-256color
    URxvt.font: xft:Terminus:pixelsize=12:antialias=false
    urxvt.imLocale: pl_PL.ISO8859-2
    What's the output of 'localectl'?

  • [SOLVED] Switch x displays with script instead of ctrl-alt fx

    Hi, I am looking for a way to switch x displays on a computer without using the keyboard. Is this possible with a bash script of some sort?
    EDIT: I found chvt but that only works from a tty, running sh chvt X doesn't work from a terminal emulator.
    EDIT2: SOLVED: read this http://superuser.com/questions/69807/wh … ot-under-x
    Last edited by RiceKills (2010-10-30 18:27:56)

    chvt command maybe what you need.

  • [SOLVED] Incorrect time displayed in my system

    Hey Archers,
    I have trouble correct time being displayed in my system.
    My BIOS time is:
    May 18 2012 08:39:21 PM IST
    Date command displays
    Sat May 19 02:09:59 IST 2012
    Clearly the time displayed by date command is localtime+05:30 (Asia/Kolkata), when I expect it to be just localtime.
    How do I correct this?
    I dont dual boot and have just Arch installed on my machine.
    And my /etc/rc.conf has this:
    HARDWARECLOCK="UTC"
    TIMEZONE="Asia/Kolkata"
    Please correct if my understanding is wrong, but is this how it works?
    When I say HARDWARECLOCK=UTC and TIMEZONE=''Asia/Kolkata",
    It assumes, hardwareclock, time displayed by BIOS, is infact UTC, and, since the user is interested in timezone, +0530, it adds 0530 to hardware clock.
    Thanks,
    Nachiket.
    Last edited by Nachiket (2012-05-19 07:22:47)

    Hey Tectu,
    The wiki article on Time was indeed splendid. It had all the information I needed. Thank you.
    Trilby,
    You were right, my hardware clock was on local time.
    So this is what I did to set it correct.
    1. Set the HARDWARECLOCK to "localtime" in /etc/rc.conf
    HARDWARECLOCK="localtime"
    TIMEZONE="Asia/Kolkata"
    2. Reboot the system
    3. Set the systemclock to UTC by doing a -0530 (minus 05 hours 30 minutes)
    # date `date -d "-05 hours -30 mins" +%m%d%H%M%Y`
    4. Copy the system clock value to hardware clock
    # hwclock --systohc
    5. Edit the /etc/rc.conf to set HARDWARECLOCK back to UTC
    HARDWARECLOCK="UTC"
    TIMEZONE="Asia/Kolkata"
    6. Reboot the system.
    And yes, now my system clock displays correct time
    Just setting HARDWARECLOCK to "localtime" also worked. But since I the beginners guide recomments "UTC" I did all this.
    Marking the thread as SOLVED.
    Regards,
    Nachiket.
    Last edited by Nachiket (2012-05-19 07:23:33)

  • [SOLVED] KDE konsole display looks broken after upgrading.

    Hi,
    I just upgraded konsole (:: Replace kdebase-konsole with extra/konsole? [Y/n] ) so it's konsole 2.14.2 -> 3.0.1, and there is many display problems. For example, fonts are not monospaced, the cursor is not aligned with the text, when I execute "ls", files name are incomplete and some filename are over other filename, etc.
    I already have ttf-dejavu and ttf-liberation installed.
    Do you have any idea on how this append and how to fix this ?
    Last edited by lracicot (2015-01-25 01:18:53)

    arojas wrote:
    kralyk wrote:My fonts are allright, but Oxygen doesn't work with konsole.
    Well, there are also a few threads about that too.
    Pray tell!
    EDIT:
    I did solve my problem by following the tip about symlinking configuration on the wiki here:
    https://wiki.archlinux.org/index.php/KD … nalization
    (I was surprised it's not been mentioned in this thread hence this edit.)
    Last edited by kralyk (2015-02-11 21:51:13)

  • [Problem Solved] On screen display not working on T60

    I replace my xp with a Vista Business.
    All the drivers are installed. But the on screen display is not working well. Nothing display when I press the volume up/down/mute button. However, other buttons like Fn+F3, Fn+F5 do display on screen.
    Anyone  knows how to solve this?
    Thanks a lot. 
    Message Edited by szsy on 10-02-2008 08:11 PM
    Solved!
    Go to Solution.

    problem solved.
    looks like I need to install a  Lenovo System Interface Driver. This is just for ATI graphic card users and nVidia users don't need it.
    Thanks a lot. 

  • [SOLVED] Trouble initialising display - G55VW (GTX 660M)

    Couple months back I made the switch from Ubuntu to Arch, which has worked out great on my old laptop, and I've gotten quite familiar with the system.
    I've got a new laptop now though, and I can't for the life of me figure out what's wrong with my display/GPU on Arch.
    Here's the situation.
    I've tried both vesa, nouveau, and nvidia binaries.
    Here are a few outputs using the nvidia driver, first nvidia-xconfig --query-gpu-info (which returns two alternating outputs)
    Number of GPUs: 1
    GPU #0:
    Name : GeForce GTX 660M
    PCI BusID : PCI:1:0:0
    Number of Display Devices: 1
    Display Device 0 (DFP-0):
    EDID Name : LGD
    Minimum HorizSync : 44.370 kHz
    Maximum HorizSync : 66.555 kHz
    Minimum VertRefresh : 39 Hz
    Maximum VertRefresh : 59 Hz
    Maximum PixelClock : 139.500 MHz
    Maximum Width : 1920 pixels
    Maximum Height : 1080 pixels
    Preferred Width : 1920 pixels
    Preferred Height : 1080 pixels
    Preferred VertRefresh : 60 Hz
    Physical Width : 340 mm
    Physical Height : 190 mm
    Number of GPUs: 1
    GPU #0:
    Name : GeForce GTX 660M
    PCI BusID : PCI:1:0:0
    Number of Display Devices: 0
    Starting a basic xsession works 50% of the time, which I assume stems from the same issue nvidia-xconfig shows, here is the Xorg.0.log output of a failed intialisation
    [ 721.328]
    X.Org X Server 1.14.2
    Release Date: 2013-06-25
    [ 721.331] X Protocol Version 11, Revision 0
    [ 721.332] Build Operating System: Linux 3.9.7-1-ARCH x86_64
    [ 721.333] Current Operating System: Linux kris 3.9.7-1-ARCH #1 SMP PREEMPT Thu Jun 20 22:45:32 CEST 2013 x86_64
    [ 721.333] Kernel command line: root=/dev/sda3 ro rootfstype=ext4 systemd.unit=graphical.target initrd=EFI\arch\initramfs-arch.img
    [ 721.335] Build Date: 25 June 2013 06:53:24PM
    [ 721.336]
    [ 721.337] Current version of pixman: 0.30.0
    [ 721.338] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 721.338] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 721.339] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jun 28 17:30:27 2013
    [ 721.340] (==) Using config file: "/etc/X11/xorg.conf"
    [ 721.340] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 721.340] (==) ServerLayout "Layout0"
    [ 721.340] (**) |-->Screen "Screen0" (0)
    [ 721.340] (**) | |-->Monitor "Monitor0"
    [ 721.340] (**) | |-->Device "Device0"
    [ 721.340] (**) |-->Input Device "Keyboard0"
    [ 721.340] (**) |-->Input Device "Mouse0"
    [ 721.340] (==) Automatically adding devices
    [ 721.340] (==) Automatically enabling devices
    [ 721.340] (==) Automatically adding GPU devices
    [ 721.340] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 721.340] Entry deleted from font path.
    [ 721.340] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 721.340] Entry deleted from font path.
    [ 721.340] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 721.340] Entry deleted from font path.
    [ 721.340] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 721.340] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 721.340] Entry deleted from font path.
    [ 721.340] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 721.340] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 721.340] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 721.341] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 721.341] (WW) Disabling Keyboard0
    [ 721.341] (WW) Disabling Mouse0
    [ 721.341] (II) Loader magic: 0x7fdc20
    [ 721.341] (II) Module ABI versions:
    [ 721.341] X.Org ANSI C Emulation: 0.4
    [ 721.341] X.Org Video Driver: 14.1
    [ 721.341] X.Org XInput driver : 19.1
    [ 721.341] X.Org Server Extension : 7.0
    [ 721.341] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 721.342] (--) PCI:*(0:1:0:0) 10de:0fd4:1043:2117 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 721.342] Initializing built-in extension Generic Event Extension
    [ 721.342] Initializing built-in extension SHAPE
    [ 721.343] Initializing built-in extension MIT-SHM
    [ 721.343] Initializing built-in extension XInputExtension
    [ 721.344] Initializing built-in extension XTEST
    [ 721.344] Initializing built-in extension BIG-REQUESTS
    [ 721.345] Initializing built-in extension SYNC
    [ 721.345] Initializing built-in extension XKEYBOARD
    [ 721.345] Initializing built-in extension XC-MISC
    [ 721.346] Initializing built-in extension SECURITY
    [ 721.346] Initializing built-in extension XINERAMA
    [ 721.347] Initializing built-in extension XFIXES
    [ 721.347] Initializing built-in extension RENDER
    [ 721.348] Initializing built-in extension RANDR
    [ 721.348] Initializing built-in extension COMPOSITE
    [ 721.348] Initializing built-in extension DAMAGE
    [ 721.349] Initializing built-in extension MIT-SCREEN-SAVER
    [ 721.349] Initializing built-in extension DOUBLE-BUFFER
    [ 721.350] Initializing built-in extension RECORD
    [ 721.350] Initializing built-in extension DPMS
    [ 721.351] Initializing built-in extension X-Resource
    [ 721.351] Initializing built-in extension XVideo
    [ 721.351] Initializing built-in extension XVideo-MotionCompensation
    [ 721.352] Initializing built-in extension XFree86-VidModeExtension
    [ 721.352] Initializing built-in extension XFree86-DGA
    [ 721.353] Initializing built-in extension XFree86-DRI
    [ 721.353] Initializing built-in extension DRI2
    [ 721.353] (II) LoadModule: "glx"
    [ 721.353] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 721.359] (II) Module glx: vendor="NVIDIA Corporation"
    [ 721.359] compiled for 4.0.2, module version = 1.0.0
    [ 721.359] Module class: X.Org Server Extension
    [ 721.359] (II) NVIDIA GLX Module 319.23 Thu May 16 19:23:10 PDT 2013
    [ 721.360] Loading extension GLX
    [ 721.360] (II) LoadModule: "nvidia"
    [ 721.360] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 721.360] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 721.360] compiled for 4.0.2, module version = 1.0.0
    [ 721.360] Module class: X.Org Video Driver
    [ 721.360] (II) NVIDIA dlloader X Driver 319.23 Thu May 16 19:02:20 PDT 2013
    [ 721.360] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 721.360] (++) using VT number 1
    [ 721.360] (II) Loading sub module "fb"
    [ 721.360] (II) LoadModule: "fb"
    [ 721.360] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 721.360] (II) Module fb: vendor="X.Org Foundation"
    [ 721.360] compiled for 1.14.2, module version = 1.0.0
    [ 721.360] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 721.360] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 721.360] (II) Loading sub module "wfb"
    [ 721.360] (II) LoadModule: "wfb"
    [ 721.360] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 721.360] (II) Module wfb: vendor="X.Org Foundation"
    [ 721.360] compiled for 1.14.2, module version = 1.0.0
    [ 721.360] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 721.360] (II) Loading sub module "shadow"
    [ 721.360] (II) LoadModule: "shadow"
    [ 721.360] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [ 721.360] (II) Module shadow: vendor="X.Org Foundation"
    [ 721.360] compiled for 1.14.2, module version = 1.1.0
    [ 721.360] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 721.360] (II) Loading sub module "ramdac"
    [ 721.360] (II) LoadModule: "ramdac"
    [ 721.361] (II) Module "ramdac" already built-in
    [ 721.361] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 721.361] (==) NVIDIA(0): RGB weight 888
    [ 721.361] (==) NVIDIA(0): Default visual is TrueColor
    [ 721.361] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 721.361] (**) NVIDIA(0): Enabling 2D acceleration
    [ 721.561] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 660M (GK107) at PCI:1:0:0 (GPU-0)
    [ 721.561] (--) NVIDIA(0): Memory: 2097152 kBytes
    [ 721.561] (--) NVIDIA(0): VideoBIOS: 80.07.2c.00.05
    [ 721.561] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 721.565] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 660M at PCI:1:0:0
    [ 721.565] (--) NVIDIA(0): CRT-0
    [ 721.565] (--) NVIDIA(0): DFP-0 (boot)
    [ 721.565] (--) NVIDIA(0): DFP-1
    [ 721.565] (--) NVIDIA(0): DFP-2
    [ 721.565] (--) NVIDIA(0): DFP-3
    [ 721.565] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
    [ 721.565] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock
    [ 721.565] (--) NVIDIA(0): DFP-0: Internal Single Link TMDS
    [ 721.565] (--) NVIDIA(0): DFP-1: 165.0 MHz maximum pixel clock
    [ 721.565] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS
    [ 721.565] (--) NVIDIA(0): DFP-2: 165.0 MHz maximum pixel clock
    [ 721.565] (--) NVIDIA(0): DFP-2: Internal Single Link TMDS
    [ 721.565] (--) NVIDIA(0): DFP-3: 960.0 MHz maximum pixel clock
    [ 721.565] (--) NVIDIA(0): DFP-3: Internal DisplayPort
    [ 721.565] (EE) NVIDIA(0): Failed to assign any connected display devices to X screen 0
    [ 722.360] (EE) NVIDIA(0): Failing initialization of X screen 0
    [ 723.405] (II) UnloadModule: "nvidia"
    [ 723.405] (II) UnloadSubModule: "shadow"
    [ 723.405] (II) UnloadSubModule: "wfb"
    [ 723.405] (II) UnloadSubModule: "fb"
    [ 723.405] (EE) Screen(s) found, but none have a usable configuration.
    [ 723.405] (EE)
    Fatal server error:
    [ 723.405] (EE) no screens found(EE)
    [ 723.405] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 723.405] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 723.405] (EE)
    [ 723.407] (EE) Server terminated with error (1). Closing log file.
    I have googled my butt off trying to find a solution to this, problem, with no success. This seems to be a common problem with Nvidia Optimus which is something this laptop simply doesn't have (I bought it very much for that particular reason).
    I have tried booting up with nomodeset and later on a custom EDID.bin extracted from Windows registry, thinking the kernel might be reading it wrong, but no.
    Here is my dmesg output for the sake of thoroughness.
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.9.7-1-ARCH (tobias@T-POWA-LX) (gcc version 4.8.1 (GCC) ) #1 SMP PREEMPT Thu Jun 20 22:45:32 CEST 2013
    [ 0.000000] Command line: root=/dev/sda3 ro rootfstype=ext4 systemd.unit=graphical.target initrd=EFI\arch\initramfs-arch.img
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000dd783fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000dd784000-0x00000000dd784fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000dd785000-0x00000000dd791fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000dd792000-0x00000000ddd92fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000ddd93000-0x00000000ddd95fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ddd96000-0x00000000dddaafff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000dddab000-0x00000000dddb0fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000dddb1000-0x00000000dddb2fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000dddb3000-0x00000000dddbcfff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000dddbd000-0x00000000ddf16fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ddf17000-0x00000000ddf1afff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ddf1b000-0x00000000ddf65fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ddf66000-0x00000000ddf8afff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ddf8b000-0x00000000ddf8dfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ddf8e000-0x00000000ddf8ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ddf90000-0x00000000ddfa6fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ddfa7000-0x00000000ddfacfff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ddfad000-0x00000000ddfb4fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ddfb5000-0x00000000ddfb5fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ddfb6000-0x00000000ddfc4fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ddfc5000-0x00000000ddfc5fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ddfc6000-0x00000000ddfd0fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ddfd1000-0x00000000ddfd5fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ddfd6000-0x00000000de006fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000de007000-0x00000000de007fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000de008000-0x00000000de017fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000de018000-0x00000000de03ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000de040000-0x00000000de053fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000de054000-0x00000000de054fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000de055000-0x00000000de055fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000de056000-0x00000000de057fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000de058000-0x00000000de059fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000de05a000-0x00000000de05efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000de05f000-0x00000000de073fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000de074000-0x00000000de63bfff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000de63c000-0x00000000de8bbfff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000de8bc000-0x00000000de8c0fff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000de8c1000-0x00000000de8c1fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000de8c2000-0x00000000de904fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000de905000-0x00000000ded11fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ded12000-0x00000000deff3fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000deff4000-0x00000000deffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021f3fffff] usable
    [ 0.000000] e820: update [mem 0xd2c01018-0xd2c16e57] usable ==> usable
    [ 0.000000] e820: update [mem 0xd2c3e018-0xd2c49857] usable ==> usable
    [ 0.000000] extended physical RAM map:
    [ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
    [ 0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000d2c01017] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000d2c01018-0x00000000d2c16e57] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000d2c16e58-0x00000000d2c3e017] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000d2c3e018-0x00000000d2c49857] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000d2c49858-0x00000000dd783fff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000dd784000-0x00000000dd784fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000dd785000-0x00000000dd791fff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000dd792000-0x00000000ddd92fff] ACPI NVS
    [ 0.000000] reserve setup_data: [mem 0x00000000ddd93000-0x00000000ddd95fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000ddd96000-0x00000000dddaafff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000dddab000-0x00000000dddb0fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000dddb1000-0x00000000dddb2fff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000dddb3000-0x00000000dddbcfff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000dddbd000-0x00000000ddf16fff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000ddf17000-0x00000000ddf1afff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000ddf1b000-0x00000000ddf65fff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000ddf66000-0x00000000ddf8afff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000ddf8b000-0x00000000ddf8dfff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000ddf8e000-0x00000000ddf8ffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000ddf90000-0x00000000ddfa6fff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000ddfa7000-0x00000000ddfacfff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000ddfad000-0x00000000ddfb4fff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000ddfb5000-0x00000000ddfb5fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000ddfb6000-0x00000000ddfc4fff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000ddfc5000-0x00000000ddfc5fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000ddfc6000-0x00000000ddfd0fff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000ddfd1000-0x00000000ddfd5fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000ddfd6000-0x00000000de006fff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000de007000-0x00000000de007fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000de008000-0x00000000de017fff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000de018000-0x00000000de03ffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000de040000-0x00000000de053fff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000de054000-0x00000000de054fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000de055000-0x00000000de055fff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000de056000-0x00000000de057fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000de058000-0x00000000de059fff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000de05a000-0x00000000de05efff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000de05f000-0x00000000de073fff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000de074000-0x00000000de63bfff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000de63c000-0x00000000de8bbfff] ACPI NVS
    [ 0.000000] reserve setup_data: [mem 0x00000000de8bc000-0x00000000de8c0fff] ACPI data
    [ 0.000000] reserve setup_data: [mem 0x00000000de8c1000-0x00000000de8c1fff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000de8c2000-0x00000000de904fff] ACPI NVS
    [ 0.000000] reserve setup_data: [mem 0x00000000de905000-0x00000000ded11fff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000ded12000-0x00000000deff3fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000deff4000-0x00000000deffffff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000021f3fffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] efi: EFI v2.31 by American Megatrends
    [ 0.000000] efi: ACPI=0xde88d000 ACPI 2.0=0xde88d000 SMBIOS=0xf04c0 MPS=0xfd4d0
    [ 0.000000] efi: mem00: type=3, attr=0xf, range=[0x0000000000000000-0x0000000000008000) (0MB)
    [ 0.000000] efi: mem01: type=2, attr=0xf, range=[0x0000000000008000-0x0000000000010000) (0MB)
    [ 0.000000] efi: mem02: type=7, attr=0xf, range=[0x0000000000010000-0x000000000005e000) (0MB)
    [ 0.000000] efi: mem03: type=4, attr=0xf, range=[0x000000000005e000-0x0000000000060000) (0MB)
    [ 0.000000] efi: mem04: type=3, attr=0xf, range=[0x0000000000060000-0x000000000009f000) (0MB)
    [ 0.000000] efi: mem05: type=6, attr=0x800000000000000f, range=[0x000000000009f000-0x00000000000a0000) (0MB)
    [ 0.000000] efi: mem06: type=7, attr=0xf, range=[0x0000000000100000-0x0000000001000000) (15MB)
    [ 0.000000] efi: mem07: type=2, attr=0xf, range=[0x0000000001000000-0x0000000001100000) (1MB)
    [ 0.000000] efi: mem08: type=7, attr=0xf, range=[0x0000000001100000-0x0000000002000000) (15MB)
    [ 0.000000] efi: mem09: type=2, attr=0xf, range=[0x0000000002000000-0x0000000002f51000) (15MB)
    [ 0.000000] efi: mem10: type=7, attr=0xf, range=[0x0000000002f51000-0x000000007fd27000) (1997MB)
    [ 0.000000] efi: mem11: type=2, attr=0xf, range=[0x000000007fd27000-0x0000000080000000) (2MB)
    [ 0.000000] efi: mem12: type=7, attr=0xf, range=[0x0000000080000000-0x00000000d1a8f000) (1306MB)
    [ 0.000000] efi: mem13: type=1, attr=0xf, range=[0x00000000d1a8f000-0x00000000d1e2a000) (3MB)
    [ 0.000000] efi: mem14: type=7, attr=0xf, range=[0x00000000d1e2a000-0x00000000d21c5000) (3MB)
    [ 0.000000] efi: mem15: type=4, attr=0xf, range=[0x00000000d21c5000-0x00000000d27c7000) (6MB)
    [ 0.000000] efi: mem16: type=1, attr=0xf, range=[0x00000000d27c7000-0x00000000d27ee000) (0MB)
    [ 0.000000] efi: mem17: type=7, attr=0xf, range=[0x00000000d27ee000-0x00000000d2815000) (0MB)
    [ 0.000000] efi: mem18: type=4, attr=0xf, range=[0x00000000d2815000-0x00000000d29da000) (1MB)
    [ 0.000000] efi: mem19: type=7, attr=0xf, range=[0x00000000d29da000-0x00000000d29dc000) (0MB)
    [ 0.000000] efi: mem20: type=4, attr=0xf, range=[0x00000000d29dc000-0x00000000d2a34000) (0MB)
    [ 0.000000] efi: mem21: type=7, attr=0xf, range=[0x00000000d2a34000-0x00000000d2c01000) (1MB)
    [ 0.000000] efi: mem22: type=2, attr=0xf, range=[0x00000000d2c01000-0x00000000d2c17000) (0MB)
    [ 0.000000] efi: mem23: type=4, attr=0xf, range=[0x00000000d2c17000-0x00000000d2c37000) (0MB)
    [ 0.000000] efi: mem24: type=7, attr=0xf, range=[0x00000000d2c37000-0x00000000d2c3e000) (0MB)
    [ 0.000000] efi: mem25: type=2, attr=0xf, range=[0x00000000d2c3e000-0x00000000d2c4a000) (0MB)
    [ 0.000000] efi: mem26: type=4, attr=0xf, range=[0x00000000d2c4a000-0x00000000d2cbe000) (0MB)
    [ 0.000000] efi: mem27: type=7, attr=0xf, range=[0x00000000d2cbe000-0x00000000d2cc3000) (0MB)
    [ 0.000000] efi: mem28: type=4, attr=0xf, range=[0x00000000d2cc3000-0x00000000d2d0c000) (0MB)
    [ 0.000000] efi: mem29: type=7, attr=0xf, range=[0x00000000d2d0c000-0x00000000d2d0d000) (0MB)
    [ 0.000000] efi: mem30: type=4, attr=0xf, range=[0x00000000d2d0d000-0x00000000dc40c000) (150MB)
    [ 0.000000] efi: mem31: type=7, attr=0xf, range=[0x00000000dc40c000-0x00000000dc40e000) (0MB)
    [ 0.000000] efi: mem32: type=4, attr=0xf, range=[0x00000000dc40e000-0x00000000dc429000) (0MB)
    [ 0.000000] efi: mem33: type=2, attr=0xf, range=[0x00000000dc429000-0x00000000dc42a000) (0MB)
    [ 0.000000] efi: mem34: type=4, attr=0xf, range=[0x00000000dc42a000-0x00000000dd0d8000) (12MB)
    [ 0.000000] efi: mem35: type=7, attr=0xf, range=[0x00000000dd0d8000-0x00000000dd766000) (6MB)
    [ 0.000000] efi: mem36: type=3, attr=0xf, range=[0x00000000dd766000-0x00000000dd784000) (0MB)
    [ 0.000000] efi: mem37: type=6, attr=0x800000000000000f, range=[0x00000000dd784000-0x00000000dd785000) (0MB)
    [ 0.000000] efi: mem38: type=3, attr=0xf, range=[0x00000000dd785000-0x00000000dd792000) (0MB)
    [ 0.000000] efi: mem39: type=10, attr=0xf, range=[0x00000000dd792000-0x00000000ddd93000) (6MB)
    [ 0.000000] efi: mem40: type=5, attr=0x800000000000000f, range=[0x00000000ddd93000-0x00000000ddd96000) (0MB)
    [ 0.000000] efi: mem41: type=3, attr=0xf, range=[0x00000000ddd96000-0x00000000dddab000) (0MB)
    [ 0.000000] efi: mem42: type=5, attr=0x800000000000000f, range=[0x00000000dddab000-0x00000000dddb1000) (0MB)
    [ 0.000000] efi: mem43: type=3, attr=0xf, range=[0x00000000dddb1000-0x00000000dddb3000) (0MB)
    [ 0.000000] efi: mem44: type=5, attr=0x800000000000000f, range=[0x00000000dddb3000-0x00000000dddbd000) (0MB)
    [ 0.000000] efi: mem45: type=3, attr=0xf, range=[0x00000000dddbd000-0x00000000ddf17000) (1MB)
    [ 0.000000] efi: mem46: type=5, attr=0x800000000000000f, range=[0x00000000ddf17000-0x00000000ddf1b000) (0MB)
    [ 0.000000] efi: mem47: type=3, attr=0xf, range=[0x00000000ddf1b000-0x00000000ddf66000) (0MB)
    [ 0.000000] efi: mem48: type=5, attr=0x800000000000000f, range=[0x00000000ddf66000-0x00000000ddf6d000) (0MB)
    [ 0.000000] efi: mem49: type=6, attr=0x800000000000000f, range=[0x00000000ddf6d000-0x00000000ddf7a000) (0MB)
    [ 0.000000] efi: mem50: type=5, attr=0x800000000000000f, range=[0x00000000ddf7a000-0x00000000ddf8b000) (0MB)
    [ 0.000000] efi: mem51: type=3, attr=0xf, range=[0x00000000ddf8b000-0x00000000ddf8e000) (0MB)
    [ 0.000000] efi: mem52: type=5, attr=0x800000000000000f, range=[0x00000000ddf8e000-0x00000000ddf90000) (0MB)
    [ 0.000000] efi: mem53: type=3, attr=0xf, range=[0x00000000ddf90000-0x00000000ddfa7000) (0MB)
    [ 0.000000] efi: mem54: type=5, attr=0x800000000000000f, range=[0x00000000ddfa7000-0x00000000ddfad000) (0MB)
    [ 0.000000] efi: mem55: type=3, attr=0xf, range=[0x00000000ddfad000-0x00000000ddfb5000) (0MB)
    [ 0.000000] efi: mem56: type=5, attr=0x800000000000000f, range=[0x00000000ddfb5000-0x00000000ddfb6000) (0MB)
    [ 0.000000] efi: mem57: type=3, attr=0xf, range=[0x00000000ddfb6000-0x00000000ddfc5000) (0MB)
    [ 0.000000] efi: mem58: type=5, attr=0x800000000000000f, range=[0x00000000ddfc5000-0x00000000ddfc6000) (0MB)
    [ 0.000000] efi: mem59: type=3, attr=0xf, range=[0x00000000ddfc6000-0x00000000ddfd1000) (0MB)
    [ 0.000000] efi: mem60: type=5, attr=0x800000000000000f, range=[0x00000000ddfd1000-0x00000000ddfd6000) (0MB)
    [ 0.000000] efi: mem61: type=3, attr=0xf, range=[0x00000000ddfd6000-0x00000000de007000) (0MB)
    [ 0.000000] efi: mem62: type=5, attr=0x800000000000000f, range=[0x00000000de007000-0x00000000de008000) (0MB)
    [ 0.000000] efi: mem63: type=3, attr=0xf, range=[0x00000000de008000-0x00000000de018000) (0MB)
    [ 0.000000] efi: mem64: type=5, attr=0x800000000000000f, range=[0x00000000de018000-0x00000000de040000) (0MB)
    [ 0.000000] efi: mem65: type=3, attr=0xf, range=[0x00000000de040000-0x00000000de054000) (0MB)
    [ 0.000000] efi: mem66: type=5, attr=0x800000000000000f, range=[0x00000000de054000-0x00000000de055000) (0MB)
    [ 0.000000] efi: mem67: type=3, attr=0xf, range=[0x00000000de055000-0x00000000de056000) (0MB)
    [ 0.000000] efi: mem68: type=5, attr=0x800000000000000f, range=[0x00000000de056000-0x00000000de058000) (0MB)
    [ 0.000000] efi: mem69: type=3, attr=0xf, range=[0x00000000de058000-0x00000000de05a000) (0MB)
    [ 0.000000] efi: mem70: type=5, attr=0x800000000000000f, range=[0x00000000de05a000-0x00000000de05f000) (0MB)
    [ 0.000000] efi: mem71: type=3, attr=0xf, range=[0x00000000de05f000-0x00000000de074000) (0MB)
    [ 0.000000] efi: mem72: type=6, attr=0x800000000000000f, range=[0x00000000de074000-0x00000000de0f5000) (0MB)
    [ 0.000000] efi: mem73: type=5, attr=0x800000000000000f, range=[0x00000000de0f5000-0x00000000de112000) (0MB)
    [ 0.000000] efi: mem74: type=6, attr=0x800000000000000f, range=[0x00000000de112000-0x00000000de119000) (0MB)
    [ 0.000000] efi: mem75: type=6, attr=0x800000000000000f, range=[0x00000000de119000-0x00000000de11b000) (0MB)
    [ 0.000000] efi: mem76: type=6, attr=0x800000000000000f, range=[0x00000000de11b000-0x00000000de13c000) (0MB)
    [ 0.000000] efi: mem77: type=0, attr=0xf, range=[0x00000000de13c000-0x00000000de490000) (3MB)
    [ 0.000000] efi: mem78: type=0, attr=0xf, range=[0x00000000de490000-0x00000000de5d1000) (1MB)
    [ 0.000000] efi: mem79: type=0, attr=0xf, range=[0x00000000de5d1000-0x00000000de5d7000) (0MB)
    [ 0.000000] efi: mem80: type=0, attr=0xf, range=[0x00000000de5d7000-0x00000000de63c000) (0MB)
    [ 0.000000] efi: mem81: type=10, attr=0xf, range=[0x00000000de63c000-0x00000000de6ee000) (0MB)
    [ 0.000000] efi: mem82: type=10, attr=0xf, range=[0x00000000de6ee000-0x00000000de8a6000) (1MB)
    [ 0.000000] efi: mem83: type=10, attr=0xf, range=[0x00000000de8a6000-0x00000000de8a8000) (0MB)
    [ 0.000000] efi: mem84: type=10, attr=0xf, range=[0x00000000de8a8000-0x00000000de8bc000) (0MB)
    [ 0.000000] efi: mem85: type=9, attr=0xf, range=[0x00000000de8bc000-0x00000000de8c0000) (0MB)
    [ 0.000000] efi: mem86: type=9, attr=0xf, range=[0x00000000de8c0000-0x00000000de8c1000) (0MB)
    [ 0.000000] efi: mem87: type=4, attr=0xf, range=[0x00000000de8c1000-0x00000000de8c2000) (0MB)
    [ 0.000000] efi: mem88: type=10, attr=0xf, range=[0x00000000de8c2000-0x00000000de905000) (0MB)
    [ 0.000000] efi: mem89: type=4, attr=0xf, range=[0x00000000de905000-0x00000000dea51000) (1MB)
    [ 0.000000] efi: mem90: type=3, attr=0xf, range=[0x00000000dea51000-0x00000000dece9000) (2MB)
    [ 0.000000] efi: mem91: type=4, attr=0xf, range=[0x00000000dece9000-0x00000000decf9000) (0MB)
    [ 0.000000] efi: mem92: type=3, attr=0xf, range=[0x00000000decf9000-0x00000000ded0b000) (0MB)
    [ 0.000000] efi: mem93: type=4, attr=0xf, range=[0x00000000ded0b000-0x00000000ded12000) (0MB)
    [ 0.000000] efi: mem94: type=6, attr=0x800000000000000f, range=[0x00000000ded12000-0x00000000deff4000) (2MB)
    [ 0.000000] efi: mem95: type=4, attr=0xf, range=[0x00000000deff4000-0x00000000df000000) (0MB)
    [ 0.000000] efi: mem96: type=7, attr=0xf, range=[0x0000000100000000-0x000000021f400000) (4596MB)
    [ 0.000000] efi: mem97: type=11, attr=0x8000000000000001, range=[0x00000000f8000000-0x00000000fc000000) (64MB)
    [ 0.000000] efi: mem98: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB)
    [ 0.000000] efi: mem99: type=11, attr=0x8000000000000001, range=[0x00000000fed00000-0x00000000fed04000) (0MB)
    [ 0.000000] efi: mem100: type=11, attr=0x8000000000000001, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
    [ 0.000000] efi: mem101: type=11, attr=0x8000000000000001, range=[0x00000000fee00000-0x00000000fee01000) (0MB)
    [ 0.000000] efi: mem102: type=11, attr=0x8000000000000001, range=[0x00000000ff000000-0x0000000100000000) (16MB)
    [ 0.000000] SMBIOS 2.7 present.
    [ 0.000000] DMI: ASUSTeK COMPUTER INC. G55VW/G55VW, BIOS G55VW.209 06/07/2012
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x21f400 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-CFFFF write-protect
    [ 0.000000] D0000-DFFFF uncachable
    [ 0.000000] E0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask E00000000 write-back
    [ 0.000000] 1 base 200000000 mask FF0000000 write-back
    [ 0.000000] 2 base 210000000 mask FF8000000 write-back
    [ 0.000000] 3 base 218000000 mask FFC000000 write-back
    [ 0.000000] 4 base 21C000000 mask FFE000000 write-back
    [ 0.000000] 5 base 21E000000 mask FFF000000 write-back
    [ 0.000000] 6 base 21F000000 mask FFFC00000 write-back
    [ 0.000000] 7 base 0E0000000 mask FE0000000 uncachable
    [ 0.000000] 8 base 0DFC00000 mask FFFC00000 uncachable
    [ 0.000000] 9 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: update [mem 0xdfc00000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0xdf000 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000fd830-0x000fd83f] mapped at [ffff8800000fd830]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x03b30000, 0x03b30fff] PGTABLE
    [ 0.000000] BRK [0x03b31000, 0x03b31fff] PGTABLE
    [ 0.000000] BRK [0x03b32000, 0x03b32fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x21f200000-0x21f3fffff]
    [ 0.000000] [mem 0x21f200000-0x21f3fffff] page 2M
    [ 0.000000] BRK [0x03b33000, 0x03b33fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x21c000000-0x21f1fffff]
    [ 0.000000] [mem 0x21c000000-0x21f1fffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x200000000-0x21bffffff]
    [ 0.000000] [mem 0x200000000-0x21bffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0xdd783fff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0xdd5fffff] page 2M
    [ 0.000000] [mem 0xdd600000-0xdd783fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xdd785000-0xdd791fff]
    [ 0.000000] [mem 0xdd785000-0xdd791fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xddd96000-0xdddaafff]
    [ 0.000000] [mem 0xddd96000-0xdddaafff] page 4k
    [ 0.000000] BRK [0x03b34000, 0x03b34fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xdddb1000-0xdddb2fff]
    [ 0.000000] [mem 0xdddb1000-0xdddb2fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xdddbd000-0xddf16fff]
    [ 0.000000] [mem 0xdddbd000-0xddf16fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xddf1b000-0xddf65fff]
    [ 0.000000] [mem 0xddf1b000-0xddf65fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xddf8b000-0xddf8dfff]
    [ 0.000000] [mem 0xddf8b000-0xddf8dfff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xddf90000-0xddfa6fff]
    [ 0.000000] [mem 0xddf90000-0xddfa6fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xddfad000-0xddfb4fff]
    [ 0.000000] [mem 0xddfad000-0xddfb4fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xddfb6000-0xddfc4fff]
    [ 0.000000] [mem 0xddfb6000-0xddfc4fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xddfc6000-0xddfd0fff]
    [ 0.000000] [mem 0xddfc6000-0xddfd0fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xddfd6000-0xde006fff]
    [ 0.000000] [mem 0xddfd6000-0xde006fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xde008000-0xde017fff]
    [ 0.000000] [mem 0xde008000-0xde017fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xde040000-0xde053fff]
    [ 0.000000] [mem 0xde040000-0xde053fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xde055000-0xde055fff]
    [ 0.000000] [mem 0xde055000-0xde055fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xde058000-0xde059fff]
    [ 0.000000] [mem 0xde058000-0xde059fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xde05f000-0xde073fff]
    [ 0.000000] [mem 0xde05f000-0xde073fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xde8c1000-0xde8c1fff]
    [ 0.000000] [mem 0xde8c1000-0xde8c1fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xde905000-0xded11fff]
    [ 0.000000] [mem 0xde905000-0xde9fffff] page 4k
    [ 0.000000] [mem 0xdea00000-0xdebfffff] page 2M
    [ 0.000000] [mem 0xdec00000-0xded11fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xdeff4000-0xdeffffff]
    [ 0.000000] [mem 0xdeff4000-0xdeffffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
    [ 0.000000] [mem 0x100000000-0x1ffffffff] page 2M
    [ 0.000000] RAMDISK: [mem 0x7fd27000-0x7fffffff]
    [ 0.000000] ACPI: RSDP 00000000de88d000 00024 (v02 _ASUS_)
    [ 0.000000] ACPI: XSDT 00000000de88d078 0006C (v01 _ASUS_ Notebook 01072009 AMI 00010013)
    [ 0.000000] ACPI: FACP 00000000de89f1a8 000F4 (v04 _ASUS_ Notebook 01072009 AMI 00010013)
    [ 0.000000] ACPI: DSDT 00000000de88d178 1202F (v02 _ASUS_ Notebook 00000013 INTL 20091112)
    [ 0.000000] ACPI: FACS 00000000de8b9f80 00040
    [ 0.000000] ACPI: APIC 00000000de89f2a0 00092 (v03 _ASUS_ Notebook 01072009 AMI 00010013)
    [ 0.000000] ACPI: FPDT 00000000de89f338 00044 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
    [ 0.000000] ACPI: ECDT 00000000de89f380 000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
    [ 0.000000] ACPI: MCFG 00000000de89f448 0003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097)
    [ 0.000000] ACPI: SLIC 00000000de89f488 00176 (v01 _ASUS_ Notebook 01072009 ASUS 00000001)
    [ 0.000000] ACPI: HPET 00000000de89f600 00038 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
    [ 0.000000] ACPI: SSDT 00000000de89f638 0090A (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    [ 0.000000] ACPI: SSDT 00000000de89ff48 00A92 (v01 PmRef CpuPm 00003000 INTL 20051117)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000021f3fffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x21f3fffff]
    [ 0.000000] NODE_DATA [mem 0x21f3ee000-0x21f3f2fff]
    [ 0.000000] [ffffea0000000000-ffffea00087fffff] PMD -> [ffff880216a00000-ffff88021e9fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x21f3fffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009efff]
    [ 0.000000] node 0: [mem 0x00100000-0xdd783fff]
    [ 0.000000] node 0: [mem 0xdd785000-0xdd791fff]
    [ 0.000000] node 0: [mem 0xddd96000-0xdddaafff]
    [ 0.000000] node 0: [mem 0xdddb1000-0xdddb2fff]
    [ 0.000000] node 0: [mem 0xdddbd000-0xddf16fff]
    [ 0.000000] node 0: [mem 0xddf1b000-0xddf65fff]
    [ 0.000000] node 0: [mem 0xddf8b000-0xddf8dfff]
    [ 0.000000] node 0: [mem 0xddf90000-0xddfa6fff]
    [ 0.000000] node 0: [mem 0xddfad000-0xddfb4fff]
    [ 0.000000] node 0: [mem 0xddfb6000-0xddfc4fff]
    [ 0.000000] node 0: [mem 0xddfc6000-0xddfd0fff]
    [ 0.000000] node 0: [mem 0xddfd6000-0xde006fff]
    [ 0.000000] node 0: [mem 0xde008000-0xde017fff]
    [ 0.000000] node 0: [mem 0xde040000-0xde053fff]
    [ 0.000000] node 0: [mem 0xde055000-0xde055fff]
    [ 0.000000] node 0: [mem 0xde058000-0xde059fff]
    [ 0.000000] node 0: [mem 0xde05f000-0xde073fff]
    [ 0.000000] node 0: [mem 0xde8c1000-0xde8c1fff]
    [ 0.000000] node 0: [mem 0xde905000-0xded11fff]
    [ 0.000000] node 0: [mem 0xdeff4000-0xdeffffff]
    [ 0.000000] node 0: [mem 0x100000000-0x21f3fffff]
    [ 0.000000] On node 0 totalpages: 2085294
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 25 pages reserved
    [ 0.000000] DMA zone: 3998 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 14137 pages used for memmap
    [ 0.000000] DMA32 zone: 904720 pages, LIFO batch:31
    [ 0.000000] Normal zone: 18384 pages used for memmap
    [ 0.000000] Normal zone: 1176576 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 00000000d2c01000 - 00000000d2c02000
    [ 0.000000] PM: Registered nosave memory: 00000000d2c16000 - 00000000d2c17000
    [ 0.000000] PM: Registered nosave memory: 00000000d2c3e000 - 00000000d2c3f000
    [ 0.000000] PM: Registered nosave memory: 00000000d2c49000 - 00000000d2c4a000
    [ 0.000000] PM: Registered nosave memory: 00000000dd784000 - 00000000dd785000
    [ 0.000000] PM: Registered nosave memory: 00000000dd792000 - 00000000ddd93000
    [ 0.000000] PM: Registered nosave memory: 00000000ddd93000 - 00000000ddd96000
    [ 0.000000] PM: Registered nosave memory: 00000000dddab000 - 00000000dddb1000
    [ 0.000000] PM: Registered nosave memory: 00000000dddb3000 - 00000000dddbd000
    [ 0.000000] PM: Registered nosave memory: 00000000ddf17000 - 00000000ddf1b000
    [ 0.000000] PM: Registered nosave memory: 00000000ddf66000 - 00000000ddf8b000
    [ 0.000000] PM: Registered nosave memory: 00000000ddf8e000 - 00000000ddf90000
    [ 0.000000] PM: Registered nosave memory: 00000000ddfa7000 - 00000000ddfad000
    [ 0.000000] PM: Registered nosave memory: 00000000ddfb5000 - 00000000ddfb6000
    [ 0.000000] PM: Registered nosave memory: 00000000ddfc5000 - 00000000ddfc6000
    [ 0.000000] PM: Registered nosave memory: 00000000ddfd1000 - 00000000ddfd6000
    [ 0.000000] PM: Registered nosave memory: 00000000de007000 - 00000000de008000
    [ 0.000000] PM: Registered nosave memory: 00000000de018000 - 00000000de040000
    [ 0.000000] PM: Registered nosave memory: 00000000de054000 - 00000000de055000
    [ 0.000000] PM: Registered nosave memory: 00000000de056000 - 00000000de058000
    [ 0.000000] PM: Registered nosave memory: 00000000de05a000 - 00000000de05f000
    [ 0.000000] PM: Registered nosave memory: 00000000de074000 - 00000000de63c000
    [ 0.000000] PM: Registered nosave memory: 00000000de63c000 - 00000000de8bc000
    [ 0.000000] PM: Registered nosave memory: 00000000de8bc000 - 00000000de8c1000
    [ 0.000000] PM: Registered nosave memory: 00000000de8c2000 - 00000000de905000
    [ 0.000000] PM: Registered nosave memory: 00000000ded12000 - 00000000deff4000
    [ 0.000000] PM: Registered nosave memory: 00000000df000000 - 00000000f8000000
    [ 0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
    [ 0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000
    [ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
    [ 0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed00000
    [ 0.000000] PM: Registered nosave memory: 00000000fed00000 - 00000000fed04000
    [ 0.000000] PM: Registered nosave memory: 00000000fed04000 - 00000000fed1c000
    [ 0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
    [ 0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000
    [ 0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
    [ 0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ff000000
    [ 0.000000] PM: Registered nosave memory: 00000000ff000000 - 0000000100000000
    [ 0.000000] e820: [mem 0xdf000000-0xf7ffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88021f000000 s85824 r8192 d20672 u262144
    [ 0.000000] pcpu-alloc: s85824 r8192 d20672 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2052684
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: root=/dev/sda3 ro rootfstype=ext4 systemd.unit=graphical.target initrd=EFI\arch\initramfs-arch.img
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] __ex_table already sorted, skipping sort
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 7944460k/8900608k available (4984k kernel code, 559432k absent, 396716k reserved, 3966k data, 1092k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=8.
    [ 0.000000] NR_IRQS:4352 nr_irqs:744 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 33554432 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.003333] tsc: Detected 2294.752 MHz processor
    [ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 4591.73 BogoMIPS (lpj=7649173)
    [ 0.000005] pid_max: default: 32768 minimum: 301
    [ 0.000018] init_memory_mapping: [mem 0xdd784000-0xdd784fff]
    [ 0.000019] [mem 0xdd784000-0xdd784fff] page 4k
    [ 0.000031] init_memory_mapping: [mem 0xddd93000-0xddd95fff]
    [ 0.000032] [mem 0xddd93000-0xddd95fff] page 4k
    [ 0.000040] init_memory_mapping: [mem 0xdddab000-0xdddb0fff]
    [ 0.000041] [mem 0xdddab000-0xdddb0fff] page 4k
    [ 0.000049] init_memory_mapping: [mem 0xdddb3000-0xdddbcfff]
    [ 0.000050] [mem 0xdddb3000-0xdddbcfff] page 4k
    [ 0.000060] init_memory_mapping: [mem 0xddf17000-0xddf1afff]
    [ 0.000061] [mem 0xddf17000-0xddf1afff] page 4k
    [ 0.000068] init_memory_mapping: [mem 0xddf66000-0xddf6cfff]
    [ 0.000069] [mem 0xddf66000-0xddf6cfff] page 4k
    [ 0.000077] init_memory_mapping: [mem 0xddf6d000-0xddf79fff]
    [ 0.000078] [mem 0xddf6d000-0xddf79fff] page 4k
    [ 0.000085] init_memory_mapping: [mem 0xddf7a000-0xddf8afff]
    [ 0.000086] [mem 0xddf7a000-0xddf8afff] page 4k
    [ 0.000093] init_memory_mapping: [mem 0xddf8e000-0xddf8ffff]
    [ 0.000094] [mem 0xddf8e000-0xddf8ffff] page 4k
    [ 0.000101] init_memory_mapping: [mem 0xddfa7000-0xddfacfff]
    [ 0.000102] [mem 0xddfa7000-0xddfacfff] page 4k
    [ 0.000108] init_memory_mapping: [mem 0xddfb5000-0xddfb5fff]
    [ 0.000109] [mem 0xddfb5000-0xddfb5fff] page 4k
    [ 0.000116] init_memory_mapping: [mem 0xddfc5000-0xddfc5fff]
    [ 0.000117] [mem 0xddfc5000-0xddfc5fff] page 4k
    [ 0.000123] init_memory_mapping: [mem 0xddfd1000-0xddfd5fff]
    [ 0.000124] [mem 0xddfd1000-0xddfd5fff] page 4k
    [ 0.000130] init_memory_mapping: [mem 0xde007000-0xde007fff]
    [ 0.000131] [mem 0xde007000-0xde007fff] page 4k
    [ 0.000137] init_memory_mapping: [mem 0xde018000-0xde03ffff]
    [ 0.000138] [mem 0xde018000-0xde03ffff] page 4k
    [ 0.000145] init_memory_mapping: [mem 0xde054000-0xde054fff]
    [ 0.000146] [mem 0xde054000-0xde054fff] page 4k
    [ 0.000153] init_memory_mapping: [mem 0xde056000-0xde057fff]
    [ 0.000154] [mem 0xde056000-0xde057fff] page 4k
    [ 0.000160] init_memory_mapping: [mem 0xde05a000-0xde05efff]
    [ 0.000161] [mem 0xde05a000-0xde05efff] page 4k
    [ 0.000167] init_memory_mapping: [mem 0xde074000-0xde0f4fff]
    [ 0.000168] [mem 0xde074000-0xde0f4fff] page 4k
    [ 0.000175] init_memory_mapping: [mem 0xde0f5000-0xde111fff]
    [ 0.000177] [mem 0xde0f5000-0xde111fff] page 4k
    [ 0.000182] init_memory_mapping: [mem 0xde112000-0xde13bfff]
    [ 0.000183] [mem 0xde112000-0xde13bfff] page 4k
    [ 0.000190] init_memory_mapping: [mem 0xded12000-0xdeff3fff]
    [ 0.000191] [mem 0xded12000-0xdeff3fff] page 4k
    [ 0.022837] Security Framework initialized
    [ 0.022844] AppArmor: AppArmor disabled by boot time parameter
    [ 0.023321] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.025401] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.026329] Mount-cache hash table entries: 256
    [ 0.026510] Initializing cgroup subsys cpuacct
    [ 0.026512] Initializing cgroup subsys memory
    [ 0.026518] Initializing cgroup subsys devices
    [ 0.026520] Initializing cgroup subsys freezer
    [ 0.026521] Initializing cgroup subsys net_cls
    [ 0.026522] Initializing cgroup subsys blkio
    [ 0.026546] CPU: Physical Processor ID: 0
    [ 0.026547] CPU: Processor Core ID: 0
    [ 0.026552] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.026941] mce: CPU supports 9 MCE banks
    [ 0.026954] CPU0: Thermal monitoring enabled (TM1)
    [ 0.026962] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
    tlb_flushall_shift: 1
    [ 0.027097] Freeing SMP alternatives: 20k freed
    [ 0.028065] ACPI: Core revision 20130117
    [ 0.035706] ACPI: All ACPI Tables successfully acquired
    [ 0.042340] ftrace: allocating 19550 entries in 77 pages
    [ 0.052173] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.085161] smpboot: CPU0: Intel(R) Core(TM) i7-3610QM CPU @ 2.30GHz (fam: 06, model: 3a, stepping: 09)
    [ 0.085168] TSC deadline timer enabled
    [ 0.085177] Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, Intel PMU driver.
    [ 0.085183] ... version: 3
    [ 0.085183] ... bit width: 48
    [ 0.085184] ... generic registers: 4
    [ 0.085185] ... value mask: 0000ffffffffffff
    [ 0.085186] ... max period: 000000007fffffff
    [ 0.085187] ... fixed-purpose events: 3
    [ 0.085188] ... event mask: 000000070000000f
    [ 0.135513] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.121917] smpboot: Booting Node 0, Processors #1 #2 #3 #4 #5 #6 #7 OK
    [ 0.257563] Brought up 8 CPUs
    [ 0.257567] smpboot: Total of 8 processors activated (36730.86 BogoMIPS)
    [ 0.264931] devtmpfs: initialized
    [ 0.266116] PM: Registering ACPI NVS region [mem 0xdd792000-0xddd92fff] (6295552 bytes)
    [ 0.266206] PM: Registering ACPI NVS region [mem 0xde63c000-0xde8bbfff] (2621440 bytes)
    [ 0.266245] PM: Registering ACPI NVS region [mem 0xde8c2000-0xde904fff] (274432 bytes)
    [ 0.266880] RTC time: 15:18:25, date: 06/28/13
    [ 0.266919] NET: Registered protocol family 16
    [ 0.267026] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.267027] ACPI: bus type PCI registered
    [ 0.267078] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.267081] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [ 0.284615] PCI: Using configuration type 1 for base access
    [ 0.285229] bio: create slab <bio-0> at 0
    [ 0.285279] ACPI: Added _OSI(Module Device)
    [ 0.285280] ACPI: Added _OSI(Processor Device)
    [ 0.285281] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.285282] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.287260] ACPI: EC: EC description table is found, configuring boot EC
    [ 0.289284] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.414899] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.415237] ACPI: SSDT 00000000de5e9018 00853 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    [ 0.415731] ACPI: Dynamic OEM Table Load:
    [ 0.415733] ACPI: SSDT (null) 00853 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    [ 0.415998] ACPI: SSDT 00000000de5eaa98 00303 (v01 PmRef ApIst 00003000 INTL 20051117)
    [ 0.416517] ACPI: Dynamic OEM Table Load:
    [ 0.416519] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20051117)
    [ 0.416661] ACPI: SSDT 00000000de5ebc18 00119 (v01 PmRef ApCst 00003000 INTL 20051117)
    [ 0.417153] ACPI: Dynamic OEM Table Load:
    [ 0.417155] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20051117)
    [ 0.418311] ACPI: Interpreter enabled
    [ 0.418318] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130117/hwxface-568)
    [ 0.418323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130117/hwxface-568)
    [ 0.418337] ACPI: (supports S0 S3 S4 S5)
    [ 0.418339] ACPI: Using IOAPIC for interrupt routing
    [ 0.418364] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.424999] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    [ 0.425570] PCI host bridge to bus 0000:00
    [ 0.425573] pci_bus 0000:00: root bus resource [bus 00-3e]
    [ 0.425575] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.425577] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.425579] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.425580] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    [ 0.425582] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    [ 0.425583] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    [ 0.425585] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    [ 0.425586] pci_bus 0000:00: root bus resource [mem 0xdfc00000-0xfeafffff]
    [ 0.425594] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
    [ 0.425692] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
    [ 0.425722] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.425749] pci 0000:00:01.0: System wakeup disabled by ACPI
    [ 0.425809] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
    [ 0.425834] pci 0000:00:14.0: reg 10: [mem 0xf7300000-0xf730ffff 64bit]
    [ 0.425908] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 0.425937] pci 0000:00:14.0: System wakeup disabled by ACPI
    [ 0.425975] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
    [ 0.425999] pci 0000:00:16.0: reg 10: [mem 0xf731b000-0xf731b00f 64bit]
    [ 0.426076] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.426169] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
    [ 0.426191] pci 0000:00:1a.0: reg 10: [mem 0xf7318000-0xf73183ff]
    [ 0.426285] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 0.426321] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 0.426358] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
    [ 0.426374] pci 0000:00:1b.0: reg 10: [mem 0xf7310000-0xf7313fff 64bit]
    [ 0.426445] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.426484] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 0.426518] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
    [ 0.426600] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.426643] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [ 0.426678] pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
    [ 0.426758] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.426839] pci 0000:00:1c.3: [8086:1e16] type 01 class 0x060400
    [ 0.426920] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.426971] pci 0000:00:1c.3: System wakeup disabled by ACPI
    [ 0.427009] pci 0000:00:1c.4: [8086:1e18] type 01 class 0x060400
    [ 0.427139] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.427201] pci 0000:00:1c.4: System wakeup disabled by ACPI
    [ 0.427242] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
    [ 0.427264] pci 0000:00:1d.0: reg 10: [mem 0xf7317000-0xf73173ff]
    [ 0.427357] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.427389] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.427425] pci 0000:00:1f.0: [8086:1e57] type 00 class 0x060100
    [ 0.427601] pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
    [ 0.427621] pci 0000:00:1f.2: reg 10: [io 0xf070-0xf077]
    [ 0.427629] pci 0000:00:1f.2: reg 14: [io 0xf060-0xf063]
    [ 0.427637] pci 0000:00:1f.2: reg 18: [io 0xf050-0xf057]
    [ 0.427646] pci 0000:00:1f.2: reg 1c: [io 0xf040-0xf043]
    [ 0.427654] pci 0000:00:1f.2: reg 20: [io 0xf020-0xf03f]
    [ 0.427663] pci 0000:00:1f.2: reg 24: [mem 0xf7316000-0xf73167ff]
    [ 0.427710] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.427782] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
    [ 0.427799] pci 0000:00:1f.3: reg 10: [mem 0xf7315000-0xf73150ff 64bit]
    [ 0.427821] pci 0000:00:1f.3: reg 20: [io 0xf000-0xf01f]
    [ 0.427938] pci 0000:01:00.0: [10de:0fd4] type 00 class 0x030000
    [ 0.427947] pci 0000:01:00.0: reg 10: [mem 0xf6000000-0xf6ffffff]
    [ 0.427957] pci 0000:01:00.0: reg 14: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.427967] pci 0000:01:00.0: reg 1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
    [ 0.427973] pci 0000:01:00.0: reg 24: [io 0xe000-0xe07f]
    [ 0.427980] pci 0000:01:00.0: reg 30: [mem 0xf7000000-0xf707ffff pref]
    [ 0.428059] pci 0000:01:00.1: [10de:0e1b] type 00 class 0x040300
    [ 0.428068] pci 0000:01:00.1: reg 10: [mem 0xf7080000-0xf7083fff]
    [ 0.434790] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.434795] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [ 0.434810] pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff]
    [ 0.434813] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
    [ 0.434871] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.434958] pci 0000:03:00.0: [168c:0032] type 00 class 0x028000
    [ 0.434986] pci 0000:03:00.0: reg 10: [mem 0xf7200000-0xf727ffff 64bit]
    [ 0.435051] pci 0000:03:00.0: reg 30: [mem 0xf7280000-0xf728ffff pref]
    [ 0.435119] pci 0000:03:00.0: supports D1 D2
    [ 0.435121] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.435161] pci 0000:03:00.0: System wakeup disabled by ACPI
    [ 0.441462] pci 0000:00:1c.1: PCI bridge to [bus 03]
    [ 0.441483] pci 0000:00:1c.1: bridge window [mem 0xf7200000-0xf72fffff]
    [ 0.441568] pci 0000:04:00.0: [1969:1083] type 00 class 0x020000
    [ 0.441596] pci 0000:04:00.0: reg 10: [mem 0xf7100000-0xf713ffff 64bit]
    [ 0.441611] pci 0000:04:00.0: reg 18: [io 0xd000-0xd07f]
    [ 0.441741] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.441781] pci 0000:04:00.0: System wakeup disabled by ACPI
    [ 0.448133] pci 0000:00:1c.3: PCI bridge to [bus 04]
    [ 0.448149] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
    [ 0.448153] pci 0000:00:1c.3: bridge window [mem 0xf7100000-0xf71fffff]
    [ 0.448242] pci 0000:00:1c.4: PCI bridge to [bus 05-30]
    [ 0.448359] acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d)
    [ 0.448550] acpi PNP0A08:00: ACPI _OSC control (0x18) granted
    [ 0.449237] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12)
    [ 0.449285] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 12)
    [ 0.449334] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 10 12)
    [ 0.449378] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 12)
    [ 0.449423] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.449471] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.449516] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 *4 5 6 7 10 12)
    [ 0.449561] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *10 12)
    [ 0.449887] ACPI: Enabled 3 GPEs in block 00 to 3F
    [ 0.449894] acpi root: \_SB_.PCI0 notify handler is installed
    [ 0.449954] Found 1 acpi root devices
    [ 0.450018] ACPI: EC: GPE = 0x19, I/O: command/status = 0x66, data = 0x62
    [ 0.450151] ACPI: No dock devices found.
    [ 0.450204] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.450206] vgaarb: loaded
    [ 0.450207] vgaarb: bridge control possible 0000:01:00.0
    [ 0.450230] PCI: Using ACPI for IRQ routing
    [ 0.452998] PCI: pci_cache_line_size set to 64 bytes
    [ 0.453055] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
    [ 0.453056] e820: reserve RAM buffer [mem 0xd2c01018-0xd3ffffff]
    [ 0.453058] e820: reserve RAM buffer [mem 0xd2c3e018-0xd3ffffff]
    [ 0.453059] e820: reserve RAM buffer [mem 0xdd784000-0xdfffffff]
    [ 0.453065] e820: reserve RAM buffer [mem 0xdd792000-0xdfffffff]
    [ 0.453071] e820: reserve RAM buffer [mem 0xdddab000-0xdfffffff]
    [ 0.453076] e820: reserve RAM buffer [mem 0xdddb3000-0xdfffffff]
    [ 0.453082] e820: reserve RAM buffer [mem 0xddf17000-0xdfffffff]
    [ 0.453087] e820: reserve RAM buffer [mem 0xddf66000-0xdfffffff]
    [ 0.453092] e820: reserve RAM buffer [mem 0xddf8e000-0xdfffffff]
    [ 0.453097] e820: reserve RAM buffer [mem 0xddfa7000-0xdfffffff]
    [ 0.453101] e820: reserve RAM buffer [mem 0xddfb5000-0xdfffffff]
    [ 0.453106] e820: reserve RAM buffer [mem 0xddfc5000-0xdfffffff]
    [ 0.453110] e820: reserve RAM buffer [mem 0xddfd1000-0xdfffffff]
    [ 0.453115] e820: reserve RAM buffer [mem 0xde007000-0xdfffffff]
    [ 0.453119] e820: reserve RAM buffer [mem 0xde018000-0xdfffffff]
    [ 0.453122] e820: reserve RAM buffer [mem 0xde054000-0xdfffffff]
    [ 0.453126] e820: reserve RAM buffer [mem 0xde056000-0xdfffffff]
    [ 0.453129] e820: reserve RAM buffer [mem 0xde05a000-0xdfffffff]
    [ 0.453132] e820: reserve RAM buffer [mem 0xde074000-0xdfffffff]
    [ 0.453135] e820: reserve RAM buffer [mem 0xde8c2000-0xdfffffff]
    [ 0.453137] e820: reserve RAM buffer [mem 0xded12000-0xdfffffff]
    [ 0.453138] e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff]
    [ 0.453140] e820: reserve RAM buffer [mem 0x21f400000-0x21fffffff]
    [ 0.453217] NetLabel: Initializing
    [ 0.453219] NetLabel: domain hash size = 128
    [ 0.453220] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.453230] NetLabel: unlabeled traffic allowed by default
    [ 0.453246] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.453251] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.455263] Switching to clocksource hpet
    [ 0.459100] pnp: PnP ACPI init
    [ 0.459113] ACPI: bus type PNP registered
    [ 0.459176] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
    [ 0.459179] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.459246] pnp 00:01: [dma 4]
    [ 0.459265] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.459285] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.459374] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.459411] system 00:04: [io 0x0680-0x069f] has been reserved
    [ 0.459413] system 00:04: [io 0x0200-0x020f] has been reserved
    [ 0.459414] system 00:04: [io 0xffff] has been reserved
    [ 0.459416] system 00:04: [io 0xffff] has been reserved
    [ 0.459418] system 00:04: [io 0x0400-0x0453] has been reserved
    [ 0.459420] system 00:04: [io 0x0458-0x047f] has been reserved
    [ 0.459421] system 00:04: [io 0x0500-0x057f] has been reserved
    [ 0.459423] system 00:04: [io 0x164e-0x164f] has been reserved
    [ 0.459425] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.459454] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.459496] system 00:06: [io 0x0454-0x0457] has been reserved
    [ 0.459499] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 0.459543] system 00:07: [io 0x04d0-0x04d1] has been reserved
    [ 0.459546] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.459571] pnp 00:08: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.459601] system 00:09: [io 0x0240-0x0259] has been reserved
    [ 0.459604] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.459660] pnp 00:0a: Plug and Play ACPI device, IDs ETD0101 SYN0a00 SYN0002 PNP0f03 PNP0f13 PNP0f12 (active)
    [ 0.459698] pnp 00:0b: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
    [ 0.459855] system 00:0c: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.459857] system 00:0c: [mem 0xfed10000-0xfed17fff] has been reserved
    [ 0.459859] system 00:0c: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.459861] system 00:0c: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.459863] system 00:0c: [mem 0xf8000000-0xfbffffff] has been reserved
    [ 0.459865] system 00:0c: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.459867] system 00:0c: [mem 0xfed90000-0xfed93fff] has been reserved
    [ 0.459869] system 00:0c: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 0.459871] system 00:0c: [mem 0xff000000-0xffffffff] has been reserved
    [ 0.459873] system 00:0c: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 0.459875] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.459984] pnp: PnP ACPI: found 13 devices
    [ 0.459985] ACPI: bus type PNP unregistered
    [ 0.466346] pci 0000:00:1c.4: bridge window [io 0x1000-0x0fff] to [bus 05-30] add_

    Apologies if I wasn't clear on that part. I've tried generating a xorg.conf, even adding sections (like those pertaining to display ID etc) via nvidia-xsettings; making sure it adds sections when the display is being "properly" detected.

  • [Solved] "cannot open display" after suspend/resume, possibly broadcom

    Hey peoples,
    [EDIT: I think my initial assumptions are incorrect, this issue seems to be occurring independently of whatever wifi driver I have loaded]
    I'm finding that after suspend/resume my machine will not open any new windows. The windows that were already open continue to function. If I've left a terminal open, and attempt to open a new window I get the message:
    [framps@localhost ~]$ firefox
    Invalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyError: cannot open display: :0.0
    I've found that removing the broadcom-wl driver from my system seems to fix the issue. I can't see anything particularly obvious in my dmesg. I think I need the broadcom-wl driver as I have not been able to get b43 or bcma to work for my machine.
    [  948.814261] cfg80211: World regulatory domain updated:
    [  948.814266] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    [  948.814269] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [  948.814272] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    [  948.814275] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    [  948.814277] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [  948.814280] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    [  949.404722] r8169 0000:0c:00.0 eth0: link down
    [  949.404741] r8169 0000:0c:00.0 eth0: link down
    [  949.404773] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [  949.355635] PM: Syncing filesystems ... done.
    [  949.717960] PM: Preparing system for mem sleep
    [  949.851316] Freezing user space processes ... (elapsed 0.01 seconds) done.
    [  949.862059] Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
    [  949.875377] PM: Entering mem sleep
    [  949.875472] Suspending console(s) (use no_console_suspend to debug)
    [  950.064255] xhci_hcd 0000:00:14.0: WARN Event TRB for slot 1 ep 0 with no TDs queued?
    [  950.064507] sd 0:0:0:0: [sda] Synchronizing SCSI cache
    [  950.075138] sd 0:0:0:0: [sda] Stopping disk
    [  950.165918] ERROR @wl_notify_scan_status : Scan complete while device not scanning
    [  950.477845] i915 0000:00:02.0: power state changed by ACPI to D3hot
    [  950.551140] PM: suspend of devices complete after 676.056 msecs
    [  950.551485] PM: late suspend of devices complete after 0.342 msecs
    [  950.567669] r8169 0000:0c:00.0: wake-up capability enabled by ACPI
    [  950.581418] ehci_hcd 0000:00:1d.0: wake-up capability enabled by ACPI
    [  950.594384] ehci_hcd 0000:00:1a.0: wake-up capability enabled by ACPI
    [  950.620974] xhci_hcd 0000:00:14.0: wake-up capability enabled by ACPI
    [  950.634321] PM: noirq suspend of devices complete after 82.939 msecs
    [  950.634762] ACPI: Preparing to enter system sleep state S3
    [  950.730816] PM: Saving platform NVS memory
    [  950.736910] Disabling non-boot CPUs ...
    [  950.738461] smpboot: CPU 1 is now offline
    [  950.840631] smpboot: CPU 2 is now offline
    [  950.943831] smpboot: CPU 3 is now offline
    [  950.944231] Extended CMOS year: 2000
    [  950.945389] ACPI: Low-level resume complete
    [  950.945427] PM: Restoring platform NVS memory
    [  950.945811] Extended CMOS year: 2000
    [  950.945864] Enabling non-boot CPUs ...
    [  950.949268] smpboot: Booting Node 0 Processor 1 APIC 0x1
    [  950.963117] CPU1 is up
    [  950.966520] smpboot: Booting Node 0 Processor 2 APIC 0x2
    [  950.980330] CPU2 is up
    [  950.980386] smpboot: Booting Node 0 Processor 3 APIC 0x3
    [  950.994238] CPU3 is up
    [  950.997398] ACPI: Waking up from system sleep state S3
    [  951.471580] i915 0000:00:02.0: power state changed by ACPI to D0
    [  951.498111] xhci_hcd 0000:00:14.0: wake-up capability disabled by ACPI
    [  951.524753] ehci_hcd 0000:00:1a.0: wake-up capability disabled by ACPI
    [  951.551380] ehci_hcd 0000:00:1d.0: wake-up capability disabled by ACPI
    [  951.564744] nvidia 0000:01:00.0: power state changed by ACPI to D0
    [  951.591567] PM: noirq resume of devices complete after 120.295 msecs
    [  951.591837] PM: early resume of devices complete after 0.236 msecs
    [  951.591891] i915 0000:00:02.0: setting latency timer to 64
    [  951.591894] xhci_hcd 0000:00:14.0: setting latency timer to 64
    [  951.591968] mei 0000:00:16.0: irq 43 for MSI/MSI-X
    [  951.591983] ehci_hcd 0000:00:1a.0: setting latency timer to 64
    [  951.592037] ehci_hcd 0000:00:1d.0: setting latency timer to 64
    [  951.592108] ahci 0000:00:1f.2: setting latency timer to 64
    [  951.592119] snd_hda_intel 0000:00:1b.0: irq 46 for MSI/MSI-X
    [  951.594182] r8169 0000:0c:00.0: wake-up capability disabled by ACPI
    [  951.634511] [drm:__gen6_gt_force_wake_mt_get] *ERROR* Timed out waiting for forcewake old ack to clear.
    [  951.636110] [drm] Enabling RC6 states: RC6 on, RC6p on, RC6pp off
    [  951.796066] r8169 0000:0c:00.0 eth0: link down
    [  951.824070] Extended CMOS year: 2000
    [  951.831119] usb 3-1.3: reset full-speed USB device number 3 using ehci_hcd
    [  951.910921] ata5: SATA link down (SStatus 0 SControl 300)
    [  951.916168] btusb 3-1.3:1.0: no reset_resume for driver btusb?
    [  951.916171] btusb 3-1.3:1.1: no reset_resume for driver btusb?
    [  951.924226] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [  951.926030] ata2.00: configured for UDMA/100
    [  951.981369] usb 4-1.6: reset high-speed USB device number 3 using ehci_hcd
    [  952.876326] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [  952.877743] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    [  952.877747] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [  952.877750] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [  952.880489] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    [  952.880493] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [  952.880496] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [  952.881600] ata1.00: configured for UDMA/100
    [  952.893105] sd 0:0:0:0: [sda] Starting disk
    [  952.911681] PM: resume of devices complete after 1321.544 msecs
    [  952.912745] PM: Finishing wakeup.
    [  952.912748] Restarting tasks ... done.
    [  953.018321] video LNXVIDEO:00: Restoring backlight state
    [  953.018862] video LNXVIDEO:01: Restoring backlight state
    [  953.376503] r8169 0000:0c:00.0 eth0: link up
    [  953.376515] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    Any help would be greatly appreciated. Thanks.
    Last edited by frampy (2013-03-16 01:20:57)

    It seems that the only option for my  wifi card, BCM43228 is the proprietary broadcom-wl.
    Can anyone suggest how I might be able to get any debugging information for this module? Maybe this driver is conflicting with something else on my system, as I can't find anyone else that is seeing this same issue.
    Very frustrating, my machine is a Thinkpad Edge E530. Because I ordered from New Zealand there was no option to include the alternative Intel card and I was stuck with the broadcom. Apparently there's a whitelist on the BIOS aswell which will prevent me from installing another card.

  • How to solve some fonts displayed as squares issue.

                             Hi,
              I try to stabilize a pdf generation config with specific parameters to allow exact render of text with any reader.
    1°| Configuration
    RIP
    Compatibility: pdf 1.5
    Compression: images only, zip
    Fonts: all integrated, no substitution.
    [PDFCreator only:
    ghostscript x64 9.06 (junction to a independant install as PDFCreator install 32b version)
    use windows fonts yes
    no fontmap files]
    PRINTER
    Substitution table: no substitution
    Smallest vector font size: 10px
    TrueType Fonts: Download as soft font
    Postscript: Optimize portability
    Download TrueType Fonts: Native TrueType
    Postscript level: 3
    Since this problem occurs for years now, i can mention 2 products and version concerned at now:
    -PDFCreator version 1.6.2 (always occured as long as i can remember).
    -novaPDF version 7.7 build 387
    Reader affected is Adobe READER X version 10.1.5.33 (option use local fonts on or off no effect)
    Reader not affected evince version 2.32.0.145
    System Windows 7 x64 Fr
    Browser Firefox 18.0.2
    2°| Issue
    You can encounter this problem even with testpage printing (Title replaced by squares) but it's not the most annoying case so i will present it true a webpage problem.
    For instance with css supressed:
    http://www.loc.gov/standards/sru/specs/transport.html#soap
    With Firefox configured with default font Times New Roman
    Then try to print to pdf with either PDFCreator or novaPDF, open with Adobe reader you get :
    Properties:
    open with evince you get:
    Properties:
    Strange!
    But now let's try to use a font from adobe reader Minion Pro.
    properties:
    with evince:
    properties:
    When saving to html file and open with LibreOffice Title appears to be verdana;helvetica;sans-serif.
    Export to pdf give this:
    (As export is not a printing i show this because long time ago i used makepdf if i remember which was not a printer.)
    Is True Type not supported ?
    Do i need to modify adobe reader config manually?
    I need new ideas for a solution as it's not possible to ask everyone to use evince... and Times New Roman is not the only font causing this issue.
    Thanks for reading.

    Actually, because the difference was intriguing, I found a little more time. Here is a discussion of the problem. I do not expect it to mean anything to you, but can be passed along to the maintainers of GhostScript and/or PDFCreator if you wish.
    The file was created by GPL GhostScript 9.06, application PDFCreator Version 1.6.2.
    In creating this PDF, the three TimesNewRoman fonts were embedded, as symbolic fonts
    with randomly assigned glyphs starting with index 0. No Encoding was used in the font
    dictionary. They contain a (1,0) and (3,0) cmap subtable.
    The TimesNewRoman font is set up almost correctly, with Flags 4 (symbolic), though 6 would be
    better prthaps (symbolic, serif)
    The TimesNewRoman,Bold and ,Italic fonts had Flags 34 and 98 respectively. Crucially, these
    do not set the symbol flag (values of 6 and 70 respectively would work as expected).
    ISO 32000-1 9.6.6.4 talks about how Encoding is managed for TrueType fonts. It identifies
    two cases which should "ensure predictable behaviour across all conforming readers":
    * A nonsymbolic font should specific MacRoman Encoding or WinAnsiEncoding.
    * A font not using standard encodings should not specify an Encoding; should set the
    Symbol Flag; and should contain a 1,0 subtable.
    Neither of these cases apply to the ,Bold or ,Italic case (but the presence of a Symbol
    flag would make them apply, and tests show this increases consistency).
    Hence, this is in the territory officially described by ISO 32000-1 as "dependent on
    the conforming reader" and not honouring "should follow certain guidelines to ensure
    predictable behaviour across all conforming readers".
    The behaviour of this PDF is not predictable, as has been seen (evince displays as expected
    by the user, if not by the specification, while Acrobat, Mac OS X Preview and Chrome do not).
    Recommend that the PDF creation module in GhostScript be modified to follow one of the
    two cases above, for consistent rendering.

  • [SOLVED] VIM not displaying many glyphs

    I'm struggling to get the full glyph set to display in VIM. Particularly missed are the mathematical super- and sub-script. I've worked on the problem and tried various fixes for displaying UTF-8 characters without success.
    (Code block bad form? Ok T. IMHO. There's that type of post where the OP doesn't know why something isn't working and they quote a dump truck of details, even though they're not sure what's relevant and what isn't. And the longer the quote, the harder it is to figure out what they're doing wrong. I didn't want to be that guy. I was hiding the verbosity, in the event my font problems are simpler than I've made it.)
    1) Applied settings from these WIKI pages:
    Fonts
    Xterm
    2) Apps I've installed
    $ pacman -Qs font
    local/dina-font 2.92-4
        A monospace bitmap font, primarily aimed at programmers
    local/fontconfig 2.11.1-1
        A library for configuring and customizing font access
    local/fontsproto 2.1.3-1
        X11 font extension wire protocol
    local/freetype2 2.5.3-2
        TrueType font rendering library
    local/gsfonts 1.0.7pre44-4
        Standard Ghostscript Type1 fonts from URW
    local/libfontenc 1.1.2-1
        X11 font encoding library
    local/libotf 0.9.13-2
        OpenType Font library
    local/libxfont 1.4.7-3
        X11 font rasterisation library
    local/libxft 2.3.2-1
        FreeType-based font drawing library for X
    local/t1lib 5.1.2-5
        Library for generating character- and string-glyphs from Adobe Type 1 fonts
    local/tamsyn-font 1.10-1
        A monospaced bitmap font for the console and X11
    local/terminus-font 4.39-1
        Monospace bitmap font (for X11 and console)
    local/ttf-bitstream-vera 1.10-10
        Bitstream vera fonts
    local/ttf-droid 20121017-3
        General-purpose fonts released by Google as part of Android
    local/xorg-bdftopcf 1.0.4-2 (xorg xorg-apps)
        Convert X font from Bitmap Distribution Format to Portable Compiled Format
    local/xorg-font-util 1.3.0-2 (xorg-fonts xorg)
        X.Org font utilities
    local/xorg-font-utils 7.6-4
        Transitional package depending on xorg font utilities
    local/xorg-fonts-100dpi 1.0.1-5 (xorg)
        X.org 100dpi fonts
    local/xorg-fonts-alias 1.0.3-1
        X.org font alias files
    local/xorg-fonts-encodings 1.0.4-4 (xorg-fonts xorg)
        X.org font encoding files
    local/xorg-fonts-misc 1.0.1-3
        X.org misc fonts
    local/xorg-fonts-type1 7.4-3
        X.org Type1 fonts
    local/xorg-mkfontdir 1.0.7-2 (xorg xorg-apps)
        Create an index of X font files in a directory
    local/xorg-mkfontscale 1.1.1-1 (xorg-apps xorg)
        Create an index of scalable font files for X
    3) A forum search found some common issues: 
    unicode symbols not working in my terminal
    $ localectl
       System Locale: LANG=en_US.UTF-8
                      LC_COLLATE=C
           VC Keymap: US
          X11 Layout: n/a
    $ locale -a
    C
    en_US.utf8
    POSIX
    $ echo $TERM
    xterm-256color
    4) ~/.Xresources
    ! wiki.archlinux.org/.../Xterm
    xterm*termName:           xterm-256color
    xterm*locale:             true
    xterm*saveLines:          4096
    xterm*bellIsUrgent:       false
    xterm*VT100.geometry:     80x25
    xterm*faceName:           Droid:style=Regular:size=12
    xterm*dynamicColors:      true
    xterm*utf8:               2
    xterm*toolBar:            false
    5) ~/.xinitrc
    # X11 Fonts
    xset +fp /usr/share/fonts
    Last edited by xtian (2014-07-27 14:43:23)

    Linux fonts are a muddle.  Consoles can only display 256 characters, maybe 512.  You simply cannot display many texts in a console. To navigate through the font mess in X, you need some familiarity with fontconfig.  Xft uses fontconfig to select fonts.  Fontconfig documentation is not user-friendly.
    Droid is a family of fonts. My installation of the Droid family includes 27 different fonts. The command fc-list will list fonts matching a pattern.  I usually filter the output by piping through grep. To list the Droid fonts, file name first followed by the fontconfig name, I use:
    $ fc-list | grep Droid
    Your fc-match results for Droid are from fontconfig doing its best to give you a readable display.  Fontconfig cannot find a matching font for the name 'Droid', so it falls back to a "safe" font, 'Bitstream Vera Sans'.
    XTerm or UXTerm or URxvt
    I have my locale correctly configured, I think. I do not see any real advantage for uxterm over xterm. In my X resources, I include the lines,
    xterm*termName: xterm-256color
    XTerm*locale: true
    For good glyph coverage with xterm, I have found 'DejaVu Sans Mono' to be among the better fonts.  If I truly need utf8 coverage, I use urxvt. Urxvt allows one to use a ladder of fonts. If the character is not found in the first font listed, urxvt will search through the other listed fonts until it finds a glyph that can be displayed.
    urxvt*font: xft:DejaVu Sans Mono:style=Book:antialias=false:size=8, \
    xft:WenQuanYi Bitmap Song:size=8, \
    xft:FreeSerif:style=Regular, \
    xft:unifont:style=Medium:antialias=false
    Here's a screenshot with three xterms using Droid, DejaVu Sans Mono, and Liberation Mono, plus one urxvt using the fonts in the code above.  They all show the same portion of Markus Kuhn's utf8 test text.

  • [Solved] Characters not displaying correctly in some applications

    When I read things in applications like Firefox I've noticed that sometimes the " symbol is displayed wrong. Sometimes it is shown as what I can only describe as two forward-ticks stuck together (it won't let me paste it), and other times as two back-ticks ``. When I try to paste code over to the rxvt-unicode terminal the forward-tick symbol is displayed as a question mark, as are some other special symbols like maths characters. So I have two questions: are there any terminals that support such special characters? And is my character display problem related to setting up my locales correctly (which I think I already have)?
    I followed the steps on the wiki for setting up locales. I uncommented "en_GB.UTF-8 UTF-8" and "en_GB ISO-8859-1" in /etc/locale.gen, ran locale-gen as root, and added  LOCALE="en_GB.utf8" to /etc/rc.conf and "export LANG=en_GB.utf8" to my .zshrc. locale -a shows that the correct locales are installed.
    Last edited by slyson (2009-06-16 15:20:18)

    See this pdf for fixes: unix.derkeiler.com/pdf/Mailing-Lists/Fr … g00564.pdf.
    Type 'locale' on the console to find out your locale. Mine is en_GB.utf8.
    Now add the following to your shell profile or ~/.xinitrc.
    I already had this in my .zshrc:
    export LANG=en_GB.utf−8
    But I think the LC variable was overriding it. I Changed my LC_ALL to:
    export LC_ALL=en_GB.utf8
    (It was set to LC_ALL=C before).
    The above fixes copy/paste to most terminal apps, but some still misbehave. For example, I had to add this to ~/.emacs:
    ;; Set language environment for MULE.
    (set−language−environment 'UTF−8)
    ;; My customization for text modes
    (defun my−text−mode−hook ()
    (auto−fill−mode 1)
    (show−paren−mode t)
    (activate−input−method 'rfc1345) ; Good input method for UTF−8
    (add−hook 'text−mode−hook 'my−text−mode−hook)
    More examples are given on page 3 of the pdf.
    Last edited by slyson (2009-06-16 15:26:31)

  • [SOLVED]Xfce4 not displaying any characters.

    I got this weird problem with xfce4.
    I have an old machine I want to use as a bittorrent client. For this I want to use xfce4 (with azureus).
    So now that I've installed xfce4 none of the characters on the screen are shown correctly. They're all just squares?
    Thinking I had a font problem, I started going through all my installed fonts, and even installing some extra fonts. None of it helped.
    I'm not sure if it is related to the problem, but when I kill X.org there are some messages in the console. They look like this one:
    Pango-WARNING **: pango_cairo_font_get_scaled_font called with bad font, expect ugly output.
    I've also been trying different settings for the locale, thinking it might be a localization problem. That didn't help either.
    Does anyone know what I'm doing wrong here?
    If there are any config or log files you would like to see, just let me know.
    EDIT:
    Nevermind. It never stops to amaze me how incredibly stupid I can be.
    Pango of course needs the sdl_pango package to function properly! Of course I was under the impression that all dependencies were handled automatically?
    Have a nice New Years Eve everyone.
    Last edited by madeye (2007-12-30 13:27:46)

    x33a wrote:Try a different font.
    I know that this font works because I tried it in urxvt and it displayed correctly.
    Also, I tried "override_utf8_locale yes" and it still was incorrect.

  • [SOLVED] Conky Not Displaying Unicode Characters Correctly

    I have some music that requires unicode characters in order to be displayed properly. The artist name is Röyksopp, but it is displayed like this:
    http://i.imgur.com/rRBDxZn.png
    Does anyone know how to either make it display correctly (Röyksopp), or at least remove the umlauts to make it almost correct(Royksopp)? I've set the locale, so it displays correctly in both i3bar and urxvt, but it had no effect on conky.
    EDIT: Here is my conkyrc.
    Last edited by ProfessorProcrastinator (2014-05-14 22:50:16)

    x33a wrote:Try a different font.
    I know that this font works because I tried it in urxvt and it displayed correctly.
    Also, I tried "override_utf8_locale yes" and it still was incorrect.

Maybe you are looking for

  • Printer won't switch from one tray to another

    Having problems with my HP Officejet Pro 8600 Premium not doing the auto switch from default tray to next tray during print job.  I've tried unplugging the printer, removing and replacing tray 2, checking for jams, shuffling paper, resetting the defa

  • What kind of permissions are needed  in LDAP to install Access Manager?

    Hi people, I'm trying to install Access Manager in three different machines, and i'll try to configure them in a failover schema, but I'm not the owner of the LDAP where the Access Manager DIT is going to live, my question is what kind of permissions

  • Resize Pictures for Drop Zone?

    I read a thread from about a year ago that brought up resizing images to get them to fit in a drop zone correctly. I just started using idvd and just ran into this problem, and it truly annoys me that Apple wouldn't allow resizing and image within id

  • Expanding the size of the export file

    Hi everyone. I notice that when i export  jpg files they seem to grow in size. For example in the inspector in Aperture, the file size says 2.58mb. when i export it as a jpeg-original size it comes out as 7 mb. File\Export\Version\Export Preset: JPEG

  • What is this flag waving flash effect?

    On the following website in top left cornor their is flash movie of a flag waving. http://marklevinshow.com/pics/ anybody know where i can find out how to do that flash warping effect? thanks