Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 26/12/2014, à 12:08

omnimax

awesome lenteur ouverture des applications

Bonjour,

Je suis sous ubuntu 14.10 avec awesome et lorsque j'ouvre une application cela met environ une dizaine de secondes pour l'ouvrir. Par contre quand je ferme ma session me reconnecte sous ubuntu puis me reconnecte sous awesome là les applications s' ouvrent instantanément.  Je précise,  je n'ai pas de sorties d'erreur sur le terminal.  Avez-vous une solution à mon problème?  Merci.


14.04 unity et Linux Mint KDE 13 zsh-meilleur shell   script fire

Hors ligne

#2 Le 27/12/2014, à 15:22

omnimax

Re : awesome lenteur ouverture des applications

personne ? de moins en moins de monde sur ubuntu ?


14.04 unity et Linux Mint KDE 13 zsh-meilleur shell   script fire

Hors ligne

#3 Le 30/12/2014, à 23:35

omnimax

Re : awesome lenteur ouverture des applications

allez svp ?


14.04 unity et Linux Mint KDE 13 zsh-meilleur shell   script fire

Hors ligne

#4 Le 31/12/2014, à 01:12

Caribou22

Re : awesome lenteur ouverture des applications

Bonsoir,

Je ne connais pas awesome. Mais pour commencer quelle est la config de ton PC ?

Hors ligne

#5 Le 31/12/2014, à 12:43

omnimax

Re : awesome lenteur ouverture des applications

je pense pas que ce soit le souci smile

2xGeForce GTX 760
ssd 160gb
i7 3,5ghz
ram 32gb

En fait je pense que les programmes ne sont pas préchargés au démarrage. j'ai installé preload mais pas de changement.
une fois que le programme est lancé c'est instantané > c'est donc un problème de pré-chargement...
il faudrait une commande console pour lancer une application en cache ...


14.04 unity et Linux Mint KDE 13 zsh-meilleur shell   script fire

Hors ligne

#6 Le 06/01/2015, à 13:34

Skubu

Re : awesome lenteur ouverture des applications

Salut,

Seul awesome est affecté ?
Peut-on avoir le contenu de ~/.config/awesome/rc.lua ? Mais peut-être le problème se situe avant... Comment lances-tu awesome ? Passes-tu par un "login manager" ? Lequel ?
Si tu peux, crées un utilisateur test et lance awesome avec...

Je ne connais pas preload et celui-ci ne résoudra rien.


Debian / Archlinux | Gnome / KDE

Hors ligne

#7 Le 06/01/2015, à 16:41

omnimax

Re : awesome lenteur ouverture des applications

salut,

Je passe par lightdm et voici le contenu de mon rc.lua

-- Standard awesome library
require("awful")
require("awful.autofocus")
require("awful.rules")
-- Theme handling library
require("beautiful")
-- Notification library
require("naughty")
require("vicious")
require("revelation")

-- {{{ Variable definitions
-- Themes define colours, icons, and wallpapers
beautiful.init("/home/bertrandv/.config/awesome/themes/theme.lua")

-- This is used later as the default terminal and editor to run.
-- terminal = "urxvt"
terminal = "gnome-terminal"
editor = os.getenv("EDITOR") or "vim"
editor_cmd = terminal .. " -e " .. editor

-- Default modkey.
-- Usually, Mod4 is the key with a logo between Control and Alt.
-- If you do not like this or do not have such a key,
-- I suggest you to remap Mod4 to another key using xmodmap or other tools.
-- However, you can use another modifier like Mod1, but it may interact with others.
modkey = "Mod4"

-- Titlebar
use_titlebar = false


-- Table of layouts to cover with awful.layout.inc, order matters.
layouts =
{
    awful.layout.suit.floating, --1
    awful.layout.suit.tile, --2
    awful.layout.suit.tile.left, --3
    awful.layout.suit.tile.bottom, --4
    awful.layout.suit.tile.top, --5
    awful.layout.suit.fair, --6
    awful.layout.suit.fair.horizontal, --7
    awful.layout.suit.spiral, --8
    awful.layout.suit.spiral.dwindle, --9
    awful.layout.suit.max, --10
    awful.layout.suit.max.fullscreen, --11
    awful.layout.suit.magnifier --12
}
-- }}}

-- {{{ Tags
-- Define a tag table which hold all screen tags.
tags = {}
tags.settings = {
    { name = "1",  layout = layouts[2] },
    { name = "2", layout = layouts[2] },
    { name = "3", layout = layouts[2] },
    { name = "4", layout = layouts[2] },
    { name = "5", layout = layouts[2] },
    { name = "6", layout = layouts[2] },
    { name = "7", layout = layouts[2] },
    { name = "8", layout = layouts[2] },
}
for s = 1, screen.count() do
    tags[s] = {}
    for i, v in ipairs(tags.settings) do
        tags[s][i] = tag({ name = v.name })
        tags[s][i].screen = s
        awful.tag.setproperty(tags[s][i], "layout", v.layout)
    end
    tags[s][1].selected = true
end
-- }}}

-- {{{ Menu
-- Create a laucher widget and a main menu
myawesomemenu = {
   { "Manual", terminal .. " -e man awesome" },
   { "Edit config", editor_cmd .. " " .. awful.util.getdir("config") .. "/rc.lua" },
   { "Edit theme", editor_cmd .. " " .. awful.util.getdir("config") .. "/home/bertrandv/.config/awesome/themes/theme.lua" },
   { "Restart", awesome.restart },
   { "Quit", awesome.quit },
   { "Oblogout", "oblogout" }
}
internetmenu = {   
   { "Iron", "iron" },
   { "Jdowloader", "jdownloader" },
   { "Opera", "opera" },
   { "Emesene", "emesene" },
   { "Thunderbird", "thunderbird" }
}
mediamenu = {
   { "Ncmpcpp", "urxvt -e ncmpcpp" },
   { "Ario", "ario" },
   { "Vbox", "virtualbox" },
   { "Gtkrmd", "gtk-recordMyDesktop" },
   { "Umplayer", "umplayer" },
   { "Winff", "winff" },
   { "Brasero", "brasero" }
}
officemenu = {
   { "L-office","libreoffice" }
}
gamemenu = {
   { "Dolphin", "dolphin-emu" }
}
manamenu = {
   { "Thunar", "thunar" }
}
editormenu = {
   { "Vim", "urxvt -e vim" },
   { "Leafpad", "leafpad" }
}
graphimenu = {
   { "Viewnior", "viewnior" },
   { "Gimp", "gimp" },
   { "Agave", "agave" }
}
sistemenu = {
   { "Htop", "urxvt -e htop"},
   { "Bleachbit", "gksudo bleachbit" },
   { "Firestarter", "gksudo firestarter" },
   { "Gparted", "gksudo gparted" },
   { "Amdcccle", "gksudo amdcccle" },
   { "Lxappearance", "lxappearance" },
   { "Qtconfig", "/usr/bin/qtconfig" }
}

mymainmenu = awful.menu({ items = { { "Awesome", myawesomemenu },
                                    { "Internet", internetmenu },
				    { "Media", mediamenu },
				    { "Manager", manamenu },
				    { "Games", gamemenu },
				    { "Office", officemenu },
				    { "Graphics", graphimenu },
				    { "Editor", editormenu },
                                    { "System", sistemenu },
				    { "Terminal", terminal },
				    --{ "Oblogout", "oblogout" }
                                  }
                        })

mylauncher = awful.widget.launcher({ image = image(beautiful.awesome_icon),
                                     menu = mymainmenu })
-- }}}

-- {{{ Wibox
-- Create a textclock widget
mytextclock = awful.widget.textclock({ align = "right" })

-- Create a systray
mysystray = widget({ type = "systray" })

-- Separator (daes)
separator = widget({ type = "textbox" })
separator.text = '<span color="#a2a2a2"> </span>'

-- Clock widget (daes)
datewidget = widget({ type = "textbox" })
vicious.register(datewidget, vicious.widgets.date, '<span color="#a86500">[</span> %d %B %R <span color="#a86500">]</span>', 60)

-- Vol widget (daes)
volwidget = widget({ type = "textbox" })
vicious.register(volwidget, vicious.widgets.volume, '<span color="#a2a2a2">$1%</span>', 1, "Master")

-- Vol icon (daes)
volicon = widget({ type = "imagebox", align = "right" })
volicon.image = image("/home/bertrandv/.config/awesome/themes/icons/vol.png")

-- CPU widget (daes)
cpuwidget = widget({ type = "textbox" })
vicious.register(cpuwidget, vicious.widgets.cpu, 'Cpu1: <span color="#a2a2a2">$1%</span>')

-- Cpu icon (daes)
cpuicon = widget({ type = "imagebox", align = "right" })
cpuicon.image = image("/home/bertrandv/.config/awesome/themes/icons/cpu.png")

-- Memory usage (daes)
memwidget = widget({ type = "textbox" })
vicious.register(memwidget, vicious.widgets.mem, 'Ram: <span color="#a2a2a2">$1%</span>', 13)


-- Mem icon (daes)
memicon = widget({ type = "imagebox", align = "right" })
memicon.image = image("/home/bertrandv/.config/awesome/themes/icons/mem.png")

-- Create a wibox for each screen and add it
mywibox = {}
mypromptbox = {}
mylayoutbox = {}
mytaglist = {}
mytaglist.buttons = awful.util.table.join(
                    awful.button({ }, 1, awful.tag.viewonly),
                    awful.button({ modkey }, 1, awful.client.movetotag),
                    awful.button({ }, 3, awful.tag.viewtoggle),
                    awful.button({ modkey }, 3, awful.client.toggletag),
                    awful.button({ }, 4, awful.tag.viewnext),
                    awful.button({ }, 5, awful.tag.viewprev)
                    )
mytasklist = {}
mytasklist.buttons = awful.util.table.join(
                     awful.button({ }, 1, function (c)
                                              if not c:isvisible() then
                                                  awful.tag.viewonly(c:tags()[1])
                                              end
                                              client.focus = c
                                              c:raise()
                                          end),
                     awful.button({ }, 3, function ()
                                              if instance then
                                                  instance:hide()
                                                  instance = nil
                                              else
                                                  instance = awful.menu.clients({ width=250 })
                                              end
                                          end),
                     awful.button({ }, 4, function ()
                                              awful.client.focus.byidx(1)
                                              if client.focus then client.focus:raise() end
                                          end),
                     awful.button({ }, 5, function ()
                                              awful.client.focus.byidx(-1)
                                              if client.focus then client.focus:raise() end
                                          end))

for s = 1, screen.count() do
    -- Create a promptbox for each screen
    mypromptbox[s] = awful.widget.prompt({ layout = awful.widget.layout.horizontal.leftright })
    -- Create an imagebox widget which will contains an icon indicating which layout we're using.
    -- We need one layoutbox per screen.
    mylayoutbox[s] = awful.widget.layoutbox(s)
    mylayoutbox[s]:buttons(awful.util.table.join(
                           awful.button({ }, 1, function () awful.layout.inc(layouts, 1) end),
                           awful.button({ }, 3, function () awful.layout.inc(layouts, -1) end),
                           awful.button({ }, 4, function () awful.layout.inc(layouts, 1) end),
                           awful.button({ }, 5, function () awful.layout.inc(layouts, -1) end)))
    -- Create a taglist widget
    mytaglist[s] = awful.widget.taglist(s, awful.widget.taglist.label.all, mytaglist.buttons)

    -- Create a tasklist widget
    mytasklist[s] = awful.widget.tasklist(function(c)
                                              return awful.widget.tasklist.label.currenttags(c, s)
                                          end, mytasklist.buttons)

    -- Create the wibox
    mywibox[s] = awful.wibox({
	    position = "top",
	    -- screen = s
	    height = 16,
	    border_color = beautiful.border_panel,
	    border_width = beautiful.border_width_panel
    })
    -- Add widgets to the wibox - order matters
    mywibox[s].widgets = {
        {
            -- mylauncher,
            mytaglist[s],
            mypromptbox[s],
            layout = awful.widget.layout.horizontal.leftright
        },
        -- mylayoutbox[s],
        separator,
        datewidget,
        separator,
        --separator,
        --memwidget,
        --separator,
        --separator,
        --cpuwidget,
        --separator,
        --separator,
        volwidget,
        separator,
        volicon,
        separator,
        -- mytextclock,
        s == 1 and mysystray or nil,
        mytasklist[s],
        layout = awful.widget.layout.horizontal.rightleft
    }
end
-- }}}

-- {{{ Mouse bindings
root.buttons(awful.util.table.join(
    awful.button({ }, 3, function () mymainmenu:toggle() end),
    awful.button({ }, 4, awful.tag.viewnext),
    awful.button({ }, 5, awful.tag.viewprev)
))
-- }}}

-- {{{ Key bindings
globalkeys = awful.util.table.join(
    awful.key({ modkey,           }, "Left",   awful.tag.viewprev       ),
    awful.key({ modkey,           }, "Right",  awful.tag.viewnext       ),
    awful.key({ modkey,           }, "Escape", awful.tag.history.restore),
    awful.key({ modkey}, "e", revelation),  -- Insert this line

    awful.key({ modkey,           }, "j",
        function ()
            awful.client.focus.byidx( 1)
            if client.focus then client.focus:raise() end
        end),
    awful.key({ modkey,           }, "k",
        function ()
            awful.client.focus.byidx(-1)
            if client.focus then client.focus:raise() end
        end),
    awful.key({ modkey,           }, "w", function () mymainmenu:show({keygrabber=true}) end),

    -- Layout manipulation
    awful.key({ modkey,           }, "v", function () awful.client.swap.byidx(  1)    end),
    awful.key({ modkey, "Shift"   }, "k", function () awful.client.swap.byidx( -1)    end),
    awful.key({ modkey, "Control" }, "j", function () awful.screen.focus_relative( 1) end),
    awful.key({ modkey, "Control" }, "k", function () awful.screen.focus_relative(-1) end),
    awful.key({ modkey,           }, "u", awful.client.urgent.jumpto),
    awful.key({ modkey,           }, "Tab",
        function ()
            awful.client.focus.history.previous()
            if client.focus then
                client.focus:raise()
            end
        end),

    -- Standard program
    awful.key({ modkey,           }, "Return", function () awful.util.spawn(terminal) end),
    awful.key({ modkey, "Control" }, "r", awesome.restart),
    awful.key({ modkey, "Shift"   }, "q", awesome.quit),

    awful.key({ modkey,           }, "l",     function () awful.tag.incmwfact( 0.05)    end),
    awful.key({ modkey,           }, "h",     function () awful.tag.incmwfact(-0.05)    end),
    awful.key({ modkey, "Shift"   }, "h",     function () awful.tag.incnmaster( 1)      end),
    awful.key({ modkey, "Shift"   }, "l",     function () awful.tag.incnmaster(-1)      end),
    awful.key({ modkey, "Control" }, "h",     function () awful.tag.incncol( 1)         end),
    awful.key({ modkey, "Control" }, "l",     function () awful.tag.incncol(-1)         end),
    awful.key({ modkey,           }, "space", function () awful.layout.inc(layouts,  1) end),
    awful.key({ modkey, "Shift"   }, "space", function () awful.layout.inc(layouts, -1) end),
    awful.key({ modkey, "Control" }, "n", awful.client.restore),

    -- Multimedia keys
    awful.key({ modkey, "Shift"    }, "=",    function () awful.util.spawn("amixer set Master 2+") end),
    awful.key({ modkey, "Shift"    }, ")",    function () awful.util.spawn("amixer set Master 2-") end),

    -- Prompt
    awful.key({ modkey },            "r",     function () mypromptbox[mouse.screen]:run() end),

    awful.key({ modkey }, "x",
              function ()
                  awful.prompt.run({ prompt = "Run Lua code: " },
                  mypromptbox[mouse.screen].widget,
                  awful.util.eval, nil,
                  awful.util.getdir("cache") .. "/history_eval")
              end)
)

clientkeys = awful.util.table.join(
    awful.key({ modkey,           }, "f",      function (c) c.fullscreen = not c.fullscreen  end),
    awful.key({ modkey,           }, "q",      function (c) c:kill()                         end),
    awful.key({ modkey, "Control" }, "space",  awful.client.floating.toggle                     ),
    awful.key({ modkey, "Control" }, "Return", function (c) c:swap(awful.client.getmaster()) end),
    awful.key({ modkey,           }, "o",      awful.client.movetoscreen                        ),
    awful.key({ modkey, "Shift"   }, "r",      function (c) c:redraw()                       end),
    awful.key({ modkey,           }, "t",      function (c) c.ontop = not c.ontop            end),
    awful.key({ modkey,           }, "n",
        function (c)
            -- The client currently has the input focus, so it cannot be
            -- minimized, since minimized clients can't have the focus.
            c.minimized = true
        end),
    awful.key({ modkey,           }, "m",
        function (c)
            c.maximized_horizontal = not c.maximized_horizontal
            c.maximized_vertical   = not c.maximized_vertical
        end)
)

-- Compute the maximum number of digit we need, limited to 9
keynumber = 0
for s = 1, screen.count() do
   keynumber = math.min(9, math.max(#tags[s], keynumber));
end

-- Bind all key numbers to tags.
-- Be careful: we use keycodes to make it works on any keyboard layout.
-- This should map on the top row of your keyboard, usually 1 to 9.
for i = 1, keynumber do
    globalkeys = awful.util.table.join(globalkeys,
        awful.key({ modkey }, "#" .. i + 9,
                  function ()
                        local screen = mouse.screen
                        if tags[screen][i] then
                            awful.tag.viewonly(tags[screen][i])
                        end
                  end),
        awful.key({ modkey, "Control" }, "#" .. i + 9,
                  function ()
                      local screen = mouse.screen
                      if tags[screen][i] then
                          awful.tag.viewtoggle(tags[screen][i])
                      end
                  end),
        awful.key({ modkey, "Shift" }, "#" .. i + 9,
                  function ()
                      if client.focus and tags[client.focus.screen][i] then
                          awful.client.movetotag(tags[client.focus.screen][i])
                      end
                  end),
        awful.key({ modkey, "Control", "Shift" }, "#" .. i + 9,
                  function ()
                      if client.focus and tags[client.focus.screen][i] then
                          awful.client.toggletag(tags[client.focus.screen][i])
                      end
                  end))
end

clientbuttons = awful.util.table.join(
    awful.button({ }, 1, function (c) client.focus = c; c:raise() end),
    awful.button({ modkey }, 1, awful.mouse.client.move),
    awful.button({ modkey }, 3, awful.mouse.client.resize))

-- Set keys
root.keys(globalkeys)
-- }}}

-- {{{ Rules
awful.rules.rules = {
    -- All clients will match this rule.
    { rule = { },
      properties = { border_width = beautiful.border_width,
                     border_color = beautiful.border_normal,
                     focus = true,
                     keys = clientkeys,
                     buttons = clientbuttons } },
    { rule = { class = "MPlayer" },
      properties = { floating = true } },
    { rule = { class = "pinentry" },
      properties = { floating = true } },
    { rule = { class = "gimp" },
      properties = { floating = true } },
    -- Set Firefox to always map on tags number 2 of screen 1.
    -- { rule = { class = "Firefox" },
    --   properties = { tag = tags[1][2] } },
}
-- }}}

-- {{{ Signals
-- Signal function to execute when a new client appears.
client.add_signal("manage", function (c, startup)
    -- Add a titlebar
    -- awful.titlebar.add(c, { modkey = modkey })

    -- Enable sloppy focus
    c:add_signal("mouse::enter", function(c)
        if awful.layout.get(c.screen) ~= awful.layout.suit.magnifier
            and awful.client.focus.filter(c) then
            client.focus = c
        end
    end)

    if not startup then
        -- Set the windows at the slave,
        -- i.e. put it at the end of others instead of setting it master.
        -- awful.client.setslave(c)

        -- Put windows in a smart way, only if they does not set an initial position.
        if not c.size_hints.user_position and not c.size_hints.program_position then
            awful.placement.no_overlap(c)
            awful.placement.no_offscreen(c)
        end
    end
end)

-- Daes focus
client.add_signal("focus", function(c) c.border_color = beautiful.border_focus
                                       c.opacity = 1
			       end)
client.add_signal("unfocus", function(c) c.border_color = beautiful.border_wnormal
	                                 c.opacity = 0.9
				end)

-- Daes autorun
--function run_once(prg)
--	if not prg then
--		do return nil end
--	end
--	awful.util.spawn_with_shell("pgrep -u $USER -x " .. prg .. " || (" .. prg .. ")")
--end

--run_once("thunar --daemon")
--run_once("xcompmgr")
-- run_once("conky")

-- }}}

os.execute("dropbox start &")
os.execute("nautilus --no-desktop &")
--os.execute("chromium-browser &")

14.04 unity et Linux Mint KDE 13 zsh-meilleur shell   script fire

Hors ligne

#8 Le 06/01/2015, à 16:42

omnimax

Re : awesome lenteur ouverture des applications

je testerai avec un autre user


14.04 unity et Linux Mint KDE 13 zsh-meilleur shell   script fire

Hors ligne

#9 Le 06/01/2015, à 17:00

mikedafunk

Re : awesome lenteur ouverture des applications

Tu as configuré preload au moins ?


Lubuntu 22.04 sur Lenovo AX81 et pas mal d'Amiga
Mon blog : http://mikedafunk.over-blog.org

Hors ligne

#10 Le 07/01/2015, à 08:07

omnimax

Re : awesome lenteur ouverture des applications

salut skubu et mikedafunk

j'ai fais les tests suivants :

-virés tous les fichiers cachés de mon home(sauf .config/awesome), me déconnecter et me reconnecter > pas de changement, toujours de la lenteur

-installer awesome sur une virtualbox avec le rc.lua ci-dessus > awesome ouvre les applications avec rapidité

-créer un nouvel utilisateur (avec le fichier rc.lua par défaut)et me connecter > awesome ouvre les applications avec rapidité du coup je me reconnecte sous mon user (avec mon rc.lua personnalisé) et là aussi les applications s'ouvrent avec rapidité.

par contre au premier démarrage de l'ordinateur, les applications ne s'ouvrent pas rapidement, il faut que je me déconnecte puis me reconnecte et là tout fonctionne parfaitement ....vraiment bizarre je ne vois pas ce que cela pourrait être... on peut exclure mon rc.lua puisque sous virtualbox tout fonctionne nickel.

Du coup mikedafunk je retire l'alternative de preload puisque sous certaines conditions indépendamment de preload mon système fonctionne parfaitement...l'erreur est ailleurs mais où ?

Dernière modification par omnimax (Le 07/01/2015, à 08:11)


14.04 unity et Linux Mint KDE 13 zsh-meilleur shell   script fire

Hors ligne

#11 Le 10/01/2015, à 15:17

Skubu

Re : awesome lenteur ouverture des applications

omnimax a écrit :

par contre au premier démarrage de l'ordinateur, les applications ne s'ouvrent pas rapidement, il faut que je me déconnecte puis me reconnecte et là tout fonctionne parfaitement

C'est le cas pour les 2 users ?

Sinon dans les logs rien de suspect ?


Debian / Archlinux | Gnome / KDE

Hors ligne

#12 Le 11/01/2015, à 18:41

omnimax

Re : awesome lenteur ouverture des applications

oui c'est le cas pour les 2 users

pour les log voici ce que j'ai retrouvé

apport.log.1

ERROR: apport (pid 2164) Thu Jan  1 06:54:43 2015: called for pid 2105, signal 11, core limit 0
ERROR: apport (pid 2164) Thu Jan  1 06:54:43 2015: executable: /usr/lib/chromium-browser/chromium-browser (command line "chromium-browser\ --type=gpu-process\ --channel=1819.0.1960528658\ --supports-dual-gpus=false\ --gpu-driver-bug-workarounds=1,15,21,24,38,46\ --disable-accelerated-video-decode\ --gpu-vendor-id=0x10de\ --gpu-device-id=0x1187\ --gpu-driver-vendor\ --gpu-driver-versi")
ERROR: apport (pid 2164) Thu Jan  1 06:54:44 2015: gdbus call error: Error: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files

ERROR: apport (pid 2164) Thu Jan  1 06:54:44 2015: debug: session gdbus call: 
ERROR: apport (pid 2164) Thu Jan  1 06:54:46 2015: wrote report /var/crash/_usr_lib_chromium-browser_chromium-browser.1000.crash


gpu.manager.log

log_file: /var/log/gpu-manager.log
last_boot_file: /var/lib/ubuntu-drivers-common/last_gfx_boot
new_boot_file: /var/lib/ubuntu-drivers-common/last_gfx_boot
grep dmesg status 256
dmesg status 256 == 0? No
grep dmesg status 256
dmesg status 256 == 0? No
Is nvidia loaded? no
Was nvidia unloaded? no
Is nvidia blacklisted? no
Is fglrx loaded? no
Was fglrx unloaded? no
Is fglrx blacklisted? no
Is intel loaded? no
Is radeon loaded? no
Is radeon blacklisted? no
Is nouveau loaded? yes
Is nouveau blacklisted? no
Is fglrx kernel module available? no
Is nvidia kernel module available? no
Vendor/Device Id: 10de:1187
BusID "PCI:1@0:0:0"
Is boot vga? yes
Vendor/Device Id: 10de:1187
BusID "PCI:2@0:0:0"
Is boot vga? no
Skipping "/dev/dri/card1", driven by "nouveau"
Skipping "/dev/dri/card0", driven by "nouveau"
Found "/dev/dri/card1", driven by "nouveau"
Number of connected outputs for /dev/dri/card1: 0
Skipping "/dev/dri/card1", driven by "nouveau"
Skipping "/dev/dri/card0", driven by "nouveau"
Does it require offloading? no
last cards number = 2
Has amd? no
Has intel? no
Has nvidia? yes
How many cards? 2
Has the system changed? No
main_arch_path x86_64-linux-gnu, other_arch_path i386-linux-gnu
Current alternative: /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf
Current core alternative: (null)
Is nvidia enabled? no
Is fglrx enabled? no
Is mesa enabled? yes
Is pxpress enabled? no
Is prime enabled? no
Is nvidia available? no
Is fglrx available? no
Is fglrx-core available? no
Is mesa available? yes
Is pxpress available? no
Is prime available? no

pour le reste j'ai rien vu de suspect....j'aimerai vraiment trouver car là le comble c'est que unity va plus vite qu'awesome ....


14.04 unity et Linux Mint KDE 13 zsh-meilleur shell   script fire

Hors ligne

#13 Le 12/01/2015, à 18:08

Skubu

Re : awesome lenteur ouverture des applications

syslog ? xorg.0.log ?


Si tu ne l'as pas fait, commentes ces 2 lignes

os.execute("dropbox start &")
os.execute("nautilus --no-desktop &")

Tu peux lancer awesome depuis un tty sans passer par lightdm ?
Moi, j'utilise par exemple cette commande

exec dbus-launch awesome

Debian / Archlinux | Gnome / KDE

Hors ligne

#14 Le 15/01/2015, à 22:50

omnimax

Re : awesome lenteur ouverture des applications

salut et merci encore de te préoccupper de mon cas
en commentant les deux lignes dans mon rc.lua cela ne change rien
en switchant vers tty et en tapant exec dbus-launch awesome je retourne à mon login et rien ne se passe.

j'ai mis ci-desous mon syslog et mon xorg.0.log mais je suis incapable de dire où il y aurait un message d'erreur et puis c'est hyper long...


syslog

Jan 15 21:39:20 syst-All-Series kernel: [    1.523662] usb 3-3: New USB device found, idVendor=174c, idProduct=2074
Jan 15 21:39:20 syst-All-Series kernel: [    1.523664] usb 3-3: New USB device strings: Mfr=2, Product=3, SerialNumber=1
Jan 15 21:39:20 syst-All-Series kernel: [    1.523665] usb 3-3: Product: ASM107x
Jan 15 21:39:20 syst-All-Series kernel: [    1.523666] usb 3-3: Manufacturer: Asmedia
Jan 15 21:39:20 syst-All-Series kernel: [    1.523667] usb 3-3: SerialNumber: 00000000A001
Jan 15 21:39:20 syst-All-Series kernel: [    1.524028] hub 3-3:1.0: USB hub found
Jan 15 21:39:20 syst-All-Series kernel: [    1.524219] hub 3-3:1.0: 4 ports detected
Jan 15 21:39:20 syst-All-Series kernel: [    1.581903] ata10: SATA link down (SStatus 0 SControl 300)
Jan 15 21:39:20 syst-All-Series kernel: [    1.689992] usb 3-4: new full-speed USB device number 3 using xhci_hcd
Jan 15 21:39:20 syst-All-Series kernel: [    1.820460] usb 3-4: New USB device found, idVendor=0b05, idProduct=17cf
Jan 15 21:39:20 syst-All-Series kernel: [    1.820462] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jan 15 21:39:20 syst-All-Series kernel: [    1.820463] usb 3-4: Product: BCM20702A0
Jan 15 21:39:20 syst-All-Series kernel: [    1.820463] usb 3-4: Manufacturer: Broadcom Corp
Jan 15 21:39:20 syst-All-Series kernel: [    1.820464] usb 3-4: SerialNumber: 240A643938C0
Jan 15 21:39:20 syst-All-Series kernel: [    1.945683] random: nonblocking pool is initialized
Jan 15 21:39:20 syst-All-Series kernel: [    1.986292] usb 3-8: new high-speed USB device number 4 using xhci_hcd
Jan 15 21:39:20 syst-All-Series kernel: [    2.116144] usb 3-8: New USB device found, idVendor=058f, idProduct=6366
Jan 15 21:39:20 syst-All-Series kernel: [    2.116146] usb 3-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jan 15 21:39:20 syst-All-Series kernel: [    2.116147] usb 3-8: Product: Mass Storage Device
Jan 15 21:39:20 syst-All-Series kernel: [    2.116148] usb 3-8: Manufacturer: Generic
Jan 15 21:39:20 syst-All-Series kernel: [    2.116149] usb 3-8: SerialNumber: 058F63666471
Jan 15 21:39:20 syst-All-Series kernel: [    2.118193] usb-storage 3-8:1.0: USB Mass Storage device detected
Jan 15 21:39:20 syst-All-Series kernel: [    2.118262] scsi10 : usb-storage 3-8:1.0
Jan 15 21:39:20 syst-All-Series kernel: [    2.118301] usbcore: registered new interface driver usb-storage
Jan 15 21:39:20 syst-All-Series kernel: [    2.119149] usbcore: registered new interface driver uas
Jan 15 21:39:20 syst-All-Series kernel: [    2.245551] EXT4-fs (sdb8): mounted filesystem with ordered data mode. Opts: (null)
Jan 15 21:39:20 syst-All-Series kernel: [    2.282544] usb 3-9: new low-speed USB device number 5 using xhci_hcd
Jan 15 21:39:20 syst-All-Series kernel: [    2.473749] usb 3-9: New USB device found, idVendor=045e, idProduct=0750
Jan 15 21:39:20 syst-All-Series kernel: [    2.473751] usb 3-9: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 15 21:39:20 syst-All-Series kernel: [    2.473752] usb 3-9: Product: Wired Keyboard 600
Jan 15 21:39:20 syst-All-Series kernel: [    2.473753] usb 3-9: Manufacturer: Microsoft
Jan 15 21:39:20 syst-All-Series kernel: [    2.473875] usb 3-9: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Jan 15 21:39:20 syst-All-Series kernel: [    2.473878] usb 3-9: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Jan 15 21:39:20 syst-All-Series kernel: [    2.510891] Switched to clocksource tsc
Jan 15 21:39:20 syst-All-Series kernel: [    2.638862] usb 3-10: new full-speed USB device number 6 using xhci_hcd
Jan 15 21:39:20 syst-All-Series kernel: [    2.770224] usb 3-10: New USB device found, idVendor=046d, idProduct=c24e
Jan 15 21:39:20 syst-All-Series kernel: [    2.770226] usb 3-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jan 15 21:39:20 syst-All-Series kernel: [    2.770227] usb 3-10: Product: G500s Laser Gaming Mouse
Jan 15 21:39:20 syst-All-Series kernel: [    2.770228] usb 3-10: Manufacturer: Logitech
Jan 15 21:39:20 syst-All-Series kernel: [    2.770229] usb 3-10: SerialNumber: A05A9923D30008
Jan 15 21:39:20 syst-All-Series kernel: [    2.883355] usb 4-3: new SuperSpeed USB device number 2 using xhci_hcd
Jan 15 21:39:20 syst-All-Series kernel: [    2.900918] usb 4-3: New USB device found, idVendor=174c, idProduct=3074
Jan 15 21:39:20 syst-All-Series kernel: [    2.900920] usb 4-3: New USB device strings: Mfr=2, Product=3, SerialNumber=1
Jan 15 21:39:20 syst-All-Series kernel: [    2.900921] usb 4-3: Product: ASM107x
Jan 15 21:39:20 syst-All-Series kernel: [    2.900922] usb 4-3: Manufacturer: Asmedia
Jan 15 21:39:20 syst-All-Series kernel: [    2.900923] usb 4-3: SerialNumber: 00000000A001
Jan 15 21:39:20 syst-All-Series kernel: [    2.901422] hub 4-3:1.0: USB hub found
Jan 15 21:39:20 syst-All-Series kernel: [    2.901564] hub 4-3:1.0: 4 ports detected
Jan 15 21:39:20 syst-All-Series kernel: [    3.115964] scsi 10:0:0:0: Direct-Access     Multi    Flash Reader     1.00 PQ: 0 ANSI: 0
Jan 15 21:39:20 syst-All-Series kernel: [    3.116141] sd 10:0:0:0: Attached scsi generic sg4 type 0
Jan 15 21:39:20 syst-All-Series kernel: [    3.117080] sd 10:0:0:0: [sdd] Attached SCSI removable disk
Jan 15 21:39:20 syst-All-Series kernel: [    8.854210] Adding 23436284k swap on /dev/sda6.  Priority:-1 extents:1 across:23436284k SSFS
Jan 15 21:39:20 syst-All-Series kernel: [    9.398562] EXT4-fs (sdb8): re-mounted. Opts: errors=remount-ro
Jan 15 21:39:20 syst-All-Series kernel: [   13.534836] systemd-udevd[424]: starting version 208
Jan 15 21:39:20 syst-All-Series kernel: [   14.136372] lp: driver loaded but no devices found
Jan 15 21:39:20 syst-All-Series kernel: [   14.138062] ppdev: user-space parallel port driver
Jan 15 21:39:20 syst-All-Series kernel: [   14.156491] wmi: Mapper loaded
Jan 15 21:39:20 syst-All-Series kernel: [   14.163890] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jan 15 21:39:20 syst-All-Series kernel: [   14.168592] [drm] Initialized drm 1.1.0 20060810
Jan 15 21:39:20 syst-All-Series kernel: [   14.168963] mei_me 0000:00:16.0: irq 56 for MSI/MSI-X
Jan 15 21:39:20 syst-All-Series kernel: [   14.195695] AVX2 version of gcm_enc/dec engaged.
Jan 15 21:39:20 syst-All-Series kernel: [   14.899462] intel_rapl: Found RAPL domain package
Jan 15 21:39:20 syst-All-Series kernel: [   14.899465] intel_rapl: Found RAPL domain core
Jan 15 21:39:20 syst-All-Series kernel: [   14.899466] intel_rapl: Found RAPL domain dram
Jan 15 21:39:20 syst-All-Series kernel: [   14.907441] asus_wmi: ASUS WMI generic driver loaded
Jan 15 21:39:20 syst-All-Series kernel: [   14.908693] asus_wmi: Initialization: 0x0
Jan 15 21:39:20 syst-All-Series kernel: [   14.908713] asus_wmi: BIOS WMI version: 0.9
Jan 15 21:39:20 syst-All-Series kernel: [   14.908746] asus_wmi: SFUN value: 0x0
Jan 15 21:39:20 syst-All-Series kernel: [   14.909036] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input5
Jan 15 21:39:20 syst-All-Series kernel: [   14.909798] asus_wmi: Disabling ACPI video driver
Jan 15 21:39:20 syst-All-Series kernel: [   15.297750] snd_hda_intel 0000:00:1b.0: irq 57 for MSI/MSI-X
Jan 15 21:39:20 syst-All-Series kernel: [   15.297811] snd_hda_intel 0000:01:00.1: Disabling MSI
Jan 15 21:39:20 syst-All-Series kernel: [   15.297814] snd_hda_intel 0000:01:00.1: Handle VGA-switcheroo audio client
Jan 15 21:39:20 syst-All-Series kernel: [   15.297876] snd_hda_intel 0000:02:00.1: Disabling MSI
Jan 15 21:39:20 syst-All-Series kernel: [   15.297879] snd_hda_intel 0000:02:00.1: Handle VGA-switcheroo audio client
Jan 15 21:39:20 syst-All-Series kernel: [   15.615304] sound hdaudioC0D0: ALC1150: SKU not ready 0x00000000
Jan 15 21:39:20 syst-All-Series kernel: [   15.615730] sound hdaudioC0D0: autoconfig: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
Jan 15 21:39:20 syst-All-Series kernel: [   15.615732] sound hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jan 15 21:39:20 syst-All-Series kernel: [   15.615733] sound hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Jan 15 21:39:20 syst-All-Series kernel: [   15.615733] sound hdaudioC0D0:    mono: mono_out=0x0
Jan 15 21:39:20 syst-All-Series kernel: [   15.615734] sound hdaudioC0D0:    dig-out=0x11/0x1e
Jan 15 21:39:20 syst-All-Series kernel: [   15.615735] sound hdaudioC0D0:    inputs:
Jan 15 21:39:20 syst-All-Series kernel: [   15.615736] sound hdaudioC0D0:      Front Mic=0x19
Jan 15 21:39:20 syst-All-Series kernel: [   15.615737] sound hdaudioC0D0:      Rear Mic=0x18
Jan 15 21:39:20 syst-All-Series kernel: [   15.615738] sound hdaudioC0D0:      Line=0x1a
Jan 15 21:39:20 syst-All-Series kernel: [   15.626321] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
Jan 15 21:39:20 syst-All-Series kernel: [   15.626358] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
Jan 15 21:39:20 syst-All-Series kernel: [   15.626392] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
Jan 15 21:39:20 syst-All-Series kernel: [   15.626424] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
Jan 15 21:39:20 syst-All-Series kernel: [   15.626462] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
Jan 15 21:39:20 syst-All-Series kernel: [   15.626502] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
Jan 15 21:39:20 syst-All-Series kernel: [   15.627108] input: HDA Intel PCH Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
Jan 15 21:39:20 syst-All-Series kernel: [   15.628855] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
Jan 15 21:39:20 syst-All-Series kernel: [   15.951586] nvidia: module license 'NVIDIA' taints kernel.
Jan 15 21:39:20 syst-All-Series kernel: [   15.951588] Disabling lock debugging due to kernel taint
Jan 15 21:39:20 syst-All-Series kernel: [   15.955372] nvidia: module verification failed: signature and/or  required key missing - tainting kernel
Jan 15 21:39:20 syst-All-Series kernel: [   15.958191] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
Jan 15 21:39:20 syst-All-Series kernel: [   15.958237] nvidia 0000:02:00.0: enabling device (0000 -> 0003)
Jan 15 21:39:20 syst-All-Series kernel: [   15.958262] vgaarb: device changed decodes: PCI:0000:02:00.0,olddecodes=io+mem,decodes=none:owns=none
Jan 15 21:39:20 syst-All-Series kernel: [   15.958361] [drm] Initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 0
Jan 15 21:39:20 syst-All-Series kernel: [   15.958390] [drm] Initialized nvidia-drm 0.0.0 20130102 for 0000:02:00.0 on minor 1
Jan 15 21:39:20 syst-All-Series kernel: [   15.958394] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  331.113  Mon Dec  1 21:08:13 PST 2014
Jan 15 21:39:20 syst-All-Series kernel: [   16.259172] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card2/input14
Jan 15 21:39:20 syst-All-Series kernel: [   16.259221] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card2/input16
Jan 15 21:39:20 syst-All-Series kernel: [   16.259319] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card2/input19
Jan 15 21:39:20 syst-All-Series kernel: [   16.259391] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card2/input21
Jan 15 21:39:20 syst-All-Series kernel: [   16.259625] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15
Jan 15 21:39:20 syst-All-Series kernel: [   16.259729] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
Jan 15 21:39:20 syst-All-Series kernel: [   16.259819] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
Jan 15 21:39:20 syst-All-Series kernel: [   16.259930] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input20
Jan 15 21:39:20 syst-All-Series kernel: [   16.810839] audit: type=1400 audit(1421354358.728:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=562 comm="apparmor_parser"
Jan 15 21:39:20 syst-All-Series kernel: [   16.810843] audit: type=1400 audit(1421354358.728:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=562 comm="apparmor_parser"
Jan 15 21:39:20 syst-All-Series kernel: [   16.810846] audit: type=1400 audit(1421354358.728:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=562 comm="apparmor_parser"
Jan 15 21:39:20 syst-All-Series kernel: [   16.810851] audit: type=1400 audit(1421354358.728:5): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/sbin/dhclient" pid=561 comm="apparmor_parser"
Jan 15 21:39:20 syst-All-Series kernel: [   16.810855] audit: type=1400 audit(1421354358.728:6): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=561 comm="apparmor_parser"
Jan 15 21:39:20 syst-All-Series kernel: [   16.810858] audit: type=1400 audit(1421354358.728:7): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=561 comm="apparmor_parser"
Jan 15 21:39:20 syst-All-Series kernel: [   16.810864] audit: type=1400 audit(1421354358.728:8): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/sbin/dhclient" pid=560 comm="apparmor_parser"
Jan 15 21:39:20 syst-All-Series kernel: [   16.810867] audit: type=1400 audit(1421354358.728:9): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=560 comm="apparmor_parser"
Jan 15 21:39:20 syst-All-Series kernel: [   16.810870] audit: type=1400 audit(1421354358.728:10): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=560 comm="apparmor_parser"
Jan 15 21:39:20 syst-All-Series kernel: [   16.890959] EXT4-fs (sdb7): mounted filesystem with ordered data mode. Opts: (null)
Jan 15 21:39:21 syst-All-Series rsyslogd-2039: Could no open output pipe '/dev/xconsole': No such file or directory [try http://www.rsyslog.com/e/2039 ]
Jan 15 21:39:21 syst-All-Series kernel: [   19.197125] init: failsafe main process (683) killed by TERM signal
Jan 15 21:39:21 syst-All-Series kernel: [   19.785060] keucr: module is from the staging directory, the quality is unknown, you have been warned.
Jan 15 21:39:21 syst-All-Series kernel: [   19.785342] usbcore: registered new interface driver eucr
Jan 15 21:39:21 syst-All-Series dbus[833]: [system] AppArmor D-Bus mediation is enabled
Jan 15 21:39:21 syst-All-Series kernel: [   19.937903] hidraw: raw HID events driver (C) Jiri Kosina
Jan 15 21:39:22 syst-All-Series kernel: [   20.375466] audit: type=1400 audit(1421354362.292:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=840 comm="apparmor_parser"
Jan 15 21:39:23 syst-All-Series kernel: [   21.423023] usbcore: registered new interface driver usbhid
Jan 15 21:39:23 syst-All-Series kernel: [   21.423025] usbhid: USB HID core driver
Jan 15 21:39:23 syst-All-Series kernel: [   21.539125] input: Microsoft Wired Keyboard 600 as /devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.0/0003:045E:0750.0001/input/input22
Jan 15 21:39:23 syst-All-Series kernel: [   21.539228] hid-generic 0003:045E:0750.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsoft Wired Keyboard 600] on usb-0000:00:14.0-9/input0
Jan 15 21:39:23 syst-All-Series kernel: [   21.540543] input: Microsoft Wired Keyboard 600 as /devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.1/0003:045E:0750.0002/input/input23
Jan 15 21:39:23 syst-All-Series kernel: [   21.540598] hid-generic 0003:045E:0750.0002: input,hidraw1: USB HID v1.11 Device [Microsoft Wired Keyboard 600] on usb-0000:00:14.0-9/input1
Jan 15 21:39:23 syst-All-Series kernel: [   21.540667] input: Logitech G500s Laser Gaming Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.0/0003:046D:C24E.0003/input/input24
Jan 15 21:39:23 syst-All-Series kernel: [   21.540725] hid-generic 0003:046D:C24E.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech G500s Laser Gaming Mouse] on usb-0000:00:14.0-10/input0
Jan 15 21:39:23 syst-All-Series kernel: [   21.541773] input: Logitech G500s Laser Gaming Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.1/0003:046D:C24E.0004/input/input25
Jan 15 21:39:23 syst-All-Series kernel: [   21.541851] hid-generic 0003:046D:C24E.0004: input,hiddev0,hidraw3: USB HID v1.11 Keyboard [Logitech G500s Laser Gaming Mouse] on usb-0000:00:14.0-10/input1
Jan 15 21:39:24 syst-All-Series kernel: [   22.761917] init: cups main process (935) killed by HUP signal
Jan 15 21:39:24 syst-All-Series kernel: [   22.761924] init: cups main process ended, respawning
Jan 15 21:39:24 syst-All-Series avahi-daemon[953]: Found user 'avahi' (UID 111) and group 'avahi' (GID 118).
Jan 15 21:39:24 syst-All-Series avahi-daemon[953]: Successfully dropped root privileges.
Jan 15 21:39:24 syst-All-Series avahi-daemon[953]: avahi-daemon 0.6.31 starting up.
Jan 15 21:39:24 syst-All-Series avahi-daemon[953]: Successfully called chroot().
Jan 15 21:39:24 syst-All-Series avahi-daemon[953]: Successfully dropped remaining capabilities.
Jan 15 21:39:24 syst-All-Series avahi-daemon[953]: No service file found in /etc/avahi/services.
Jan 15 21:39:24 syst-All-Series kernel: [   22.803733] Bluetooth: Core ver 2.19
Jan 15 21:39:24 syst-All-Series kernel: [   22.803743] NET: Registered protocol family 31
Jan 15 21:39:24 syst-All-Series kernel: [   22.803744] Bluetooth: HCI device and connection manager initialized
Jan 15 21:39:24 syst-All-Series kernel: [   22.803749] Bluetooth: HCI socket layer initialized
Jan 15 21:39:24 syst-All-Series kernel: [   22.803750] Bluetooth: L2CAP socket layer initialized
Jan 15 21:39:24 syst-All-Series kernel: [   22.803755] Bluetooth: SCO socket layer initialized
Jan 15 21:39:24 syst-All-Series kernel: [   22.805614] Bluetooth: RFCOMM TTY layer initialized
Jan 15 21:39:24 syst-All-Series kernel: [   22.805628] Bluetooth: RFCOMM socket layer initialized
Jan 15 21:39:24 syst-All-Series kernel: [   22.805630] Bluetooth: RFCOMM ver 1.11
Jan 15 21:39:24 syst-All-Series avahi-daemon[953]: Network interface enumeration completed.
Jan 15 21:39:24 syst-All-Series avahi-daemon[953]: Registering HINFO record with values 'X86_64'/'LINUX'.
Jan 15 21:39:24 syst-All-Series avahi-daemon[953]: Server startup complete. Host name is syst-All-Series.local. Local service cookie is 2938863668.
Jan 15 21:39:24 syst-All-Series bluetoothd[957]: Bluetooth daemon 4.101
Jan 15 21:39:25 syst-All-Series bluetoothd[957]: Starting SDP server
Jan 15 21:39:25 syst-All-Series bluetoothd[957]: DIS cannot start: GATT is disabled
Jan 15 21:39:25 syst-All-Series bluetoothd[957]: Failed to init deviceinfo plugin
Jan 15 21:39:25 syst-All-Series bluetoothd[957]: Failed to init proximity plugin
Jan 15 21:39:25 syst-All-Series bluetoothd[957]: Failed to init time plugin
Jan 15 21:39:25 syst-All-Series bluetoothd[957]: Failed to init alert plugin
Jan 15 21:39:25 syst-All-Series bluetoothd[957]: Failed to init thermometer plugin
Jan 15 21:39:25 syst-All-Series bluetoothd[957]: Failed to init gatt_example plugin
Jan 15 21:39:25 syst-All-Series bluetoothd[957]: Bluetooth Management interface initialized
Jan 15 21:39:25 syst-All-Series kernel: [   23.645828] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Jan 15 21:39:25 syst-All-Series kernel: [   23.645831] Bluetooth: BNEP filters: protocol multicast
Jan 15 21:39:25 syst-All-Series kernel: [   23.645838] Bluetooth: BNEP socket layer initialized
Jan 15 21:39:26 syst-All-Series nvidia-persistenced: Started (1150)
Jan 15 21:39:26 syst-All-Series nvidia-persistenced: Failed to query NVIDIA devices. Please ensure that the NVIDIA device files (/dev/nvidia*) exist, and that user 117 has read and write permissions for those files.
Jan 15 21:39:26 syst-All-Series nvidia-persistenced: Shutdown (1150)
Jan 15 21:39:26 syst-All-Series anacron[1156]: Anacron 2.3 started on 2015-01-15
Jan 15 21:39:26 syst-All-Series kernel: [   24.484485] audit_printk_skb: 69 callbacks suppressed
Jan 15 21:39:26 syst-All-Series kernel: [   24.484487] audit: type=1400 audit(1421354366.396:35): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cups-browsed" pid=1167 comm="apparmor_parser"
Jan 15 21:39:26 syst-All-Series acpid: starting up with netlink and the input layer
Jan 15 21:39:26 syst-All-Series cron[1113]: (CRON) INFO (pidfile fd = 3)
Jan 15 21:39:26 syst-All-Series cron[1248]: (CRON) STARTUP (fork ok)
Jan 15 21:39:26 syst-All-Series cron[1248]: (CRON) INFO (Running @reboot jobs)
Jan 15 21:39:26 syst-All-Series ModemManager[907]: <info>  ModemManager (version 1.2.0) starting...
Jan 15 21:39:27 syst-All-Series acpid: 9 rules loaded
Jan 15 21:39:27 syst-All-Series acpid: waiting for events: event logging is off
Jan 15 21:39:27 syst-All-Series anacron[1156]: Normal exit (0 jobs run)
Jan 15 21:39:27 syst-All-Series NetworkManager[1306]: <info> NetworkManager (version 0.9.8.8) is starting...
Jan 15 21:39:27 syst-All-Series NetworkManager[1306]: <info> Read config file /etc/NetworkManager/NetworkManager.conf
Jan 15 21:39:27 syst-All-Series NetworkManager[1306]: <info> WEXT support is enabled
Jan 15 21:39:27 syst-All-Series NetworkManager[1306]: <info> VPN: loaded org.freedesktop.NetworkManager.pptp
Jan 15 21:39:27 syst-All-Series NetworkManager[1306]: <info> DNS: loaded plugin dnsmasq
Jan 15 21:39:27 syst-All-Series dbus[833]: [system] Activating service name='org.freedesktop.PolicyKit1' (using servicehelper)
Jan 15 21:39:30 syst-All-Series polkitd[1315]: started daemon version 0.105 using authority implementation `local' version `0.105'
Jan 15 21:39:30 syst-All-Series dbus[833]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Jan 15 21:39:30 syst-All-Series NetworkManager[1306]:    SCPlugin-Ifupdown: init!
Jan 15 21:39:30 syst-All-Series NetworkManager[1306]:    SCPlugin-Ifupdown: update_system_hostname
Jan 15 21:39:30 syst-All-Series NetworkManager[1306]:       interface-parser: parsing file /etc/network/interfaces
Jan 15 21:39:30 syst-All-Series NetworkManager[1306]:       interface-parser: finished parsing file /etc/network/interfaces
Jan 15 21:39:30 syst-All-Series NetworkManager[1306]:    SCPluginIfupdown: management mode: unmanaged
Jan 15 21:39:30 syst-All-Series NetworkManager[1306]:    SCPlugin-Ifupdown: devices added (path: /sys/devices/pci0000:00/0000:00:19.0/net/eth1, iface: eth1)
Jan 15 21:39:30 syst-All-Series NetworkManager[1306]:    SCPlugin-Ifupdown: device added (path: /sys/devices/pci0000:00/0000:00:19.0/net/eth1, iface: eth1): no ifupdown configuration found.
Jan 15 21:39:30 syst-All-Series NetworkManager[1306]:    SCPlugin-Ifupdown: devices added (path: /sys/devices/pci0000:00/0000:00:1c.3/0000:05:00.0/0000:06:05.0/0000:09:00.0/net/eth0, iface: eth0)
Jan 15 21:39:30 syst-All-Series NetworkManager[1306]:    SCPlugin-Ifupdown: device added (path: /sys/devices/pci0000:00/0000:00:1c.3/0000:05:00.0/0000:06:05.0/0000:09:00.0/net/eth0, iface: eth0): no ifupdown configuration found.
Jan 15 21:39:30 syst-All-Series NetworkManager[1306]:    SCPlugin-Ifupdown: devices added (path: /sys/devices/virtual/net/lo, iface: lo)
Jan 15 21:39:30 syst-All-Series NetworkManager[1306]:    SCPlugin-Ifupdown: device added (path: /sys/devices/virtual/net/lo, iface: lo): no ifupdown configuration found.
Jan 15 21:39:30 syst-All-Series NetworkManager[1306]:    SCPlugin-Ifupdown: end _init.
Jan 15 21:39:30 syst-All-Series NetworkManager[1306]: <info> Loaded plugin ifupdown: (C) 2008 Canonical Ltd.  To report bugs please use the NetworkManager mailing list.
Jan 15 21:39:30 syst-All-Series NetworkManager[1306]: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
Jan 15 21:39:30 syst-All-Series NetworkManager[1306]:    SCPlugin-Ofono: Acquired D-Bus service com.canonical.NMOfono
Jan 15 21:39:30 syst-All-Series NetworkManager[1306]:    SCPlugin-Ofono: init!
Jan 15 21:39:30 syst-All-Series NetworkManager[1306]:    SCPlugin-Ofono: end _init.
Jan 15 21:39:30 syst-All-Series NetworkManager[1306]: <info> Loaded plugin (null): (null)
Jan 15 21:39:30 syst-All-Series NetworkManager[1306]:    Ifupdown: get unmanaged devices count: 0
Jan 15 21:39:30 syst-All-Series NetworkManager[1306]:    SCPlugin-Ifupdown: (25566992) ... get_connections.
Jan 15 21:39:30 syst-All-Series NetworkManager[1306]:    SCPlugin-Ifupdown: (25566992) ... get_connections (managed=false): return empty list.
Jan 15 21:39:30 syst-All-Series NetworkManager[1306]:    SCPlugin-Ofono: (16672) ... get_connections.
Jan 15 21:39:30 syst-All-Series NetworkManager[1306]:    SCPlugin-Ofono: (16672) connections count: 0
Jan 15 21:39:30 syst-All-Series NetworkManager[1306]:    Ifupdown: get unmanaged devices count: 0
Jan 15 21:39:30 syst-All-Series dbus[833]: [system] Activating service name='org.freedesktop.login1' (using servicehelper)
Jan 15 21:39:30 syst-All-Series dbus[833]: [system] Activating service name='org.freedesktop.systemd1' (using servicehelper)
Jan 15 21:39:31 syst-All-Series dbus[833]: [system] Successfully activated service 'org.freedesktop.systemd1'
Jan 15 21:39:31 syst-All-Series dbus[833]: [system] Successfully activated service 'org.freedesktop.login1'
Jan 15 21:39:31 syst-All-Series NetworkManager[1306]: <info> monitoring kernel firmware directory '/lib/firmware'.
Jan 15 21:39:31 syst-All-Series NetworkManager[1306]: <info> WiFi enabled by radio killswitch; enabled by state file
Jan 15 21:39:31 syst-All-Series NetworkManager[1306]: <info> WWAN enabled by radio killswitch; enabled by state file
Jan 15 21:39:31 syst-All-Series NetworkManager[1306]: <info> WiMAX enabled by radio killswitch; enabled by state file
Jan 15 21:39:31 syst-All-Series NetworkManager[1306]: <info> Networking is enabled by state file
Jan 15 21:39:31 syst-All-Series NetworkManager[1306]: <warn> failed to allocate link cache: (-26) Protocol mismatch
Jan 15 21:39:31 syst-All-Series NetworkManager[1306]: <info> (eth1): carrier is OFF
Jan 15 21:39:31 syst-All-Series NetworkManager[1306]: <info> (eth1): new Ethernet device (driver: 'e1000e' ifindex: 3)
Jan 15 21:39:31 syst-All-Series NetworkManager[1306]: <info> (eth1): exported as /org/freedesktop/NetworkManager/Devices/0
Jan 15 21:39:31 syst-All-Series NetworkManager[1306]: <info> (eth1): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Jan 15 21:39:31 syst-All-Series NetworkManager[1306]: <info> (eth1): bringing up device.
Jan 15 21:39:31 syst-All-Series kernel: [   29.456106] e1000e 0000:00:19.0: irq 54 for MSI/MSI-X
Jan 15 21:39:31 syst-All-Series NetworkManager[1306]: <info> (eth1): preparing device.
Jan 15 21:39:31 syst-All-Series NetworkManager[1306]: <info> (eth1): deactivating device (reason 'managed') [2]
Jan 15 21:39:31 syst-All-Series NetworkManager[1306]: <info> Added default wired connection 'Connexion filaire 1' for /sys/devices/pci0000:00/0000:00:19.0/net/eth1
Jan 15 21:39:31 syst-All-Series NetworkManager[1306]: <warn> failed to allocate link cache: (-26) Protocol mismatch
Jan 15 21:39:31 syst-All-Series NetworkManager[1306]: <info> (eth0): carrier is OFF
Jan 15 21:39:31 syst-All-Series NetworkManager[1306]: <info> (eth0): new Ethernet device (driver: 'r8169' ifindex: 2)
Jan 15 21:39:31 syst-All-Series NetworkManager[1306]: <info> (eth0): exported as /org/freedesktop/NetworkManager/Devices/1
Jan 15 21:39:31 syst-All-Series NetworkManager[1306]: <info> (eth0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Jan 15 21:39:31 syst-All-Series NetworkManager[1306]: <info> (eth0): bringing up device.
Jan 15 21:39:31 syst-All-Series kernel: [   29.558629] e1000e 0000:00:19.0: irq 54 for MSI/MSI-X
Jan 15 21:39:31 syst-All-Series kernel: [   29.558705] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
Jan 15 21:39:32 syst-All-Series NetworkManager[1306]: <info> (eth0): preparing device.
Jan 15 21:39:32 syst-All-Series NetworkManager[1306]: <info> (eth0): deactivating device (reason 'managed') [2]
Jan 15 21:39:32 syst-All-Series NetworkManager[1306]: <info> Added default wired connection 'Connexion filaire 2' for /sys/devices/pci0000:00/0000:00:1c.3/0000:05:00.0/0000:06:05.0/0000:09:00.0/net/eth0
Jan 15 21:39:32 syst-All-Series NetworkManager[1306]: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring...
Jan 15 21:39:32 syst-All-Series NetworkManager[1306]: <warn> /sys/devices/virtual/net/lo: couldn't determine device driver; ignoring...
Jan 15 21:39:32 syst-All-Series NetworkManager[1306]: <info> urfkill disappeared from the bus
Jan 15 21:39:32 syst-All-Series kernel: [   30.589593] r8169 0000:09:00.0 eth0: link down
Jan 15 21:39:32 syst-All-Series kernel: [   30.589626] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Jan 15 21:39:32 syst-All-Series NetworkManager[1306]: <info> ModemManager available in the bus
Jan 15 21:39:32 syst-All-Series ModemManager[907]: <warn>  Couldn't find support for device at '/sys/devices/pci0000:00/0000:00:19.0': not supported by any plugin
Jan 15 21:39:32 syst-All-Series ModemManager[907]: <warn>  Couldn't find support for device at '/sys/devices/pci0000:00/0000:00:1c.3/0000:05:00.0/0000:06:05.0/0000:09:00.0': not supported by any plugin
Jan 15 21:39:34 syst-All-Series NetworkManager[1306]: <info> (eth1): carrier now ON (device state 20)
Jan 15 21:39:34 syst-All-Series NetworkManager[1306]: <info> (eth1): device state change: unavailable -> disconnected (reason 'carrier-changed') [20 30 40]
Jan 15 21:39:34 syst-All-Series NetworkManager[1306]: <info> Auto-activating connection 'Connexion filaire 1'.
Jan 15 21:39:34 syst-All-Series NetworkManager[1306]: <info> Activation (eth1) starting connection 'Connexion filaire 1'
Jan 15 21:39:34 syst-All-Series NetworkManager[1306]: <info> (eth1): device state change: disconnected -> prepare (reason 'none') [30 40 0]
Jan 15 21:39:34 syst-All-Series NetworkManager[1306]: <info> NetworkManager state is now CONNECTING
Jan 15 21:39:34 syst-All-Series NetworkManager[1306]: <info> Activation (eth1) Stage 1 of 5 (Device Prepare) scheduled...
Jan 15 21:39:34 syst-All-Series NetworkManager[1306]: <info> Activation (eth1) Stage 1 of 5 (Device Prepare) started...
Jan 15 21:39:34 syst-All-Series NetworkManager[1306]: <info> Activation (eth1) Stage 2 of 5 (Device Configure) scheduled...
Jan 15 21:39:34 syst-All-Series NetworkManager[1306]: <info> Activation (eth1) Stage 1 of 5 (Device Prepare) complete.
Jan 15 21:39:34 syst-All-Series NetworkManager[1306]: <info> Activation (eth1) Stage 2 of 5 (Device Configure) starting...
Jan 15 21:39:34 syst-All-Series NetworkManager[1306]: <info> (eth1): device state change: prepare -> config (reason 'none') [40 50 0]
Jan 15 21:39:34 syst-All-Series NetworkManager[1306]: <info> Activation (eth1) Stage 2 of 5 (Device Configure) successful.
Jan 15 21:39:34 syst-All-Series NetworkManager[1306]: <info> Activation (eth1) Stage 3 of 5 (IP Configure Start) scheduled.
Jan 15 21:39:34 syst-All-Series NetworkManager[1306]: <info> Activation (eth1) Stage 2 of 5 (Device Configure) complete.
Jan 15 21:39:34 syst-All-Series NetworkManager[1306]: <info> Activation (eth1) Stage 3 of 5 (IP Configure Start) started...
Jan 15 21:39:34 syst-All-Series NetworkManager[1306]: <info> (eth1): device state change: config -> ip-config (reason 'none') [50 70 0]
Jan 15 21:39:34 syst-All-Series kernel: [   32.418693] e1000e: eth1 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
Jan 15 21:39:34 syst-All-Series kernel: [   32.418696] e1000e 0000:00:19.0 eth1: 10/100 speed: disabling TSO
Jan 15 21:39:34 syst-All-Series kernel: [   32.418722] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
Jan 15 21:39:34 syst-All-Series NetworkManager[1306]: <info> Activation (eth1) Beginning DHCPv4 transaction (timeout in 45 seconds)
Jan 15 21:39:34 syst-All-Series NetworkManager[1306]: <info> dhclient started with pid 1529
Jan 15 21:39:34 syst-All-Series NetworkManager[1306]: <info> Activation (eth1) Beginning IP6 addrconf.
Jan 15 21:39:34 syst-All-Series NetworkManager[1306]: <info> Activation (eth1) Stage 3 of 5 (IP Configure Start) complete.
Jan 15 21:39:35 syst-All-Series dhclient: Internet Systems Consortium DHCP Client 4.2.4
Jan 15 21:39:35 syst-All-Series dhclient: Copyright 2004-2012 Internet Systems Consortium.
Jan 15 21:39:35 syst-All-Series dhclient: All rights reserved.
Jan 15 21:39:35 syst-All-Series dhclient: For info, please visit https://www.isc.org/software/dhcp/
Jan 15 21:39:35 syst-All-Series dhclient: 
Jan 15 21:39:35 syst-All-Series NetworkManager[1306]: <info> (eth1): DHCPv4 state changed nbi -> preinit
Jan 15 21:39:35 syst-All-Series dhclient: Listening on LPF/eth1/ac:22:0b:ca:79:6f
Jan 15 21:39:35 syst-All-Series dhclient: Sending on   LPF/eth1/ac:22:0b:ca:79:6f
Jan 15 21:39:35 syst-All-Series dhclient: Sending on   Socket/fallback
Jan 15 21:39:35 syst-All-Series dhclient: DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 3 (xid=0x3138b4c8)
Jan 15 21:39:35 syst-All-Series dhclient: DHCPREQUEST of 192.168.1.31 on eth1 to 255.255.255.255 port 67 (xid=0x3138b4c8)
Jan 15 21:39:35 syst-All-Series dhclient: DHCPOFFER of 192.168.1.31 from 192.168.1.1
Jan 15 21:39:35 syst-All-Series dhclient: DHCPACK of 192.168.1.31 from 192.168.1.1
Jan 15 21:39:35 syst-All-Series dhclient: bound to 192.168.1.31 -- renewal in 1414 seconds.
Jan 15 21:39:35 syst-All-Series NetworkManager[1306]: <info> (eth1): DHCPv4 state changed preinit -> bound
Jan 15 21:39:35 syst-All-Series NetworkManager[1306]: <info>   address 192.168.1.31
Jan 15 21:39:35 syst-All-Series NetworkManager[1306]: <info>   prefix 24 (255.255.255.0)
Jan 15 21:39:35 syst-All-Series NetworkManager[1306]: <info>   gateway 192.168.1.1
Jan 15 21:39:35 syst-All-Series NetworkManager[1306]: <info>   nameserver '192.168.1.1'
Jan 15 21:39:35 syst-All-Series NetworkManager[1306]: <info>   domain name 'home'
Jan 15 21:39:35 syst-All-Series NetworkManager[1306]: <info> Activation (eth1) Stage 5 of 5 (IPv4 Configure Commit) scheduled...
Jan 15 21:39:35 syst-All-Series NetworkManager[1306]: <info> Activation (eth1) Stage 5 of 5 (IPv4 Commit) started...
Jan 15 21:39:35 syst-All-Series avahi-daemon[953]: Joining mDNS multicast group on interface eth1.IPv4 with address 192.168.1.31.
Jan 15 21:39:35 syst-All-Series avahi-daemon[953]: New relevant interface eth1.IPv4 for mDNS.
Jan 15 21:39:35 syst-All-Series avahi-daemon[953]: Registering new address record for 192.168.1.31 on eth1.IPv4.
Jan 15 21:39:36 syst-All-Series avahi-daemon[953]: Joining mDNS multicast group on interface eth1.IPv6 with address fe80::ae22:bff:feca:796f.
Jan 15 21:39:36 syst-All-Series avahi-daemon[953]: New relevant interface eth1.IPv6 for mDNS.
Jan 15 21:39:36 syst-All-Series avahi-daemon[953]: Registering new address record for fe80::ae22:bff:feca:796f on eth1.*.
Jan 15 21:39:36 syst-All-Series NetworkManager[1306]: <info> (eth1): device state change: ip-config -> secondaries (reason 'none') [70 90 0]
Jan 15 21:39:36 syst-All-Series NetworkManager[1306]: <info> Activation (eth1) Stage 5 of 5 (IPv4 Commit) complete.
Jan 15 21:39:36 syst-All-Series NetworkManager[1306]: <info> (eth1): device state change: secondaries -> activated (reason 'none') [90 100 0]
Jan 15 21:39:36 syst-All-Series NetworkManager[1306]: <info> NetworkManager state is now CONNECTED_GLOBAL
Jan 15 21:39:36 syst-All-Series NetworkManager[1306]: <info> Policy set 'Connexion filaire 1' (eth1) as default for IPv4 routing and DNS.
Jan 15 21:39:36 syst-All-Series NetworkManager[1306]: <info> DNS: starting dnsmasq...
Jan 15 21:39:36 syst-All-Series NetworkManager[1306]: <warn> dnsmasq not available on the bus, can't update servers.
Jan 15 21:39:36 syst-All-Series NetworkManager[1306]: <error> [1421354376.877264] [nm-dns-dnsmasq.c:396] update(): dnsmasq owner not found on bus: Could not get owner of name 'org.freedesktop.NetworkManager.dnsmasq': no such name
Jan 15 21:39:36 syst-All-Series NetworkManager[1306]: <warn> DNS: plugin dnsmasq update failed
Jan 15 21:39:36 syst-All-Series NetworkManager[1306]: <info> Writing DNS information to /sbin/resolvconf
Jan 15 21:39:37 syst-All-Series postfix/master[1574]: daemon started -- version 2.11.1, configuration /etc/postfix
Jan 15 21:39:37 syst-All-Series dnsmasq[1573]: démarrage avec le cache désactivé (version 2.71)
Jan 15 21:39:37 syst-All-Series dnsmasq[1573]: options à la compilation : IPv6 GNU-getopt DBus i18n IDN DHCP DHCPv6 no-Lua TFTP conntrack ipset auth DNSSEC
Jan 15 21:39:37 syst-All-Series dnsmasq[1573]: Support DBus autorisé : connecté au bus système
Jan 15 21:39:37 syst-All-Series dnsmasq[1573]: attention : aucun serveur amont n'est configuré
Jan 15 21:39:37 syst-All-Series avahi-daemon[953]: Leaving mDNS multicast group on interface eth1.IPv6 with address fe80::ae22:bff:feca:796f.
Jan 15 21:39:37 syst-All-Series avahi-daemon[953]: Joining mDNS multicast group on interface eth1.IPv6 with address 2a02:a03f:1f2a:6e00:ae22:bff:feca:796f.
Jan 15 21:39:37 syst-All-Series avahi-daemon[953]: Registering new address record for 2a02:a03f:1f2a:6e00:ae22:bff:feca:796f on eth1.*.
Jan 15 21:39:37 syst-All-Series avahi-daemon[953]: Withdrawing address record for fe80::ae22:bff:feca:796f on eth1.
Jan 15 21:39:37 syst-All-Series postfix/master[1574]: reload -- version 2.11.1, configuration /etc/postfix
Jan 15 21:39:37 syst-All-Series NetworkManager[1306]: <info> Activation (eth1) successful, device activated.
Jan 15 21:39:37 syst-All-Series dbus[833]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Jan 15 21:39:37 syst-All-Series NetworkManager[1306]: <warn> dnsmasq appeared on DBus: :1.15
Jan 15 21:39:37 syst-All-Series NetworkManager[1306]: <info> Writing DNS information to /sbin/resolvconf
Jan 15 21:39:37 syst-All-Series dnsmasq[1573]: configuration des serveurs amonts à partir de DBus
Jan 15 21:39:37 syst-All-Series dnsmasq[1573]: utilise le serveur de nom 192.168.1.1#53
Jan 15 21:39:37 syst-All-Series NetworkManager[1306]: <info> Activation (eth1) Stage 5 of 5 (IPv6 Commit) scheduled...
Jan 15 21:39:37 syst-All-Series NetworkManager[1306]: <info> Activation (eth1) Stage 5 of 5 (IPv6 Commit) started...
Jan 15 21:39:38 syst-All-Series dbus[833]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jan 15 21:39:38 syst-All-Series avahi-daemon[953]: Registering new address record for 2a02:a03f:1f2a:6e00:5d73:9f6:7573:77cf on eth1.*.
Jan 15 21:39:38 syst-All-Series dbus[833]: [system] Activating service name='org.freedesktop.Accounts' (using servicehelper)
Jan 15 21:39:38 syst-All-Series NetworkManager[1306]: <info> Policy set 'Connexion filaire 1' (eth1) as default for IPv6 routing and DNS.
Jan 15 21:39:38 syst-All-Series NetworkManager[1306]: <info> Activation (eth1) Stage 5 of 5 (IPv6 Commit) complete.
Jan 15 21:39:39 syst-All-Series accounts-daemon[1900]: started daemon version 0.6.37
Jan 15 21:39:39 syst-All-Series dbus[833]: [system] Successfully activated service 'org.freedesktop.Accounts'
Jan 15 21:39:41 syst-All-Series kernel: [   39.576509] nvidia 0000:01:00.0: irq 58 for MSI/MSI-X
Jan 15 21:39:41 syst-All-Series nvidia-persistenced: Started (1929)
Jan 15 21:39:41 syst-All-Series NetworkManager[1306]: <info> WiFi hardware radio set enabled
Jan 15 21:39:42 syst-All-Series kernel: [   40.232430] nvidia 0000:02:00.0: irq 59 for MSI/MSI-X
Jan 15 21:39:42 syst-All-Series acpid: client connected from 1897[0:0]
Jan 15 21:39:42 syst-All-Series acpid: 1 client rule loaded
Jan 15 21:39:42 syst-All-Series kernel: [   40.991257] init: plymouth-upstart-bridge main process ended, respawning
Jan 15 21:39:43 syst-All-Series dbus[833]: [system] Activating service name='org.freedesktop.systemd1' (using servicehelper)
Jan 15 21:39:43 syst-All-Series dbus[833]: [system] Successfully activated service 'org.freedesktop.systemd1'
Jan 15 21:39:47 syst-All-Series dbus[833]: [system] Activating service name='org.freedesktop.RealtimeKit1' (using servicehelper)
Jan 15 21:39:47 syst-All-Series dbus[833]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Jan 15 21:39:47 syst-All-Series rtkit-daemon[2136]: Successfully called chroot.
Jan 15 21:39:47 syst-All-Series rtkit-daemon[2136]: Successfully dropped privileges.
Jan 15 21:39:47 syst-All-Series rtkit-daemon[2136]: Successfully limited resources.
Jan 15 21:39:47 syst-All-Series rtkit-daemon[2136]: Running.
Jan 15 21:39:47 syst-All-Series rtkit-daemon[2136]: Canary thread running.
Jan 15 21:39:47 syst-All-Series rtkit-daemon[2136]: Watchdog thread running.
Jan 15 21:39:47 syst-All-Series rtkit-daemon[2136]: Successfully made thread 2134 of process 2134 (n/a) owned by '112' high priority at nice level -11.
Jan 15 21:39:47 syst-All-Series rtkit-daemon[2136]: Supervising 1 threads of 1 processes of 1 users.
Jan 15 21:39:48 syst-All-Series dbus[833]: [system] Activating service name='org.freedesktop.UPower' (using servicehelper)
Jan 15 21:39:48 syst-All-Series dbus[833]: [system] Successfully activated service 'org.freedesktop.UPower'
Jan 15 21:39:48 syst-All-Series dbus[833]: [system] Activating service name='org.freedesktop.ColorManager' (using servicehelper)
Jan 15 21:39:48 syst-All-Series anacron[2313]: Anacron 2.3 started on 2015-01-15
Jan 15 21:39:48 syst-All-Series anacron[2313]: Normal exit (0 jobs run)
Jan 15 21:39:48 syst-All-Series rtkit-daemon[2136]: Successfully made thread 2319 of process 2134 (n/a) owned by '112' RT at priority 5.
Jan 15 21:39:48 syst-All-Series rtkit-daemon[2136]: Supervising 2 threads of 1 processes of 1 users.
Jan 15 21:39:49 syst-All-Series colord: Using mapping database file /var/lib/colord/mapping.db
Jan 15 21:39:49 syst-All-Series colord: Using device database file /var/lib/colord/storage.db
Jan 15 21:39:49 syst-All-Series colord: Using profile database file /var/lib/colord/storage.db
Jan 15 21:39:49 syst-All-Series colord: loaded plugin libcd_plugin_camera.so
Jan 15 21:39:49 syst-All-Series colord: loaded plugin libcd_plugin_sane.so
Jan 15 21:39:49 syst-All-Series colord: loaded plugin libcd_plugin_scanner.so
Jan 15 21:39:49 syst-All-Series colord: Daemon ready for requests
Jan 15 21:39:49 syst-All-Series dbus[833]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Jan 15 21:39:49 syst-All-Series colord: Device added: xrandr-Aculab Ltd-DIGITAL
Jan 15 21:39:49 syst-All-Series colord: Automatic metadata add icc-df1364d8693f9554d2433129b752bd2a to xrandr-Aculab Ltd-DIGITAL
Jan 15 21:39:49 syst-All-Series colord: Profile added: icc-df1364d8693f9554d2433129b752bd2a
Jan 15 21:39:51 syst-All-Series rtkit-daemon[2136]: Successfully made thread 2446 of process 2134 (n/a) owned by '112' RT at priority 5.
Jan 15 21:39:51 syst-All-Series rtkit-daemon[2136]: Supervising 3 threads of 1 processes of 1 users.
Jan 15 21:39:51 syst-All-Series rtkit-daemon[2136]: Successfully made thread 2447 of process 2134 (n/a) owned by '112' RT at priority 5.
Jan 15 21:39:51 syst-All-Series rtkit-daemon[2136]: Supervising 4 threads of 1 processes of 1 users.
Jan 15 21:39:51 syst-All-Series rtkit-daemon[2136]: Successfully made thread 2448 of process 2134 (n/a) owned by '112' RT at priority 5.
Jan 15 21:39:51 syst-All-Series rtkit-daemon[2136]: Supervising 5 threads of 1 processes of 1 users.
Jan 15 21:39:51 syst-All-Series rtkit-daemon[2136]: Successfully made thread 2450 of process 2450 (n/a) owned by '112' high priority at nice level -11.
Jan 15 21:39:51 syst-All-Series rtkit-daemon[2136]: Supervising 6 threads of 2 processes of 1 users.
Jan 15 21:39:51 syst-All-Series pulseaudio[2450]: [pulseaudio] pid.c: Daemon already running.
Jan 15 21:39:54 syst-All-Series kernel: [   52.615596] audit: type=1400 audit(1421354394.504:36): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=2515 comm="apparmor_parser"
Jan 15 21:39:54 syst-All-Series kernel: [   52.615600] audit: type=1400 audit(1421354394.504:37): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=2515 comm="apparmor_parser"
Jan 15 21:39:54 syst-All-Series kernel: [   52.631027] audit: type=1400 audit(1421354394.520:38): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="third_party" pid=2515 comm="apparmor_parser"
Jan 15 21:39:54 syst-All-Series colord: Profile added: Canon-MX430-series-Gray..
Jan 15 21:39:54 syst-All-Series colord: Profile added: Canon-MX430-series-RGB..
Jan 15 21:39:54 syst-All-Series colord: Device added: cups-Canon-MX430-series
Jan 15 21:39:57 syst-All-Series kernel: [   56.082040] sound hdaudioC1D0: hda-codec: out of range cmd 0:4:707:ffffffbf
Jan 15 21:40:51 syst-All-Series colord: device removed: xrandr-Aculab Ltd-DIGITAL
Jan 15 21:40:51 syst-All-Series colord: Profile removed: icc-df1364d8693f9554d2433129b752bd2a
Jan 15 21:40:51 syst-All-Series dbus[833]: [system] Activating service name='org.freedesktop.systemd1' (using servicehelper)
Jan 15 21:40:51 syst-All-Series dbus[833]: [system] Successfully activated service 'org.freedesktop.systemd1'
Jan 15 21:41:08 syst-All-Series dbus[833]: [system] Activating service name='org.freedesktop.UDisks2' (using servicehelper)
Jan 15 21:41:08 syst-All-Series udisksd[2756]: udisks daemon version 2.1.3 starting
Jan 15 21:41:09 syst-All-Series dbus[833]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Jan 15 21:41:09 syst-All-Series udisksd[2756]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Jan 15 21:41:19 syst-All-Series dbus[833]: [system] Activating service name='org.freedesktop.hostname1' (using servicehelper)
Jan 15 21:41:19 syst-All-Series dbus[833]: [system] Successfully activated service 'org.freedesktop.hostname1'
Jan 15 21:41:19 syst-All-Series kernel: [  137.782369] systemd-hostnamed[2833]: Warning: nss-myhostname is not installed. Changing the local hostname might make it unresolveable. Please install nss-myhostname!
Jan 15 21:43:54 syst-All-Series rtkit-daemon[2136]: Successfully made thread 3297 of process 3297 (n/a) owned by '1000' high priority at nice level -11.
Jan 15 21:43:54 syst-All-Series rtkit-daemon[2136]: Supervising 1 threads of 1 processes of 1 users.
Jan 15 21:43:58 syst-All-Series kernel: [  296.930821] sound hdaudioC1D0: hda-codec: out of range cmd 0:5:707:ffffffff
Jan 15 21:44:00 syst-All-Series kernel: [  299.052696] sound hdaudioC1D0: hda-codec: out of range cmd 0:6:707:ffffffff
Jan 15 21:44:01 syst-All-Series rtkit-daemon[2136]: Successfully made thread 3312 of process 3297 (n/a) owned by '1000' RT at priority 5.
Jan 15 21:44:01 syst-All-Series rtkit-daemon[2136]: Supervising 2 threads of 1 processes of 1 users.
Jan 15 21:44:07 syst-All-Series rtkit-daemon[2136]: Successfully made thread 3325 of process 3297 (n/a) owned by '1000' RT at priority 5.
Jan 15 21:44:07 syst-All-Series rtkit-daemon[2136]: Supervising 3 threads of 1 processes of 1 users.
Jan 15 21:44:07 syst-All-Series rtkit-daemon[2136]: Successfully made thread 3326 of process 3297 (n/a) owned by '1000' RT at priority 5.
Jan 15 21:44:07 syst-All-Series rtkit-daemon[2136]: Supervising 4 threads of 1 processes of 1 users.
Jan 15 21:44:07 syst-All-Series rtkit-daemon[2136]: Successfully made thread 3327 of process 3297 (n/a) owned by '1000' RT at priority 5.
Jan 15 21:44:07 syst-All-Series rtkit-daemon[2136]: Supervising 5 threads of 1 processes of 1 users.
Jan 15 22:03:09 syst-All-Series dhclient: DHCPREQUEST of 192.168.1.31 on eth1 to 192.168.1.1 port 67 (xid=0x3138b4c8)
Jan 15 22:03:09 syst-All-Series dhclient: DHCPACK of 192.168.1.31 from 192.168.1.1
Jan 15 22:03:09 syst-All-Series dhclient: bound to 192.168.1.31 -- renewal in 1446 seconds.
Jan 15 22:03:09 syst-All-Series NetworkManager[1306]: <info> (eth1): DHCPv4 state changed bound -> renew
Jan 15 22:03:09 syst-All-Series NetworkManager[1306]: <info>   address 192.168.1.31
Jan 15 22:03:09 syst-All-Series NetworkManager[1306]: <info>   prefix 24 (255.255.255.0)
Jan 15 22:03:09 syst-All-Series NetworkManager[1306]: <info>   gateway 192.168.1.1
Jan 15 22:03:09 syst-All-Series NetworkManager[1306]: <info>   nameserver '192.168.1.1'
Jan 15 22:03:09 syst-All-Series NetworkManager[1306]: <info>   domain name 'home'
Jan 15 22:03:09 syst-All-Series dbus[833]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Jan 15 22:03:09 syst-All-Series dbus[833]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jan 15 22:17:01 syst-All-Series CRON[7572]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Jan 15 22:27:15 syst-All-Series dhclient: DHCPREQUEST of 192.168.1.31 on eth1 to 192.168.1.1 port 67 (xid=0x3138b4c8)
Jan 15 22:27:15 syst-All-Series dhclient: DHCPACK of 192.168.1.31 from 192.168.1.1
Jan 15 22:27:15 syst-All-Series dhclient: bound to 192.168.1.31 -- renewal in 1572 seconds.
Jan 15 22:27:15 syst-All-Series NetworkManager[1306]: <info> (eth1): DHCPv4 state changed renew -> renew
Jan 15 22:27:15 syst-All-Series NetworkManager[1306]: <info>   address 192.168.1.31
Jan 15 22:27:15 syst-All-Series NetworkManager[1306]: <info>   prefix 24 (255.255.255.0)
Jan 15 22:27:15 syst-All-Series NetworkManager[1306]: <info>   gateway 192.168.1.1
Jan 15 22:27:15 syst-All-Series NetworkManager[1306]: <info>   nameserver '192.168.1.1'
Jan 15 22:27:15 syst-All-Series NetworkManager[1306]: <info>   domain name 'home'
Jan 15 22:27:15 syst-All-Series dbus[833]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
Jan 15 22:27:15 syst-All-Series dbus[833]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'

xorg.0.log

[    38.138] 
X.Org X Server 1.16.0
Release Date: 2014-07-16
[    38.138] X Protocol Version 11, Revision 0
[    38.138] Build Operating System: Linux 3.2.0-54-generic x86_64 Ubuntu
[    38.138] Current Operating System: Linux syst-All-Series 3.16.0-25-generic #33-Ubuntu SMP Tue Nov 4 12:06:54 UTC 2014 x86_64
[    38.138] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-25-generic root=UUID=cf2a81ce-bf1d-4e13-9275-94832819ed67 ro quiet splash
[    38.138] Build Date: 09 December 2014  11:01:03PM
[    38.138] xorg-server 2:1.16.0-1ubuntu1.2 (For technical support please see http://www.ubuntu.com/support) 
[    38.138] Current version of pixman: 0.32.4
[    38.138] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    38.138] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    38.138] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jan 15 21:39:40 2015
[    38.177] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    38.198] (==) No Layout section.  Using the first Screen section.
[    38.198] (==) No screen section available. Using defaults.
[    38.198] (**) |-->Screen "Default Screen Section" (0)
[    38.198] (**) |   |-->Monitor "<default monitor>"
[    38.230] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    38.230] (==) Automatically adding devices
[    38.230] (==) Automatically enabling devices
[    38.230] (==) Automatically adding GPU devices
[    38.230] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    38.230] 	Entry deleted from font path.
[    38.230] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    38.230] 	Entry deleted from font path.
[    38.230] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    38.230] 	Entry deleted from font path.
[    38.230] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    38.230] 	Entry deleted from font path.
[    38.230] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    38.230] 	Entry deleted from font path.
[    38.230] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/Type1,
	built-ins
[    38.230] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[    38.230] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    38.231] (II) Loader magic: 0x7f1f5ef18d80
[    38.231] (II) Module ABI versions:
[    38.231] 	X.Org ANSI C Emulation: 0.4
[    38.231] 	X.Org Video Driver: 18.0
[    38.231] 	X.Org XInput driver : 21.0
[    38.231] 	X.Org Server Extension : 8.0
[    38.231] (II) xfree86: Adding drm device (/dev/dri/card0)
[    38.231] (II) xfree86: Adding drm device (/dev/dri/card1)
[    38.232] (--) PCI:*(0:1:0:0) 10de:1187:1043:847a rev 161, Mem @ 0xf6000000/16777216, 0xe8000000/134217728, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[    38.232] (--) PCI: (0:2:0:0) 10de:1187:1043:847a rev 161, Mem @ 0xf4000000/16777216, 0xd8000000/134217728, 0xe0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
[    38.250] (WW) "glamoregl" will not be loaded unless you've specified it to be loaded elsewhere.
[    38.250] (II) "glx" will be loaded by default.
[    38.250] (WW) "xmir" is not to be loaded by default. Skipping.
[    38.250] (II) LoadModule: "glx"
[    38.250] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so
[    39.272] (II) Module glx: vendor="NVIDIA Corporation"
[    39.272] 	compiled for 4.0.2, module version = 1.0.0
[    39.272] 	Module class: X.Org Server Extension
[    39.272] (II) NVIDIA GLX Module  331.113  Mon Dec  1 20:24:35 PST 2014
[    39.272] (==) Matched nvidia as autoconfigured driver 0
[    39.272] (==) Matched nouveau as autoconfigured driver 1
[    39.272] (==) Matched nvidia as autoconfigured driver 2
[    39.272] (==) Matched nouveau as autoconfigured driver 3
[    39.273] (==) Matched nvidia as autoconfigured driver 4
[    39.273] (==) Matched nouveau as autoconfigured driver 5
[    39.273] (==) Matched modesetting as autoconfigured driver 6
[    39.273] (==) Matched fbdev as autoconfigured driver 7
[    39.273] (==) Matched vesa as autoconfigured driver 8
[    39.273] (==) Assigned the driver to the xf86ConfigLayout
[    39.273] (II) LoadModule: "nvidia"
[    39.273] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so
[    39.273] (II) Module nvidia: vendor="NVIDIA Corporation"
[    39.273] 	compiled for 4.0.2, module version = 1.0.0
[    39.273] 	Module class: X.Org Video Driver
[    39.273] (II) LoadModule: "nouveau"
[    39.273] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    39.292] (II) Module nouveau: vendor="X.Org Foundation"
[    39.292] 	compiled for 1.16.0, module version = 1.0.11
[    39.292] 	Module class: X.Org Video Driver
[    39.292] 	ABI class: X.Org Video Driver, version 18.0
[    39.292] (II) LoadModule: "modesetting"
[    39.292] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    39.292] (II) Module modesetting: vendor="X.Org Foundation"
[    39.292] 	compiled for 1.16.0, module version = 0.9.0
[    39.292] 	Module class: X.Org Video Driver
[    39.292] 	ABI class: X.Org Video Driver, version 18.0
[    39.292] (II) LoadModule: "fbdev"
[    39.292] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    39.292] (II) Module fbdev: vendor="X.Org Foundation"
[    39.292] 	compiled for 1.16.0, module version = 0.4.4
[    39.292] 	Module class: X.Org Video Driver
[    39.292] 	ABI class: X.Org Video Driver, version 18.0
[    39.292] (II) LoadModule: "vesa"
[    39.292] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    39.292] (II) Module vesa: vendor="X.Org Foundation"
[    39.292] 	compiled for 1.16.0, module version = 2.3.3
[    39.292] 	Module class: X.Org Video Driver
[    39.292] 	ABI class: X.Org Video Driver, version 18.0
[    39.292] (II) NVIDIA dlloader X Driver  331.113  Mon Dec  1 20:01:51 PST 2014
[    39.292] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    39.292] (II) NOUVEAU driver Date:   Thu Aug 28 03:57:48 2014 +0200
[    39.292] (II) NOUVEAU driver for NVIDIA chipset families :
[    39.292] 	RIVA TNT        (NV04)
[    39.292] 	RIVA TNT2       (NV05)
[    39.292] 	GeForce 256     (NV10)
[    39.292] 	GeForce 2       (NV11, NV15)
[    39.292] 	GeForce 4MX     (NV17, NV18)
[    39.292] 	GeForce 3       (NV20)
[    39.292] 	GeForce 4Ti     (NV25, NV28)
[    39.292] 	GeForce FX      (NV3x)
[    39.292] 	GeForce 6       (NV4x)
[    39.292] 	GeForce 7       (G7x)
[    39.292] 	GeForce 8       (G8x)
[    39.292] 	GeForce GTX 200 (NVA0)
[    39.292] 	GeForce GTX 400 (NVC0)
[    39.292] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    39.292] (II) FBDEV: driver for framebuffer: fbdev
[    39.292] (II) VESA: driver for VESA chipsets: vesa
[    39.292] (++) using VT number 7

[    39.297] (II) Loading sub module "fb"
[    39.297] (II) LoadModule: "fb"
[    39.297] (II) Loading /usr/lib/xorg/modules/libfb.so
[    39.297] (II) Module fb: vendor="X.Org Foundation"
[    39.297] 	compiled for 1.16.0, module version = 1.0.0
[    39.297] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    39.297] (WW) Unresolved symbol: fbGetGCPrivateKey
[    39.297] (II) Loading sub module "wfb"
[    39.297] (II) LoadModule: "wfb"
[    39.337] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    39.337] (II) Module wfb: vendor="X.Org Foundation"
[    39.337] 	compiled for 1.16.0, module version = 1.0.0
[    39.337] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    39.337] (II) Loading sub module "ramdac"
[    39.337] (II) LoadModule: "ramdac"
[    39.337] (II) Module "ramdac" already built-in
[    39.337] (EE) [drm] KMS not enabled
[    39.337] (WW) Falling back to old probe method for modesetting
[    39.337] (WW) Falling back to old probe method for fbdev
[    39.337] (II) Loading sub module "fbdevhw"
[    39.337] (II) LoadModule: "fbdevhw"
[    39.337] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    39.337] (II) Module fbdevhw: vendor="X.Org Foundation"
[    39.337] 	compiled for 1.16.0, module version = 0.0.2
[    39.337] 	ABI class: X.Org Video Driver, version 18.0
[    39.337] (EE) open /dev/fb0: No such file or directory
[    39.337] (WW) Falling back to old probe method for vesa
[    39.337] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    39.337] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    39.337] (==) NVIDIA(0): RGB weight 888
[    39.337] (==) NVIDIA(0): Default visual is TrueColor
[    39.337] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    39.337] (**) NVIDIA(0): Enabling 2D acceleration
[    40.134] (II) NVIDIA(0): Display (ACB DIGITAL (DFP-0)) does not support NVIDIA 3D
[    40.134] (II) NVIDIA(0):     Vision stereo.
[    40.134] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
[    40.135] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 760 (GK104) at PCI:1:0:0 (GPU-0)
[    40.135] (--) NVIDIA(0): Memory: 2097152 kBytes
[    40.135] (--) NVIDIA(0): VideoBIOS: 80.04.c4.00.66
[    40.135] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    40.138] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 760 at PCI:1:0:0
[    40.138] (--) NVIDIA(0):     CRT-0
[    40.138] (--) NVIDIA(0):     ACB DIGITAL (DFP-0) (boot, connected)
[    40.138] (--) NVIDIA(0):     DFP-1
[    40.138] (--) NVIDIA(0):     DFP-2
[    40.138] (--) NVIDIA(0):     DFP-3
[    40.138] (--) NVIDIA(0):     DFP-4
[    40.138] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[    40.138] (--) NVIDIA(0): ACB DIGITAL (DFP-0): Internal Dual Link TMDS
[    40.138] (--) NVIDIA(0): ACB DIGITAL (DFP-0): 330.0 MHz maximum pixel clock
[    40.138] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS
[    40.138] (--) NVIDIA(0): DFP-1: 165.0 MHz maximum pixel clock
[    40.138] (--) NVIDIA(0): DFP-2: Internal Single Link TMDS
[    40.138] (--) NVIDIA(0): DFP-2: 165.0 MHz maximum pixel clock
[    40.138] (--) NVIDIA(0): DFP-3: Internal Single Link TMDS
[    40.138] (--) NVIDIA(0): DFP-3: 330.0 MHz maximum pixel clock
[    40.138] (--) NVIDIA(0): DFP-4: Internal DisplayPort
[    40.138] (--) NVIDIA(0): DFP-4: 960.0 MHz maximum pixel clock
[    40.138] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[    40.138] (**) NVIDIA(0):     device ACB DIGITAL (DFP-0) (Using EDID frequencies has
[    40.138] (**) NVIDIA(0):     been enabled on all display devices.)
[    40.139] (==) NVIDIA(0): 
[    40.139] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    40.139] (==) NVIDIA(0):     will be used as the requested mode.
[    40.139] (==) NVIDIA(0): 
[    40.139] (II) NVIDIA(0): Validated MetaModes:
[    40.139] (II) NVIDIA(0):     "DFP-0:nvidia-auto-select"
[    40.139] (II) NVIDIA(0): Virtual screen size determined to be 2560 x 1440
[    40.188] (--) NVIDIA(0): DPI set to (135, 135); computed from "UseEdidDpi" X config
[    40.188] (--) NVIDIA(0):     option
[    40.188] (II) UnloadModule: "fbdev"
[    40.188] (II) Unloading fbdev
[    40.188] (II) UnloadSubModule: "fbdevhw"
[    40.188] (II) Unloading fbdevhw
[    40.188] (II) UnloadModule: "vesa"
[    40.188] (II) Unloading vesa
[    40.188] (--) Depth 24 pixmap format is 32 bpp
[    40.773] (II) NVIDIA(GPU-1): Found DRM driver nvidia-drm (20130102)
[    40.779] (II) NVIDIA(GPU-1): NVIDIA GPU GeForce GTX 760 (GK104) at PCI:2:0:0 (GPU-1)
[    40.779] (--) NVIDIA(GPU-1): Memory: 2097152 kBytes
[    40.779] (--) NVIDIA(GPU-1): VideoBIOS: 80.04.c4.00.66
[    40.779] (II) NVIDIA(GPU-1): Detected PCI Express Link width: 16X
[    40.779] (--) NVIDIA(GPU-1): Valid display device(s) on GeForce GTX 760 at PCI:2:0:0
[    40.779] (--) NVIDIA(GPU-1):     CRT-0
[    40.779] (--) NVIDIA(GPU-1):     DFP-0
[    40.779] (--) NVIDIA(GPU-1):     DFP-1
[    40.779] (--) NVIDIA(GPU-1):     DFP-2
[    40.779] (--) NVIDIA(GPU-1):     DFP-3
[    40.779] (--) NVIDIA(GPU-1):     DFP-4
[    40.779] (--) NVIDIA(GPU-1): CRT-0: 400.0 MHz maximum pixel clock
[    40.779] (--) NVIDIA(GPU-1): DFP-0: Internal Single Link TMDS
[    40.779] (--) NVIDIA(GPU-1): DFP-0: 330.0 MHz maximum pixel clock
[    40.779] (--) NVIDIA(GPU-1): DFP-1: Internal Single Link TMDS
[    40.779] (--) NVIDIA(GPU-1): DFP-1: 165.0 MHz maximum pixel clock
[    40.779] (--) NVIDIA(GPU-1): DFP-2: Internal Single Link TMDS
[    40.779] (--) NVIDIA(GPU-1): DFP-2: 165.0 MHz maximum pixel clock
[    40.779] (--) NVIDIA(GPU-1): DFP-3: Internal Single Link TMDS
[    40.779] (--) NVIDIA(GPU-1): DFP-3: 330.0 MHz maximum pixel clock
[    40.779] (--) NVIDIA(GPU-1): DFP-4: Internal DisplayPort
[    40.779] (--) NVIDIA(GPU-1): DFP-4: 400.0 MHz maximum pixel clock
[    40.779] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[    40.779] (II) NVIDIA:     access.
[    40.785] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
[    40.852] (==) NVIDIA(0): Disabling shared memory pixmaps
[    40.852] (==) NVIDIA(0): Backing store enabled
[    40.852] (==) NVIDIA(0): Silken mouse enabled
[    40.866] (==) NVIDIA(0): DPMS enabled
[    40.866] (II) Loading sub module "dri2"
[    40.866] (II) LoadModule: "dri2"
[    40.866] (II) Module "dri2" already built-in
[    40.866] (II) NVIDIA(0): [DRI2] Setup complete
[    40.866] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    40.866] (--) RandR disabled
[    40.869] (II) SELinux: Disabled on system
[    40.872] (II) Initializing extension GLX
[    40.892] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[    40.893] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    40.893] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    40.893] (II) LoadModule: "evdev"
[    40.894] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    40.918] (II) Module evdev: vendor="X.Org Foundation"
[    40.918] 	compiled for 1.16.0, module version = 2.9.0
[    40.918] 	Module class: X.Org XInput Driver
[    40.918] 	ABI class: X.Org XInput driver, version 21.0
[    40.918] (II) Using input driver 'evdev' for 'Power Button'
[    40.918] (**) Power Button: always reports core events
[    40.918] (**) evdev: Power Button: Device: "/dev/input/event1"
[    40.918] (--) evdev: Power Button: Vendor 0 Product 0x1
[    40.918] (--) evdev: Power Button: Found keys
[    40.918] (II) evdev: Power Button: Configuring as keyboard
[    40.918] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[    40.918] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    40.918] (**) Option "xkb_rules" "evdev"
[    40.918] (**) Option "xkb_model" "pc105"
[    40.918] (**) Option "xkb_layout" "fr"
[    40.919] (II) XKB: reuse xkmfile /var/lib/xkb/server-1CA37FD61409D6C1EDB80880DF2DB1A574556A6A.xkm
[    40.919] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    40.919] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    40.919] (II) Using input driver 'evdev' for 'Power Button'
[    40.919] (**) Power Button: always reports core events
[    40.919] (**) evdev: Power Button: Device: "/dev/input/event0"
[    40.919] (--) evdev: Power Button: Vendor 0 Product 0x1
[    40.919] (--) evdev: Power Button: Found keys
[    40.919] (II) evdev: Power Button: Configuring as keyboard
[    40.919] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    40.919] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    40.919] (**) Option "xkb_rules" "evdev"
[    40.919] (**) Option "xkb_model" "pc105"
[    40.919] (**) Option "xkb_layout" "fr"
[    40.920] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event15)
[    40.920] (II) No input driver specified, ignoring this device.
[    40.920] (II) This device may have been added with another device file.
[    40.920] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event16)
[    40.920] (II) No input driver specified, ignoring this device.
[    40.920] (II) This device may have been added with another device file.
[    40.920] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event17)
[    40.920] (II) No input driver specified, ignoring this device.
[    40.920] (II) This device may have been added with another device file.
[    40.920] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event18)
[    40.920] (II) No input driver specified, ignoring this device.
[    40.920] (II) This device may have been added with another device file.
[    40.920] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event11)
[    40.920] (II) No input driver specified, ignoring this device.
[    40.920] (II) This device may have been added with another device file.
[    40.920] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event12)
[    40.920] (II) No input driver specified, ignoring this device.
[    40.920] (II) This device may have been added with another device file.
[    40.920] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event13)
[    40.920] (II) No input driver specified, ignoring this device.
[    40.920] (II) This device may have been added with another device file.
[    40.920] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event14)
[    40.920] (II) No input driver specified, ignoring this device.
[    40.920] (II) This device may have been added with another device file.
[    40.920] (II) config/udev: Adding input device Logitech G500s Laser Gaming Mouse (/dev/input/event21)
[    40.920] (**) Logitech G500s Laser Gaming Mouse: Applying InputClass "evdev pointer catchall"
[    40.920] (II) Using input driver 'evdev' for 'Logitech G500s Laser Gaming Mouse'
[    40.920] (**) Logitech G500s Laser Gaming Mouse: always reports core events
[    40.920] (**) evdev: Logitech G500s Laser Gaming Mouse: Device: "/dev/input/event21"
[    40.920] (--) evdev: Logitech G500s Laser Gaming Mouse: Vendor 0x46d Product 0xc24e
[    40.920] (--) evdev: Logitech G500s Laser Gaming Mouse: Found 20 mouse buttons
[    40.920] (--) evdev: Logitech G500s Laser Gaming Mouse: Found scroll wheel(s)
[    40.920] (--) evdev: Logitech G500s Laser Gaming Mouse: Found relative axes
[    40.920] (--) evdev: Logitech G500s Laser Gaming Mouse: Found x and y relative axes
[    40.920] (II) evdev: Logitech G500s Laser Gaming Mouse: Configuring as mouse
[    40.920] (II) evdev: Logitech G500s Laser Gaming Mouse: Adding scrollwheel support
[    40.920] (**) evdev: Logitech G500s Laser Gaming Mouse: YAxisMapping: buttons 4 and 5
[    40.920] (**) evdev: Logitech G500s Laser Gaming Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    40.920] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.0/0003:046D:C24E.0003/input/input24/event21"
[    40.920] (II) XINPUT: Adding extended input device "Logitech G500s Laser Gaming Mouse" (type: MOUSE, id 8)
[    40.921] (II) evdev: Logitech G500s Laser Gaming Mouse: initialized for relative axes.
[    40.921] (**) Logitech G500s Laser Gaming Mouse: (accel) keeping acceleration scheme 1
[    40.921] (**) Logitech G500s Laser Gaming Mouse: (accel) acceleration profile 0
[    40.921] (**) Logitech G500s Laser Gaming Mouse: (accel) acceleration factor: 2.000
[    40.921] (**) Logitech G500s Laser Gaming Mouse: (accel) acceleration threshold: 4
[    40.921] (II) config/udev: Adding input device Logitech G500s Laser Gaming Mouse (/dev/input/mouse0)
[    40.921] (II) No input driver specified, ignoring this device.
[    40.921] (II) This device may have been added with another device file.
[    40.921] (II) config/udev: Adding input device Logitech G500s Laser Gaming Mouse (/dev/input/event22)
[    40.921] (**) Logitech G500s Laser Gaming Mouse: Applying InputClass "evdev keyboard catchall"
[    40.921] (II) Using input driver 'evdev' for 'Logitech G500s Laser Gaming Mouse'
[    40.921] (**) Logitech G500s Laser Gaming Mouse: always reports core events
[    40.921] (**) evdev: Logitech G500s Laser Gaming Mouse: Device: "/dev/input/event22"
[    40.921] (--) evdev: Logitech G500s Laser Gaming Mouse: Vendor 0x46d Product 0xc24e
[    40.921] (--) evdev: Logitech G500s Laser Gaming Mouse: Found 1 mouse buttons
[    40.921] (--) evdev: Logitech G500s Laser Gaming Mouse: Found scroll wheel(s)
[    40.921] (--) evdev: Logitech G500s Laser Gaming Mouse: Found relative axes
[    40.921] (II) evdev: Logitech G500s Laser Gaming Mouse: Forcing relative x/y axes to exist.
[    40.921] (--) evdev: Logitech G500s Laser Gaming Mouse: Found absolute axes
[    40.921] (II) evdev: Logitech G500s Laser Gaming Mouse: Forcing absolute x/y axes to exist.
[    40.921] (--) evdev: Logitech G500s Laser Gaming Mouse: Found keys
[    40.921] (II) evdev: Logitech G500s Laser Gaming Mouse: Configuring as mouse
[    40.921] (II) evdev: Logitech G500s Laser Gaming Mouse: Configuring as keyboard
[    40.921] (II) evdev: Logitech G500s Laser Gaming Mouse: Adding scrollwheel support
[    40.921] (**) evdev: Logitech G500s Laser Gaming Mouse: YAxisMapping: buttons 4 and 5
[    40.921] (**) evdev: Logitech G500s Laser Gaming Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    40.921] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.1/0003:046D:C24E.0004/input/input25/event22"
[    40.921] (II) XINPUT: Adding extended input device "Logitech G500s Laser Gaming Mouse" (type: KEYBOARD, id 9)
[    40.921] (**) Option "xkb_rules" "evdev"
[    40.921] (**) Option "xkb_model" "pc105"
[    40.921] (**) Option "xkb_layout" "fr"
[    40.921] (II) evdev: Logitech G500s Laser Gaming Mouse: initialized for relative axes.
[    40.921] (WW) evdev: Logitech G500s Laser Gaming Mouse: ignoring absolute axes.
[    40.921] (**) Logitech G500s Laser Gaming Mouse: (accel) keeping acceleration scheme 1
[    40.921] (**) Logitech G500s Laser Gaming Mouse: (accel) acceleration profile 0
[    40.921] (**) Logitech G500s Laser Gaming Mouse: (accel) acceleration factor: 2.000
[    40.921] (**) Logitech G500s Laser Gaming Mouse: (accel) acceleration threshold: 4
[    40.921] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/event19)
[    40.921] (**) Microsoft Wired Keyboard 600: Applying InputClass "evdev keyboard catchall"
[    40.921] (II) Using input driver 'evdev' for 'Microsoft Wired Keyboard 600'
[    40.921] (**) Microsoft Wired Keyboard 600: always reports core events
[    40.921] (**) evdev: Microsoft Wired Keyboard 600: Device: "/dev/input/event19"
[    40.921] (--) evdev: Microsoft Wired Keyboard 600: Vendor 0x45e Product 0x750
[    40.921] (--) evdev: Microsoft Wired Keyboard 600: Found keys
[    40.921] (II) evdev: Microsoft Wired Keyboard 600: Configuring as keyboard
[    40.921] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.0/0003:045E:0750.0001/input/input22/event19"
[    40.921] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600" (type: KEYBOARD, id 10)
[    40.921] (**) Option "xkb_rules" "evdev"
[    40.921] (**) Option "xkb_model" "pc105"
[    40.921] (**) Option "xkb_layout" "fr"
[    40.922] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/event20)
[    40.922] (**) Microsoft Wired Keyboard 600: Applying InputClass "evdev keyboard catchall"
[    40.922] (II) Using input driver 'evdev' for 'Microsoft Wired Keyboard 600'
[    40.922] (**) Microsoft Wired Keyboard 600: always reports core events
[    40.922] (**) evdev: Microsoft Wired Keyboard 600: Device: "/dev/input/event20"
[    40.922] (--) evdev: Microsoft Wired Keyboard 600: Vendor 0x45e Product 0x750
[    40.922] (--) evdev: Microsoft Wired Keyboard 600: Found 1 mouse buttons
[    40.922] (--) evdev: Microsoft Wired Keyboard 600: Found scroll wheel(s)
[    40.922] (--) evdev: Microsoft Wired Keyboard 600: Found relative axes
[    40.922] (--) evdev: Microsoft Wired Keyboard 600: Found absolute axes
[    40.922] (--) evdev: Microsoft Wired Keyboard 600: Found absolute multitouch axes
[    40.922] (--) evdev: Microsoft Wired Keyboard 600: Found x and y absolute axes
[    40.922] (--) evdev: Microsoft Wired Keyboard 600: Found keys
[    40.922] (II) evdev: Microsoft Wired Keyboard 600: Forcing relative x/y axes to exist.
[    40.922] (II) evdev: Microsoft Wired Keyboard 600: Configuring as mouse
[    40.922] (II) evdev: Microsoft Wired Keyboard 600: Configuring as keyboard
[    40.922] (II) evdev: Microsoft Wired Keyboard 600: Adding scrollwheel support
[    40.922] (**) evdev: Microsoft Wired Keyboard 600: YAxisMapping: buttons 4 and 5
[    40.922] (**) evdev: Microsoft Wired Keyboard 600: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    40.922] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9:1.1/0003:045E:0750.0002/input/input23/event20"
[    40.922] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600" (type: KEYBOARD, id 11)
[    40.922] (**) Option "xkb_rules" "evdev"
[    40.922] (**) Option "xkb_model" "pc105"
[    40.922] (**) Option "xkb_layout" "fr"
[    40.922] (II) evdev: Microsoft Wired Keyboard 600: initialized for relative axes.
[    40.922] (WW) evdev: Microsoft Wired Keyboard 600: ignoring absolute axes.
[    40.922] (**) Microsoft Wired Keyboard 600: (accel) keeping acceleration scheme 1
[    40.922] (**) Microsoft Wired Keyboard 600: (accel) acceleration profile 0
[    40.922] (**) Microsoft Wired Keyboard 600: (accel) acceleration factor: 2.000
[    40.922] (**) Microsoft Wired Keyboard 600: (accel) acceleration threshold: 4
[    40.922] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/js0)
[    40.922] (II) No input driver specified, ignoring this device.
[    40.922] (II) This device may have been added with another device file.
[    40.922] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event7)
[    40.922] (II) No input driver specified, ignoring this device.
[    40.922] (II) This device may have been added with another device file.
[    40.922] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event8)
[    40.922] (II) No input driver specified, ignoring this device.
[    40.922] (II) This device may have been added with another device file.
[    40.922] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event9)
[    40.922] (II) No input driver specified, ignoring this device.
[    40.922] (II) This device may have been added with another device file.
[    40.922] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event10)
[    40.922] (II) No input driver specified, ignoring this device.
[    40.922] (II) This device may have been added with another device file.
[    40.922] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event3)
[    40.922] (II) No input driver specified, ignoring this device.
[    40.922] (II) This device may have been added with another device file.
[    40.923] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event4)
[    40.923] (II) No input driver specified, ignoring this device.
[    40.923] (II) This device may have been added with another device file.
[    40.923] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event5)
[    40.923] (II) No input driver specified, ignoring this device.
[    40.923] (II) This device may have been added with another device file.
[    40.923] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event6)
[    40.923] (II) No input driver specified, ignoring this device.
[    40.923] (II) This device may have been added with another device file.
[    40.923] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event2)
[    40.923] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    40.923] (II) Using input driver 'evdev' for 'Eee PC WMI hotkeys'
[    40.923] (**) Eee PC WMI hotkeys: always reports core events
[    40.923] (**) evdev: Eee PC WMI hotkeys: Device: "/dev/input/event2"
[    40.923] (--) evdev: Eee PC WMI hotkeys: Vendor 0 Product 0
[    40.923] (--) evdev: Eee PC WMI hotkeys: Found keys
[    40.923] (II) evdev: Eee PC WMI hotkeys: Configuring as keyboard
[    40.923] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input5/event2"
[    40.923] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 12)
[    40.923] (**) Option "xkb_rules" "evdev"
[    40.923] (**) Option "xkb_model" "pc105"
[    40.923] (**) Option "xkb_layout" "fr"
[    46.059] (II) NVIDIA(GPU-0): Display (ACB DIGITAL (DFP-0)) does not support NVIDIA 3D
[    46.059] (II) NVIDIA(GPU-0):     Vision stereo.
[    47.427] (II) NVIDIA(GPU-0): Display (ACB DIGITAL (DFP-0)) does not support NVIDIA 3D
[    47.427] (II) NVIDIA(GPU-0):     Vision stereo.
[   114.630] (II) XKB: reuse xkmfile /var/lib/xkb/server-1CA37FD61409D6C1EDB80880DF2DB1A574556A6A.xkm

14.04 unity et Linux Mint KDE 13 zsh-meilleur shell   script fire

Hors ligne

#15 Le 16/01/2015, à 15:37

Skubu

Re : awesome lenteur ouverture des applications

Oui, j'aurais peut-être dû le préciser avant mais la commande est à rentrer dans un fichier ~/.xinitrc comme décrit ici https://wiki.ubuntu.com/CustomXSession. Le tuto date un peu et je pense qu'ubuntu est passé à systemd depuis la 14.04, du coup il te faudra remplacer les /etc/init.d/ par des systemctl ce qui donnera par exemple pour stopper gdm

sudo systemctl stop gdm

Le but est de lancer awesome sans passer par gdm ou autre mais simplement avec startx.

Pour les logs, malheureusement je n'ai rien vu qui pourrait être lié.

Lorsque tu te connectes pour la 1ère fois (donc avec les applis lentes au démarrage), as-tu essayé de les lancer depuis un terminal et voir s'il n'y a pas de message d'erreur ?


Debian / Archlinux | Gnome / KDE

Hors ligne

#16 Le 24/01/2015, à 19:21

omnimax

Re : awesome lenteur ouverture des applications

Salut et merci pour ton aide.

j'ai trouvé en bidouillant un peu...j'ai supprimé lightdm et du coup gdm est devenu par défaut et là tout fonctionne à merveille smile
un bel awesome custo sur base du thème holo ...ça rox


14.04 unity et Linux Mint KDE 13 zsh-meilleur shell   script fire

Hors ligne

#17 Le 26/01/2015, à 01:26

Skubu

Re : awesome lenteur ouverture des applications

Ah ben j'étais sur la bonne piste... mais ce serait bien d'en savoir plus. Si tu es sous systemd, peut-être qu'un

sudo journalctl -u lightdm.service

pourrait nous en dire davantage ? (lightdm.service c'est bien ça le nom exact ?) Si non, il y aurait ce fichier log /var/log/lightdm...

Joli thème. Moi j'ai opté pour le powerarrow-darker.

Dernière modification par Skubu (Le 26/01/2015, à 12:57)


Debian / Archlinux | Gnome / KDE

Hors ligne