Linux 3.4 + nouveau + X11 = fallback to vesa

Hi there! I'm getting an issue with my NVIDIA GeForce 8400M GT card, running the latest kernel and nouveau driver.
Linux rx 3.4.3-1-ARCH #1 SMP PREEMPT Mon Jun 18 08:07:54 UTC 2012 i686 GNU/Linux
dmesg shows me the following:
[ 1.774518] nouveau 0000:01:00.0: enabling device (0000 -> 0003)
[ 1.774981] [drm] nouveau 0000:01:00.0: unsupported chipset 0xffffffff
[ 1.775266] nouveau: probe of 0000:01:00.0 failed with error -22
And it seems like I have corrupted configuration space saved by the kernel before suspend (https://github.com/Bumblebee-Project/Bu … Developers), but it's something different - reboot does not help.
The driver is loaded and listed by lsmod:
nouveau 715415 0
button 3614 1 nouveau
video 9883 1 nouveau
mxm_wmi 1101 1 nouveau
wmi 7259 2 mxm_wmi,nouveau
i2c_algo_bit 4615 1 nouveau
drm_kms_helper 29203 1 nouveau
ttm 46507 1 nouveau
drm 170915 3 ttm,drm_kms_helper,nouveau
i2c_core 16653 6 drm,i2c_i801,drm_kms_helper,i2c_algo_bit,nouveau,videodev
But X11 is always starting with the vesa driver, although /var/log/Xorg.0.log contains no errors on this subject.
[ 345.156] (II) LoadModule: "nouveau"
[ 345.156] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[ 345.156] (II) Module nouveau: vendor="X.Org Foundation"
[ 345.156] compiled for 1.12.2, module version = 1.0.1
[ 345.156] Module class: X.Org Video Driver
[ 345.156] ABI class: X.Org Video Driver, version 12.0
Please help to get those things working again.

So, comparing dmesg's of 3.3.8 and 3.4.3 shows the following: http://pastebin.com/eHZMBNXP
Where we have:
+ACPI: EC: GPE storm detected, transactions will use polling mode
, a lot of pci devices with missdetected BAR [mem] and finally:
-pci 0000:01:00.0: Boot video device
It seems to be an ACPI/PCI issue.

Similar Messages

  • Linux jre swing without X11

    I am looking for a linux jre (swing) environment that can draw into a display without the use of X11.
    The java JRE will be the only user of the display and is the sole manager of the resource.
    The reason for it is to keep the disk and memory footprint small (it is for embedded).
    If nothing is available around, does anybody have a feeling if this is something that can reasonably be done without ending up with something that is equivalent in size and complexity to a X11 environment ?
    Thanks
    Any hints on work being done in this area are welcome.

    I am looking for a linux jre (swing) environment that
    can draw into a display without the use of X11.Certainly not off the shelf. The work will be in porting AWT to a different GUI library (say some sort of embedded library like SVGAlib). Maybe start with a base like "Biss-AWT" (check Google).
    The alternative is to use a small-footprint X server like "Tiny-X".

  • Unix or Linux application compatibility with X11 terminal/Mac OS X

    I am an engineer and thinking about upgrading to a MacBook Pro. Most if not all of the applications that I use with respect to my work can be acquired in Linux or Unix flavors. I went to the local Apple store and requested that a "genius" install this software on a MacBook to take it out for a test drive. The "genius" was not able to install the application. Do I assume that the application cannot be installed, or that the "genius" did not know his stuff? I would really like to get the MacBook but want to be sure that my Unix and Linux apps will run on it. What is the compatibility issue here? Will any Linux or Unix app run on the Mac? Will the applications run only as command line or will a GUI be available? I need to hear from someone that knows the OS X.
    MacBook Pro Mac OS X (10.4.8) thinking about purchase
      Mac OS X (10.4.8)  

    I've worked with some pretty smart people, including Nobel laureates, and there are very few people I would say qualify as geniuses. It is unlikely they all work retail at Apple stores.
    Anyway, what you are requesting is fairly standard. I made a web page to help you get going.
    Briefly, you can run almost anything from Linux, but you have to compile it. There are free downloads for the compilers in Xcode, and X11 comes as a non-default install with the operating system (and the computer you would be buying). You can then either do it all yourself or use a package management system such as Fink or DarwinPorts (MacPorts?) in a similar way to how this is done on Linux.
    There are some kernel-interacting linux applications that you might not be able to get to work, but I'd say well over 99% of what you would want will work fine. I use OS X as my primary scientific computing environment.
    If you need Linux, you can install that too, and even run it in Parallels (a 3rd-party virtualization software that allows you to install windows, linux, or any other i386 OS).

  • Linux X11 Login and ARD

    Disclaimer -
    I have tried getting this answered else where and everyone seems to misunderstand the question. I've tried to provide a decent overview to get help.
    I'd like to be able to connect to a Mac using my windows machine. I don't know all the right terms, so I'll give a few examples.
    - I can use my windows machine to ssh to a linux box. If I use ssh and have an xserver/xterm? running, I can run gui apps while logged into the linux machine. So if I do this from a command line -
    ssh -X [email protected]
    I login and get a shell prompt. If I enter nedit or kate on the command line, it will start the application up and give me the gui.
    - Using some voodoo magic of cygwin, which I don't understand, I can start a session?? on my windows machine and it looks just like I'm sitting in front of the linux machine. Other people are logged in remotely the same way or using ssh from above. I get a regular gui login window and have a gui desktop as well. This is in essence what I want to do to a mac. Here is the script I run to make this happen -
    SET CYGWIN_ROOT=c:\cygwin
    SET PATH=.;%CYGWINROOT%bin;%CYGWINROOT%\usr\X11R6\bin;%PATH%
    SET XAPPLRESDIR=/usr/X11R6/lib/X11/app-defaults
    SET XCMSDB=/usr/X11R6/lib/X11/Xcms.txt
    SET XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB
    SET XNLSPATH=/usr/X11R6/lib/X11/locale
    c:\cygwin\usr\X11R6\bin\Xwin :1 -query remotecomputer.domain.place.com
    I didn't write it, I just use it.
    - I've used VLC, but that only lets me control the active account, not login as above. I know VLC isn't my solution.
    - I looked into Apple Remote Desktop, but the Apple site shows all kinds of things you can do to administer the machine. I'm not interested in doing all that. You can enable VLC support under the preferences, but again, thats not what I really need.
    Is there a way to do what I'm trying? Does anyone know the name of what I'm doing when I run that script for cygwin?
    Someone said I can do what I want with Linux because its using X11. Since Apple uses Quartz, its not possible. Is this possible using OSX Server?
    Thanks,
    Aaron R>

    Got info else where.

  • Nouveau problem after update

    I installed the system (latest ISO release), and updated it with "# pacman -Syu" (kernel updated from 2.6.33 to 2.6.34) and rebooted.
    Now, when the booting log is coming to udev, the monitor just is turning off, it doesn't receive any signal, the led is blinking.
    I booted from the CD and blacklisted nouveau in rc.conf, then I could boot the system, here is the log file when it tried nouveau:
    Jul 21 00:40:46 linux shutdown[18098]: shutting down for system reboot
    Jul 21 00:40:46 linux init: Switching to runlevel: 6
    Jul 21 00:42:19 linux kernel: Initializing cgroup subsys cpuset
    Jul 21 00:42:19 linux kernel: Initializing cgroup subsys cpu
    Jul 21 00:42:19 linux kernel: Linux version 2.6.34-ARCH (tobias@T-POWA-LX) (gcc version 4.5.0 20100610 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Jul 5 22:12:11 CEST 2010
    Jul 21 00:42:19 linux kernel: Command line: cryptdevice=/dev/sdb2:dm_root root=/dev/mapper/dm_root ro
    Jul 21 00:42:19 linux kernel: BIOS-provided physical RAM map:
    Jul 21 00:42:19 linux kernel: BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
    Jul 21 00:42:19 linux kernel: BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
    Jul 21 00:42:19 linux kernel: BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
    Jul 21 00:42:19 linux kernel: BIOS-e820: 0000000000100000 - 00000000cff80000 (usable)
    Jul 21 00:42:19 linux kernel: BIOS-e820: 00000000cff80000 - 00000000cff8e000 (ACPI data)
    Jul 21 00:42:19 linux kernel: BIOS-e820: 00000000cff8e000 - 00000000cffe0000 (ACPI NVS)
    Jul 21 00:42:19 linux kernel: BIOS-e820: 00000000cffe0000 - 00000000d0000000 (reserved)
    Jul 21 00:42:19 linux kernel: BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    Jul 21 00:42:19 linux kernel: BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
    Jul 21 00:42:19 linux kernel: BIOS-e820: 0000000100000000 - 0000000130000000 (usable)
    Jul 21 00:42:19 linux kernel: NX (Execute Disable) protection: active
    Jul 21 00:42:19 linux kernel: DMI 2.4 present.
    Jul 21 00:42:19 linux kernel: AMI BIOS detected: BIOS may corrupt low RAM, working around it.
    Jul 21 00:42:19 linux kernel: No AGP bridge found
    Jul 21 00:42:19 linux kernel: last_pfn = 0x130000 max_arch_pfn = 0x400000000
    Jul 21 00:42:19 linux kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Jul 21 00:42:19 linux kernel: last_pfn = 0xcff80 max_arch_pfn = 0x400000000
    Jul 21 00:42:19 linux kernel: Scanning 0 areas for low memory corruption
    Jul 21 00:42:19 linux kernel: modified physical RAM map:
    Jul 21 00:42:19 linux kernel: modified: 0000000000000000 - 0000000000010000 (reserved)
    Jul 21 00:42:19 linux kernel: modified: 0000000000010000 - 000000000009fc00 (usable)
    Jul 21 00:42:19 linux kernel: modified: 000000000009fc00 - 00000000000a0000 (reserved)
    Jul 21 00:42:19 linux kernel: modified: 00000000000e4000 - 0000000000100000 (reserved)
    Jul 21 00:42:19 linux kernel: modified: 0000000000100000 - 00000000cff80000 (usable)
    Jul 21 00:42:19 linux kernel: modified: 00000000cff80000 - 00000000cff8e000 (ACPI data)
    Jul 21 00:42:19 linux kernel: modified: 00000000cff8e000 - 00000000cffe0000 (ACPI NVS)
    Jul 21 00:42:19 linux kernel: modified: 00000000cffe0000 - 00000000d0000000 (reserved)
    Jul 21 00:42:19 linux kernel: modified: 00000000fee00000 - 00000000fee01000 (reserved)
    Jul 21 00:42:19 linux kernel: modified: 00000000fff00000 - 0000000100000000 (reserved)
    Jul 21 00:42:19 linux kernel: modified: 0000000100000000 - 0000000130000000 (usable)
    Jul 21 00:42:19 linux kernel: found SMP MP-table at [ffff8800000ff780] ff780
    Jul 21 00:42:19 linux kernel: init_memory_mapping: 0000000000000000-00000000cff80000
    Jul 21 00:42:19 linux kernel: init_memory_mapping: 0000000100000000-0000000130000000
    Jul 21 00:42:19 linux kernel: RAMDISK: 37cb2000 - 37ff0000
    Jul 21 00:42:19 linux kernel: ACPI: RSDP 00000000000fbcc0 00014 (v00 ACPIAM)
    Jul 21 00:42:19 linux kernel: ACPI: RSDT 00000000cff80000 0003C (v01 A_M_I_ OEMRSDT 12000711 MSFT 00000097)
    Jul 21 00:42:19 linux kernel: ACPI: FACP 00000000cff80200 00084 (v02 A_M_I_ OEMFACP 12000711 MSFT 00000097)
    Jul 21 00:42:19 linux kernel: ACPI: DSDT 00000000cff805c0 090B7 (v01 A0753 A0753001 00000001 INTL 20060113)
    Jul 21 00:42:19 linux kernel: ACPI: FACS 00000000cff8e000 00040
    Jul 21 00:42:19 linux kernel: ACPI: APIC 00000000cff80390 0006C (v01 A_M_I_ OEMAPIC 12000711 MSFT 00000097)
    Jul 21 00:42:19 linux kernel: ACPI: MCFG 00000000cff80400 0003C (v01 A_M_I_ OEMMCFG 12000711 MSFT 00000097)
    Jul 21 00:42:19 linux kernel: ACPI: OEMB 00000000cff8e040 00081 (v01 A_M_I_ AMI_OEM 12000711 MSFT 00000097)
    Jul 21 00:42:19 linux kernel: ACPI: HPET 00000000cff89680 00038 (v01 A_M_I_ OEMHPET 12000711 MSFT 00000097)
    Jul 21 00:42:19 linux kernel: ACPI: OSFR 00000000cff896c0 000B0 (v01 A_M_I_ OEMOSFR 12000711 MSFT 00000097)
    Jul 21 00:42:19 linux kernel: Zone PFN ranges:
    Jul 21 00:42:19 linux kernel: DMA 0x00000010 -> 0x00001000
    Jul 21 00:42:19 linux kernel: DMA32 0x00001000 -> 0x00100000
    Jul 21 00:42:19 linux kernel: Normal 0x00100000 -> 0x00130000
    Jul 21 00:42:19 linux kernel: Movable zone start PFN for each node
    Jul 21 00:42:19 linux kernel: early_node_map[3] active PFN ranges
    Jul 21 00:42:19 linux kernel: 0: 0x00000010 -> 0x0000009f
    Jul 21 00:42:19 linux kernel: 0: 0x00000100 -> 0x000cff80
    Jul 21 00:42:19 linux kernel: 0: 0x00100000 -> 0x00130000
    Jul 21 00:42:19 linux kernel: ACPI: PM-Timer IO Port: 0x808
    Jul 21 00:42:19 linux kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    Jul 21 00:42:19 linux kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    Jul 21 00:42:19 linux kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
    Jul 21 00:42:19 linux kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
    Jul 21 00:42:19 linux kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    Jul 21 00:42:19 linux kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    Jul 21 00:42:19 linux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Jul 21 00:42:19 linux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    Jul 21 00:42:19 linux kernel: Using ACPI (MADT) for SMP configuration information
    Jul 21 00:42:19 linux kernel: ACPI: HPET id: 0xffffffff base: 0xfed00000
    Jul 21 00:42:19 linux kernel: SMP: Allowing 4 CPUs, 2 hotplug CPUs
    Jul 21 00:42:19 linux kernel: PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    Jul 21 00:42:19 linux kernel: PM: Registered nosave memory: 00000000000a0000 - 00000000000e4000
    Jul 21 00:42:19 linux kernel: PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
    Jul 21 00:42:19 linux kernel: PM: Registered nosave memory: 00000000cff80000 - 00000000cff8e000
    Jul 21 00:42:19 linux kernel: PM: Registered nosave memory: 00000000cff8e000 - 00000000cffe0000
    Jul 21 00:42:19 linux kernel: PM: Registered nosave memory: 00000000cffe0000 - 00000000d0000000
    Jul 21 00:42:19 linux kernel: PM: Registered nosave memory: 00000000d0000000 - 00000000fee00000
    Jul 21 00:42:19 linux kernel: PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
    Jul 21 00:42:19 linux kernel: PM: Registered nosave memory: 00000000fee01000 - 00000000fff00000
    Jul 21 00:42:19 linux kernel: PM: Registered nosave memory: 00000000fff00000 - 0000000100000000
    Jul 21 00:42:19 linux kernel: Allocating PCI resources starting at d0000000 (gap: d0000000:2ee00000)
    Jul 21 00:42:19 linux kernel: Booting paravirtualized kernel on bare hardware
    Jul 21 00:42:19 linux kernel: setup_percpu: NR_CPUS:16 nr_cpumask_bits:16 nr_cpu_ids:4 nr_node_ids:1
    Jul 21 00:42:19 linux kernel: PERCPU: Embedded 29 pages/cpu @ffff880001800000 s88232 r8192 d22360 u524288
    Jul 21 00:42:19 linux kernel: pcpu-alloc: s88232 r8192 d22360 u524288 alloc=1*2097152
    Jul 21 00:42:19 linux kernel: pcpu-alloc: [0] 0 1 2 3
    Jul 21 00:42:19 linux kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1031311
    Jul 21 00:42:19 linux kernel: Kernel command line: cryptdevice=/dev/sdb2:dm_root root=/dev/mapper/dm_root ro
    Jul 21 00:42:19 linux kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    Jul 21 00:42:19 linux kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Jul 21 00:42:19 linux kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    Jul 21 00:42:19 linux kernel: Checking aperture...
    Jul 21 00:42:19 linux kernel: No AGP bridge found
    Jul 21 00:42:19 linux kernel: Subtract (57 early reservations)
    Jul 21 00:42:19 linux kernel: #1 [0001000000 - 00016e1178] TEXT DATA BSS
    Jul 21 00:42:19 linux kernel: #2 [0037cb2000 - 0037ff0000] RAMDISK
    Jul 21 00:42:19 linux kernel: #3 [00016e2000 - 00016e2278] BRK
    Jul 21 00:42:19 linux kernel: #4 [00000ff790 - 0000100000] BIOS reserved
    Jul 21 00:42:19 linux kernel: #5 [00000ff780 - 00000ff790] MP-table mpf
    Jul 21 00:42:19 linux kernel: #6 [000009fc00 - 00000f1530] BIOS reserved
    Jul 21 00:42:19 linux kernel: #7 [00000f169c - 00000ff780] BIOS reserved
    Jul 21 00:42:19 linux kernel: #8 [00000f1530 - 00000f169c] MP-table mpc
    Jul 21 00:42:19 linux kernel: #9 [0000010000 - 0000012000] TRAMPOLINE
    Jul 21 00:42:19 linux kernel: #10 [0000012000 - 0000016000] ACPI WAKEUP
    Jul 21 00:42:19 linux kernel: #11 [0000016000 - 000001a000] PGTABLE
    Jul 21 00:42:19 linux kernel: #12 [000001a000 - 000001b000] PGTABLE
    Jul 21 00:42:19 linux kernel: #13 [00016e2280 - 00016e3280] BOOTMEM
    Jul 21 00:42:19 linux kernel: #14 [000001b000 - 000001b200] BOOTMEM
    Jul 21 00:42:19 linux kernel: #15 [0001ee4000 - 0001ee5000] BOOTMEM
    Jul 21 00:42:19 linux kernel: #16 [0001ee5000 - 0001ee6000] BOOTMEM
    Jul 21 00:42:19 linux kernel: #17 [0002000000 - 0005a00000] MEMMAP 0
    Jul 21 00:42:19 linux kernel: #18 [00016e3280 - 00016fb280] BOOTMEM
    Jul 21 00:42:19 linux kernel: #19 [00016fb280 - 0001713280] BOOTMEM
    Jul 21 00:42:19 linux kernel: #20 [0001713280 - 000172b280] BOOTMEM
    Jul 21 00:42:19 linux kernel: #21 [000172c000 - 000172d000] BOOTMEM
    Jul 21 00:42:19 linux kernel: #22 [00016e1180 - 00016e11c1] BOOTMEM
    Jul 21 00:42:19 linux kernel: #23 [00016e1200 - 00016e1243] BOOTMEM
    Jul 21 00:42:19 linux kernel: #24 [00016e1280 - 00016e14e8] BOOTMEM
    Jul 21 00:42:19 linux kernel: #25 [00016e1500 - 00016e1568] BOOTMEM
    Jul 21 00:42:19 linux kernel: #26 [00016e1580 - 00016e15e8] BOOTMEM
    Jul 21 00:42:19 linux kernel: #27 [00016e1600 - 00016e1668] BOOTMEM
    Jul 21 00:42:19 linux kernel: #28 [00016e1680 - 00016e16e8] BOOTMEM
    Jul 21 00:42:19 linux kernel: #29 [00016e1700 - 00016e1768] BOOTMEM
    Jul 21 00:42:19 linux kernel: #30 [00016e1780 - 00016e17e8] BOOTMEM
    Jul 21 00:42:19 linux kernel: #31 [00016e1800 - 00016e1868] BOOTMEM
    Jul 21 00:42:19 linux kernel: #32 [00016e1880 - 00016e18e8] BOOTMEM
    Jul 21 00:42:19 linux kernel: #33 [00016e1900 - 00016e1968] BOOTMEM
    Jul 21 00:42:19 linux kernel: #34 [00016e1980 - 00016e19e8] BOOTMEM
    Jul 21 00:42:19 linux kernel: #35 [00016e1a00 - 00016e1a20] BOOTMEM
    Jul 21 00:42:19 linux kernel: #36 [00016e1a40 - 00016e1a60] BOOTMEM
    Jul 21 00:42:19 linux kernel: #37 [00016e1a80 - 00016e1aba] BOOTMEM
    Jul 21 00:42:19 linux kernel: #38 [00016e1ac0 - 00016e1afa] BOOTMEM
    Jul 21 00:42:19 linux kernel: #39 [0001800000 - 000181d000] BOOTMEM
    Jul 21 00:42:19 linux kernel: #40 [0001880000 - 000189d000] BOOTMEM
    Jul 21 00:42:19 linux kernel: #41 [0001900000 - 000191d000] BOOTMEM
    Jul 21 00:42:19 linux kernel: #42 [0001980000 - 000199d000] BOOTMEM
    Jul 21 00:42:19 linux kernel: #43 [00016e1b00 - 00016e1b08] BOOTMEM
    Jul 21 00:42:19 linux kernel: #44 [00016e1b40 - 00016e1b48] BOOTMEM
    Jul 21 00:42:19 linux kernel: #45 [00016e1b80 - 00016e1b90] BOOTMEM
    Jul 21 00:42:19 linux kernel: #46 [00016e1bc0 - 00016e1be0] BOOTMEM
    Jul 21 00:42:19 linux kernel: #47 [00016e1c00 - 00016e1d30] BOOTMEM
    Jul 21 00:42:19 linux kernel: #48 [00016e1d40 - 00016e1d90] BOOTMEM
    Jul 21 00:42:19 linux kernel: #49 [00016e1dc0 - 00016e1e10] BOOTMEM
    Jul 21 00:42:19 linux kernel: #50 [000172d000 - 0001735000] BOOTMEM
    Jul 21 00:42:19 linux kernel: #51 [000199d000 - 0001d9d000] BOOTMEM
    Jul 21 00:42:19 linux kernel: #52 [0005a00000 - 0005c00000] BOOTMEM
    Jul 21 00:42:19 linux kernel: #53 [0005c00000 - 0009c00000] BOOTMEM
    Jul 21 00:42:19 linux kernel: #54 [0001735000 - 0001755000] BOOTMEM
    Jul 21 00:42:19 linux kernel: #55 [0001755000 - 0001795000] BOOTMEM
    Jul 21 00:42:19 linux kernel: #56 [000001ba00 - 0000023a00] BOOTMEM
    Jul 21 00:42:19 linux kernel: Memory: 4050632k/4980736k available (3484k kernel code, 787396k absent, 142708k reserved, 1796k data, 480k init)
    Jul 21 00:42:19 linux kernel: SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    Jul 21 00:42:19 linux kernel: Hierarchical RCU implementation.
    Jul 21 00:42:19 linux kernel: NR_IRQS:768
    Jul 21 00:42:19 linux kernel: Console: colour VGA+ 80x25
    Jul 21 00:42:19 linux kernel: console [tty0] enabled
    Jul 21 00:42:19 linux kernel: allocated 41943040 bytes of page_cgroup
    Jul 21 00:42:19 linux kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Jul 21 00:42:19 linux kernel: Fast TSC calibration using PIT
    Jul 21 00:42:19 linux kernel: Detected 3005.707 MHz processor.
    Jul 21 00:42:19 linux kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6013.88 BogoMIPS (lpj=10019023)
    Jul 21 00:42:19 linux kernel: Security Framework initialized
    Jul 21 00:42:19 linux kernel: Mount-cache hash table entries: 256
    Jul 21 00:42:19 linux kernel: Initializing cgroup subsys ns
    Jul 21 00:42:19 linux kernel: Initializing cgroup subsys cpuacct
    Jul 21 00:42:19 linux kernel: Initializing cgroup subsys memory
    Jul 21 00:42:19 linux kernel: Initializing cgroup subsys devices
    Jul 21 00:42:19 linux kernel: Initializing cgroup subsys freezer
    Jul 21 00:42:19 linux kernel: Initializing cgroup subsys net_cls
    Jul 21 00:42:19 linux kernel: CPU: Physical Processor ID: 0
    Jul 21 00:42:19 linux kernel: CPU: Processor Core ID: 0
    Jul 21 00:42:19 linux kernel: mce: CPU supports 6 MCE banks
    Jul 21 00:42:19 linux kernel: CPU0: Thermal monitoring enabled (TM2)
    Jul 21 00:42:19 linux kernel: using mwait in idle threads.
    Jul 21 00:42:19 linux kernel: Performance Events: Core2 events, Intel PMU driver.
    Jul 21 00:42:19 linux kernel: ... version: 2
    Jul 21 00:42:19 linux kernel: ... bit width: 40
    Jul 21 00:42:19 linux kernel: ... generic registers: 2
    Jul 21 00:42:19 linux kernel: ... value mask: 000000ffffffffff
    Jul 21 00:42:19 linux kernel: ... max period: 000000007fffffff
    Jul 21 00:42:19 linux kernel: ... fixed-purpose events: 3
    Jul 21 00:42:19 linux kernel: ... event mask: 0000000700000003
    Jul 21 00:42:19 linux kernel: ACPI: Core revision 20100121
    Jul 21 00:42:19 linux kernel: Setting APIC routing to flat
    Jul 21 00:42:19 linux kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Jul 21 00:42:19 linux kernel: CPU0: Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz stepping 06
    Jul 21 00:42:19 linux kernel: Booting Node 0, Processors #1
    Jul 21 00:42:19 linux kernel: Brought up 2 CPUs
    Jul 21 00:42:19 linux kernel: Total of 2 processors activated (12027.40 BogoMIPS).
    Jul 21 00:42:19 linux kernel: devtmpfs: initialized
    Jul 21 00:42:19 linux kernel: NET: Registered protocol family 16
    Jul 21 00:42:19 linux kernel: ACPI: bus type pci registered
    Jul 21 00:42:19 linux kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Jul 21 00:42:19 linux kernel: PCI: not using MMCONFIG
    Jul 21 00:42:19 linux kernel: PCI: Using configuration type 1 for base access
    Jul 21 00:42:19 linux kernel: bio: create slab <bio-0> at 0
    Jul 21 00:42:19 linux kernel: ACPI: Executed 1 blocks of module-level executable AML code
    Jul 21 00:42:19 linux kernel: ACPI: SSDT 00000000cff8e0d0 001D2 (v01 AMI CPU1PM 00000001 INTL 20060113)
    Jul 21 00:42:19 linux kernel: ACPI: SSDT 00000000cff8e2b0 00143 (v01 AMI CPU2PM 00000001 INTL 20060113)
    Jul 21 00:42:19 linux kernel: ACPI: Interpreter enabled
    Jul 21 00:42:19 linux kernel: ACPI: (supports S0 S1 S3 S4 S5)
    Jul 21 00:42:19 linux kernel: ACPI: Using IOAPIC for interrupt routing
    Jul 21 00:42:19 linux kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Jul 21 00:42:19 linux kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    Jul 21 00:42:19 linux kernel: ACPI: No dock devices found.
    Jul 21 00:42:19 linux kernel: PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
    Jul 21 00:42:19 linux kernel: ACPI: PCI Root Bridge [PCI0] (0000:00)
    Jul 21 00:42:19 linux kernel: pci 0000:00:1f.0: quirk: [io 0x0800-0x087f] claimed by ICH6 ACPI/GPIO/TCO
    Jul 21 00:42:19 linux kernel: pci 0000:00:1f.0: quirk: [io 0x0480-0x04bf] claimed by ICH6 GPIO
    Jul 21 00:42:19 linux kernel: pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0294 (mask 0003)
    Jul 21 00:42:19 linux kernel: pci 0000:00:01.0: PCI bridge to [bus 01-01]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.0: PCI bridge to [bus 04-04]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.4: PCI bridge to [bus 03-03]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.5: PCI bridge to [bus 02-02]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1e.0: PCI bridge to [bus 05-05] (subtractive decode)
    Jul 21 00:42:19 linux kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    Jul 21 00:42:19 linux kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    Jul 21 00:42:19 linux kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15)
    Jul 21 00:42:19 linux kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 12 *14 15)
    Jul 21 00:42:19 linux kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    Jul 21 00:42:19 linux kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 10 11 12 14 15)
    Jul 21 00:42:19 linux kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 *15)
    Jul 21 00:42:19 linux kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 10 11 12 14 15)
    Jul 21 00:42:19 linux kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    Jul 21 00:42:19 linux kernel: vgaarb: loaded
    Jul 21 00:42:19 linux kernel: PCI: Using ACPI for IRQ routing
    Jul 21 00:42:19 linux kernel: NetLabel: Initializing
    Jul 21 00:42:19 linux kernel: NetLabel: domain hash size = 128
    Jul 21 00:42:19 linux kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Jul 21 00:42:19 linux kernel: NetLabel: unlabeled traffic allowed by default
    Jul 21 00:42:19 linux kernel: HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    Jul 21 00:42:19 linux kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    Jul 21 00:42:19 linux kernel: hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    Jul 21 00:42:19 linux kernel: Switching to clocksource tsc
    Jul 21 00:42:19 linux kernel: pnp: PnP ACPI init
    Jul 21 00:42:19 linux kernel: ACPI: bus type pnp registered
    Jul 21 00:42:19 linux kernel: pnp: PnP ACPI: found 14 devices
    Jul 21 00:42:19 linux kernel: ACPI: ACPI bus type pnp unregistered
    Jul 21 00:42:19 linux kernel: system 00:01: [mem 0xfed14000-0xfed19fff] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:06: [io 0x0290-0x0297] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:07: [io 0x04d0-0x04d1] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:07: [io 0x0800-0x087f] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:07: [io 0x0480-0x04bf] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:07: [mem 0xfed50000-0xfed8ffff] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:07: [mem 0xffa00000-0xffafffff] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:07: [mem 0xffb00000-0xffbfffff] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:07: [mem 0xffe00000-0xffefffff] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:07: [mem 0xfff00000-0xfffffffe] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:0a: [mem 0xfec00000-0xfec00fff] could not be reserved
    Jul 21 00:42:19 linux kernel: system 00:0a: [mem 0xfee00000-0xfee00fff] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:0c: [mem 0xe0000000-0xefffffff] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:0d: [mem 0x00000000-0x0009ffff] could not be reserved
    Jul 21 00:42:19 linux kernel: system 00:0d: [mem 0x000c0000-0x000cffff] has been reserved
    Jul 21 00:42:19 linux kernel: system 00:0d: [mem 0x000e0000-0x000fffff] could not be reserved
    Jul 21 00:42:19 linux kernel: system 00:0d: [mem 0x00100000-0xcfffffff] could not be reserved
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.0: BAR 14: assigned [mem 0xf0000000-0xf03fffff]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.4: BAR 15: assigned [mem 0xf0400000-0xf05fffff 64bit pref]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.5: BAR 15: assigned [mem 0xf0600000-0xf07fffff 64bit pref]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.5: BAR 13: assigned [io 0x2000-0x2fff]
    Jul 21 00:42:19 linux kernel: pci 0000:00:01.0: PCI bridge to [bus 01-01]
    Jul 21 00:42:19 linux kernel: pci 0000:00:01.0: bridge window [io 0xc000-0xcfff]
    Jul 21 00:42:19 linux kernel: pci 0000:00:01.0: bridge window [mem 0xfa000000-0xfe9fffff]
    Jul 21 00:42:19 linux kernel: pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.0: PCI bridge to [bus 04-04]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.0: bridge window [mem 0xf0000000-0xf03fffff]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.0: bridge window [mem 0xf8f00000-0xf8ffffff 64bit pref]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.4: PCI bridge to [bus 03-03]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.4: bridge window [mem 0xfeb00000-0xfebfffff]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.4: bridge window [mem 0xf0400000-0xf05fffff 64bit pref]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.5: PCI bridge to [bus 02-02]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.5: bridge window [io 0x2000-0x2fff]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.5: bridge window [mem 0xfea00000-0xfeafffff]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.5: bridge window [mem 0xf0600000-0xf07fffff 64bit pref]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1e.0: PCI bridge to [bus 05-05]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1e.0: bridge window [io 0xe000-0xefff]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1e.0: bridge window [mem disabled]
    Jul 21 00:42:19 linux kernel: pci 0000:00:1e.0: bridge window [mem pref disabled]
    Jul 21 00:42:19 linux kernel: pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.0: enabling device (0106 -> 0107)
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.5: enabling device (0106 -> 0107)
    Jul 21 00:42:19 linux kernel: pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
    Jul 21 00:42:19 linux kernel: NET: Registered protocol family 2
    Jul 21 00:42:19 linux kernel: IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
    Jul 21 00:42:19 linux kernel: TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
    Jul 21 00:42:19 linux kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    Jul 21 00:42:19 linux kernel: TCP: Hash tables configured (established 262144 bind 65536)
    Jul 21 00:42:19 linux kernel: TCP reno registered
    Jul 21 00:42:19 linux kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes)
    Jul 21 00:42:19 linux kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    Jul 21 00:42:19 linux kernel: NET: Registered protocol family 1
    Jul 21 00:42:19 linux kernel: Unpacking initramfs...
    Jul 21 00:42:19 linux kernel: Freeing initrd memory: 3320k freed
    Jul 21 00:42:19 linux kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    Jul 21 00:42:19 linux kernel: Placing 64MB software IO TLB between ffff880005c00000 - ffff880009c00000
    Jul 21 00:42:19 linux kernel: software IO TLB at phys 0x5c00000 - 0x9c00000
    Jul 21 00:42:19 linux kernel: Scanning for low memory corruption every 60 seconds
    Jul 21 00:42:19 linux kernel: audit: initializing netlink socket (disabled)
    Jul 21 00:42:19 linux kernel: type=2000 audit(1279654888.309:1): initialized
    Jul 21 00:42:19 linux kernel: VFS: Disk quotas dquot_6.5.2
    Jul 21 00:42:19 linux kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    Jul 21 00:42:19 linux kernel: msgmni has been set to 7917
    Jul 21 00:42:19 linux kernel: alg: No test for stdrng (krng)
    Jul 21 00:42:19 linux kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    Jul 21 00:42:19 linux kernel: io scheduler noop registered
    Jul 21 00:42:19 linux kernel: io scheduler deadline registered
    Jul 21 00:42:19 linux kernel: io scheduler cfq registered (default)
    Jul 21 00:42:19 linux kernel: pcieport 0000:00:01.0: Requesting control of PCIe PME from ACPI BIOS
    Jul 21 00:42:19 linux kernel: pcieport 0000:00:01.0: Failed to receive control of PCIe PME service: no _OSC support
    Jul 21 00:42:19 linux kernel: pcie_pme: probe of 0000:00:01.0:pcie01 failed with error -13
    Jul 21 00:42:19 linux kernel: pcieport 0000:00:1c.0: Requesting control of PCIe PME from ACPI BIOS
    Jul 21 00:42:19 linux kernel: pcieport 0000:00:1c.0: Failed to receive control of PCIe PME service: no _OSC support
    Jul 21 00:42:19 linux kernel: pcie_pme: probe of 0000:00:1c.0:pcie01 failed with error -13
    Jul 21 00:42:19 linux kernel: pcieport 0000:00:1c.4: Requesting control of PCIe PME from ACPI BIOS
    Jul 21 00:42:19 linux kernel: pcieport 0000:00:1c.4: Failed to receive control of PCIe PME service: no _OSC support
    Jul 21 00:42:19 linux kernel: pcie_pme: probe of 0000:00:1c.4:pcie01 failed with error -13
    Jul 21 00:42:19 linux kernel: pcieport 0000:00:1c.5: Requesting control of PCIe PME from ACPI BIOS
    Jul 21 00:42:19 linux kernel: pcieport 0000:00:1c.5: Failed to receive control of PCIe PME service: no _OSC support
    Jul 21 00:42:19 linux kernel: pcie_pme: probe of 0000:00:1c.5:pcie01 failed with error -13
    Jul 21 00:42:19 linux kernel: Linux agpgart interface v0.103
    Jul 21 00:42:19 linux kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Jul 21 00:42:19 linux kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    Jul 21 00:42:19 linux kernel: 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    Jul 21 00:42:19 linux kernel: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
    Jul 21 00:42:19 linux kernel: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
    Jul 21 00:42:19 linux kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Jul 21 00:42:19 linux kernel: mice: PS/2 mouse device common for all mice
    Jul 21 00:42:19 linux kernel: cpuidle: using governor ladder
    Jul 21 00:42:19 linux kernel: cpuidle: using governor menu
    Jul 21 00:42:19 linux kernel: TCP cubic registered
    Jul 21 00:42:19 linux kernel: NET: Registered protocol family 17
    Jul 21 00:42:19 linux kernel: registered taskstats version 1
    Jul 21 00:42:19 linux kernel: Initalizing network drop monitor service
    Jul 21 00:42:19 linux kernel: Freeing unused kernel memory: 480k freed
    Jul 21 00:42:19 linux kernel: udev: starting version 160
    Jul 21 00:42:19 linux kernel: usbcore: registered new interface driver usbfs
    Jul 21 00:42:19 linux kernel: usbcore: registered new interface driver hub
    Jul 21 00:42:19 linux kernel: usbcore: registered new device driver usb
    Jul 21 00:42:19 linux kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Jul 21 00:42:19 linux kernel: ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    Jul 21 00:42:19 linux kernel: ehci_hcd 0000:00:1a.7: EHCI Host Controller
    Jul 21 00:42:19 linux kernel: ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
    Jul 21 00:42:19 linux kernel: ehci_hcd 0000:00:1a.7: debug port 1
    Jul 21 00:42:19 linux kernel: ehci_hcd 0000:00:1a.7: irq 18, io mem 0xf9fffc00
    Jul 21 00:42:19 linux kernel: SCSI subsystem initialized
    Jul 21 00:42:19 linux kernel: ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    Jul 21 00:42:19 linux kernel: hub 1-0:1.0: USB hub found
    Jul 21 00:42:19 linux kernel: hub 1-0:1.0: 6 ports detected
    Jul 21 00:42:19 linux kernel: ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    Jul 21 00:42:19 linux kernel: ehci_hcd 0000:00:1d.7: EHCI Host Controller
    Jul 21 00:42:19 linux kernel: ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
    Jul 21 00:42:19 linux kernel: ehci_hcd 0000:00:1d.7: debug port 1
    Jul 21 00:42:19 linux kernel: ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf9fff800
    Jul 21 00:42:19 linux kernel: uhci_hcd: USB Universal Host Controller Interface driver
    Jul 21 00:42:19 linux kernel: ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    Jul 21 00:42:19 linux kernel: hub 2-0:1.0: USB hub found
    Jul 21 00:42:19 linux kernel: hub 2-0:1.0: 6 ports detected
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1a.0: UHCI Host Controller
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000b800
    Jul 21 00:42:19 linux kernel: hub 3-0:1.0: USB hub found
    Jul 21 00:42:19 linux kernel: hub 3-0:1.0: 2 ports detected
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1a.1: UHCI Host Controller
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000b880
    Jul 21 00:42:19 linux kernel: hub 4-0:1.0: USB hub found
    Jul 21 00:42:19 linux kernel: hub 4-0:1.0: 2 ports detected
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1a.2: UHCI Host Controller
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1a.2: irq 18, io base 0x0000bc00
    Jul 21 00:42:19 linux kernel: hub 5-0:1.0: USB hub found
    Jul 21 00:42:19 linux kernel: hub 5-0:1.0: 2 ports detected
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000b080
    Jul 21 00:42:19 linux kernel: hub 6-0:1.0: USB hub found
    Jul 21 00:42:19 linux kernel: hub 6-0:1.0: 2 ports detected
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000b400
    Jul 21 00:42:19 linux kernel: hub 7-0:1.0: USB hub found
    Jul 21 00:42:19 linux kernel: hub 7-0:1.0: 2 ports detected
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
    Jul 21 00:42:19 linux kernel: uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000b480
    Jul 21 00:42:19 linux kernel: hub 8-0:1.0: USB hub found
    Jul 21 00:42:19 linux kernel: hub 8-0:1.0: 2 ports detected
    Jul 21 00:42:19 linux kernel: pata_jmicron 0000:03:00.1: enabling device (0000 -> 0001)
    Jul 21 00:42:19 linux kernel: pata_jmicron 0000:03:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    Jul 21 00:42:19 linux kernel: scsi0 : pata_jmicron
    Jul 21 00:42:19 linux kernel: scsi1 : pata_jmicron
    Jul 21 00:42:19 linux kernel: ata1: PATA max UDMA/100 cmd 0xdc00 ctl 0xd880 bmdma 0xd400 irq 17
    Jul 21 00:42:19 linux kernel: ata2: PATA max UDMA/100 cmd 0xd800 ctl 0xd480 bmdma 0xd408 irq 17
    Jul 21 00:42:19 linux kernel: ata_piix 0000:00:1f.2: PCI INT B -> GSI 22 (level, low) -> IRQ 22
    Jul 21 00:42:19 linux kernel: ata_piix 0000:00:1f.2: MAP [ P0 -- P1 -- ]
    Jul 21 00:42:19 linux kernel: scsi2 : ata_piix
    Jul 21 00:42:19 linux kernel: scsi3 : ata_piix
    Jul 21 00:42:19 linux kernel: ata3: SATA max UDMA/133 cmd 0xa000 ctl 0x9c00 bmdma 0x9480 irq 22
    Jul 21 00:42:19 linux kernel: ata4: SATA max UDMA/133 cmd 0x9880 ctl 0x9800 bmdma 0x9488 irq 22
    Jul 21 00:42:19 linux kernel: ata_piix 0000:00:1f.5: PCI INT B -> GSI 22 (level, low) -> IRQ 22
    Jul 21 00:42:19 linux kernel: ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
    Jul 21 00:42:19 linux kernel: scsi4 : ata_piix
    Jul 21 00:42:19 linux kernel: scsi5 : ata_piix
    Jul 21 00:42:19 linux kernel: ata5: SATA max UDMA/133 cmd 0xb000 ctl 0xac00 bmdma 0xa480 irq 22
    Jul 21 00:42:19 linux kernel: ata6: SATA max UDMA/133 cmd 0xa880 ctl 0xa800 bmdma 0xa488 irq 22
    Jul 21 00:42:19 linux kernel: ahci 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Jul 21 00:42:19 linux kernel: ahci 0000:03:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
    Jul 21 00:42:19 linux kernel: ahci 0000:03:00.0: flags: 64bit ncq pm led clo pmp pio slum part
    Jul 21 00:42:19 linux kernel: scsi6 : ahci
    Jul 21 00:42:19 linux kernel: scsi7 : ahci
    Jul 21 00:42:19 linux kernel: ata7: SATA max UDMA/133 abar m8192@0xfebfe000 port 0xfebfe100 irq 16
    Jul 21 00:42:19 linux kernel: ata8: SATA max UDMA/133 abar m8192@0xfebfe000 port 0xfebfe180 irq 16
    Jul 21 00:42:19 linux kernel: ata4: SATA link down (SStatus 0 SControl 300)
    Jul 21 00:42:19 linux kernel: ata7: SATA link down (SStatus 0 SControl 300)
    Jul 21 00:42:19 linux kernel: ata8: SATA link down (SStatus 0 SControl 300)
    Jul 21 00:42:19 linux kernel: usb 4-1: new low speed USB device using uhci_hcd and address 2
    Jul 21 00:42:19 linux kernel: ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Jul 21 00:42:19 linux kernel: ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    Jul 21 00:42:19 linux kernel: ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    Jul 21 00:42:19 linux kernel: ata5.00: ATAPI: TSSTcorp CDDVDW SH-S223F, SB03, max UDMA/100
    Jul 21 00:42:19 linux kernel: ata5.00: configured for UDMA/100
    Jul 21 00:42:19 linux kernel: ata3.00: ATA-7: Hitachi HDS721616PLA380, P22OABEA, max UDMA/133
    Jul 21 00:42:19 linux kernel: ata3.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 0/32)
    Jul 21 00:42:19 linux kernel: ata3.00: configured for UDMA/133
    Jul 21 00:42:19 linux kernel: scsi 2:0:0:0: Direct-Access ATA Hitachi HDS72161 P22O PQ: 0 ANSI: 5
    Jul 21 00:42:19 linux kernel: scsi 4:0:0:0: CD-ROM TSSTcorp CDDVDW SH-S223F SB03 PQ: 0 ANSI: 5
    Jul 21 00:42:19 linux kernel: ata6.00: ATA-7: ST3500630AS, 3.AAK, max UDMA/133
    Jul 21 00:42:19 linux kernel: ata6.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
    Jul 21 00:42:19 linux kernel: ata6.00: configured for UDMA/133
    Jul 21 00:42:19 linux kernel: scsi 5:0:0:0: Direct-Access ATA ST3500630AS 3.AA PQ: 0 ANSI: 5
    Jul 21 00:42:19 linux kernel: sd 2:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
    Jul 21 00:42:19 linux kernel: sd 2:0:0:0: [sda] Write Protect is off
    Jul 21 00:42:19 linux kernel: sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Jul 21 00:42:19 linux kernel: sda:
    Jul 21 00:42:19 linux kernel: sd 5:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    Jul 21 00:42:19 linux kernel: sd 5:0:0:0: [sdb] Write Protect is off
    Jul 21 00:42:19 linux kernel: sd 5:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Jul 21 00:42:19 linux kernel: sdb:sr0: scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw xa/form2 cdda tray
    Jul 21 00:42:19 linux kernel: Uniform CD-ROM driver Revision: 3.20
    Jul 21 00:42:19 linux kernel: sda1 sda2 < sdb1 sdb2 sdb3 sdb4 < sda5 sdb5 sdb6 sda6 >
    Jul 21 00:42:19 linux kernel: sd 2:0:0:0: [sda] Attached SCSI disk
    Jul 21 00:42:19 linux kernel: sdb7 sdb8 sdb9 sdb10 sdb11 sdb12 sdb13 sdb14 >
    Jul 21 00:42:19 linux kernel: sd 5:0:0:0: [sdb] Attached SCSI disk
    Jul 21 00:42:19 linux kernel: usbcore: registered new interface driver hiddev
    Jul 21 00:42:19 linux kernel: input: Genius Optical Mouse as /devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1:1.0/input/input0
    Jul 21 00:42:19 linux kernel: generic-usb 0003:0458:003A.0001: input,hidraw0: USB HID v1.10 Mouse [Genius Optical Mouse] on usb-0000:00:1a.1-1/input0
    Jul 21 00:42:19 linux kernel: usbcore: registered new interface driver usbhid
    Jul 21 00:42:19 linux kernel: usbhid: USB HID core driver
    Jul 21 00:42:19 linux kernel: usb 8-1: new low speed USB device using uhci_hcd and address 2
    Jul 21 00:42:19 linux kernel: input: KYE 4D device Ergomedia as /devices/pci0000:00/0000:00:1d.2/usb8/8-1/8-1:1.0/input/input1
    Jul 21 00:42:19 linux kernel: generic-usb 0003:05D5:8001.0002: input,hidraw1: USB HID v1.10 Keyboard [KYE 4D device Ergomedia] on usb-0000:00:1d.2-1/input0
    Jul 21 00:42:19 linux kernel: input: KYE 4D device Ergomedia as /devices/pci0000:00/0000:00:1d.2/usb8/8-1/8-1:1.1/input/input2
    Jul 21 00:42:19 linux kernel: generic-usb 0003:05D5:8001.0003: input,hidraw2: USB HID v1.10 Device [KYE 4D device Ergomedia] on usb-0000:00:1d.2-1/input1
    Jul 21 00:42:19 linux kernel: device-mapper: uevent: version 1.0.3
    Jul 21 00:42:19 linux kernel: device-mapper: ioctl: 4.17.0-ioctl (2010-03-05) initialised: [email protected]
    Jul 21 00:42:19 linux kernel: Intel AES-NI instructions are not detected.
    Jul 21 00:42:19 linux kernel: padlock: VIA PadLock not detected.
    Jul 21 00:42:19 linux kernel: SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
    Jul 21 00:42:19 linux kernel: SGI XFS Quota Management subsystem
    Jul 21 00:42:19 linux kernel: XFS mounting filesystem dm-0
    Jul 21 00:42:19 linux kernel: rtc_cmos 00:03: RTC can wake from S4
    Jul 21 00:42:19 linux kernel: rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    Jul 21 00:42:19 linux kernel: rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    Jul 21 00:42:19 linux kernel: udev: starting version 160
    Jul 21 00:42:19 linux kernel: input: PC Speaker as /devices/platform/pcspkr/input/input3
    Jul 21 00:42:19 linux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4
    Jul 21 00:42:19 linux kernel: ACPI: Power Button [PWRB]
    Jul 21 00:42:19 linux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
    Jul 21 00:42:19 linux kernel: ACPI: Power Button [PWRF]
    Jul 21 00:42:19 linux kernel: iTCO_vendor_support: vendor-support=0
    Jul 21 00:42:19 linux kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
    Jul 21 00:42:19 linux kernel: iTCO_wdt: Found a ICH9 TCO device (Version=2, TCOBASE=0x0860)
    Jul 21 00:42:19 linux kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    Jul 21 00:42:19 linux kernel: i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    Jul 21 00:42:19 linux kernel: ACPI: resource 0000:00:1f.3 [io 0x0400-0x041f] conflicts with ACPI region SMRG [io 0x0400-0x040f 64bit pref]
    Jul 21 00:42:19 linux kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    Jul 21 00:42:19 linux kernel: sd 2:0:0:0: Attached scsi generic sg0 type 0
    Jul 21 00:42:19 linux kernel: sr 4:0:0:0: Attached scsi generic sg1 type 5
    Jul 21 00:42:19 linux kernel: sd 5:0:0:0: Attached scsi generic sg2 type 0
    Jul 21 00:42:19 linux kernel: ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker
    Jul 21 00:42:19 linux kernel: ne2k-pci 0000:05:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    Jul 21 00:42:19 linux kernel: eth0: [removed]
    Jul 21 00:42:19 linux kernel: atl1 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    Jul 21 00:42:19 linux kernel: atl1 0000:02:00.0: version 2.1.3
    Jul 21 00:42:19 linux kernel: [drm] Initialized drm 1.1.0 20060810
    Jul 21 00:42:19 linux kernel: nouveau 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Detected an NV50 generation card (0x094100a1)
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PRAMIN
    Jul 21 00:42:19 linux kernel: HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: ... appears to be valid
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: BIT BIOS found
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Bios version 62.94.11.00
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: TMDS table revision 2.0 not currently supported
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Found Display Configuration Block version 4.0
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Raw DCB entry 0: 02000300 00000028
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Raw DCB entry 1: 01000302 00020030
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Raw DCB entry 2: 04011310 00000028
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Raw DCB entry 3: 02011312 00000030
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Raw DCB entry 4: 010223f1 00c0c080
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: DCB connector table: VHER 0x40 5 16 4
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 0: 0x00001030: type 0x30 idx 0 tag 0x07
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 1: 0x00002130: type 0x30 idx 1 tag 0x08
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 2: 0x00000210: type 0x10 idx 2 tag 0xff
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 3: 0x00000211: type 0x11 idx 3 tag 0xff
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 4: 0x00000213: type 0x13 idx 4 tag 0xff
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0xCE32
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0xD21B
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0xE176
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0xE2A5
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0xE4B5
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Parsing VBIOS init table at offset 0xE51A
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 0xE51A: Condition still not met after 20ms, skipping following opcodes
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 0xBE26: parsing output script 0
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 0xBE26: parsing output script 0
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 0xA862: parsing output script 0
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Detected 512MiB VRAM
    Jul 21 00:42:19 linux kernel: hda_codec: ALC883: BIOS auto-probing.
    Jul 21 00:42:19 linux kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input6
    Jul 21 00:42:19 linux kernel: [TTM] Zone kernel: Available graphics memory: 2027216 kiB.
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 512 MiB GART (aperture)
    Jul 21 00:42:19 linux kernel: mtrr: type mismatch for d0000000,10000000 old: write-back new: write-combining
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Allocating FIFO number 1
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: nouveau_channel_alloc: initialised FIFO 1
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Detected a DAC output
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Detected a TMDS output
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Detected a DAC output
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Detected a TMDS output
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: DCB encoder 1 unknown
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Detected a DVI-I connector
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Detected a DVI-I connector
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: Detected a TV connector
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: no encoders, ignoring
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: allocated 1440x900 fb: 0x40250000, bo ffff88012beb8000
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 0xBE2A: parsing output script 1
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 0xBE2B: parsing output script 2
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 0xBCF0: parsing clock script 0
    Jul 21 00:42:19 linux kernel: [drm] nouveau 0000:01:00.0: 0xB3E9: parsing clock script 1
    Jul 21 00:42:19 linux kernel: Console: switching to colour frame buffer device 180x56
    Jul 21 00:42:19 linux kernel: fb0: nouveaufb frame buffer device
    Jul 21 00:42:19 linux kernel: registered panic notifier
    Jul 21 00:42:19 linux kernel: [drm] Initialized nouveau 0.0.16 20090420 for 0000:01:00.0 on minor 0
    Jul 21 00:42:19 linux kernel: XFS mounting filesystem sdb1
    Jul 21 00:42:19 linux kernel: XFS mounting filesystem dm-1
    Jul 21 00:42:19 linux kernel: XFS mounting filesystem dm-3
    Jul 21 00:42:19 linux kernel: XFS mounting filesystem dm-4
    Jul 21 00:42:19 linux kernel: XFS mounting filesystem dm-2
    Jul 21 00:42:19 linux kernel: XFS mounting filesystem dm-5
    Jul 21 00:42:19 linux kernel: XFS mounting filesystem dm-6
    Jul 21 00:42:19 linux kernel: Adding 979928k swap on /dev/mapper/dm_swap. Priority:-1 extents:1 across:979928k
    Jul 21 00:42:19 linux kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
    Jul 21 00:42:19 linux kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
    Jul 21 00:42:19 linux kernel: CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
    Jul 21 00:42:19 linux kernel: nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
    Jul 21 00:42:19 linux kernel: sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
    Jul 21 00:42:19 linux init: Entering runlevel: 3
    Jul 21 00:43:17 linux shutdown[3617]: shutting down for system reboot
    Jul 21 00:43:18 linux init: Switching to runlevel: 6
    It was very strange for me, because I had no idea about the KMS thing...
    I thought it must be because I haven't installed x86-video-nouveau, so I installed xorg and x86-video-nouveau, un-blacklisted the nouveau module, but the same error happened. I blacklisted it again, booted. Now when trying "modprobe nouveau" in the fully booted system the monitor still goes the same bad way, reboot, here is the log of that try:
    Jul 21 02:19:36 linux kernel: [drm] Initialized drm 1.1.0 20060810
    Jul 21 02:19:36 linux kernel: nouveau 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Detected an NV50 generation card (0x094100a1)
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PRAMIN
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: ... appears to be valid
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: BIT BIOS found
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Bios version 62.94.11.00
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: TMDS table revision 2.0 not currently supported
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Found Display Configuration Block version 4.0
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Raw DCB entry 0: 02000300 00000028
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Raw DCB entry 1: 01000302 00020030
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Raw DCB entry 2: 04011310 00000028
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Raw DCB entry 3: 02011312 00000030
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Raw DCB entry 4: 010223f1 00c0c080
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: DCB connector table: VHER 0x40 5 16 4
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: 0: 0x00001030: type 0x30 idx 0 tag 0x07
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: 1: 0x00002130: type 0x30 idx 1 tag 0x08
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: 2: 0x00000210: type 0x10 idx 2 tag 0xff
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: 3: 0x00000211: type 0x11 idx 3 tag 0xff
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: 4: 0x00000213: type 0x13 idx 4 tag 0xff
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0xCE32
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0xD21B
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0xE176
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0xE2A5
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0xE4B5
    Jul 21 02:19:36 linux kernel: [drm] nouveau 0000:01:00.0: Parsing VBIOS init table at offset 0xE51A
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: 0xE51A: Condition still not met after 20ms, skipping following opcodes
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: 0xBE26: parsing output script 0
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: 0xBE26: parsing output script 0
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: 0xA862: parsing output script 0
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: Detected 512MiB VRAM
    Jul 21 02:19:37 linux kernel: [TTM] Zone kernel: Available graphics memory: 2027216 kiB.
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: 512 MiB GART (aperture)
    Jul 21 02:19:37 linux kernel: mtrr: type mismatch for d0000000,10000000 old: write-back new: write-combining
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: Allocating FIFO number 1
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: nouveau_channel_alloc: initialised FIFO 1
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: Detected a DAC output
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: Detected a TMDS output
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: Detected a DAC output
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: Detected a TMDS output
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: DCB encoder 1 unknown
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: Detected a DVI-I connector
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: Detected a DVI-I connector
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: Detected a TV connector
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: no encoders, ignoring
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: allocated 1440x900 fb: 0x40250000, bo ffff88012adae000
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: 0xBE2A: parsing output script 1
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: 0xBE2B: parsing output script 2
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: 0xBCF0: parsing clock script 0
    Jul 21 02:19:37 linux kernel: [drm] nouveau 0000:01:00.0: 0xB3E9: parsing clock script 1
    Jul 21 02:19:37 linux kernel: Console: switching to colour frame buffer device 180x56
    Jul 21 02:19:37 linux kernel: fb0: nouveaufb frame buffer device
    Jul 21 02:19:37 linux kernel: registered panic notifier
    Jul 21 02:19:37 linux kernel: [drm] Initialized nouveau 0.0.16 20090420 for 0000:01:00.0 on minor 0
    I can start xorg with vesa driver now, but would be nice to have nouveau working, here are some config files and other information:
    # cat /boot/grub/menu.lst
    # Config file for GRUB - The GNU GRand Unified Bootloader
    # /boot/grub/menu.lst
    # DEVICE NAME CONVERSIONS
    # Linux Grub
    # /dev/fd0 (fd0)
    # /dev/sda (hd0)
    # /dev/sdb2 (hd1,1)
    # /dev/sda3 (hd0,2)
    # FRAMEBUFFER RESOLUTION SETTINGS
    # +-------------------------------------------------+
    # | 640x480 800x600 1024x768 1280x1024
    # ----+--------------------------------------------
    # 256 | 0x301=769 0x303=771 0x305=773 0x307=775
    # 32K | 0x310=784 0x313=787 0x316=790 0x319=793
    # 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
    # 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
    # +-------------------------------------------------+
    # for more details and different resolutions see
    # http://wiki.archlinux.org/index.php/GRUB#Framebuffer_Resolution
    # general configuration:
    timeout 5
    default 0
    color light-blue/black light-cyan/blue
    # boot sections follow
    # each is implicitly numbered from 0 in the order of appearance below
    # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
    # (0) Arch Linux
    title Arch Linux
    root (hd0,0)
    kernel /vmlinuz26 cryptdevice=/dev/sdb2:dm_root root=/dev/mapper/dm_root ro
    initrd /kernel26.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,0)
    kernel /vmlinuz26 cryptdevice=/dev/sdb2:dm_root root=/dev/mapper/dm_root ro
    initrd /kernel26-fallback.img
    # (2) Windows
    #title Windows
    #rootnoverify (hd1,0)
    #makeactive
    #chainloader +1
    # cat /etc/rc.conf
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.UTF-8"
    HARDWARECLOCK="UTC"
    TIMEZONE="Europe/Paris"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(!nouveau)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="arch-linux"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    #Static IP example
    eth0="eth0 192.168.0.1 netmask 255.255.255.252 broadcast 192.168.0.3"
    eth1="eth1 10.0.1.7 netmask 255.255.255.0 broadcast 10.0.1.255"
    INTERFACES=(!eth0 eth1)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 10.0.1.1"
    ROUTES=(gateway)
    # Setting this to "yes" will skip network shutdown.
    # This is required if your root device is on NFS.
    NETWORK_PERSIST="no"
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng dbus iptables network netfs crond alsa)
    # pacman -Qs video
    local/libxv 1.0.5-1
    X11 Video extension library
    local/libxxf86vm 1.1.0-1
    X11 XFree86 video mode extension library
    local/videoproto 2.3.0-1
    X11 Video extension wire protocol
    local/xf86-video-nouveau 0.0.16_git20100517-1
    Open Source 3D acceleration driver for nVidia cards (experimental)
    local/xf86-video-vesa 2.3.0-2 (xorg xorg-video-drivers)
    X.org vesa video driver
    local/xf86vidmodeproto 2.3-1
    X11 Video Mode extension wire protocol
    I think the problem is in "TMDS table revision 2.0 not currently supported", I just found that issue in http://nouveau.freedesktop.org/wiki/TroubleShooting.
    As I can understand, there is no more nouveau-drm (I could find one only for LTS kernel) package (to try to update from AUR) and it is injected in the mainline kernel? What can I do now?
    Thank you.
    Last edited by arch_archer (2010-07-21 17:37:38)

    Ooops, I must have accidentally clicked 'Submit' - I didn't mean to post it.
    Try using some more nouveau goodness. I have no idea why nouveau-drm is unavailable atm - it was here yesterday ...
    http://arm.kh.nu/search/index.php?a=32& … ommunity=1 <- this is for 32-bit
    Last edited by karol (2010-07-21 00:01:30)

  • Installing Oracle Linux 6 For 11g

    I'm downloading Oracle Linux 6,2 64-bit with the single intention to simply install Oracle Database 11g Enterprise Edition and I've never used or installed Oracle Linux before. I know that in order to install Oracle 11g database, I will need to have some kind of graphic utility like X but I do not need a Desktop Environment like Gnome or KDE (which is not permitted on servers per company policy). Can someone tell me what exactly or which specific options I will need to minimally install Oracle database 11g? I don't want to install the entire DVD content to my server but rather know what packages are required and ONLY install those. I don't know if the Linux installer has a fairly self explanatory / easy to use options based on me using this system as a database server but if anyone can please help, I'd greatly appreciate it!

    Sorry everyone but I've retured back from vacation to focus back on getting Oracle Database 11.2.0.3 installed on Oracle Linux 6.2 64-bit. I've got the O.S. up and I thought I selected all the correct / required packages to perform the standard installation using the Universal Installer but it's not working for some reason. I'm unable to forward my 'xclock' session from the database server host to my workstation (Ubuntu 12.04 Linux). When I open a terminal window on my Ubuntu Linux machine and type 'xclock', the application opens w/o any issues. When I SSH into my Oracle database server and attempt to forward the X11 session over to my machine, I get:
    carlos@ghost:~$ ssh -x carlos@oracledb
    carlos@oracledb's password:
    [carlos@oracledb ~]$ xclock
    Error: Can't open display:
    [carlos@oracledb ~]$ logout
    Connection to oracledb closed.I obviously have the application 'xclock' and all required dependencies installed but for some reason it doesn't forward from my Oracle server to my workstation so that I can start the installation...
    Below is a list of all installed packages on Oracle Linux that have 'xorg-x11*' in their package header name:
    [root@oracledb ~]# rpm -qa | grep -i "xorg-x11*"
    xorg-x11-drv-qxl-0.0.14-13.el6_2.x86_64
    xorg-x11-drv-v4l-0.2.0-4.0.1.el6.x86_64
    xorg-x11-drv-savage-2.3.2-1.0.1.el6.x86_64
    xorg-x11-drv-i740-1.3.2-2.0.1.el6.x86_64
    xorg-x11-drv-sisusb-0.9.4-1.0.1.el6.x86_64
    xorg-x11-drv-acecad-1.5.0-3.0.1.el6.x86_64
    xorg-x11-xkb-utils-7.4-6.el6.x86_64
    xorg-x11-apps-7.4-10.el6.x86_64
    xorg-x11-drv-openchrome-0.2.904-4.el6.x86_64
    xorg-x11-drv-penmount-1.5.0-2.el6.x86_64
    xorg-x11-drv-nouveau-0.0.16-13.20110719gitde9d1ba.el6.x86_64
    xorg-x11-drv-ati-6.14.2-7.el6.x86_64
    xorg-x11-drv-mouse-1.7.0-4.el6.x86_64
    xorg-x11-drv-fpit-1.4.0-2.el6.x86_64
    xorg-x11-drivers-7.3-13.3.el6.x86_64
    xorg-x11-xinit-1.0.9-13.el6.x86_64
    xorg-x11-server-utils-7.5-5.2.el6.x86_64
    xorg-x11-xauth-1.0.2-7.1.el6.x86_64
    xorg-x11-utils-7.4-8.el6.x86_64
    xorg-x11-drv-ati-firmware-6.14.2-7.el6.noarch
    xorg-x11-server-common-1.10.4-6.el6_2.3.x86_64
    xorg-x11-server-Xorg-1.10.4-6.el6_2.3.x86_64
    xorg-x11-drv-r128-6.8.1-3.0.1.el6.x86_64
    xorg-x11-drv-vmware-11.0.3-1.0.1.el6.x86_64
    xorg-x11-drv-i128-1.3.4-1.0.1.el6.x86_64
    xorg-x11-drv-trident-1.3.4-1.0.1.el6.x86_64
    xorg-x11-drv-glint-1.2.5-1.0.1.el6.x86_64
    xorg-x11-drv-apm-1.2.3-2.0.1.el6.x86_64
    xorg-x11-drv-ast-0.91.10-1.0.1.el6.x86_64
    xorg-x11-drv-siliconmotion-1.7.5-1.0.1.el6.x86_64
    xorg-x11-drv-dummy-0.3.4-1.0.1.el6.x86_64
    xorg-x11-drv-wacom-0.10.5-14.0.1.el6.x86_64
    xorg-x11-drv-sis-0.10.3-1.0.1.el6.x86_64
    xorg-x11-drv-evdev-2.6.0-2.el6.x86_64
    xorg-x11-drv-synaptics-1.4.1-3.el6.x86_64
    xorg-x11-drv-intel-2.16.0-1.el6.x86_64
    xorg-x11-drv-mga-1.4.13-3.el6.x86_64
    xorg-x11-drv-cirrus-1.3.2-2.el6.x86_64
    xorg-x11-drv-mutouch-1.3.0-2.el6.x86_64
    xorg-x11-drv-hyperpen-1.4.1-2.el6.x86_64
    xorg-x11-drv-fbdev-0.4.2-2.el6.x86_64
    xorg-x11-drv-vmmouse-12.7.0-1.el6.x86_64
    xorg-x11-drv-keyboard-1.6.0-1.el6.x86_64
    xorg-x11-drv-vesa-2.3.0-2.0.1.el6.x86_64
    xorg-x11-drv-tdfx-1.4.3-2.0.1.el6.x86_64
    xorg-x11-drv-rendition-4.2.4-1.0.1.el6.x86_64
    xorg-x11-drv-mach64-6.9.0-1.0.1.el6.x86_64
    xorg-x11-drv-voodoo-1.2.4-1.0.1.el6.x86_64
    xorg-x11-drv-s3virge-1.10.4-2.0.1.el6.x86_64
    xorg-x11-drv-xgi-1.6.0-11.0.1.el6.x86_64
    xorg-x11-font-utils-7.2-11.el6.x86_64
    xorg-x11-drv-void-1.4.0-1.el6.x86_64
    xorg-x11-drv-aiptek-1.4.1-2.el6.x86_64
    xorg-x11-drv-nv-2.1.18-2.el6.x86_64
    xorg-x11-drv-elographics-1.3.0-2.el6.x86_64

  • Getting Portrait Mode prior to X11 startup and in SLIM

    Hi all,
    I've been on Arch for about a week now and am having a fun time coding on it. I finally got an LCD stand that allows me to swivel my screen to portrait orientation so I suddenly have some great vertical real estate.
    My current setup is Arch Linux -> SLIM -> XFCE4 with X11 configured to run on Intel drivers rather than the standard VESA one. XFCE allows me to rotate my desktop from a simple GUI application. After doing some research, it seems that this is being accomplished by using xrandr - a utility that ships with X.org, which means this rotation is only happening with the benefit of being in an X environment.
    Before X boots up, the Linux terminal is outputting everything to the screen in regular landscape mode. I want to be able to work in portrait mode outside of an X environment (e.g. virtual terminals). I did some Googling and came across this:
    http://www.mjmwired.net/kernel/Document … /fbcon.txt
    It seems that fbcon (frame buffer console) can run a console with the benefit of VGA-driven frame buffer -- which would include screen rotation. Is this something that can be easily configured (e.g. pop open VIM, add a few lines and reboot) or is it far more complex than I think (e.g. rebuilding the Kernel).
    I also noticed SLIM starts up in landscape mode as well. I believe SLIM runs in X environment (correct me if I'm mistaken). It doesn't seem to be an option in SLIM to rotate, so I imagine I could have X start already rotated, in effect causing everything (SLIM, XFCE) to inherit the rotation property. I tried configuring things by creating a "10-monitor.conf" file in /etc/X11/xorg.conf.d/ according to this page:
    https://wiki.archlinux.org/index.php/Xo … r_settings
    ...with the addition of these changes:
    Section "Screen"
    +Option "RandRRotation" "on"
    +Option "Rotate" "CCW"
    EndSection
    Section "Device"
    Option "DRI" "false"
    Option "RandRRotation"
    Option "Rotate" "CCW"
    EndSection
    (ref: http://forums.linuxmint.com/viewtopic.php?f=49&t=26747)
    This did not do the trick for me and I'm still logging in by craning my neck... (just kidding; I swivel it back around).
    I'm somewhat new to Linux so if I miss any details please let me know.
    Any help is greatly appreciated.
    Thanks
    P.S. -- Extra info for my X configuration (to get SLIM rotated):
    /etc/X11/xorg.conf.d/10-monitor.conf file:
    Section "Monitor"
    Identifier "Monitor"
    EndSection
    Section "Device"
    Identifier "Device"
    Driver "intel"
    Option "DRI" "false"
    Option "RandRRotation" "on"
    Option "Rotate" "CCW"
    EndSection
    Section "Screen"
    Identifier "Screen"
    Device "Device"
    Monitor "Monitor"
    DefaultDepth 16
    Option "RandRRotation" "on"
    Option "Rotate" "CCW"
    EndSection
    Full output of Xorg.0.log in Codepad: http://codepad.org/6aM0gTvM
    Last edited by yodafingers (2011-01-13 00:17:15)

    UPDATE: Only solved one of my problems so far (getting virtual terminals to be in portrait mode) by modifying my grub bootlist:
    /boot/grub/menu.lst:
    title Arch Linux (portrait)
    root (hd0,0)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/991f0c73-38a8-444e-b1a4-41105c7d609c ro fbcon=rotate:3,scrollback=2048k
    initrd /kernel26.img
    I made a mistake in the previous post: uvesafb allows you to run the console in full resolution, fbcon rotation seems to be a separate matter.
    Still no luck yet getting SLIM into portrait mode. I tried various things, but it seems that the X Option for "Rotate" is unsupported by the Intel video driver. I chopped out the Device/Monitor/Screen sections from the xorg.conf that is created when you run "Xorg -configure" and tossed that into /etc/X11/xorg.conf.d/10-monitor.conf to no avail...
    /etc/X11/xorg.conf.d/10-monitor.conf:
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
    ### <percent>: "<f>%"
    ### [arg]: arg optional
    #Option "AccelMethod" # [<str>]
    #Option "DRI" # [<bool>]
    #Option "ColorKey" # <i>
    #Option "VideoKey" # <i>
    #Option "FallbackDebug" # [<bool>]
    #Option "Tiling" # [<bool>]
    #Option "Shadow" # [<bool>]
    #Option "SwapbuffersWait" # [<bool>]
    #Option "XvMC" # [<bool>]
    #Option "XvPreferOverlay" # [<bool>]
    #Option "DebugFlushBatches" # [<bool>]
    #Option "DebugFlushCaches" # [<bool>]
    #Option "DebugWait" # [<bool>]
    Identifier "Card0"
    Driver "intel"
    BusID "PCI:0:2:0"
    # Tack on some rotation options
    Option "RandRRotation" "on"
    Option "Rotate" "CCW"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Xorg.0.log full version: http://codepad.org/mrsVi4QW
    Xorg.0.log excerpt:
    [ 14.511] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 14.511] (==) intel(0): DPMS enabled
    [ 14.511] (==) intel(0): Intel XvMC decoder disabled
    [ 14.511] (II) intel(0): Set up textured video
    [ 14.511] (II) intel(0): Set up overlay video
    [ 14.512] (II) intel(0): direct rendering: DRI2 Enabled
    [ 14.512] (WW) intel(0): Option "RandRRotation" is not used
    [ 14.512] (WW) intel(0): Option "Rotate" is not used
    [ 14.512] (--) RandR disabled
    [ 14.512] (II) Initializing built-in extension RANDR
    As you can see, the Intel chipset doesn't like those options so it seems I cannot set them statically using xorg.conf files.
    However, dynamically applying the rotation using xrandr seems to work. For example, I can open up a terminal right now and type `xrandr -o [orientation]` and rotate my screen on the fly. I tried this approach too, seeing if I could sneak in a call to xrandr before SLIM starts up. I was not able to get anywhere with this... I tried calling xrandr in:
    /root/.xinitrc   (I believe this runs when X logs into root)
    /etc/X11/Xsession.d/ (scripts in this directory are supposed to be executed upon X startup)
    None of this did the trick, SLIM still starts up in normal orientation. Has anyone here successfully rotated SLIM, or any login manager for that matter? I'm considering switching over to GDM to see if I have better luck (I believe GDM provides some form of pre-start configuration scripting), but would like to avoid moving to GDM if I can do this with SLIM.
    Any help with this would be hugely appreciated. Thanks
    Last edited by yodafingers (2011-01-13 05:53:09)

  • Is there a 2D acceleration support on Linux?

    Seriously. I just installed a newly bought graphics card from Nvidia, ASUS GeForce GT 610 (come on, I don't want games, just desktop), installed recent proprietary drivers from Nvidia and I still can't scroll stupid spreadsheet in LibreOffice without lags. Before I had Nvidia 7300GT and it was the same both on nouveau and proprietary driver.
    Here's sample xls (don't worry, no malicious macros attached): http://upload.koci.net.pl/uploads/test.xls
    If for someone it works as it is expected to work on modern system, please provide you configuration (CPU, GPU and driver).
    Mine is AMD Athlon(tm) 64 X2 Dual Core Processor 5600+, Nvidia GT 610 and nvidia driver 346.35.
    I'm also unhappy with my web browsing performance but this is for another topic. Anyway, believe me, I tried everything, finally changed the GPU and it is only a little bit better.

    Wow. I thought karol was asking me if card is properly detected. Okay, sorry for that. I doubt if there is anything wrong with my configuration (anyway I'm not sure why X loads nv driver as well). I also have some remainings after playing around with nouveau but they shouldn't really pose a problem (I'm not sure how about mesa libraries but AFAIK nvidia binary driver replaces some of these files when installed). I'm also confused about text-mode VGA console messages from NVRM but I guess they shouldn't cause performance penalty. Anyway, I would appreciate if you look at those:
    Xorg.0.log:
    http://wklej.org/id/1636978/
    pacman -Qs nvidia
    [mk@linux ~]$ pacman -Qs nvidia
    local/lib32-libvdpau 0.9-1
    Nvidia VDPAU library
    local/libcl 1.1-4
    OpenCL library and ICD loader from NVIDIA
    local/libvdpau 0.9-1
    Nvidia VDPAU library
    local/nouveau-fw 325.15-1
    This package provides video & pgraph firmwares for all NVIDIA chipsets that
    need them
    local/nvidia 346.35-6
    NVIDIA drivers for linux
    local/nvidia-libgl 346.35-2
    NVIDIA drivers libraries symlinks
    local/nvidia-utils 346.35-2
    NVIDIA drivers utilities
    pacman -Qs nouveau
    [mk@linux ~]$ pacman -Qs nouveau
    local/lib32-mesa 10.4.4-1
    an open-source implementation of the OpenGL specification (32-bit)
    local/mesa 10.4.4-1
    an open-source implementation of the OpenGL specification
    local/nouveau-fw 325.15-1
    This package provides video & pgraph firmwares for all NVIDIA chipsets that
    need them
    pacman -Qs xorg
    http://wklej.org/id/1636983/
    journalctl -b
    http://wklej.org/id/1636988/
    journalctl -b | grep NVRM
    [root@linux mk]# journalctl -b | grep NVRM
    lut 16 11:36:13 linux kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 346.35 Sat Jan 10 21:27:15 PST 2015
    lut 16 11:36:28 linux kernel: NVRM: Your system is not currently configured to drive a VGA console
    lut 16 11:36:28 linux kernel: NVRM: on the primary VGA device. The NVIDIA Linux graphics driver
    lut 16 11:36:28 linux kernel: NVRM: requires the use of a text-mode VGA console. Use of other console
    lut 16 11:36:28 linux kernel: NVRM: drivers including, but not limited to, vesafb, may result in
    lut 16 11:36:28 linux kernel: NVRM: corruption and stability problems, and is not supported.
    ls /etc/X11
    [mk@linux ~]$ ls /etc/X11/
    xinit xorg.conf2 xorg.conf.backup xorg.conf.new
    xorg.conf~ xorg.conf3 xorg.conf.d
    I assume none of this files is parsed.
    [mk@linux ~]$ ls /etc/X11/xorg.conf.d/
    10-evdev.conf~         10-keyboard.conf  20-nvidia.conf.7300GT
    10-evdev.conf.pacsave  20-nvidia.conf2   30-monitorsaver.conf
    I assume that only files with .conf suffix are parsed. The only files I left from previous configuration are 10-keyboard.conf and 30-monitorsaver.conf.
    10-keyboard.conf
    Section "InputClass"
    Identifier "system-keyboard"
    Option "XkbLayout" "pl"
    EndSection
    30-monitorsaver.conf
    Section "Monitor"
    Identifier "Monitor0"
    Option "DPMS" "true"
    EndSection
    Section "ServerLayout"
    Identifier "ServerLayout0"
    Option "StandbyTime" "20"
    Option "SuspendTime" "30"
    Option "OffTime" "60"
    EndSection
    ~/.nvidia-settings-rc
    http://wklej.org/id/1636998/
    lspci
    [root@linux mk]# lspci
    00:00.0 RAM memory: NVIDIA Corporation MCP61 Memory Controller (rev a1)
    00:01.0 ISA bridge: NVIDIA Corporation MCP61 LPC Bridge (rev a2)
    00:01.1 SMBus: NVIDIA Corporation MCP61 SMBus (rev a2)
    00:01.2 RAM memory: NVIDIA Corporation MCP61 Memory Controller (rev a2)
    00:02.0 USB controller: NVIDIA Corporation MCP61 USB 1.1 Controller (rev a2)
    00:02.1 USB controller: NVIDIA Corporation MCP61 USB 2.0 Controller (rev a2)
    00:04.0 PCI bridge: NVIDIA Corporation MCP61 PCI bridge (rev a1)
    00:05.0 Audio device: NVIDIA Corporation MCP61 High Definition Audio (rev a2)
    00:06.0 IDE interface: NVIDIA Corporation MCP61 IDE (rev a2)
    00:08.0 IDE interface: NVIDIA Corporation MCP61 SATA Controller (rev a2)
    00:08.1 IDE interface: NVIDIA Corporation MCP61 SATA Controller (rev a2)
    00:09.0 PCI bridge: NVIDIA Corporation MCP61 PCI Express bridge (rev a2)
    00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
    00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] Address Map
    00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] DRAM Controller
    00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
    01:08.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8100/8101L/8139 PCI Fast Ethernet Adapter (rev 10)
    01:09.0 Multimedia audio controller: VIA Technologies Inc. VT1720/24 [Envy24PT/HT] PCI Multi-Channel Audio Controller (rev 01)
    02:00.0 VGA compatible controller: NVIDIA Corporation GF119 [GeForce GT 610] (rev a1)
    02:00.1 Audio device: NVIDIA Corporation GF119 HDMI Audio Controller (rev a1)
    modinfo nvidia
    [root@linux mk]# modinfo nvidia
    filename: /lib/modules/3.18.6-1-ARCH/extramodules/nvidia.ko.gz
    alias: char-major-195-*
    version: 346.35
    supported: external
    license: NVIDIA
    alias: pci:v000010DEd00000E00sv*sd*bc04sc80i00*
    alias: pci:v000010DEd00000AA3sv*sd*bc0Bsc40i00*
    alias: pci:v000010DEd*sv*sd*bc03sc02i00*
    alias: pci:v000010DEd*sv*sd*bc03sc00i00*
    depends: drm,i2c-core
    vermagic: 3.18.6-1-ARCH SMP preempt mod_unload modversions
    parm: NVreg_Mobile:int
    parm: NVreg_ResmanDebugLevel:int
    parm: NVreg_RmLogonRC:int
    parm: NVreg_ModifyDeviceFiles:int
    parm: NVreg_DeviceFileUID:int
    parm: NVreg_DeviceFileGID:int
    parm: NVreg_DeviceFileMode:int
    parm: NVreg_RemapLimit:int
    parm: NVreg_UpdateMemoryTypes:int
    parm: NVreg_InitializeSystemMemoryAllocations:int
    parm: NVreg_UsePageAttributeTable:int
    parm: NVreg_MapRegistersEarly:int
    parm: NVreg_RegisterForACPIEvents:int
    parm: NVreg_CheckPCIConfigSpace:int
    parm: NVreg_EnablePCIeGen3:int
    parm: NVreg_EnableMSI:int
    parm: NVreg_MemoryPoolSize:int
    parm: NVreg_RegistryDwords:charp
    parm: NVreg_RmMsg:charp
    parm: NVreg_AssignGpus:charp
    dmesg
    http://wklej.org/id/1637005/
    gcc -v
    http://wklej.org/id/1637007/
    xset -q
    http://wklej.org/id/1637010/
    nvidia-settings -q all
    http://wklej.org/id/1637024/
    xrandr --verbose
    http://wklej.org/id/1637028/
    //edit
    ~/.xinitrc
    [mk@linux ~]$ cat .xinitrc
    #!/bin/sh
    # ~/.xinitrc
    # Executed by startx (run your window manager from here)
    # nvidia-settings -a InitialPixmapPlacement=2
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    # exec gnome-session
    #exec startkde
    exec startxfce4
    # ...or the Window Manager of your choice
    #exec twm
    I commented out nvidia-settings -a InitialPixmapPlacement=2 as I was removing all changes made in system with previous card. I had also a file /etc/modprobe.d/50-nvidia.conf with options nvidia NVreg_EnableMSI=1. The file has been removed.
    .bashrc
    [mk@linux ~]$ cat .bashrc
    # Check for an interactive session
    [ -z "$PS1" ] && return
    alias ls='ls --color=auto'
    PS1='[\u@\h \W]\$ '
    // edit 2
    I also forgot to mention that I was testing firefox with new profile as well (I just changed name of profile directory in ~/.mozilla/firefox/)
    Last edited by mkkot (2015-02-16 12:43:25)

  • LiveImage disable nouveau on boot [SOLVED]

    Hello forum,
    is there a way to let the Live CD ISO not load nouveau upon detecting my nvidia card? Blacklisting is not an option here obviously.
    I tried using video=vesafb:1024x768-16 but that did not help. Once I'm in tty is there a way to unload nouveau and fallback to whatever
    it is using before loading nouveau? rmmod nouveau won't help.
    Problem is that my desktop PC monitor has some problems with the EDID which results in having a cropped image, which proves to be
    a problem when doing "lsblk" and you don't see the device names since they are cut off.
    I have to get to a X11 + nvidia installation so I can export my EDID and perform some patching on it and load it as a custom EDID so that my
    whole monitor is detected corretly.
    Regards,
    blackout23
    EDIT: Installing fbset and using fbset -g 1024 768 1024 768 16 did not help ony resulted in having a strange greenish rectangle in the the left corner still
    not showing the first few pixles of the output.
    Last edited by blackout23 (2012-08-11 19:15:54)

    Tab on the Grub boot screen brought up the launch options:
    .../boot/i686/archiso.img nomodeset
    Worked like a charm getting rid of the "Doubble Vision" on my laptop that Nouveau created making TTY1 unreadable.

  • Linux-3.1.8-1-i686 Errors and more

    The recent linux updated yielded this:
    (1/1) upgrading linux [######################] 100%
    >>> Updating module dependencies. Please wait ...
    >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    ==> Building image from preset: 'default'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    ==> ERROR: invalid kernel specifier: `/boot/vmlinuz-linux'
    ==> Building image from preset: 'fallback'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    ==> ERROR: invalid kernel specifier: `/boot/vmlinuz-linux
    I'm not sure how this came about, but obviously rebooting wasn't pretty and (I believe it was during init) gave me:
    ERROR: Unable to determine major/minor number of root device 'y'.
    So I booted from liveCD, mounted everything and used chroot to try installing the package again to which it worked. Rebooting again the regular boot option in grub was broken, but luckily the fallback worked. Even now that I'm inside my system without a liveCD, installing the package again gives the same errors it did originally At this point I think my best bet would be to just copy my fallback options to my normal method and be done with it, but I'd like to know what might have caused it and a more elegant solution. Thanks ahead of time.

    The fallback image generation fails the same way the default, yet it somehow works.
    Have you tried examining your /boot?

  • How to upgrade ( touchsmart 610-1130f ) under Linux Operating System: Ubuntu 10.11

    How to upgrade ( touchsmart 610-1130f ) under Linux Operating System: Ubuntu X11
    Unfortunatly didn't do it before erasing Win Se7en.

    I got the answer: If your operating systemt is not listed, we don't have upgrade for you.  If I knew that I woud'nt buy a HP computer.

  • How to upgrade ( touchsmart 610-1130f ) under Linux Operating System: Ubuntu 11.10

    How to upgrade ( touchsmart 610-1130f ) under Linux Operating System: Ubuntu 11.10
    Options 
    How to upgrade ( touchsmart 610-1130f ) under Linux Operating System: Ubuntu X11
    Unfortunatly didn't do it before erasing Win Se7en.

    I got the answer: If your operating systemt is not listed, we don't have upgrade for you.  If I knew that I woud'nt buy a HP computer.

  • [SOLVED]Are X11 and AMD catalyst drivers friends again?

    last time i installed linux on my laptop X11 had dropped support fro amd catalyst drivers (proprietary video card drivers), did amd do something about it? did X11 team reconsider? can i use the catalyst drivers on X11 again now?  my laptop and it's stupid APU or "dual graphics" aren't playing so nice with the open source radeon drivers.
    Last edited by rabcor (2013-06-20 19:16:00)

    If wine supported skype, i would be more dead set on using linux than using the amd proprietary drivers.
    The reason this isn't a big deal to me is mostly because i only use this laptop for 3 things, regardless of OS. Teamspeak 3, Skype, Playing Videos.
    I have it set up on a dual boot because neither windows nor linux seem to be reliable on this laptop, the reason is hardware-side, this APU is driving me nuts.
    The reason i'm having problems with the radeon drivers is that even if i set my computer to disable the "switchable graphics" on boot it sometimes seems to randomly re-enable it without even notifying me. The reason this is bad is because the switchable graphics cause my laptopt to overheat. If this happens in windows it usually just enters hibernation mode while the heat levels are just barely critical, in linux however it keeps running for a while at critical levels before it'll finally just overeat. I'm hoping that the AMD proprietary drivers can help me solve this on the linux side.
    Whichever operating system i can manage to make stop ever using the switchable graphics (thus preventing all overheating) will be the one i will use in the end, but i'm not in any big rush, windows is working decently for me on the laptop right now, and i can patiently wait for the amd proprietary drivers to support X again, since i  don't interact much with the computer at all anyways. Using linux would mostly just be to make the laptop look better. Linux seems to be the more likely one to succeed with this task in the end however (because i can optimize/customize it a whole lot more than i ever could windows, and because i'm scared of updating the catalyst drivers in windows because my laptop has often just completely broken upon catalyst driver update in windows.)

  • DBCA doesn't respond in -silent or -progress_only mode (Linux Installation)

    Hi,
    I run the ./runInstaller in silent mode for installing oracle 10g database software only, it run successfully:
    End of install phases.(Thu Oct 30 20:02:46 CST 2008)
    WARNING:A new inventory has been created in this session. However, it has not yet been registered as the central inventory of this system.
    To register the new inventory please run the script '/oracle/home/oraInventory/orainstRoot.sh' with root privileges.
    If you do not register the inventory, you may not be able to update or patch the products you installed.
    The following configuration scripts need to be executed as root for configuring the system. If you skip the execution of the configuration tools, the configuration will not be complete and the product wont function properly. In order to get the product to function properly, you will be required to execute the scripts and the configuration tools after exiting the OUI.
    /oracle/product/10.2.0/db_1/root.sh
    The installation of Oracle Database 10g was successful.
    Now I am trying to run the Database Configuration Assistant (DBCA) in silent mode:
    1) # dbca -silent -responseFile /db10g/database/dbca.rsp
    It just run and take a very long time without finishing or showing any response, the process seem to exist even without being able to kill it using, kill &lt;pid&gt;, I tried aborting the command line by ctrl + x, it gets out to the command prompt, but I checked the process and found that it is still running.
    I tried passing -progress_only paramater to show the progress bar:
    2) # dbca -progress_only -responseFile /db10g/database/dbca.rsp
    It gives me this error and stops giving any further response
    <strong>{color:#ff0000}*** Warning: Cannot convert string "-b&h-lucida-medium-r-normal-sans-*-140-*-*-p-*-iso8859-1" to type FontStruct{color}
    </strong>
    Note: I am connecting to the remote host linux through putty with X11 forwarding, using Xming as my local PC X Server.
    Any clue for fixing this?

    Hi,
    No, I'm not looking to make oracle RAC, just though missing such files may be the reason for the dbca being stuck, it's not the reason, right?
    I am just running:
    dbca -silent -createDatabase -templateName General_Purpose.dbc -gdbname myodb -characterset AL32UTF8 -datafiledestination /oracle/home/oradata
    Which doesn't respond except with this line:
    [main] [19:55:45:551] [StepContext.setListenersToUpdate:681] needLocalListener = false
    And this trace.log file, there is no silent.log file created & the process running dbca keeps alive forever:
    31535 pts/16 00:00:00 dbca
    NOTE: There is no listener.ora or tnsnames.ora files in my /network/admin. Should I have created them or they should have been done during the installation of oracle software? if I should make them, how to make them and how to run the listener?
    Am I working in the right sequence? runInstaller has finished successful without database creation.
    Now i am trying with dbca, if i am missing any steps before dbca would you please mention them to me?
    Here is the trace file of dbca that keeps the same even after 2 hours
    [main] [19:55:46:428] [CommandLineArguments.process:562] CommandLineArguments-&gt;process: number of arguments = 10
    [main] [19:55:46:428] [CommandLineArguments.process:737] CommandLineArguments-&gt;process: Create Database argument is specified
    [main] [19:55:46:429] [CommandLineArguments.process:909] CommandLineArguments-&gt;process: template Name argument is specified
    [main] [19:55:46:429] [CommandLineArguments.process:959] CommandLineArguments-&gt;process: db name argument is specified
    [main] [19:55:46:429] [CommandLineArguments.process:3073] CommandLineArguments-&gt;process: in Operation Type is Creation/GenerateScripts Mode condition
    [main] [19:55:46:430] [CommandLineArguments.process:3292] CommandLineArguments-&gt;process: Successfully process command line arguments
    [main] [19:55:46:430] [SilentHost.initialize:151] SilentHost-&gt; initialize: m_tempLogFile = /oracle/product/10.2.0/db_1/cfgtoollogs/dbca/silent.log
    [main] [19:55:46:430] [Host.checkOPS:2051] Inside checkOPS
    [main] [19:55:46:431] [Host.checkOPS:2063] Trying to check cluster existence
    [main] [19:55:46:952] [Library.getInstance:95] Created instance of Library.
    [main] [19:55:46:953] [Version.isPre10i:189] isPre10i.java: Returning FALSE
    [main] [19:55:46:953] [UnixSystem.getCSSConfigType:1985] configFile=/etc/oracle/ocr.loc
    [main] [19:55:46:954] [UnixSystem.getCSSConfigType:2029] configType=null
    [main] [19:55:46:954] [Host.checkOPS:2069] cluster existence:false
    [main] [19:55:46:954] [Host.checkOPS:2107] Cluster installed=false
    [main] [19:55:48:554] [InitParamHandler.endElement:506] CustomSGA flag: false
    [main] [19:55:48:555] [InitParamHandler.endElement:507] Database Type: MULTIPURPOSE
    [main] [19:55:48:560] [InitParamHandler.endElement:508] Mem Percentage: 40
    [main] [19:55:48:561] [InitParamHandler.endElement:526] distributing Memory: 848927129
    [main] [19:55:49:126] [QueryCluster.&lt;init&gt;:56] No Cluster detected
    [main] [19:55:49:127] [QueryCluster.isCluster:65] Cluster existence check = false
    [main] [19:56:16:93] [OsUtilsUnix.getKernelParam:955] Kernel Parameter: shmmax value536870912
    [main] [19:56:16:110] [StorageAttributes.setAttribute:232] IN threadID:1 group#=1
    [main] [19:56:16:112] [StorageAttributes.setAttribute:232] IN threadID:1 group#=2
    [main] [19:56:16:112] [StorageAttributes.setAttribute:241] Current threadID=1
    [main] [19:56:16:112] [StorageAttributes.setAttribute:248] Current threadID=1 ==&gt; redoGroups[0]=1
    [main] [19:56:16:113] [StorageAttributes.setAttribute:258] vRedoGroups:[1]
    [main] [19:56:16:113] [StorageAttributes.setAttribute:288] setAttribute: bExists=false
    [main] [19:56:16:118] [StorageAttributes.setAttribute:232] IN threadID:1 group#=3
    [main] [19:56:16:118] [StorageAttributes.setAttribute:241] Current threadID=1
    [main] [19:56:16:119] [StorageAttributes.setAttribute:248] Current threadID=1 ==&gt; redoGroups[0]=1
    [main] [19:56:16:119] [StorageAttributes.setAttribute:248] Current threadID=1 ==&gt; redoGroups[1]=2
    [main] [19:56:16:119] [StorageAttributes.setAttribute:258] vRedoGroups:[1, 2]
    [main] [19:56:16:119] [StorageAttributes.setAttribute:288] setAttribute: bExists=false
    [main] [19:56:16:120] [TemplateManager.parseCloneTemplate:1474] See for any transportable datafiles in TemplateManager.....
    [main] [19:56:16:121] [Host.setupOIDCommandlineParameters:7171] setupOIDCommandlineParameters:
    [main] [19:56:16:121] [Host.setupOIDCommandlineParameters:7172] m_regWithdirService: false
    [main] [19:56:16:121] [Host.setupOIDCommandlineParameters:7173] m_unregWithdirService: false
    [main] [19:56:16:121] [Host.setupOIDCommandlineParameters:7174] m_updateDirService: false
    [main] [19:56:16:122] [Verifier.processRawConfigFile:3523] StorageType == 0
    [main] [19:56:16:122] [Verifier.setOradataDest:4349] setOradataDest:dfDest=/oracle/home/oradata
    [main] [19:56:16:122] [TemplateManager.updateDatafileDestination:1950] updateDatafiles:datafileDir=/oracle/home/oradata
    [main] [19:56:16:123] [TemplateManager.updateDatafileDestination:2096] From template, RedoLogGrName=1
    [main] [19:56:16:184] [TemplateManager.updateDatafileDestination:2111] new file name redo01.log
    [main] [19:56:16:185] [TemplateManager.updateDatafileDestination:2096] From template, RedoLogGrName=2
    [main] [19:56:16:185] [TemplateManager.updateDatafileDestination:2111] new file name redo02.log
    [main] [19:56:16:185] [TemplateManager.updateDatafileDestination:2096] From template, RedoLogGrName=3
    [main] [19:56:16:186] [TemplateManager.updateDatafileDestination:2111] new file name redo03.log
    [main] [19:56:16:186] [SilentHost.performOperation:394] processRawConfigFile=false
    [main] [19:56:16:186] [Verifier.validateTemplate:1629] StorageType == 0
    [main] [19:56:16:186] [SilentHost.performOperation:409] validateTemplate=true
    [main] [19:56:16:214] [OsUtilsUnix.getKernelParam:955] Kernel Parameter: shmmax value536870912
    [main] [19:56:16:215] [Verifier.validateTemplate:1629] StorageType == 0
    [main] [19:56:16:265] [Verifier.calculateCloneDatafilePathsAndSizes:2951] canonicalPath=/oracle/home/
    [main] [19:56:16:267] [Verifier.calculateCloneDatafilePathsAndSizes:2951] canonicalPath=/oracle/home/
    [main] [19:56:16:268] [Verifier.calculateCloneDatafilePathsAndSizes:2951] canonicalPath=/oracle/home/
    [main] [19:56:16:268] [Verifier.calculateCloneDatafilePathsAndSizes:2951] canonicalPath=/oracle/home/
    [main] [19:56:16:269] [Verifier.calculateCloneDatafilePathsAndSizes:2951] canonicalPath=/oracle/home/
    [main] [19:56:16:269] [Verifier.calculateRedoLogGroupFileSizes:3083] canonicalPath=/oracle/home/
    [main] [19:56:16:270] [Verifier.calculateRedoLogGroupFileSizes:3083] canonicalPath=/oracle/home/
    [main] [19:56:16:270] [Verifier.calculateRedoLogGroupFileSizes:3083] canonicalPath=/oracle/home/
    [main] [19:56:16:271] [Verifier.getControlfFileSizes:3001] No. of Control files:=3
    [main] [19:56:16:271] [Host.executeSteps:4036] Executing steps....
    [main] [19:56:16:272] [Host.setUpForOperation:2915] setUpForOperation: Mode = 128
    [main] [19:56:16:280] [Host.executeSteps:4178] setupForOperation returned: true
    [main] [19:56:16:281] [Host.createStepSQLInterface:5940] sid =myodb
    [main] [19:56:16:297] [SQLEngine.initialize:241] Execing SQLPLUS/SVRMGR process...
    [main] [19:56:16:302] [SQLEngine.initialize:269] m_bReaderStarted: false
    [main] [19:56:16:303] [SQLEngine.initialize:273] Starting Reader Thread...
    it stops at the starting reader thread,
    Additional information about things i tried:
    I tried lsnrctl start, it just give that:
    # lsnrctl start
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 01-NOV-2008 21:02:42
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    #dbstart also doesn't give out any respose just hanging without saying anything or giving errors or even getting back to the shell prompt
    Can you figure out what I am missing?

  • Linux 3.0 and madwifi

    Hi everybody,
    I was trying to update my archlinux which implies the update of the kernel. However, I'm not able to update it because of the madwifi which requires the kernel26.
    I've got this error:
    :: madwifi: requiert kernel26>=2.6.39
    :: madwifi: requiert kernel26<2.6.40
    Someone has a solution please ?

    pi4n0zik wrote:The menu.lst is (and could be) the same. However, the /boot is totaly different. initramfs are missing. I don't if seant_tre has the same issues
    Hy..i red the bost only now... well..
    here is my /boot :
    drwxr-xr-x 2 root    1024 28 ago 13.45 grub
    lrwxrwxrwx 1 root      28  9 ago 11.23 kernel26-fallback.img -> initramfs-linux-fallback.img
    lrwxrwxrwx 1 root      19  9 ago 11.23 kernel26.img -> initramfs-linux.img
    -rw-r--r-- 1 root 8389826  2 ott 19.45 kernel26-lts-fallback.img
    -rw-r--r-- 1 root 2008620  2 ott 19.45 kernel26-lts.img
    drwx------ 2 root   12288  3 apr  2011 lost+found
    -rw-r--r-- 1 root 1574430 30 ago 09.02 System.map26-lts
    lrwxrwxrwx 1 root      13  9 ago 11.23 vmlinuz26 -> vmlinuz-linux
    -rw-r--r-- 1 root 2229328 30 ago 09.02 vmlinuz26-lts
    -rw-r--r-- 1 root 3020080 19 ott 10.30 vmlinuz-linux
    and everytime i try to update or recompile or just mkinitpcmio i have:
    [root@ArchStation boot]# mkinitcpio -p linux -g /boot/initramfs-linux.img
    ==> Building image from preset: 'default'
      -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    file: could not find any magic files!
    ==> ERROR: invalid kernel specifier: `/boot/vmlinuz-linux'
    ==> Building image from preset: 'fallback'
      -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    file: could not find any magic files!
    ==> ERROR: invalid kernel specifier: `/boot/vmlinuz-linux'
    really don't know what to do.
    Actually, right now i am using 2.6.32-lts kernel to continue using arch...  maibe it causes that error?

Maybe you are looking for

  • I can no longer download anything

    For some reason, I can no longer download anything on itunes on my computer. When I try, I get the following error as a sample... There were problems downloading some purchased items. For more information on the items that could not be downloaded, cl

  • How to Configure the Eterprise Manager in sun solaris

    Hi Please help me In configuring the enterprise manager my environment : 2 node RAC in SUN Solaris 9 database :Oracle 10.1.4.0 if any body have documents regarding configuring(order wise steps) for configuring Enterprise Manager

  • Report Painter - CO-PA Clarification

    Hello All, I have few clarifications on the below in CO-PA Reports, could somebody help me out. 1. In the report form, i have set the columns to display in number format of 10,00,000. when i execute the report in the initial screen i dont have any pr

  • Email Tracking Older Data

      Hi All, Hope u'll all be doing well, We are using in-premises Exchange 2010. I have come across a different task today in the morning, My GM asked me that 3 months ago he instructed Mr. X to send an email to Mr. Y (Mr. Y is External email), did he

  • Db-is-shared

    If I have db-is-shared = False and I have one instance of Weblogic Server running is it right to expect the ejbLoad to be called only once even if there are multiple transactions and the same bean method is called within each transaction. I am seeing