How to Setup yum with OEL

Hi,
Can I setup yum with the official Oracle Enterprise Linux repositories? If yes, what repo lines do i have to add to my yum.conf file?
Regards
Joao

see: http://www.oracle.com/technology/tech/linux/htdocs/yum-repository-setup.html

Similar Messages

  • How to setup airprint with my canon printer

    How to setup airprint with my canon printer asnd ipad 3

    Is your printer on the list of Airprint enabled printers?  If it is, you set it up through your home computer and your iPad should recognize it.  If it is not, you can not make a non-Airprint printer Airprint enabled.

  • How to setup CCMS with Solution Manager

    Hi, All
    My question is how to setup or satallite connection with Solution manager 4.0 for CCMS alerts
    Is that RFC connection using both sites, trusted and satellite system ?
    I would like to setup CCMS alerts through Solution manager and R/3 ccms
    please anyone has some guide or URL or any idea send me
    We are using SAP NW 2004 620 4.6C (SLD=DV,QA,PR) and solution manager 4.0
    Thanks in advanced
    J
    Edited by: issue2008 on Sep 19, 2008 12:13 PM

    you need to install CCMS agents(sapccm4x, sapccmsr) on satellite systems & configure them with the central system(solman).

  • How to setup grub2 with arch linux and xen, lvm on luks

    OK, so I tried downloading this package from AUR:  https://aur.archlinux.org/packages/xen-git/ , but that has patching problems as noted in the comments.  It looks like the packagebuild sets up all the xen stuff for you, but I can't seem to get the package to install because of the error's while patching.  If anyone can point me in the right direction on what all the extra files in the PKGBUILD are for or how to debug problems with PKGBUILDs not working because of patches.
    So next I just tried to compile the latest xen from git://xenbits.xen.org/xen.git (with ./configure, make, make install) and that seemed to go fine, but I'm a bit confused:
    1.  Do I have to do any additional configuration for xen when working with arch linux?  On ubuntu I could just compile the source, update grub, and make sure to start the x services at runtime.
    2.  How do I set up grub to load xen with this setup?  Right now this is my /boot/grub/grub.cfg:
    GRUB_DEFAULT=0
    GRUB_TIMEOUT=5
    GRUB_DISTRIBUTOR="Arch"
    GRUB_CMDLINE_LINUX_DEFAULT="quiet"
    GRUB_CMDLINE_LINUX="cryptdevice=/dev/sda3:vgStorage"
    # Preload both GPT and MBR modules so that they are not missed
    GRUB_PRELOAD_MODULES="part_gpt part_msdos"
    # Uncomment to enable Hidden Menu, and optionally hide the timeout count
    #GRUB_HIDDEN_TIMEOUT=5
    #GRUB_HIDDEN_TIMEOUT_QUIET=true
    # Uncomment to use basic console
    GRUB_TERMINAL_INPUT=console
    # Uncomment to disable graphical terminal
    #GRUB_TERMINAL_OUTPUT=console
    # The resolution used on graphical terminal
    # note that you can use only modes which your graphic card supports via VBE
    # you can see them in real GRUB with the command `vbeinfo'
    GRUB_GFXMODE=auto
    # Uncomment to allow the kernel use the same resolution used by grub
    GRUB_GFXPAYLOAD_LINUX=keep
    # Uncomment if you want GRUB to pass to the Linux kernel the old parameter
    # format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
    #GRUB_DISABLE_LINUX_UUID=true
    # Uncomment to disable generation of recovery mode menu entries
    GRUB_DISABLE_RECOVERY=true
    # Uncomment and set to the desired menu colors. Used by normal and wallpaper
    # modes only. Entries specified as foreground/background.
    #GRUB_COLOR_NORMAL="light-blue/black"
    #GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
    # Uncomment one of them for the gfx desired, a image background or a gfxtheme
    #GRUB_BACKGROUND="/path/to/wallpaper"
    #GRUB_THEME="/path/to/gfxtheme"
    # Uncomment to get a beep at GRUB start
    #GRUB_INIT_TUNE="480 440 1"
    #GRUB_SAVEDEFAULT="true"
    ~
    I've tried throwing in a line like: XEN_HYPERVISOR_CMDLINE="cryptdevice=/dev/sda3:vgStorage", but nothing new shows up on the grub boot menu.
    First time trying to set up a non-ubuntu system, please help!

    As for XEN.... well you could always try QEMU/KVM or LXC.
    As for the LVM2-on-LUKS/dm-crypt
    My /etc/mkinitcpio.conf looks like this...
    MODULES="aesni_intel ata_generic ata_piix nls_cp437 ext4 intel_agp i915 dm-snapshot"
    BINARIES=""
    FILES=""
    HOOKS="base udev autodetect block keymap encrypt lvm2 filesystems keyboard fsck shutdown"
    /etc/defaults/grub
    GRUB_CMDLINE_LINUX="cryptdevice=/dev/sda2:root:allow-discards"
    GRUB_PRELOAD_MODULES="part_gpt part_msdos"
    GRUB_TERMINAL_INPUT=console
    GRUB_GFXMODE=auto
    GRUB_GFXPAYLOAD_LINUX=keep
    GRUB_DISABLE_RECOVERY=true
    The running grub config looks like this
    /boot/grub/grub.cfg
    9 insmod part_gpt
    10 insmod part_msdos
    53 if loadfont unicode ; then
    54 set gfxmode=auto
    55 load_video
    56 insmod gfxterm
    57 set locale_dir=$prefix/locale
    58 set lang=en_US
    59 insmod gettext
    60 fi
    61 terminal_input console
    62 terminal_output gfxterm
    63 set timeout=3
    84 menuentry 'Backup, Arch Linux grsec kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-grsec kernel-true-12341234-8080-8080-8080-332200882255' {
    85 load_video
    86 set gfxpayload=keep
    87 insmod gzio
    88 insmod part_msdos
    89 insmod ext2
    90 set root='hd1,msdos2'
    91 if [ x$feature_platform_search_hint = xy ]; then
    92 search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2 BBAAEEAA-FFCC-CCFF-FFCC-AABBCCEEBBAA
    93 else
    94 search --no-floppy --fs-uuid --set=root BBAAEEAA-FFCC-CCFF-FFCC-AABBCCEEBBAA
    95 fi
    96 echo 'Loading Linux grsec kernel ...'
    97 linux /vmlinuz-linux-grsec root=/dev/mapper/VolGroup00-lvroot rw cryptdevice=/dev/sda2:root:allow-discards quiet
    98 echo 'Loading initial ramdisk ...'
    99 initrd /initramfs-linux-grsec.img
    100 }
    Things to note:
    Numerical UUID is the UUID of the ROOT partition.
    Alphabetical UUIS is the BOOT partition
    hd1,msdos2 AND ahci1,msdos2 are how the Grub Bootloader numbers the drives not Linux.
    I have my BOOT partition on a USB stick, and it is the Second partition.
    So, that would make it, Device 2 and Partition 2
    Device numbering starts at 0
    Partition numbering starts at 1
    Oh, and note that you don't need ":allow-discards" ... at all but certainly if you don't have an SSD. Also note that I included the line numbers so it is very clear that I didn't post the whole thing, but instead what I thought was relevant. Finally, I am loading modules that I don't even need, but what the hell... if it ain't broke, don't fix it
    Last edited by hunterthomson (2013-12-04 08:31:45)

  • How to setup reply with message

    how to setup the "reply with message" feature on the iphone5

    This feature is automatically enabled on the iPhone 5. When you get a call you will see the "swipe up" icon next to the "slide to answer", when you sail up you will have the option to reply with text message.
    There are only three messages to choose from but you can change them at Settings > Phone > Reply with message > you can then overwrite the existing text options.

  • How to setup ftp with dreamweaver and windows server 2003

    Does anyone know if there is a tutorial/article on settinp up Dreamweaver cs3 to use Windows server 2003 as an FTP server...
    any assistance would be greatly appreciated...

    I was able to figure out how to setup the ftp connection, connect to my home server, however,whenever i tried to upload the contents of my website to my server, nothing gets uploaded to the site. I tried putting one page at a time, nothing. tried everything, and still no joy. I can see everything on my local server which is a XAMP package, but nothing on my remote server. Do i maybe need to maybe have a WAMP or XAMP on the Windows Server 2003 or that should not matter. This is new to me so i am learning as i go along.
    Another thing, i was able to create a subfolder in my c:\www.ftproot folder, i can see that folder on my local machine, i'm just not seeing the files in that folder when i do my 'put' with my files.

  • How to setup Blazeds with Flex builder 3

    I need to setup Blazeds with Flex builder 3. Can anyone help me out regarding this?

    Very helpful! Should be placed in the blazeDS docs!
    Chris

  • How to setup Clustering  with Weblogic?

    Dear All,
    I am a beginner of using Weblogic. Now i need to setup Clustering in
    company. I have 3 NT Server and install Weblogic 5.1.0 on each machine, the
    name is Cluster1, Cluster2 and Cluster3. At the First Step, can someone tell
    me how to setup the clustering and how to test it to esure that is work???
    Thanks so much!
    hk-beginner

    more specifically,
    http://www.weblogic.com/docs51/cluster/index.html
    Ketan
    "Billy Bunter" <[email protected]> wrote in message
    news:[email protected]..
    Look at the BEA docs.
    beginner wrote:
    Dear All,
    I am a beginner of using Weblogic. Now i need to setup Clustering
    in
    company. I have 3 NT Server and install Weblogic 5.1.0 on each machine,the
    name is Cluster1, Cluster2 and Cluster3. At the First Step, can someonetell
    me how to setup the clustering and how to test it to esure that iswork???
    Thanks so much!
    hk-beginner

  • How to Setup Nouveau with Two Monitors? ("VGA-1 disconnected")

    Hey Guys,
    I have a sweet MythTV setup arranged like this:   tower & flatpanel LCD in office with an old-fashioned CRT TV in the living room. 
    I am able to run movies/video on the CRT while the kitchen LCD can be used to do other stuff.  (Am I describing two X sessions? A 'dual-monitor' setup?)  I could move the cursor from one screen to the other--but couldn't drag windows from one screen to the other...
    I'm using an NVIDIA driver (GeForce 8400 GS card)--but the nvidia stuff can cause problems (one recent upgrade of driver and kernel caused a 99% cpu issue.)
    Because of that (and a lot of other problems--it's an old Arch install) I did a clean Arch install today on a separate partition and am hoping to use the Nouveau driver to drive both monitors in the same way I just described.
    I've got Nouveau running and the kitchen LCD is fine....  When I turn on the CRT, it's black.
    Unfortunately, xrandr says that the living room CRT (the tv) is "disconnected":
    $ xrandr
    Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 8192 x 8192
    DVI-I-1 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 340mm x 270mm
       1280x1024      60.0*+   75.0 
       1280x960       60.0 
       1280x800       74.9     59.9 
       1152x864       75.0 
       1280x768       74.9     60.0 
       1024x768       75.1     70.1     60.0 
       1024x576       60.0 
       832x624        74.6 
       800x600        72.2     75.0     60.3     56.2 
       848x480        60.0 
       640x480        72.8     75.0     60.0 
       720x400        70.1 
    VGA-1 disconnected (normal left inverted right x axis y axis)
    I know the cable/connection is fine, because I can boot into the 'old' install and everything still works (with the nvidia driver).
    In case it might help, here is the xorg.conf from the 'working' nvidia setup:
    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings: version 1.0 (buildmeister@builder57) Fri Dec 18 15:06:52 PST 2009
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 1024 0
    Screen 1 "Screen1" LeftOf "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    Option "Xinerama" "0"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "HP f1905"
    HorizSync 30.0 - 83.0
    VertRefresh 50.0 - 76.0
    Option "DPMS"
    EndSection
    Section "Monitor"
    # HorizSync source: builtin, VertRefresh source: builtin
    Identifier "Monitor1"
    VendorName "Unknown"
    ModelName "TV-0"
    HorizSync 28.0 - 55.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    Option "Coolbits" "1"
    Option "AddARGBGLXVisuals" "true"
    Option "TripleBuffer" "false"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 8400 GS"
    BusID "PCI:1:0:0"
    Screen 0
    EndSection
    Section "Device"
    Identifier "Device1"
    Driver "nvidia"
    Option "Coolbits" "1"
    Option "AddARGBGLXVisuals" "true"
    Option "TripleBuffer" "false"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 8400 GS"
    BusID "PCI:1:0:0"
    Screen 1
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "metamodes" "CRT: nvidia-auto-select +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Device1"
    Monitor "Monitor1"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "metamodes" "TV: nvidia-auto-select +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "enable"
    # Option "RENDER" "disable"
    EndSection
    Can anyone help me figure out how to get this working with Nouveau? 
    Thanks in advance!

    By adding the following to the kernel line in the GRUB menu, I was able to get VGA-1 "connected":
    video=VGA-1:e
    but that had the side-effect of changing the resolution of DVI-I-1 to that of VGA-1, namely 1024x768.
    These sections of the xorg log seem...um...pertinent.
    13.304] (II) NOUVEAU(0): Output DVI-I-1 has no monitor section
    [    13.304] (II) NOUVEAU(0): Output VGA-1 has no monitor section
    13.334] (II) NOUVEAU(0): Output DVI-I-1 using initial mode 1024x768
    [    13.334] (II) NOUVEAU(0): Output VGA-1 using initial mode 1024x768
    13.355] (II) NOUVEAU(0): RandR 1.2 enabled
    [    13.355] (II) Initializing built-in extension Generic Event Extension
    [    13.355] (II) Initializing built-in extension SHAPE
    [    13.355] (II) Initializing built-in extension MIT-SHM
    [    13.355] (II) Initializing built-in extension XInputExtension
    [    13.355] (II) Initializing built-in extension XTEST
    [    13.355] (II) Initializing built-in extension BIG-REQUESTS
    [    13.355] (II) Initializing built-in extension SYNC
    [    13.355] (II) Initializing built-in extension XKEYBOARD
    [    13.355] (II) Initializing built-in extension XC-MISC
    [    13.355] (II) Initializing built-in extension SECURITY
    [    13.355] (II) Initializing built-in extension XINERAMA
    [    13.355] (II) Initializing built-in extension XFIXES
    [    13.355] (II) Initializing built-in extension RENDER
    [    13.355] (II) Initializing built-in extension RANDR
    [    13.355] (II) Initializing built-in extension COMPOSITE
    [    13.355] (II) Initializing built-in extension DAMAGE
    Is XINERAMA the one that handles dual-monitors?  Or is it RANDR...?
    [ 13.214]
    X.Org X Server 1.12.4
    Release Date: 2012-08-27
    [ 13.214] X Protocol Version 11, Revision 0
    [ 13.214] Build Operating System: Linux 3.4.8-1-ARCH i686
    [ 13.214] Current Operating System: Linux new-arch 3.5.3-1-ARCH #1 SMP PREEMPT Sun Aug 26 08:15:06 UTC 2012 i686
    [ 13.214] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=ff3a072f-2090-4fe6-b72e-b189fd134846 ro verbose video=VGA-1:e
    [ 13.214] Build Date: 27 August 2012 08:08:29AM
    [ 13.214]
    [ 13.214] Current version of pixman: 0.26.2
    [ 13.214] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 13.214] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 13.214] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Sep 8 08:38:55 2012
    [ 13.221] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 13.222] (==) No Layout section. Using the first Screen section.
    [ 13.222] (==) No screen section available. Using defaults.
    [ 13.222] (**) |-->Screen "Default Screen Section" (0)
    [ 13.222] (**) | |-->Monitor "<default monitor>"
    [ 13.222] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 13.222] (==) Automatically adding devices
    [ 13.222] (==) Automatically enabling devices
    [ 13.237] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 13.237] Entry deleted from font path.
    [ 13.237] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 13.237] Entry deleted from font path.
    [ 13.238] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 13.238] Entry deleted from font path.
    [ 13.238] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 13.238] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 13.239] Entry deleted from font path.
    [ 13.239] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 13.239] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 13.239] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 13.239] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 13.239] (II) Loader magic: 0x82225a0
    [ 13.239] (II) Module ABI versions:
    [ 13.239] X.Org ANSI C Emulation: 0.4
    [ 13.239] X.Org Video Driver: 12.1
    [ 13.239] X.Org XInput driver : 16.0
    [ 13.239] X.Org Server Extension : 6.0
    [ 13.240] (--) PCI:*(0:1:0:0) 10de:06e4:1462:1162 rev 161, Mem @ 0xfa000000/16777216, 0xe0000000/268435456, 0xf8000000/33554432, I/O @ 0x0000ef00/128, BIOS @ 0x????????/131072
    [ 13.240] (--) PCI: (0:6:1:0) 4444:0803:0070:4000 rev 1, Mem @ 0xf4000000/67108864
    [ 13.240] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 13.240] (II) LoadModule: "extmod"
    [ 13.242] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 13.251] (II) Module extmod: vendor="X.Org Foundation"
    [ 13.251] compiled for 1.12.4, module version = 1.0.0
    [ 13.251] Module class: X.Org Server Extension
    [ 13.251] ABI class: X.Org Server Extension, version 6.0
    [ 13.251] (II) Loading extension MIT-SCREEN-SAVER
    [ 13.251] (II) Loading extension XFree86-VidModeExtension
    [ 13.251] (II) Loading extension XFree86-DGA
    [ 13.251] (II) Loading extension DPMS
    [ 13.251] (II) Loading extension XVideo
    [ 13.251] (II) Loading extension XVideo-MotionCompensation
    [ 13.251] (II) Loading extension X-Resource
    [ 13.251] (II) LoadModule: "dbe"
    [ 13.252] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 13.252] (II) Module dbe: vendor="X.Org Foundation"
    [ 13.252] compiled for 1.12.4, module version = 1.0.0
    [ 13.252] Module class: X.Org Server Extension
    [ 13.252] ABI class: X.Org Server Extension, version 6.0
    [ 13.252] (II) Loading extension DOUBLE-BUFFER
    [ 13.252] (II) LoadModule: "glx"
    [ 13.253] (WW) Warning, couldn't open module glx
    [ 13.253] (II) UnloadModule: "glx"
    [ 13.253] (II) Unloading glx
    [ 13.253] (EE) Failed to load module "glx" (module does not exist, 0)
    [ 13.253] (II) LoadModule: "record"
    [ 13.253] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 13.253] (II) Module record: vendor="X.Org Foundation"
    [ 13.253] compiled for 1.12.4, module version = 1.13.0
    [ 13.253] Module class: X.Org Server Extension
    [ 13.253] ABI class: X.Org Server Extension, version 6.0
    [ 13.253] (II) Loading extension RECORD
    [ 13.253] (II) LoadModule: "dri"
    [ 13.254] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 13.255] (II) Module dri: vendor="X.Org Foundation"
    [ 13.255] compiled for 1.12.4, module version = 1.0.0
    [ 13.255] ABI class: X.Org Server Extension, version 6.0
    [ 13.255] (II) Loading extension XFree86-DRI
    [ 13.255] (II) LoadModule: "dri2"
    [ 13.255] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 13.255] (II) Module dri2: vendor="X.Org Foundation"
    [ 13.255] compiled for 1.12.4, module version = 1.2.0
    [ 13.255] ABI class: X.Org Server Extension, version 6.0
    [ 13.255] (II) Loading extension DRI2
    [ 13.255] (==) Matched nouveau as autoconfigured driver 0
    [ 13.255] (==) Matched nvidia as autoconfigured driver 1
    [ 13.255] (==) Matched nv as autoconfigured driver 2
    [ 13.255] (==) Matched vesa as autoconfigured driver 3
    [ 13.255] (==) Matched fbdev as autoconfigured driver 4
    [ 13.256] (==) Assigned the driver to the xf86ConfigLayout
    [ 13.256] (II) LoadModule: "nouveau"
    [ 13.256] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 13.261] (II) Module nouveau: vendor="X.Org Foundation"
    [ 13.261] compiled for 1.12.2, module version = 1.0.1
    [ 13.261] Module class: X.Org Video Driver
    [ 13.261] ABI class: X.Org Video Driver, version 12.0
    [ 13.261] (II) LoadModule: "nvidia"
    [ 13.262] (WW) Warning, couldn't open module nvidia
    [ 13.262] (II) UnloadModule: "nvidia"
    [ 13.262] (II) Unloading nvidia
    [ 13.262] (EE) Failed to load module "nvidia" (module does not exist, 0)
    [ 13.262] (II) LoadModule: "nv"
    [ 13.262] (WW) Warning, couldn't open module nv
    [ 13.262] (II) UnloadModule: "nv"
    [ 13.262] (II) Unloading nv
    [ 13.262] (EE) Failed to load module "nv" (module does not exist, 0)
    [ 13.262] (II) LoadModule: "vesa"
    [ 13.262] (WW) Warning, couldn't open module vesa
    [ 13.262] (II) UnloadModule: "vesa"
    [ 13.262] (II) Unloading vesa
    [ 13.262] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 13.262] (II) LoadModule: "fbdev"
    [ 13.263] (WW) Warning, couldn't open module fbdev
    [ 13.263] (II) UnloadModule: "fbdev"
    [ 13.263] (II) Unloading fbdev
    [ 13.263] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 13.263] (II) NOUVEAU driver
    [ 13.263] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 13.263] RIVA TNT (NV04)
    [ 13.263] RIVA TNT2 (NV05)
    [ 13.263] GeForce 256 (NV10)
    [ 13.263] GeForce 2 (NV11, NV15)
    [ 13.263] GeForce 4MX (NV17, NV18)
    [ 13.263] GeForce 3 (NV20)
    [ 13.263] GeForce 4Ti (NV25, NV28)
    [ 13.263] GeForce FX (NV3x)
    [ 13.263] GeForce 6 (NV4x)
    [ 13.263] GeForce 7 (G7x)
    [ 13.263] GeForce 8 (G8x)
    [ 13.263] GeForce GTX 200 (NVA0)
    [ 13.263] GeForce GTX 400 (NVC0)
    [ 13.263] (--) using VT number 7
    [ 13.265] drmOpenDevice: node name is /dev/dri/card0
    [ 13.265] drmOpenDevice: open result is 7, (OK)
    [ 13.265] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    [ 13.265] drmOpenDevice: node name is /dev/dri/card0
    [ 13.265] drmOpenDevice: open result is 7, (OK)
    [ 13.265] drmOpenByBusid: drmOpenMinor returns 7
    [ 13.265] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    [ 13.265] (II) [drm] nouveau interface version: 1.0.0
    [ 13.265] (II) Loading sub module "dri"
    [ 13.265] (II) LoadModule: "dri"
    [ 13.265] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 13.265] (II) Module dri: vendor="X.Org Foundation"
    [ 13.265] compiled for 1.12.4, module version = 1.0.0
    [ 13.265] ABI class: X.Org Server Extension, version 6.0
    [ 13.265] (II) NOUVEAU(0): Loaded DRI module
    [ 13.265] drmOpenDevice: node name is /dev/dri/card0
    [ 13.266] drmOpenDevice: open result is 8, (OK)
    [ 13.266] drmOpenDevice: node name is /dev/dri/card0
    [ 13.266] drmOpenDevice: open result is 8, (OK)
    [ 13.266] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    [ 13.266] drmOpenDevice: node name is /dev/dri/card0
    [ 13.266] drmOpenDevice: open result is 8, (OK)
    [ 13.266] drmOpenByBusid: drmOpenMinor returns 8
    [ 13.266] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    [ 13.266] (II) [drm] DRM interface version 1.4
    [ 13.266] (II) [drm] DRM open master succeeded.
    [ 13.266] (--) NOUVEAU(0): Chipset: "NVIDIA NV98"
    [ 13.266] (II) NOUVEAU(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 13.266] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
    [ 13.266] (==) NOUVEAU(0): RGB weight 888
    [ 13.266] (==) NOUVEAU(0): Default visual is TrueColor
    [ 13.266] (==) NOUVEAU(0): Using HW cursor
    [ 13.266] (==) NOUVEAU(0): GLX sync to VBlank disabled.
    [ 13.266] (==) NOUVEAU(0): Page flipping enabled
    [ 13.266] (==) NOUVEAU(0): Swap limit set to 2 [Max allowed 2]
    [ 13.304] (II) NOUVEAU(0): Output DVI-I-1 has no monitor section
    [ 13.304] (II) NOUVEAU(0): Output VGA-1 has no monitor section
    [ 13.333] (II) NOUVEAU(0): EDID for output DVI-I-1
    [ 13.333] (II) NOUVEAU(0): Manufacturer: HWP Model: 264f Serial#: 16843009
    [ 13.333] (II) NOUVEAU(0): Year: 2006 Week: 24
    [ 13.333] (II) NOUVEAU(0): EDID Version: 1.3
    [ 13.333] (II) NOUVEAU(0): Digital Display Input
    [ 13.333] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 38 vert.: 30
    [ 13.333] (II) NOUVEAU(0): Gamma: 2.40
    [ 13.333] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off
    [ 13.333] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 13.333] (II) NOUVEAU(0): Default color space is primary color space
    [ 13.333] (II) NOUVEAU(0): First detailed timing is preferred mode
    [ 13.333] (II) NOUVEAU(0): redX: 0.634 redY: 0.354 greenX: 0.286 greenY: 0.620
    [ 13.333] (II) NOUVEAU(0): blueX: 0.138 blueY: 0.076 whiteX: 0.312 whiteY: 0.328
    [ 13.333] (II) NOUVEAU(0): Supported established timings:
    [ 13.333] (II) NOUVEAU(0): 720x400@70Hz
    [ 13.333] (II) NOUVEAU(0): 640x480@60Hz
    [ 13.333] (II) NOUVEAU(0): 640x480@72Hz
    [ 13.333] (II) NOUVEAU(0): 640x480@75Hz
    [ 13.333] (II) NOUVEAU(0): 800x600@60Hz
    [ 13.333] (II) NOUVEAU(0): 800x600@72Hz
    [ 13.333] (II) NOUVEAU(0): 800x600@75Hz
    [ 13.333] (II) NOUVEAU(0): 832x624@75Hz
    [ 13.333] (II) NOUVEAU(0): 1024x768@60Hz
    [ 13.333] (II) NOUVEAU(0): 1024x768@70Hz
    [ 13.333] (II) NOUVEAU(0): 1024x768@75Hz
    [ 13.333] (II) NOUVEAU(0): 1280x1024@75Hz
    [ 13.333] (II) NOUVEAU(0): 1152x864@75Hz
    [ 13.333] (II) NOUVEAU(0): Manufacturer's mask: 0
    [ 13.333] (II) NOUVEAU(0): Supported standard timings:
    [ 13.333] (II) NOUVEAU(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 13.333] (II) NOUVEAU(0): Supported detailed timing:
    [ 13.333] (II) NOUVEAU(0): clock: 108.0 MHz Image Size: 340 x 270 mm
    [ 13.333] (II) NOUVEAU(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    [ 13.333] (II) NOUVEAU(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
    [ 13.333] (II) NOUVEAU(0): Ranges: V min: 50 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 145 MHz
    [ 13.333] (II) NOUVEAU(0): Monitor name: HP f1905
    [ 13.333] (II) NOUVEAU(0): Serial No: CNC624PNF4
    [ 13.333] (II) NOUVEAU(0): EDID (in hex):
    [ 13.333] (II) NOUVEAU(0): 00ffffffffffff0022f04f2601010101
    [ 13.333] (II) NOUVEAU(0): 18100103e8261e8cee6760a25a499e23
    [ 13.333] (II) NOUVEAU(0): 135054adef8081800101010101010101
    [ 13.333] (II) NOUVEAU(0): 010101010101302a009851002a403070
    [ 13.333] (II) NOUVEAU(0): 1300540e1100001e000000fd00324c1e
    [ 13.333] (II) NOUVEAU(0): 530e000a202020202020000000fc0048
    [ 13.333] (II) NOUVEAU(0): 502066313930350a20202020000000ff
    [ 13.333] (II) NOUVEAU(0): 00434e43363234504e46340a20200001
    [ 13.333] (II) NOUVEAU(0): EDID vendor "HWP", prod id 9807
    [ 13.333] (II) NOUVEAU(0): Using EDID range info for horizontal sync
    [ 13.333] (II) NOUVEAU(0): Using EDID range info for vertical refresh
    [ 13.333] (II) NOUVEAU(0): Printing DDC gathered Modelines:
    [ 13.333] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
    [ 13.333] (II) NOUVEAU(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 13.333] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 13.333] (II) NOUVEAU(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 13.334] (II) NOUVEAU(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 13.334] (II) NOUVEAU(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 13.334] (II) NOUVEAU(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 13.334] (II) NOUVEAU(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 13.334] (II) NOUVEAU(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 13.334] (II) NOUVEAU(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 13.334] (II) NOUVEAU(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 13.334] (II) NOUVEAU(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 13.334] (II) NOUVEAU(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 13.334] (II) NOUVEAU(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 13.334] (II) NOUVEAU(0): Printing probed modes for output DVI-I-1
    [ 13.334] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
    [ 13.334] (II) NOUVEAU(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 13.334] (II) NOUVEAU(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 13.334] (II) NOUVEAU(0): Modeline "1280x800"x74.9 106.50 1280 1360 1488 1696 800 803 809 838 -hsync +vsync (62.8 kHz e)
    [ 13.334] (II) NOUVEAU(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 13.334] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 13.334] (II) NOUVEAU(0): Modeline "1280x768"x74.9 102.25 1280 1360 1488 1696 768 771 778 805 +hsync -vsync (60.3 kHz e)
    [ 13.334] (II) NOUVEAU(0): Modeline "1280x768"x60.0 68.25 1280 1328 1360 1440 768 771 778 790 +hsync -vsync (47.4 kHz e)
    [ 13.334] (II) NOUVEAU(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 13.334] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 13.334] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 13.334] (II) NOUVEAU(0): Modeline "1024x576"x60.0 46.97 1024 1064 1168 1312 576 577 580 597 -hsync +vsync (35.8 kHz)
    [ 13.334] (II) NOUVEAU(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 13.334] (II) NOUVEAU(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 13.334] (II) NOUVEAU(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 13.334] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 13.334] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 13.334] (II) NOUVEAU(0): Modeline "848x480"x60.0 33.75 848 864 976 1088 480 486 494 517 +hsync +vsync (31.0 kHz e)
    [ 13.334] (II) NOUVEAU(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    [ 13.334] (II) NOUVEAU(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 13.334] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 13.334] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 13.334] (II) NOUVEAU(0): EDID for output VGA-1
    [ 13.334] (II) NOUVEAU(0): Printing probed modes for output VGA-1
    [ 13.334] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 13.334] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 13.334] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 13.334] (II) NOUVEAU(0): Modeline "848x480"x60.0 33.75 848 864 976 1088 480 486 494 517 +hsync +vsync (31.0 kHz e)
    [ 13.334] (II) NOUVEAU(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 489 492 525 -hsync -vsync (31.5 kHz e)
    [ 13.334] (II) NOUVEAU(0): Output DVI-I-1 connected
    [ 13.334] (II) NOUVEAU(0): Output VGA-1 connected
    [ 13.334] (II) NOUVEAU(0): Using fuzzy aspect match for initial modes
    [ 13.334] (II) NOUVEAU(0): Output DVI-I-1 using initial mode 1024x768
    [ 13.334] (II) NOUVEAU(0): Output VGA-1 using initial mode 1024x768
    [ 13.334] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 13.334] (--) NOUVEAU(0): Virtual size is 1024x768 (pitch 0)
    [ 13.334] (**) NOUVEAU(0): Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    [ 13.334] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 13.334] (**) NOUVEAU(0): Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
    [ 13.335] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 13.335] (**) NOUVEAU(0): Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
    [ 13.335] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 13.335] (**) NOUVEAU(0): Driver mode "848x480": 33.8 MHz (scaled from 0.0 MHz), 31.0 kHz, 60.0 Hz
    [ 13.335] (II) NOUVEAU(0): Modeline "848x480"x60.0 33.75 848 864 976 1088 480 486 494 517 +hsync +vsync (31.0 kHz e)
    [ 13.335] (**) NOUVEAU(0): Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz
    [ 13.335] (II) NOUVEAU(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 489 492 525 -hsync -vsync (31.5 kHz e)
    [ 13.335] (**) NOUVEAU(0): Display dimensions: (380, 300) mm
    [ 13.335] (**) NOUVEAU(0): DPI set to (68, 65)
    [ 13.335] (II) Loading sub module "fb"
    [ 13.335] (II) LoadModule: "fb"
    [ 13.335] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 13.339] (II) Module fb: vendor="X.Org Foundation"
    [ 13.339] compiled for 1.12.4, module version = 1.0.0
    [ 13.339] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 13.339] (II) Loading sub module "exa"
    [ 13.339] (II) LoadModule: "exa"
    [ 13.340] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 13.341] (II) Module exa: vendor="X.Org Foundation"
    [ 13.341] compiled for 1.12.4, module version = 2.5.0
    [ 13.341] ABI class: X.Org Video Driver, version 12.1
    [ 13.341] (II) Loading sub module "shadowfb"
    [ 13.341] (II) LoadModule: "shadowfb"
    [ 13.341] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
    [ 13.347] (II) Module shadowfb: vendor="X.Org Foundation"
    [ 13.347] compiled for 1.12.4, module version = 1.0.0
    [ 13.347] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 13.347] (--) Depth 24 pixmap format is 32 bpp
    [ 13.348] (II) NOUVEAU(0): Opened GPU channel 2
    [ 13.352] (II) NOUVEAU(0): [DRI2] Setup complete
    [ 13.352] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau
    [ 13.352] (II) NOUVEAU(0): [DRI2] VDPAU driver: nouveau
    [ 13.355] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 13.355] (II) EXA(0): Driver registered support for the following operations:
    [ 13.355] (II) Solid
    [ 13.355] (II) Copy
    [ 13.355] (II) Composite (RENDER acceleration)
    [ 13.355] (II) UploadToScreen
    [ 13.355] (II) DownloadFromScreen
    [ 13.355] (==) NOUVEAU(0): Backing store disabled
    [ 13.355] (==) NOUVEAU(0): Silken mouse enabled
    [ 13.355] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
    [ 13.355] (II) NOUVEAU(0): [XvMC] Extension initialized.
    [ 13.355] (==) NOUVEAU(0): DPMS enabled
    [ 13.355] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 13.355] (--) RandR disabled
    [ 13.355] (II) Initializing built-in extension Generic Event Extension
    [ 13.355] (II) Initializing built-in extension SHAPE
    [ 13.355] (II) Initializing built-in extension MIT-SHM
    [ 13.355] (II) Initializing built-in extension XInputExtension
    [ 13.355] (II) Initializing built-in extension XTEST
    [ 13.355] (II) Initializing built-in extension BIG-REQUESTS
    [ 13.355] (II) Initializing built-in extension SYNC
    [ 13.355] (II) Initializing built-in extension XKEYBOARD
    [ 13.355] (II) Initializing built-in extension XC-MISC
    [ 13.355] (II) Initializing built-in extension SECURITY
    [ 13.355] (II) Initializing built-in extension XINERAMA
    [ 13.355] (II) Initializing built-in extension XFIXES
    [ 13.355] (II) Initializing built-in extension RENDER
    [ 13.355] (II) Initializing built-in extension RANDR
    [ 13.355] (II) Initializing built-in extension COMPOSITE
    [ 13.355] (II) Initializing built-in extension DAMAGE
    [ 13.370] (II) NOUVEAU(0): NVEnterVT is called.
    [ 13.421] (II) NOUVEAU(0): Setting screen physical size to 270 x 203
    [ 13.421] resize called 1024 768
    [ 13.559] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 13.559] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 13.559] (II) LoadModule: "evdev"
    [ 13.559] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 13.560] (II) Module evdev: vendor="X.Org Foundation"
    [ 13.560] compiled for 1.12.3.901, module version = 2.7.3
    [ 13.561] Module class: X.Org XInput Driver
    [ 13.561] ABI class: X.Org XInput driver, version 16.0
    [ 13.561] (II) Using input driver 'evdev' for 'Power Button'
    [ 13.561] (**) Power Button: always reports core events
    [ 13.561] (**) evdev: Power Button: Device: "/dev/input/event4"
    [ 13.561] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 13.561] (--) evdev: Power Button: Found keys
    [ 13.561] (II) evdev: Power Button: Configuring as keyboard
    [ 13.561] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
    [ 13.561] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 13.561] (**) Option "xkb_rules" "evdev"
    [ 13.561] (**) Option "xkb_model" "evdev"
    [ 13.561] (**) Option "xkb_layout" "us"
    [ 13.592] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 13.592] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 13.592] (II) Using input driver 'evdev' for 'Power Button'
    [ 13.593] (**) Power Button: always reports core events
    [ 13.593] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 13.593] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 13.593] (--) evdev: Power Button: Found keys
    [ 13.593] (II) evdev: Power Button: Configuring as keyboard
    [ 13.593] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3"
    [ 13.593] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 13.593] (**) Option "xkb_rules" "evdev"
    [ 13.593] (**) Option "xkb_model" "evdev"
    [ 13.593] (**) Option "xkb_layout" "us"
    [ 13.593] (II) config/udev: Adding input device HDA Intel Line Out Side (/dev/input/event10)
    [ 13.593] (II) No input driver specified, ignoring this device.
    [ 13.593] (II) This device may have been added with another device file.
    [ 13.594] (II) config/udev: Adding input device HDA Intel Line Out CLFE (/dev/input/event11)
    [ 13.594] (II) No input driver specified, ignoring this device.
    [ 13.594] (II) This device may have been added with another device file.
    [ 13.594] (II) config/udev: Adding input device HDA Intel Line Out Surround (/dev/input/event12)
    [ 13.594] (II) No input driver specified, ignoring this device.
    [ 13.594] (II) This device may have been added with another device file.
    [ 13.594] (II) config/udev: Adding input device HDA Intel Line Out Front (/dev/input/event13)
    [ 13.594] (II) No input driver specified, ignoring this device.
    [ 13.595] (II) This device may have been added with another device file.
    [ 13.595] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event6)
    [ 13.595] (II) No input driver specified, ignoring this device.
    [ 13.595] (II) This device may have been added with another device file.
    [ 13.595] (II) config/udev: Adding input device HDA Intel Front Mic (/dev/input/event7)
    [ 13.595] (II) No input driver specified, ignoring this device.
    [ 13.595] (II) This device may have been added with another device file.
    [ 13.596] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event8)
    [ 13.596] (II) No input driver specified, ignoring this device.
    [ 13.596] (II) This device may have been added with another device file.
    [ 13.596] (II) config/udev: Adding input device HDA Intel Front Headphone (/dev/input/event9)
    [ 13.596] (II) No input driver specified, ignoring this device.
    [ 13.596] (II) This device may have been added with another device file.
    [ 13.596] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard (/dev/input/event0)
    [ 13.596] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 13.596] (II) Using input driver 'evdev' for 'Logitech Logitech Illuminated Keyboard'
    [ 13.596] (**) Logitech Logitech Illuminated Keyboard: always reports core events
    [ 13.597] (**) evdev: Logitech Logitech Illuminated Keyboard: Device: "/dev/input/event0"
    [ 13.597] (--) evdev: Logitech Logitech Illuminated Keyboard: Vendor 0x46d Product 0xc318
    [ 13.597] (--) evdev: Logitech Logitech Illuminated Keyboard: Found keys
    [ 13.597] (II) evdev: Logitech Logitech Illuminated Keyboard: Configuring as keyboard
    [ 13.597] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2.1/7-2.1:1.0/input/input0/event0"
    [ 13.597] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard" (type: KEYBOARD, id 8)
    [ 13.597] (**) Option "xkb_rules" "evdev"
    [ 13.597] (**) Option "xkb_model" "evdev"
    [ 13.597] (**) Option "xkb_layout" "us"
    [ 13.597] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard (/dev/input/event1)
    [ 13.597] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 13.597] (II) Using input driver 'evdev' for 'Logitech Logitech Illuminated Keyboard'
    [ 13.598] (**) Logitech Logitech Illuminated Keyboard: always reports core events
    [ 13.598] (**) evdev: Logitech Logitech Illuminated Keyboard: Device: "/dev/input/event1"
    [ 13.598] (--) evdev: Logitech Logitech Illuminated Keyboard: Vendor 0x46d Product 0xc318
    [ 13.598] (--) evdev: Logitech Logitech Illuminated Keyboard: Found 1 mouse buttons
    [ 13.598] (--) evdev: Logitech Logitech Illuminated Keyboard: Found scroll wheel(s)
    [ 13.598] (--) evdev: Logitech Logitech Illuminated Keyboard: Found relative axes
    [ 13.598] (II) evdev: Logitech Logitech Illuminated Keyboard: Forcing relative x/y axes to exist.
    [ 13.598] (--) evdev: Logitech Logitech Illuminated Keyboard: Found absolute axes
    [ 13.598] (II) evdev: Logitech Logitech Illuminated Keyboard: Forcing absolute x/y axes to exist.
    [ 13.598] (--) evdev: Logitech Logitech Illuminated Keyboard: Found keys
    [ 13.598] (II) evdev: Logitech Logitech Illuminated Keyboard: Configuring as mouse
    [ 13.598] (II) evdev: Logitech Logitech Illuminated Keyboard: Configuring as keyboard
    [ 13.598] (II) evdev: Logitech Logitech Illuminated Keyboard: Adding scrollwheel support
    [ 13.598] (**) evdev: Logitech Logitech Illuminated Keyboard: YAxisMapping: buttons 4 and 5
    [ 13.598] (**) evdev: Logitech Logitech Illuminated Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 13.598] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2.1/7-2.1:1.1/input/input1/event1"
    [ 13.598] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard" (type: KEYBOARD, id 9)
    [ 13.598] (**) Option "xkb_rules" "evdev"
    [ 13.598] (**) Option "xkb_model" "evdev"
    [ 13.598] (**) Option "xkb_layout" "us"
    [ 13.598] (II) evdev: Logitech Logitech Illuminated Keyboard: initialized for relative axes.
    [ 13.598] (WW) evdev: Logitech Logitech Illuminated Keyboard: ignoring absolute axes.
    [ 13.598] (**) Logitech Logitech Illuminated Keyboard: (accel) keeping acceleration scheme 1
    [ 13.598] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration profile 0
    [ 13.598] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration factor: 2.000
    [ 13.598] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration threshold: 4
    [ 13.599] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard (/dev/input/event2)
    [ 13.599] (**) Logitech Logitech Illuminated Keyboard: Applying InputClass "evdev pointer catchall"
    [ 13.599] (II) Using input driver 'evdev' for 'Logitech Logitech Illuminated Keyboard'
    [ 13.599] (**) Logitech Logitech Illuminated Keyboard: always reports core events
    [ 13.599] (**) evdev: Logitech Logitech Illuminated Keyboard: Device: "/dev/input/event2"
    [ 13.599] (--) evdev: Logitech Logitech Illuminated Keyboard: Vendor 0x46d Product 0xc318
    [ 13.599] (--) evdev: Logitech Logitech Illuminated Keyboard: Found 9 mouse buttons
    [ 13.599] (--) evdev: Logitech Logitech Illuminated Keyboard: Found scroll wheel(s)
    [ 13.599] (--) evdev: Logitech Logitech Illuminated Keyboard: Found relative axes
    [ 13.599] (--) evdev: Logitech Logitech Illuminated Keyboard: Found x and y relative axes
    [ 13.599] (II) evdev: Logitech Logitech Illuminated Keyboard: Configuring as mouse
    [ 13.599] (II) evdev: Logitech Logitech Illuminated Keyboard: Adding scrollwheel support
    [ 13.599] (**) evdev: Logitech Logitech Illuminated Keyboard: YAxisMapping: buttons 4 and 5
    [ 13.599] (**) evdev: Logitech Logitech Illuminated Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 13.599] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.2/usb7/7-2/7-2.1/7-2.1:1.2/input/input2/event2"
    [ 13.599] (II) XINPUT: Adding extended input device "Logitech Logitech Illuminated Keyboard" (type: MOUSE, id 10)
    [ 13.599] (II) evdev: Logitech Logitech Illuminated Keyboard: initialized for relative axes.
    [ 13.599] (**) Logitech Logitech Illuminated Keyboard: (accel) keeping acceleration scheme 1
    [ 13.599] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration profile 0
    [ 13.599] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration factor: 2.000
    [ 13.599] (**) Logitech Logitech Illuminated Keyboard: (accel) acceleration threshold: 4
    [ 13.600] (II) config/udev: Adding input device Logitech Logitech Illuminated Keyboard (/dev/input/mouse0)
    [ 13.600] (II) No input driver specified, ignoring this device.
    [ 13.600] (II) This device may have been added with another device file.
    [ 13.600] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
    [ 13.600] (II) No input driver specified, ignoring this device.
    [ 13.600] (II) This device may have been added with another device file.

  • How to setup TC with ethernet to existing router.

    Hi,
    What I am trying to do is use TC strictly as a backup device for time machine.
    I am trying to do the follwoing setup. 
    I want to connect tc to my wireless router using ethernet cable(so my time machine backups do not take days).  After doing this, Airport utility will only recognize the TC if my mac has WIFI enabled.  How do I force it such the TC is only using the ethernet and not WIFI.
    Thanks and I look forward to your reply.
    ...Bruce

    Hi, I'm actually researching to see if a TC will be a good choice for my configuration, I have the following hardware:
    Alcatel 3Ve.A2010TEL VDSL Modem
    Linksys EA4500 router
    iMac (1TB HD)
    MacBook Pro (500GB HD)
    Mini Server (500GB HD)
    MacBook (250GB HD)
    MacBook Air (128GB Flash)
    2 PCs with Windows 7 (250GB HD)
    1 Wireless Laser Printer
    2 iPad
    4 iPhone 5
    The iMac, and Mini have external backup disc for Time Machine, but there is not enough capacity for their backups. So I want to know if a 3TB Time Capsul will be a solution for my setup, and if replacing my Linksys EA4500 router is needed or if runing the TC in Bridge mode will do.
    Please any suggestion will be helpful before I invest purchasing the TC.
    Thanks a lot,
    Reinaldo Varela

  • How to setup iPad with HP3056A

    I just purchased new iPad and want to set up HP 3056A printer. According to HP this printer has AirPrint capabilities. I do not have a working computer. I have wireless Internet in my home. Can someone please give me some direction of where to start. Also not sure what operating system it is using.  It is the latest edition iPad with cellular 16 storage. This is my first iPad.

    Thank you but the link has a list of HP AirPrint printers and it does not included mine, I knew that already. But the HP specs page says it is good for AirPrint??? My main question is how to install this or any printer for my iPad without a computer. I may return this printer model and purchase one on the list but if I can't install any printer without using a computer I need to know so I don't waste my time buying another printer. I may just return the iPad and buy a windows laptop.

  • How to setup Jdeveloper with PVCS

    Hello,
    Do you know how I can intergrate JDEV with PVCS Source control software.
    I searched from OTN but only found a guideline for JDEV 2.0.
    Are there any ready Addin/extions for Jdeveloper 9i (9.0.2.xxxx)
    Many thanks,
    Thanh Doan
    [email protected]

    You need to download and install the OA Framwork Extension (patch 4045639 for windows).
    Have a look at the Metalink Note:275880.1 (OA Framework 11.5.10 Doc Roadmap), this gives more details.
    Hope this helps.
    Thanks

  • How to setup headphone with in-build microphone in hp 15 r-022tx

    hey,
    i have hp 15 r-022TX laptop and in this laptop as you know there is only 1 3.5 mm jack slot for headphone.
    i want to use headphone with in-build microphone (philips SHM1900) and for that i purchased a 2 in 1 jack to connect to laptop
    jack details are here      ( "http://www.flipkart.com/callmate-asc-iphone-audio-​split-data-cable/p/itmdh9nfhfjz35fc?pid=ACCDDRSYRH​... )
    but using this jack still laptop is using its in-build microphone not the headphone's mic.
    headphone is working with the jack but i cant use its mic.
    i am using windows 7 ultimate(64 bit).
    can anyone help me out.
    thanks.
    This question was solved.
    View Solution.

    HI @Rajatsharma_yam ,
    Thank you for your inquiry, I will do my best to assist you.
    I grasp that when you connect your combo headphones and mic the mic portion is not working.
    Have you done all your Windows updates?
    Have you ran the  HP Support Assistant  to ensure you have the latest  HP  drivers installed.
    If you look at the physical connector how may bands do you see on it?  You should have 3 or 4 bands.
    Are you sure they are connected all the way into the headset and the port on the notebook.
     When you have the combo headset connected  go to control panel/sound and open the Window.
    Click on the recording tab, is the mic listed?  You should be able to select and configure from this Window.
    Here is a link to  Resolving headphones and headset problems (Windows 8) that may also be of aid.
    Good Luck!
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • How to setup Tiering with SCOM 2012 class libraries?

    Hi All,
    I've two SCOM servers installed in two different machines and SCOM will have some alerts. I want to connect the two so that one acts as top tier and other one as lower tier. The top tier will show all the alerts from the lower tier in
    the connected alerts. From there I'm passing the alerts to external system for processing. I want to establish the tiering programmatically using the SCOM 2012 API. I know of method
    TieringManagement.AddTier Method (String, ManagementGroupConnectionSettings, SecureData, Boolean)
    Help me how can I achieve this by using the above method.
    Thanks in advance.
    viRa

    To configure method TieringManagement.AddTier Method, you can refer to below links
    http://msdn.microsoft.com/en-us/library/hh332072.aspx
    http://msdn.microsoft.com/en-us/library/hh350608.aspx
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer".

  • How to setup UPK with E-Buisness suite 11.5.10.2

    Hi
    Is this UPK server side installation or client side installation. As of my knowledge its a client side tool to generate the training documents.If I am wrong please correct.
    Thanks in Adv

    Please see this thread.
    UPK and Tutor
    UPK and Tutor
    Also, see old threads which discuss the same topic -- http://forums.oracle.com/forums/search.jspa?threadID=&q=UPK&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

Maybe you are looking for

  • Program with Mail Rule script

    I am trying to develop a Mail run script and I am running into problems. The Rule is being trigger because I have a change my color rule action and a script action. The color changes but the script does not appear to trigger at all. His is the script

  • How to use iBook for sharing internet via airport card... can it be done?

    The title says most of it all. I want to share the internet coming from the wall through the airport card in my iBook. I've made it work, however I'm concerned about doing it securely. Can it be done securely? If so, how? I've read in the help files

  • Export a datagrid to an excel using com.as3xls.xls.Sheet class

    I am trying to export a datagrid to an excel in Flex using com.as3xls.xls.Sheet class. But the contents of the cells in the excel are overlapping so I need to wordwrap the cells and also change the width of the cells. How can I do that in flex?

  • HT203646 Apply wireless keyboard no longer will connect to MacBook Pro?

    I'm on the latest version of OS and my Apply wireless keyboard has been working find for a couple of months until today.  It will not even find the keyboard when i go into settings and try to setup a wireless keyboard.  If i go into bluetooth setting

  • Ordering non catalog products in B2B

    Hello, We would like to allow a B2B user to search and order products not in our catalog, but are valid products in R/3.  Our assumption was we could set the parameter enable.nonCatalogProducts in the XCM to True, and this would work.  Unfortunately