Kernel 2.6 NVIDIA Problems

Well, instead of creating my custom 2.4 kernel, I figured I would at least upgrade to 2.6 first.
However, this has (of course) created its own problem.  It loads up fine, but then I need to compile my NVIDIA drivers.
I downloaded the latest version and the way I usually make them is by typing:
sh NVIDIA-Linux-etc.run --add-this-kernel
This will compile a custom kernel interface for the drivers.  Now, it did this fine in 2.4, but it fails under 2.6.3.  It just gets to 11% and then says that it cannot make a custom kernel interface for my kernel.
However, there is an interesting thing that happens.  In the background, there is some text that says:
cat /lib/modules/2.6.3/build/Makefile:  File not found
or something like that.  So it is looking for my kernel makefile!  However, under Arch, I don't know where that is!?!?  So what do I do?  Thanks a bunch guys!
-G

Sarah -
He's right.  His solution is more complete and easier.
Furthermore, I DID do several searches on the topic.
Why is it that you people complain about answering such a simple question??  I even thank you directly for it!
Even if I answered the same question 10 times, if the person was thankful and I managed to fix it, I would be happy.
So instead of making some of us feel outcast next time, maybe you can just let other people answer the question, as was done here, and leave out the rant.
-G
PS.  This should be a friendly community.  Let's keep it that way.

Similar Messages

  • [Solved] Report on Issue with Kernel Config with Nvidia Graphics

    I switched back to Archlinux from Gentoo recently and I have been having problems with the system freezing during boot before X is started, even with the nvidia module blacklisted.  Trying several module versions yielded different results, all of which render the laptop inoperable.  In some versions, it freezes with the display still on, sometimes the display goes dark.  The system has never booted unless I had ignore_loglevel and debug on the command line.  The above only applies when the system is set to discrete graphics only in the BIOS.  The system works fine under optimus.  (Before people ask, I need this to use the Display Port/HDMI.)  The only relevant error I can find is as follows:
    NVRM: GPU at 0000:01:00.0 has fallen off the bus.
    I am able to reproduce this issue even with rcutree.rcu_idle_gp_delay=1 in the kernel command line.  Since a simmilar configuration worked under Gentoo, I moved over my kernel and modules backed up from my Gentoo installation and made a basic, custom mkinitcpio configuration file for it, and generated an initramfs for the Gentoo kernel.  Because of the kernel changes, I had to rebuild the Nvidia drivers.  I did this by running the default Nvidia installer NVIDIA-Linux-x86_64-343.22.run outside of Pacman. (As a side note, I did accidentally test running the Nvidia installer with the default kernel and the issue persisted.)  Using the Gentoo kernel and the Nvidia installer resolved the issue, which narrowed down the issue to the kernel configuration.  I started merging the configuration with Arch's configuration going by menu's.  The issue reoccured when I merged the Enable the block layer and Processor type and features with the configuration Arch uses.  The current configuration that I am using that reproduces the issue is:
    # Automatically generated file; DO NOT EDIT.
    # Linux/x86 3.17.2-gentoo Kernel Configuration
    # Gentoo Linux
    CONFIG_GENTOO_LINUX=y
    CONFIG_GENTOO_LINUX_UDEV=y
    # Support for init systems, system and service managers
    CONFIG_GENTOO_LINUX_INIT_SCRIPT=y
    CONFIG_GENTOO_LINUX_INIT_SYSTEMD=y
    CONFIG_64BIT=y
    CONFIG_X86_64=y
    CONFIG_X86=y
    CONFIG_INSTRUCTION_DECODER=y
    CONFIG_OUTPUT_FORMAT="elf64-x86-64"
    CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig"
    CONFIG_LOCKDEP_SUPPORT=y
    CONFIG_STACKTRACE_SUPPORT=y
    CONFIG_HAVE_LATENCYTOP_SUPPORT=y
    CONFIG_MMU=y
    CONFIG_NEED_DMA_MAP_STATE=y
    CONFIG_NEED_SG_DMA_LENGTH=y
    CONFIG_GENERIC_ISA_DMA=y
    CONFIG_GENERIC_BUG=y
    CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
    CONFIG_GENERIC_HWEIGHT=y
    CONFIG_ARCH_MAY_HAVE_PC_FDC=y
    CONFIG_RWSEM_XCHGADD_ALGORITHM=y
    CONFIG_GENERIC_CALIBRATE_DELAY=y
    CONFIG_ARCH_HAS_CPU_RELAX=y
    CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
    CONFIG_HAVE_SETUP_PER_CPU_AREA=y
    CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
    CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y
    CONFIG_ARCH_HIBERNATION_POSSIBLE=y
    CONFIG_ARCH_SUSPEND_POSSIBLE=y
    CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y
    CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
    CONFIG_ZONE_DMA32=y
    CONFIG_AUDIT_ARCH=y
    CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
    CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
    CONFIG_HAVE_INTEL_TXT=y
    CONFIG_X86_64_SMP=y
    CONFIG_X86_HT=y
    CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-rdi -fcall-saved-rsi -fcall-saved-rdx -fcall-saved-rcx -fcall-saved-r8 -fcall-saved-r9 -fcall-saved-r10 -fcall-saved-r11"
    CONFIG_ARCH_SUPPORTS_UPROBES=y
    CONFIG_FIX_EARLYCON_MEM=y
    CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
    CONFIG_IRQ_WORK=y
    CONFIG_BUILDTIME_EXTABLE_SORT=y
    # General setup
    CONFIG_INIT_ENV_ARG_LIMIT=32
    CONFIG_CROSS_COMPILE=""
    # CONFIG_COMPILE_TEST is not set
    CONFIG_LOCALVERSION="-tachibana"
    # CONFIG_LOCALVERSION_AUTO is not set
    CONFIG_HAVE_KERNEL_GZIP=y
    CONFIG_HAVE_KERNEL_BZIP2=y
    CONFIG_HAVE_KERNEL_LZMA=y
    CONFIG_HAVE_KERNEL_XZ=y
    CONFIG_HAVE_KERNEL_LZO=y
    CONFIG_HAVE_KERNEL_LZ4=y
    CONFIG_KERNEL_GZIP=y
    # CONFIG_KERNEL_BZIP2 is not set
    # CONFIG_KERNEL_LZMA is not set
    # CONFIG_KERNEL_XZ is not set
    # CONFIG_KERNEL_LZO is not set
    # CONFIG_KERNEL_LZ4 is not set
    CONFIG_DEFAULT_HOSTNAME="(none)"
    CONFIG_SWAP=y
    CONFIG_SYSVIPC=y
    CONFIG_SYSVIPC_SYSCTL=y
    CONFIG_POSIX_MQUEUE=y
    CONFIG_POSIX_MQUEUE_SYSCTL=y
    CONFIG_CROSS_MEMORY_ATTACH=y
    CONFIG_FHANDLE=y
    # CONFIG_USELIB is not set
    # CONFIG_AUDIT is not set
    CONFIG_HAVE_ARCH_AUDITSYSCALL=y
    # IRQ subsystem
    CONFIG_GENERIC_IRQ_PROBE=y
    CONFIG_GENERIC_IRQ_SHOW=y
    CONFIG_GENERIC_IRQ_LEGACY_ALLOC_HWIRQ=y
    CONFIG_GENERIC_PENDING_IRQ=y
    CONFIG_IRQ_DOMAIN=y
    # CONFIG_IRQ_DOMAIN_DEBUG is not set
    CONFIG_IRQ_FORCED_THREADING=y
    CONFIG_SPARSE_IRQ=y
    CONFIG_CLOCKSOURCE_WATCHDOG=y
    CONFIG_ARCH_CLOCKSOURCE_DATA=y
    CONFIG_CLOCKSOURCE_VALIDATE_LAST_CYCLE=y
    CONFIG_GENERIC_TIME_VSYSCALL=y
    CONFIG_GENERIC_CLOCKEVENTS=y
    CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
    CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
    CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y
    CONFIG_GENERIC_CMOS_UPDATE=y
    # Timers subsystem
    CONFIG_TICK_ONESHOT=y
    CONFIG_NO_HZ_COMMON=y
    # CONFIG_HZ_PERIODIC is not set
    CONFIG_NO_HZ_IDLE=y
    # CONFIG_NO_HZ_FULL is not set
    # CONFIG_NO_HZ is not set
    CONFIG_HIGH_RES_TIMERS=y
    # CPU/Task time and stats accounting
    CONFIG_TICK_CPU_ACCOUNTING=y
    # CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set
    # CONFIG_IRQ_TIME_ACCOUNTING is not set
    CONFIG_BSD_PROCESS_ACCT=y
    CONFIG_BSD_PROCESS_ACCT_V3=y
    CONFIG_TASKSTATS=y
    CONFIG_TASK_DELAY_ACCT=y
    CONFIG_TASK_XACCT=y
    CONFIG_TASK_IO_ACCOUNTING=y
    # RCU Subsystem
    CONFIG_TREE_PREEMPT_RCU=y
    CONFIG_PREEMPT_RCU=y
    CONFIG_RCU_STALL_COMMON=y
    # CONFIG_RCU_USER_QS is not set
    CONFIG_RCU_FANOUT=64
    CONFIG_RCU_FANOUT_LEAF=16
    # CONFIG_RCU_FANOUT_EXACT is not set
    # CONFIG_RCU_FAST_NO_HZ is not set
    # CONFIG_TREE_RCU_TRACE is not set
    # CONFIG_RCU_BOOST is not set
    # CONFIG_RCU_NOCB_CPU is not set
    CONFIG_BUILD_BIN2C=y
    CONFIG_IKCONFIG=y
    CONFIG_IKCONFIG_PROC=y
    CONFIG_LOG_BUF_SHIFT=19
    CONFIG_LOG_CPU_MAX_BUF_SHIFT=12
    CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
    CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y
    CONFIG_ARCH_SUPPORTS_INT128=y
    CONFIG_ARCH_WANTS_PROT_NUMA_PROT_NONE=y
    CONFIG_ARCH_USES_NUMA_PROT_NONE=y
    CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y
    CONFIG_NUMA_BALANCING=y
    CONFIG_CGROUPS=y
    # CONFIG_CGROUP_DEBUG is not set
    CONFIG_CGROUP_FREEZER=y
    CONFIG_CGROUP_DEVICE=y
    CONFIG_CPUSETS=y
    CONFIG_PROC_PID_CPUSET=y
    CONFIG_CGROUP_CPUACCT=y
    CONFIG_RESOURCE_COUNTERS=y
    CONFIG_MEMCG=y
    CONFIG_MEMCG_SWAP=y
    # CONFIG_MEMCG_SWAP_ENABLED is not set
    # CONFIG_MEMCG_KMEM is not set
    # CONFIG_CGROUP_HUGETLB is not set
    # CONFIG_CGROUP_PERF is not set
    CONFIG_CGROUP_SCHED=y
    CONFIG_FAIR_GROUP_SCHED=y
    CONFIG_CFS_BANDWIDTH=y
    CONFIG_RT_GROUP_SCHED=y
    CONFIG_BLK_CGROUP=y
    # CONFIG_DEBUG_BLK_CGROUP is not set
    # CONFIG_CHECKPOINT_RESTORE is not set
    CONFIG_NAMESPACES=y
    CONFIG_UTS_NS=y
    CONFIG_IPC_NS=y
    # CONFIG_USER_NS is not set
    CONFIG_PID_NS=y
    CONFIG_NET_NS=y
    CONFIG_SCHED_AUTOGROUP=y
    # CONFIG_SYSFS_DEPRECATED is not set
    CONFIG_RELAY=y
    CONFIG_BLK_DEV_INITRD=y
    CONFIG_INITRAMFS_SOURCE=""
    CONFIG_RD_GZIP=y
    CONFIG_RD_BZIP2=y
    CONFIG_RD_LZMA=y
    CONFIG_RD_XZ=y
    CONFIG_RD_LZO=y
    CONFIG_RD_LZ4=y
    # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
    CONFIG_SYSCTL=y
    CONFIG_ANON_INODES=y
    CONFIG_HAVE_UID16=y
    CONFIG_SYSCTL_EXCEPTION_TRACE=y
    CONFIG_HAVE_PCSPKR_PLATFORM=y
    # CONFIG_EXPERT is not set
    CONFIG_UID16=y
    CONFIG_SGETMASK_SYSCALL=y
    CONFIG_SYSFS_SYSCALL=y
    # CONFIG_SYSCTL_SYSCALL is not set
    CONFIG_KALLSYMS=y
    # CONFIG_KALLSYMS_ALL is not set
    CONFIG_PRINTK=y
    CONFIG_BUG=y
    CONFIG_ELF_CORE=y
    CONFIG_PCSPKR_PLATFORM=y
    CONFIG_BASE_FULL=y
    CONFIG_FUTEX=y
    CONFIG_EPOLL=y
    CONFIG_SIGNALFD=y
    CONFIG_TIMERFD=y
    CONFIG_EVENTFD=y
    CONFIG_SHMEM=y
    CONFIG_AIO=y
    CONFIG_PCI_QUIRKS=y
    # CONFIG_EMBEDDED is not set
    CONFIG_HAVE_PERF_EVENTS=y
    # Kernel Performance Events And Counters
    CONFIG_PERF_EVENTS=y
    # CONFIG_DEBUG_PERF_USE_VMALLOC is not set
    CONFIG_VM_EVENT_COUNTERS=y
    CONFIG_SLUB_DEBUG=y
    # CONFIG_COMPAT_BRK is not set
    # CONFIG_SLAB is not set
    CONFIG_SLUB=y
    CONFIG_SLUB_CPU_PARTIAL=y
    CONFIG_SYSTEM_TRUSTED_KEYRING=y
    CONFIG_PROFILING=y
    CONFIG_TRACEPOINTS=y
    CONFIG_OPROFILE=m
    # CONFIG_OPROFILE_EVENT_MULTIPLEX is not set
    CONFIG_HAVE_OPROFILE=y
    CONFIG_OPROFILE_NMI_TIMER=y
    CONFIG_KPROBES=y
    CONFIG_JUMP_LABEL=y
    CONFIG_KPROBES_ON_FTRACE=y
    CONFIG_UPROBES=y
    # CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set
    CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
    CONFIG_ARCH_USE_BUILTIN_BSWAP=y
    CONFIG_KRETPROBES=y
    CONFIG_USER_RETURN_NOTIFIER=y
    CONFIG_HAVE_IOREMAP_PROT=y
    CONFIG_HAVE_KPROBES=y
    CONFIG_HAVE_KRETPROBES=y
    CONFIG_HAVE_OPTPROBES=y
    CONFIG_HAVE_KPROBES_ON_FTRACE=y
    CONFIG_HAVE_ARCH_TRACEHOOK=y
    CONFIG_HAVE_DMA_ATTRS=y
    CONFIG_HAVE_DMA_CONTIGUOUS=y
    CONFIG_GENERIC_SMP_IDLE_THREAD=y
    CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
    CONFIG_HAVE_DMA_API_DEBUG=y
    CONFIG_HAVE_HW_BREAKPOINT=y
    CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y
    CONFIG_HAVE_USER_RETURN_NOTIFIER=y
    CONFIG_HAVE_PERF_EVENTS_NMI=y
    CONFIG_HAVE_PERF_REGS=y
    CONFIG_HAVE_PERF_USER_STACK_DUMP=y
    CONFIG_HAVE_ARCH_JUMP_LABEL=y
    CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y
    CONFIG_HAVE_ALIGNED_STRUCT_PAGE=y
    CONFIG_HAVE_CMPXCHG_LOCAL=y
    CONFIG_HAVE_CMPXCHG_DOUBLE=y
    CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION=y
    CONFIG_ARCH_WANT_OLD_COMPAT_IPC=y
    CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
    CONFIG_SECCOMP_FILTER=y
    CONFIG_HAVE_CC_STACKPROTECTOR=y
    CONFIG_CC_STACKPROTECTOR=y
    # CONFIG_CC_STACKPROTECTOR_NONE is not set
    # CONFIG_CC_STACKPROTECTOR_REGULAR is not set
    CONFIG_CC_STACKPROTECTOR_STRONG=y
    CONFIG_HAVE_CONTEXT_TRACKING=y
    CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
    CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
    CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y
    CONFIG_HAVE_ARCH_SOFT_DIRTY=y
    CONFIG_MODULES_USE_ELF_RELA=y
    CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK=y
    CONFIG_OLD_SIGSUSPEND3=y
    CONFIG_COMPAT_OLD_SIGACTION=y
    # GCOV-based kernel profiling
    # CONFIG_GCOV_KERNEL is not set
    # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set
    CONFIG_SLABINFO=y
    CONFIG_RT_MUTEXES=y
    CONFIG_BASE_SMALL=0
    CONFIG_MODULES=y
    CONFIG_MODULE_FORCE_LOAD=y
    CONFIG_MODULE_UNLOAD=y
    CONFIG_MODULE_FORCE_UNLOAD=y
    CONFIG_MODVERSIONS=y
    # CONFIG_MODULE_SRCVERSION_ALL is not set
    # CONFIG_MODULE_SIG is not set
    CONFIG_STOP_MACHINE=y
    CONFIG_BLOCK=y
    CONFIG_BLK_DEV_BSG=y
    CONFIG_BLK_DEV_BSGLIB=y
    CONFIG_BLK_DEV_INTEGRITY=y
    CONFIG_BLK_DEV_THROTTLING=y
    # CONFIG_BLK_CMDLINE_PARSER is not set
    # Partition Types
    CONFIG_PARTITION_ADVANCED=y
    # CONFIG_ACORN_PARTITION is not set
    CONFIG_AIX_PARTITION=y
    # CONFIG_OSF_PARTITION is not set
    # CONFIG_AMIGA_PARTITION is not set
    # CONFIG_ATARI_PARTITION is not set
    CONFIG_MAC_PARTITION=y
    CONFIG_MSDOS_PARTITION=y
    CONFIG_BSD_DISKLABEL=y
    CONFIG_MINIX_SUBPARTITION=y
    CONFIG_SOLARIS_X86_PARTITION=y
    # CONFIG_UNIXWARE_DISKLABEL is not set
    CONFIG_LDM_PARTITION=y
    # CONFIG_LDM_DEBUG is not set
    # CONFIG_SGI_PARTITION is not set
    # CONFIG_ULTRIX_PARTITION is not set
    # CONFIG_SUN_PARTITION is not set
    CONFIG_KARMA_PARTITION=y
    CONFIG_EFI_PARTITION=y
    # CONFIG_SYSV68_PARTITION is not set
    # CONFIG_CMDLINE_PARTITION is not set
    CONFIG_BLOCK_COMPAT=y
    # IO Schedulers
    CONFIG_IOSCHED_NOOP=y
    CONFIG_IOSCHED_DEADLINE=y
    CONFIG_IOSCHED_CFQ=y
    CONFIG_CFQ_GROUP_IOSCHED=y
    # CONFIG_DEFAULT_DEADLINE is not set
    CONFIG_DEFAULT_CFQ=y
    # CONFIG_DEFAULT_NOOP is not set
    CONFIG_DEFAULT_IOSCHED="cfq"
    CONFIG_PREEMPT_NOTIFIERS=y
    CONFIG_UNINLINE_SPIN_UNLOCK=y
    CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
    CONFIG_MUTEX_SPIN_ON_OWNER=y
    CONFIG_RWSEM_SPIN_ON_OWNER=y
    CONFIG_ARCH_USE_QUEUE_RWLOCK=y
    CONFIG_QUEUE_RWLOCK=y
    CONFIG_FREEZER=y
    # Processor type and features
    CONFIG_ZONE_DMA=y
    CONFIG_SMP=y
    CONFIG_X86_MPPARSE=y
    # CONFIG_X86_EXTENDED_PLATFORM is not set
    # CONFIG_X86_INTEL_LPSS is not set
    CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y
    CONFIG_SCHED_OMIT_FRAME_POINTER=y
    CONFIG_HYPERVISOR_GUEST=y
    CONFIG_PARAVIRT=y
    # CONFIG_PARAVIRT_DEBUG is not set
    # CONFIG_PARAVIRT_SPINLOCKS is not set
    CONFIG_XEN=y
    CONFIG_XEN_DOM0=y
    CONFIG_XEN_PVHVM=y
    CONFIG_XEN_MAX_DOMAIN_MEMORY=500
    CONFIG_XEN_SAVE_RESTORE=y
    # CONFIG_XEN_DEBUG_FS is not set
    CONFIG_XEN_PVH=y
    CONFIG_KVM_GUEST=y
    # CONFIG_KVM_DEBUG_FS is not set
    CONFIG_PARAVIRT_TIME_ACCOUNTING=y
    CONFIG_PARAVIRT_CLOCK=y
    CONFIG_NO_BOOTMEM=y
    # CONFIG_MEMTEST is not set
    # CONFIG_MK8 is not set
    # CONFIG_MPSC is not set
    # CONFIG_MCORE2 is not set
    # CONFIG_MATOM is not set
    CONFIG_GENERIC_CPU=y
    CONFIG_X86_INTERNODE_CACHE_SHIFT=6
    CONFIG_X86_L1_CACHE_SHIFT=6
    CONFIG_X86_TSC=y
    CONFIG_X86_CMPXCHG64=y
    CONFIG_X86_CMOV=y
    CONFIG_X86_MINIMUM_CPU_FAMILY=64
    CONFIG_X86_DEBUGCTLMSR=y
    CONFIG_CPU_SUP_INTEL=y
    CONFIG_CPU_SUP_AMD=y
    CONFIG_CPU_SUP_CENTAUR=y
    CONFIG_HPET_TIMER=y
    CONFIG_HPET_EMULATE_RTC=y
    CONFIG_DMI=y
    CONFIG_GART_IOMMU=y
    CONFIG_CALGARY_IOMMU=y
    CONFIG_CALGARY_IOMMU_ENABLED_BY_DEFAULT=y
    CONFIG_SWIOTLB=y
    CONFIG_IOMMU_HELPER=y
    # CONFIG_MAXSMP is not set
    CONFIG_NR_CPUS=128
    CONFIG_SCHED_SMT=y
    CONFIG_SCHED_MC=y
    # CONFIG_PREEMPT_NONE is not set
    # CONFIG_PREEMPT_VOLUNTARY is not set
    CONFIG_PREEMPT=y
    CONFIG_PREEMPT_COUNT=y
    CONFIG_X86_LOCAL_APIC=y
    CONFIG_X86_IO_APIC=y
    CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y
    CONFIG_X86_MCE=y
    CONFIG_X86_MCE_INTEL=y
    CONFIG_X86_MCE_AMD=y
    CONFIG_X86_MCE_THRESHOLD=y
    # CONFIG_X86_MCE_INJECT is not set
    CONFIG_X86_THERMAL_VECTOR=y
    CONFIG_X86_16BIT=y
    CONFIG_X86_ESPFIX64=y
    CONFIG_I8K=m
    CONFIG_MICROCODE=y
    CONFIG_MICROCODE_INTEL=y
    CONFIG_MICROCODE_AMD=y
    CONFIG_MICROCODE_OLD_INTERFACE=y
    CONFIG_MICROCODE_INTEL_EARLY=y
    CONFIG_MICROCODE_AMD_EARLY=y
    CONFIG_MICROCODE_EARLY=y
    CONFIG_X86_MSR=m
    CONFIG_X86_CPUID=m
    CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
    CONFIG_ARCH_DMA_ADDR_T_64BIT=y
    CONFIG_DIRECT_GBPAGES=y
    CONFIG_NUMA=y
    CONFIG_AMD_NUMA=y
    CONFIG_X86_64_ACPI_NUMA=y
    CONFIG_NODES_SPAN_OTHER_NODES=y
    # CONFIG_NUMA_EMU is not set
    CONFIG_NODES_SHIFT=6
    CONFIG_ARCH_SPARSEMEM_ENABLE=y
    CONFIG_ARCH_SPARSEMEM_DEFAULT=y
    CONFIG_ARCH_SELECT_MEMORY_MODEL=y
    CONFIG_ARCH_PROC_KCORE_TEXT=y
    CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000
    CONFIG_SELECT_MEMORY_MODEL=y
    CONFIG_SPARSEMEM_MANUAL=y
    CONFIG_SPARSEMEM=y
    CONFIG_NEED_MULTIPLE_NODES=y
    CONFIG_HAVE_MEMORY_PRESENT=y
    CONFIG_SPARSEMEM_EXTREME=y
    CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
    CONFIG_SPARSEMEM_ALLOC_MEM_MAP_TOGETHER=y
    CONFIG_SPARSEMEM_VMEMMAP=y
    CONFIG_HAVE_MEMBLOCK=y
    CONFIG_HAVE_MEMBLOCK_NODE_MAP=y
    CONFIG_ARCH_DISCARD_MEMBLOCK=y
    # CONFIG_MOVABLE_NODE is not set
    # CONFIG_HAVE_BOOTMEM_INFO_NODE is not set
    # CONFIG_MEMORY_HOTPLUG is not set
    CONFIG_PAGEFLAGS_EXTENDED=y
    CONFIG_SPLIT_PTLOCK_CPUS=4
    CONFIG_ARCH_ENABLE_SPLIT_PMD_PTLOCK=y
    CONFIG_BALLOON_COMPACTION=y
    CONFIG_COMPACTION=y
    CONFIG_MIGRATION=y
    CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION=y
    CONFIG_PHYS_ADDR_T_64BIT=y
    CONFIG_ZONE_DMA_FLAG=1
    CONFIG_BOUNCE=y
    CONFIG_VIRT_TO_BUS=y
    CONFIG_MMU_NOTIFIER=y
    CONFIG_KSM=y
    CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
    CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y
    # CONFIG_MEMORY_FAILURE is not set
    CONFIG_TRANSPARENT_HUGEPAGE=y
    CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y
    # CONFIG_TRANSPARENT_HUGEPAGE_MADVISE is not set
    CONFIG_CLEANCACHE=y
    CONFIG_FRONTSWAP=y
    # CONFIG_CMA is not set
    # CONFIG_ZSWAP is not set
    CONFIG_ZPOOL=y
    CONFIG_ZBUD=y
    CONFIG_ZSMALLOC=y
    # CONFIG_PGTABLE_MAPPING is not set
    CONFIG_GENERIC_EARLY_IOREMAP=y
    CONFIG_X86_CHECK_BIOS_CORRUPTION=y
    CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y
    CONFIG_X86_RESERVE_LOW=64
    CONFIG_MTRR=y
    CONFIG_MTRR_SANITIZER=y
    CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0
    CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
    CONFIG_X86_PAT=y
    CONFIG_ARCH_USES_PG_UNCACHED=y
    CONFIG_ARCH_RANDOM=y
    CONFIG_X86_SMAP=y
    CONFIG_EFI=y
    # CONFIG_EFI_STUB is not set
    CONFIG_SECCOMP=y
    # CONFIG_HZ_100 is not set
    # CONFIG_HZ_250 is not set
    CONFIG_HZ_300=y
    # CONFIG_HZ_1000 is not set
    CONFIG_HZ=300
    CONFIG_SCHED_HRTICK=y
    CONFIG_KEXEC=y
    # CONFIG_KEXEC_FILE is not set
    # CONFIG_CRASH_DUMP is not set
    CONFIG_KEXEC_JUMP=y
    CONFIG_PHYSICAL_START=0x1000000
    CONFIG_RELOCATABLE=y
    # CONFIG_RANDOMIZE_BASE is not set
    CONFIG_PHYSICAL_ALIGN=0x1000000
    CONFIG_HOTPLUG_CPU=y
    # CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set
    # CONFIG_DEBUG_HOTPLUG_CPU0 is not set
    # CONFIG_COMPAT_VDSO is not set
    # CONFIG_CMDLINE_BOOL is not set
    CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
    CONFIG_USE_PERCPU_NUMA_NODE_ID=y
    # Power management and ACPI options
    CONFIG_ARCH_HIBERNATION_HEADER=y
    CONFIG_SUSPEND=y
    CONFIG_SUSPEND_FREEZER=y
    CONFIG_HIBERNATE_CALLBACKS=y
    CONFIG_HIBERNATION=y
    CONFIG_PM_STD_PARTITION=""
    CONFIG_PM_SLEEP=y
    CONFIG_PM_SLEEP_SMP=y
    CONFIG_PM_AUTOSLEEP=y
    # CONFIG_PM_WAKELOCKS is not set
    CONFIG_PM_RUNTIME=y
    CONFIG_PM=y
    CONFIG_PM_DEBUG=y
    # CONFIG_PM_ADVANCED_DEBUG is not set
    # CONFIG_PM_TEST_SUSPEND is not set
    CONFIG_PM_SLEEP_DEBUG=y
    CONFIG_PM_TRACE=y
    CONFIG_PM_TRACE_RTC=y
    # CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
    CONFIG_ACPI=y
    CONFIG_ACPI_LEGACY_TABLES_LOOKUP=y
    CONFIG_ARCH_MIGHT_HAVE_ACPI_PDC=y
    CONFIG_ACPI_SLEEP=y
    # CONFIG_ACPI_PROCFS_POWER is not set
    # CONFIG_ACPI_EC_DEBUGFS is not set
    CONFIG_ACPI_AC=y
    CONFIG_ACPI_BATTERY=y
    CONFIG_ACPI_BUTTON=y
    CONFIG_ACPI_VIDEO=y
    CONFIG_ACPI_FAN=y
    CONFIG_ACPI_DOCK=y
    CONFIG_ACPI_PROCESSOR=y
    CONFIG_ACPI_HOTPLUG_CPU=y
    # CONFIG_ACPI_PROCESSOR_AGGREGATOR is not set
    CONFIG_ACPI_THERMAL=y
    CONFIG_ACPI_NUMA=y
    CONFIG_ACPI_CUSTOM_DSDT_FILE=""
    # CONFIG_ACPI_CUSTOM_DSDT is not set
    # CONFIG_ACPI_INITRD_TABLE_OVERRIDE is not set
    # CONFIG_ACPI_DEBUG is not set
    # CONFIG_ACPI_PCI_SLOT is not set
    CONFIG_X86_PM_TIMER=y
    CONFIG_ACPI_CONTAINER=y
    # CONFIG_ACPI_SBS is not set
    # CONFIG_ACPI_HED is not set
    # CONFIG_ACPI_CUSTOM_METHOD is not set
    # CONFIG_ACPI_BGRT is not set
    # CONFIG_ACPI_REDUCED_HARDWARE_ONLY is not set
    CONFIG_HAVE_ACPI_APEI=y
    CONFIG_HAVE_ACPI_APEI_NMI=y
    # CONFIG_ACPI_APEI is not set
    CONFIG_ACPI_EXTLOG=y
    # CONFIG_SFI is not set
    # CPU Frequency scaling
    CONFIG_CPU_FREQ=y
    CONFIG_CPU_FREQ_GOV_COMMON=y
    CONFIG_CPU_FREQ_STAT=m
    CONFIG_CPU_FREQ_STAT_DETAILS=y
    # CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
    # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
    CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
    # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
    CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
    CONFIG_CPU_FREQ_GOV_POWERSAVE=m
    CONFIG_CPU_FREQ_GOV_USERSPACE=m
    CONFIG_CPU_FREQ_GOV_ONDEMAND=y
    CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m
    # x86 CPU frequency scaling drivers
    CONFIG_X86_INTEL_PSTATE=y
    # CONFIG_X86_PCC_CPUFREQ is not set
    CONFIG_X86_ACPI_CPUFREQ=y
    CONFIG_X86_ACPI_CPUFREQ_CPB=y
    # CONFIG_X86_POWERNOW_K8 is not set
    # CONFIG_X86_AMD_FREQ_SENSITIVITY is not set
    # CONFIG_X86_SPEEDSTEP_CENTRINO is not set
    # CONFIG_X86_P4_CLOCKMOD is not set
    # shared options
    # CONFIG_X86_SPEEDSTEP_LIB is not set
    # CPU Idle
    CONFIG_CPU_IDLE=y
    CONFIG_CPU_IDLE_GOV_LADDER=y
    CONFIG_CPU_IDLE_GOV_MENU=y
    # CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set
    CONFIG_INTEL_IDLE=y
    # Memory power savings
    # CONFIG_I7300_IDLE is not set
    # Bus options (PCI etc.)
    CONFIG_PCI=y
    CONFIG_PCI_DIRECT=y
    CONFIG_PCI_MMCONFIG=y
    CONFIG_PCI_XEN=y
    CONFIG_PCI_DOMAINS=y
    CONFIG_PCIEPORTBUS=y
    CONFIG_PCIEAER=y
    # CONFIG_PCIE_ECRC is not set
    # CONFIG_PCIEAER_INJECT is not set
    CONFIG_PCIEASPM=y
    # CONFIG_PCIEASPM_DEBUG is not set
    CONFIG_PCIEASPM_DEFAULT=y
    # CONFIG_PCIEASPM_POWERSAVE is not set
    # CONFIG_PCIEASPM_PERFORMANCE is not set
    CONFIG_PCIE_PME=y
    CONFIG_PCI_MSI=y
    # CONFIG_PCI_DEBUG is not set
    # CONFIG_PCI_REALLOC_ENABLE_AUTO is not set
    # CONFIG_PCI_STUB is not set
    CONFIG_XEN_PCIDEV_FRONTEND=y
    CONFIG_HT_IRQ=y
    CONFIG_PCI_ATS=y
    # CONFIG_PCI_IOV is not set
    CONFIG_PCI_PRI=y
    CONFIG_PCI_PASID=y
    # CONFIG_PCI_IOAPIC is not set
    CONFIG_PCI_LABEL=y
    # PCI host controller drivers
    CONFIG_ISA_DMA_API=y
    CONFIG_AMD_NB=y
    CONFIG_PCCARD=y
    CONFIG_PCMCIA=y
    CONFIG_PCMCIA_LOAD_CIS=y
    CONFIG_CARDBUS=y
    # PC-card bridges
    CONFIG_YENTA=y
    CONFIG_YENTA_O2=y
    CONFIG_YENTA_RICOH=y
    CONFIG_YENTA_TI=y
    CONFIG_YENTA_ENE_TUNE=y
    CONFIG_YENTA_TOSHIBA=y
    # CONFIG_PD6729 is not set
    # CONFIG_I82092 is not set
    CONFIG_PCCARD_NONSTATIC=y
    # CONFIG_HOTPLUG_PCI is not set
    # CONFIG_RAPIDIO is not set
    CONFIG_X86_SYSFB=y
    # Executable file formats / Emulations
    CONFIG_BINFMT_ELF=y
    CONFIG_COMPAT_BINFMT_ELF=y
    CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y
    CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
    CONFIG_BINFMT_SCRIPT=y
    # CONFIG_HAVE_AOUT is not set
    CONFIG_BINFMT_MISC=y
    CONFIG_COREDUMP=y
    CONFIG_IA32_EMULATION=y
    # CONFIG_IA32_AOUT is not set
    CONFIG_X86_X32=y
    CONFIG_COMPAT=y
    CONFIG_COMPAT_FOR_U64_ALIGNMENT=y
    CONFIG_SYSVIPC_COMPAT=y
    CONFIG_KEYS_COMPAT=y
    CONFIG_X86_DEV_DMA_OPS=y
    CONFIG_IOSF_MBI=m
    CONFIG_PMC_ATOM=y
    CONFIG_NET=y
    CONFIG_COMPAT_NETLINK_MESSAGES=y
    # Networking options
    CONFIG_PACKET=y
    # CONFIG_PACKET_DIAG is not set
    CONFIG_UNIX=y
    # CONFIG_UNIX_DIAG is not set
    CONFIG_XFRM=y
    CONFIG_XFRM_ALGO=y
    CONFIG_XFRM_USER=y
    # CONFIG_XFRM_SUB_POLICY is not set
    # CONFIG_XFRM_MIGRATE is not set
    # CONFIG_XFRM_STATISTICS is not set
    CONFIG_XFRM_IPCOMP=m
    # CONFIG_NET_KEY is not set
    CONFIG_INET=y
    CONFIG_IP_MULTICAST=y
    CONFIG_IP_ADVANCED_ROUTER=y
    # CONFIG_IP_FIB_TRIE_STATS is not set
    CONFIG_IP_MULTIPLE_TABLES=y
    CONFIG_IP_ROUTE_MULTIPATH=y
    CONFIG_IP_ROUTE_VERBOSE=y
    CONFIG_IP_ROUTE_CLASSID=y
    CONFIG_IP_PNP=y
    CONFIG_IP_PNP_DHCP=y
    CONFIG_IP_PNP_BOOTP=y
    CONFIG_IP_PNP_RARP=y
    # CONFIG_NET_IPIP is not set
    # CONFIG_NET_IPGRE_DEMUX is not set
    CONFIG_NET_IP_TUNNEL=y
    CONFIG_IP_MROUTE=y
    # CONFIG_IP_MROUTE_MULTIPLE_TABLES is not set
    CONFIG_IP_PIMSM_V1=y
    CONFIG_IP_PIMSM_V2=y
    CONFIG_SYN_COOKIES=y
    CONFIG_NET_IPVTI=m
    # CONFIG_NET_UDP_TUNNEL is not set
    CONFIG_INET_AH=m
    CONFIG_INET_ESP=m
    CONFIG_INET_IPCOMP=m
    CONFIG_INET_XFRM_TUNNEL=m
    CONFIG_INET_TUNNEL=y
    CONFIG_INET_XFRM_MODE_TRANSPORT=m
    CONFIG_INET_XFRM_MODE_TUNNEL=m
    CONFIG_INET_XFRM_MODE_BEET=m
    CONFIG_INET_LRO=y
    CONFIG_INET_DIAG=m
    CONFIG_INET_TCP_DIAG=m
    CONFIG_INET_UDP_DIAG=m
    CONFIG_TCP_CONG_ADVANCED=y
    # CONFIG_TCP_CONG_BIC is not set
    # CONFIG_TCP_CONG_CUBIC is not set
    # CONFIG_TCP_CONG_WESTWOOD is not set
    # CONFIG_TCP_CONG_HTCP is not set
    # CONFIG_TCP_CONG_HSTCP is not set
    # CONFIG_TCP_CONG_HYBLA is not set
    CONFIG_TCP_CONG_VEGAS=y
    # CONFIG_TCP_CONG_SCALABLE is not set
    # CONFIG_TCP_CONG_LP is not set
    # CONFIG_TCP_CONG_VENO is not set
    # CONFIG_TCP_CONG_YEAH is not set
    # CONFIG_TCP_CONG_ILLINOIS is not set
    CONFIG_DEFAULT_VEGAS=y
    # CONFIG_DEFAULT_RENO is not set
    CONFIG_DEFAULT_TCP_CONG="vegas"
    CONFIG_TCP_MD5SIG=y
    CONFIG_IPV6=y
    # CONFIG_IPV6_ROUTER_PREF is not set
    # CONFIG_IPV6_OPTIMISTIC_DAD is not set
    CONFIG_INET6_AH=y
    CONFIG_INET6_ESP=y
    # CONFIG_INET6_IPCOMP is not set
    # CONFIG_IPV6_MIP6 is not set
    # CONFIG_INET6_XFRM_TUNNEL is not set
    # CONFIG_INET6_TUNNEL is not set
    CONFIG_INET6_XFRM_MODE_TRANSPORT=y
    CONFIG_INET6_XFRM_MODE_TUNNEL=y
    CONFIG_INET6_XFRM_MODE_BEET=y
    # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
    # CONFIG_IPV6_VTI is not set
    CONFIG_IPV6_SIT=y
    # CONFIG_IPV6_SIT_6RD is not set
    CONFIG_IPV6_NDISC_NODETYPE=y
    # CONFIG_IPV6_TUNNEL is not set
    # CONFIG_IPV6_GRE is not set
    # CONFIG_IPV6_MULTIPLE_TABLES is not set
    # CONFIG_IPV6_MROUTE is not set
    CONFIG_NETLABEL=y
    CONFIG_NETWORK_SECMARK=y
    CONFIG_NET_PTP_CLASSIFY=y
    # CONFIG_NETWORK_PHY_TIMESTAMPING is not set
    CONFIG_NETFILTER=y
    # CONFIG_NETFILTER_DEBUG is not set
    CONFIG_NETFILTER_ADVANCED=y
    CONFIG_BRIDGE_NETFILTER=y
    # Core Netfilter Configuration
    CONFIG_NETFILTER_NETLINK=y
    CONFIG_NETFILTER_NETLINK_ACCT=m
    # CONFIG_NETFILTER_NETLINK_QUEUE is not set
    CONFIG_NETFILTER_NETLINK_LOG=y
    CONFIG_NF_CONNTRACK=y
    CONFIG_NF_LOG_COMMON=m
    CONFIG_NF_CONNTRACK_MARK=y
    CONFIG_NF_CONNTRACK_SECMARK=y
    CONFIG_NF_CONNTRACK_PROCFS=y
    # CONFIG_NF_CONNTRACK_EVENTS is not set
    # CONFIG_NF_CONNTRACK_TIMEOUT is not set
    # CONFIG_NF_CONNTRACK_TIMESTAMP is not set
    CONFIG_NF_CONNTRACK_LABELS=y
    CONFIG_NF_CT_PROTO_DCCP=m
    CONFIG_NF_CT_PROTO_GRE=m
    CONFIG_NF_CT_PROTO_SCTP=m
    CONFIG_NF_CT_PROTO_UDPLITE=m
    CONFIG_NF_CONNTRACK_AMANDA=m
    CONFIG_NF_CONNTRACK_FTP=m
    CONFIG_NF_CONNTRACK_H323=m
    CONFIG_NF_CONNTRACK_IRC=m
    CONFIG_NF_CONNTRACK_BROADCAST=m
    CONFIG_NF_CONNTRACK_NETBIOS_NS=m
    CONFIG_NF_CONNTRACK_SNMP=m
    CONFIG_NF_CONNTRACK_PPTP=m
    CONFIG_NF_CONNTRACK_SANE=m
    CONFIG_NF_CONNTRACK_SIP=m
    CONFIG_NF_CONNTRACK_TFTP=m
    CONFIG_NF_CT_NETLINK=y
    CONFIG_NF_CT_NETLINK_TIMEOUT=m
    CONFIG_NF_NAT=m
    CONFIG_NF_NAT_NEEDED=y
    CONFIG_NF_NAT_PROTO_DCCP=m
    CONFIG_NF_NAT_PROTO_UDPLITE=m
    CONFIG_NF_NAT_PROTO_SCTP=m
    CONFIG_NF_NAT_AMANDA=m
    CONFIG_NF_NAT_FTP=m
    CONFIG_NF_NAT_IRC=m
    CONFIG_NF_NAT_SIP=m
    CONFIG_NF_NAT_TFTP=m
    CONFIG_NETFILTER_SYNPROXY=m
    CONFIG_NF_TABLES=m
    CONFIG_NF_TABLES_INET=m
    CONFIG_NFT_EXTHDR=m
    CONFIG_NFT_META=m
    CONFIG_NFT_CT=m
    CONFIG_NFT_RBTREE=m
    CONFIG_NFT_HASH=m
    CONFIG_NFT_COUNTER=m
    CONFIG_NFT_LOG=m
    CONFIG_NFT_LIMIT=m
    CONFIG_NFT_NAT=m
    CONFIG_NFT_REJECT=m
    CONFIG_NFT_REJECT_INET=m
    CONFIG_NFT_COMPAT=m
    CONFIG_NETFILTER_XTABLES=y
    # Xtables combined modules
    CONFIG_NETFILTER_XT_MARK=m
    CONFIG_NETFILTER_XT_CONNMARK=m
    # Xtables targets
    # CONFIG_NETFILTER_XT_TARGET_CHECKSUM is not set
    # CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set
    # CONFIG_NETFILTER_XT_TARGET_CONNMARK is not set
    CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=y
    # CONFIG_NETFILTER_XT_TARGET_CT is not set
    # CONFIG_NETFILTER_XT_TARGET_DSCP is not set
    CONFIG_NETFILTER_XT_TARGET_HL=m
    # CONFIG_NETFILTER_XT_TARGET_HMARK is not set
    # CONFIG_NETFILTER_XT_TARGET_IDLETIMER is not set
    # CONFIG_NETFILTER_XT_TARGET_LED is not set
    CONFIG_NETFILTER_XT_TARGET_LOG=m
    # CONFIG_NETFILTER_XT_TARGET_MARK is not set
    CONFIG_NETFILTER_XT_NAT=m
    CONFIG_NETFILTER_XT_TARGET_NETMAP=m
    CONFIG_NETFILTER_XT_TARGET_NFLOG=y
    # CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set
    # CONFIG_NETFILTER_XT_TARGET_NOTRACK is not set
    CONFIG_NETFILTER_XT_TARGET_RATEEST=m
    CONFIG_NETFILTER_XT_TARGET_REDIRECT=m
    CONFIG_NETFILTER_XT_TARGET_TEE=m
    # CONFIG_NETFILTER_XT_TARGET_TPROXY is not set
    # CONFIG_NETFILTER_XT_TARGET_TRACE is not set
    CONFIG_NETFILTER_XT_TARGET_SECMARK=y
    CONFIG_NETFILTER_XT_TARGET_TCPMSS=y
    # CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is not set
    # Xtables matches
    CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m
    CONFIG_NETFILTER_XT_MATCH_BPF=m
    CONFIG_NETFILTER_XT_MATCH_CGROUP=m
    CONFIG_NETFILTER_XT_MATCH_CLUSTER=m
    CONFIG_NETFILTER_XT_MATCH_COMMENT=m
    CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m
    CONFIG_NETFILTER_XT_MATCH_CONNLABEL=m
    CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=m
    CONFIG_NETFILTER_XT_MATCH_CONNMARK=m
    CONFIG_NETFILTER_XT_MATCH_CONNTRACK=y
    CONFIG_NETFILTER_XT_MATCH_CPU=m
    CONFIG_NETFILTER_XT_MATCH_DCCP=m
    CONFIG_NETFILTER_XT_MATCH_DEVGROUP=m
    CONFIG_NETFILTER_XT_MATCH_DSCP=m
    CONFIG_NETFILTER_XT_MATCH_ECN=m
    CONFIG_NETFILTER_XT_MATCH_ESP=m
    CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m
    CONFIG_NETFILTER_XT_MATCH_HELPER=m
    CONFIG_NETFILTER_XT_MATCH_HL=m
    CONFIG_NETFILTER_XT_MATCH_IPCOMP=m
    CONFIG_NETFILTER_XT_MATCH_IPRANGE=m
    CONFIG_NETFILTER_XT_MATCH_L2TP=m
    CONFIG_NETFILTER_XT_MATCH_LENGTH=m
    CONFIG_NETFILTER_XT_MATCH_LIMIT=m
    CONFIG_NETFILTER_XT_MATCH_MAC=m
    CONFIG_NETFILTER_XT_MATCH_MARK=m
    CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m
    CONFIG_NETFILTER_XT_MATCH_NFACCT=m
    CONFIG_NETFILTER_XT_MATCH_OSF=m
    CONFIG_NETFILTER_XT_MATCH_OWNER=m
    CONFIG_NETFILTER_XT_MATCH_POLICY=y
    CONFIG_NETFILTER_XT_MATCH_PHYSDEV=m
    CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m
    CONFIG_NETFILTER_XT_MATCH_QUOTA=m
    CONFIG_NETFILTER_XT_MATCH_RATEEST=m
    CONFIG_NETFILTER_XT_MATCH_REALM=m
    CONFIG_NETFILTER_XT_MATCH_RECENT=m
    CONFIG_NETFILTER_XT_MATCH_SCTP=m
    CONFIG_NETFILTER_XT_MATCH_SOCKET=m
    CONFIG_NETFILTER_XT_MATCH_STATE=y
    CONFIG_NETFILTER_XT_MATCH_STATISTIC=m
    CONFIG_NETFILTER_XT_MATCH_STRING=m
    CONFIG_NETFILTER_XT_MATCH_TCPMSS=m
    CONFIG_NETFILTER_XT_MATCH_TIME=m
    CONFIG_NETFILTER_XT_MATCH_U32=m
    # CONFIG_IP_SET is not set
    # CONFIG_IP_VS is not set
    # IP: Netfilter Configuration
    CONFIG_NF_DEFRAG_IPV4=y
    CONFIG_NF_CONNTRACK_IPV4=y
    CONFIG_NF_CONNTRACK_PROC_COMPAT=y
    CONFIG_NF_LOG_ARP=m
    CONFIG_NF_LOG_IPV4=m
    CONFIG_NF_TABLES_IPV4=m
    CONFIG_NFT_CHAIN_ROUTE_IPV4=m
    CONFIG_NFT_CHAIN_NAT_IPV4=m
    CONFIG_NFT_REJECT_IPV4=m
    CONFIG_NF_TABLES_ARP=m
    CONFIG_NF_NAT_IPV4=m
    CONFIG_NF_NAT_SNMP_BASIC=m
    CONFIG_NF_NAT_PROTO_GRE=m
    CONFIG_NF_NAT_PPTP=m
    CONFIG_NF_NAT_H323=m
    CONFIG_IP_NF_IPTABLES=y
    # CONFIG_IP_NF_MATCH_AH is not set
    # CONFIG_IP_NF_MATCH_ECN is not set
    # CONFIG_IP_NF_MATCH_RPFILTER is not set
    # CONFIG_IP_NF_MATCH_TTL is not set
    CONFIG_IP_NF_FILTER=y
    CONFIG_IP_NF_TARGET_REJECT=y
    # CONFIG_IP_NF_TARGET_SYNPROXY is not set
    CONFIG_IP_NF_NAT=m
    CONFIG_IP_NF_TARGET_MASQUERADE=m
    # CONFIG_IP_NF_TARGET_NETMAP is not set
    # CONFIG_IP_NF_TARGET_REDIRECT is not set
    CONFIG_IP_NF_MANGLE=y
    # CONFIG_IP_NF_TARGET_CLUSTERIP is not set
    # CONFIG_IP_NF_TARGET_ECN is not set
    # CONFIG_IP_NF_TARGET_TTL is not set
    # CONFIG_IP_NF_RAW is not set
    # CONFIG_IP_NF_SECURITY is not set
    # CONFIG_IP_NF_ARPTABLES is not set
    # IPv6: Netfilter Configuration
    CONFIG_NF_DEFRAG_IPV6=y
    CONFIG_NF_CONNTRACK_IPV6=y
    CONFIG_NF_TABLES_IPV6=m
    CONFIG_NFT_CHAIN_ROUTE_IPV6=m
    CONFIG_NFT_CHAIN_NAT_IPV6=m
    CONFIG_NFT_REJECT_IPV6=m
    CONFIG_NF_LOG_IPV6=m
    CONFIG_NF_NAT_IPV6=m
    CONFIG_IP6_NF_IPTABLES=y
    CONFIG_IP6_NF_MATCH_AH=m
    CONFIG_IP6_NF_MATCH_EUI64=m
    CONFIG_IP6_NF_MATCH_FRAG=m
    CONFIG_IP6_NF_MATCH_OPTS=m
    CONFIG_IP6_NF_MATCH_HL=m
    CONFIG_IP6_NF_MATCH_IPV6HEADER=y
    CONFIG_IP6_NF_MATCH_MH=m
    CONFIG_IP6_NF_MATCH_RPFILTER=m
    CONFIG_IP6_NF_MATCH_RT=m
    CONFIG_IP6_NF_TARGET_HL=m
    CONFIG_IP6_NF_FILTER=y
    CONFIG_IP6_NF_TARGET_REJECT=y
    CONFIG_IP6_NF_TARGET_SYNPROXY=m
    CONFIG_IP6_NF_MANGLE=y
    CONFIG_IP6_NF_RAW=m
    CONFIG_IP6_NF_SECURITY=m
    # CONFIG_IP6_NF_NAT is not set
    CONFIG_NF_TABLES_BRIDGE=m
    CONFIG_NFT_BRIDGE_META=m
    CONFIG_NFT_BRIDGE_REJECT=m
    CONFIG_NF_LOG_BRIDGE=m
    CONFIG_BRIDGE_NF_EBTABLES=m
    CONFIG_BRIDGE_EBT_BROUTE=m
    CONFIG_BRIDGE_EBT_T_FILTER=m
    CONFIG_BRIDGE_EBT_T_NAT=m
    CONFIG_BRIDGE_EBT_802_3=m
    CONFIG_BRIDGE_EBT_AMONG=m
    CONFIG_BRIDGE_EBT_ARP=m
    CONFIG_BRIDGE_EBT_IP=m
    CONFIG_BRIDGE_EBT_IP6=m
    CONFIG_BRIDGE_EBT_LIMIT=m
    CONFIG_BRIDGE_EBT_MARK=m
    CONFIG_BRIDGE_EBT_PKTTYPE=m
    CONFIG_BRIDGE_EBT_STP=m
    CONFIG_BRIDGE_EBT_VLAN=m
    CONFIG_BRIDGE_EBT_ARPREPLY=m
    CONFIG_BRIDGE_EBT_DNAT=m
    CONFIG_BRIDGE_EBT_MARK_T=m
    CONFIG_BRIDGE_EBT_REDIRECT=m
    CONFIG_BRIDGE_EBT_SNAT=m
    CONFIG_BRIDGE_EBT_LOG=m
    CONFIG_BRIDGE_EBT_NFLOG=m
    # CONFIG_IP_DCCP is not set
    # CONFIG_IP_SCTP is not set
    # CONFIG_RDS is not set
    # CONFIG_TIPC is not set
    # CONFIG_ATM is not set
    # CONFIG_L2TP is not set
    CONFIG_STP=m
    CONFIG_GARP=m
    CONFIG_MRP=m
    CONFIG_BRIDGE=m
    CONFIG_BRIDGE_IGMP_SNOOPING=y
    CONFIG_BRIDGE_VLAN_FILTERING=y
    CONFIG_HAVE_NET_DSA=y
    CONFIG_VLAN_8021Q=m
    CONFIG_VLAN_8021Q_GVRP=y
    CONFIG_VLAN_8021Q_MVRP=y
    # CONFIG_DECNET is not set
    CONFIG_LLC=m
    # CONFIG_LLC2 is not set
    # CONFIG_IPX is not set
    # CONFIG_ATALK is not set
    # CONFIG_X25 is not set
    # CONFIG_LAPB is not set
    # CONFIG_PHONET is not set
    # CONFIG_6LOWPAN is not set
    # CONFIG_IEEE802154 is not set
    CONFIG_NET_SCHED=y
    # Queueing/Scheduling
    # CONFIG_NET_SCH_CBQ is not set
    # CONFIG_NET_SCH_HTB is not set
    # CONFIG_NET_SCH_HFSC is not set
    # CONFIG_NET_SCH_PRIO is not set
    # CONFIG_NET_SCH_MULTIQ is not set
    # CONFIG_NET_SCH_RED is not set
    # CONFIG_NET_SCH_SFB is not set
    # CONFIG_NET_SCH_SFQ is not set
    # CONFIG_NET_SCH_TEQL is not set
    # CONFIG_NET_SCH_TBF is not set
    # CONFIG_NET_SCH_GRED is not set
    # CONFIG_NET_SCH_DSMARK is not set
    # CONFIG_NET_SCH_NETEM is not set
    # CONFIG_NET_SCH_DRR is not set
    # CONFIG_NET_SCH_MQPRIO is not set
    # CONFIG_NET_SCH_CHOKE is not set
    # CONFIG_NET_SCH_QFQ is not set
    # CONFIG_NET_SCH_CODEL is not set
    # CONFIG_NET_SCH_FQ_CODEL is not set
    CONFIG_NET_SCH_FQ=m
    # CONFIG_NET_SCH_HHF is not set
    # CONFIG_NET_SCH_PIE is not set
    # CONFIG_NET_SCH_INGRESS is not set
    # CONFIG_NET_SCH_PLUG is not set
    # Classification
    CONFIG_NET_CLS=y
    # CONFIG_NET_CLS_BASIC is not set
    # CONFIG_NET_CLS_TCINDEX is not set
    # CONFIG_NET_CLS_ROUTE4 is not set
    # CONFIG_NET_CLS_FW is not set
    # CONFIG_NET_CLS_U32 is not set
    # CONFIG_NET_CLS_RSVP is not set
    # CONFIG_NET_CLS_RSVP6 is not set
    # CONFIG_NET_CLS_FLOW is not set
    # CONFIG_NET_CLS_CGROUP is not set
    CONFIG_NET_CLS_BPF=m
    CONFIG_NET_EMATCH=y
    CONFIG_NET_EMATCH_STACK=32
    # CONFIG_NET_EMATCH_CMP is not set
    # CONFIG_NET_EMATCH_NBYTE is not set
    # CONFIG_NET_EMATCH_U32 is not set
    # CONFIG_NET_EMATCH_META is not set
    # CONFIG_NET_EMATCH_TEXT is not set
    CONFIG_NET_CLS_ACT=y
    # CONFIG_NET_ACT_POLICE is not set
    # CONFIG_NET_ACT_GACT is not set
    # CONFIG_NET_ACT_MIRRED is not set
    # CONFIG_NET_ACT_IPT is not set
    # CONFIG_NET_ACT_NAT is not set
    # CONFIG_NET_ACT_PEDIT is not set
    # CONFIG_NET_ACT_SIMP is not set
    # CONFIG_NET_ACT_SKBEDIT is not set
    # CONFIG_NET_ACT_CSUM is not set
    CONFIG_NET_SCH_FIFO=y
    # CONFIG_DCB is not set
    CONFIG_DNS_RESOLVER=y
    # CONFIG_BATMAN_ADV is not set
    # CONFIG_OPENVSWITCH is not set
    # CONFIG_VSOCKETS is not set
    # CONFIG_NETLINK_MMAP is not set
    # CONFIG_NETLINK_DIAG is not set
    # CONFIG_NET_MPLS_GSO is not set
    # CONFIG_HSR is not set
    CONFIG_RPS=y
    CONFIG_RFS_ACCEL=y
    CONFIG_XPS=y
    # CONFIG_CGROUP_NET_PRIO is not set
    CONFIG_CGROUP_NET_CLASSID=y
    CONFIG_NET_RX_BUSY_POLL=y
    CONFIG_BQL=y
    # CONFIG_BPF_JIT is not set
    CONFIG_NET_FLOW_LIMIT=y
    # Network testing
    # CONFIG_NET_PKTGEN is not set
    # CONFIG_NET_TCPPROBE is not set
    # CONFIG_NET_DROP_MONITOR is not set
    # CONFIG_HAMRADIO is not set
    # CONFIG_CAN is not set
    # CONFIG_IRDA is not set
    CONFIG_BT=m
    CONFIG_BT_RFCOMM=m
    CONFIG_BT_RFCOMM_TTY=y
    CONFIG_BT_BNEP=m
    CONFIG_BT_BNEP_MC_FILTER=y
    CONFIG_BT_BNEP_PROTO_FILTER=y
    CONFIG_BT_HIDP=m
    # Bluetooth device drivers
    CONFIG_BT_HCIBTUSB=m
    CONFIG_BT_HCIBTSDIO=m
    CONFIG_BT_HCIUART=m
    CONFIG_BT_HCIUART_H4=y
    CONFIG_BT_HCIUART_BCSP=y
    CONFIG_BT_HCIUART_ATH3K=y
    CONFIG_BT_HCIUART_LL=y
    CONFIG_BT_HCIUART_3WIRE=y
    CONFIG_BT_HCIBCM203X=m
    CONFIG_BT_HCIBPA10X=m
    CONFIG_BT_HCIBFUSB=m
    CONFIG_BT_HCIDTL1=m
    CONFIG_BT_HCIBT3C=m
    CONFIG_BT_HCIBLUECARD=m
    CONFIG_BT_HCIBTUART=m
    CONFIG_BT_HCIVHCI=m
    CONFIG_BT_MRVL=m
    CONFIG_BT_MRVL_SDIO=m
    CONFIG_BT_ATH3K=m
    # CONFIG_AF_RXRPC is not set
    CONFIG_FIB_RULES=y
    CONFIG_WIRELESS=y
    CONFIG_WEXT_CORE=y
    CONFIG_WEXT_PROC=y
    CONFIG_CFG80211=y
    # CONFIG_NL80211_TESTMODE is not set
    # CONFIG_CFG80211_DEVELOPER_WARNINGS is not set
    # CONFIG_CFG80211_REG_DEBUG is not set
    CONFIG_CFG80211_DEFAULT_PS=y
    # CONFIG_CFG80211_DEBUGFS is not set
    # CONFIG_CFG80211_INTERNAL_REGDB is not set
    CONFIG_CFG80211_WEXT=y
    # CONFIG_LIB80211 is not set
    CONFIG_MAC80211=y
    CONFIG_MAC80211_HAS_RC=y
    CONFIG_MAC80211_RC_MINSTREL=y
    CONFIG_MAC80211_RC_MINSTREL_HT=y
    CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
    CONFIG_MAC80211_RC_DEFAULT="minstrel_ht"
    # CONFIG_MAC80211_MESH is not set
    CONFIG_MAC80211_LEDS=y
    # CONFIG_MAC80211_DEBUGFS is not set
    # CONFIG_MAC80211_MESSAGE_TRACING is not set
    # CONFIG_MAC80211_DEBUG_MENU is not set
    # CONFIG_WIMAX is not set
    CONFIG_RFKILL=y
    CONFIG_RFKILL_LEDS=y
    CONFIG_RFKILL_INPUT=y
    # CONFIG_NET_9P is not set
    # CONFIG_CAIF is not set
    # CONFIG_CEPH_LIB is not set
    # CONFIG_NFC is not set
    CONFIG_HAVE_BPF_JIT=y
    # Device Drivers
    # Generic Driver Options
    CONFIG_UEVENT_HELPER=y
    CONFIG_UEVENT_HELPER_PATH=""
    CONFIG_DEVTMPFS=y
    # CONFIG_DEVTMPFS_MOUNT is not set
    # CONFIG_STANDALONE is not set
    CONFIG_PREVENT_FIRMWARE_BUILD=y
    CONFIG_FW_LOADER=y
    # CONFIG_FIRMWARE_IN_KERNEL is not set
    CONFIG_EXTRA_FIRMWARE="iwlwifi-6000-4.ucode"
    CONFIG_EXTRA_FIRMWARE_DIR="firmware"
    # CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set
    # CONFIG_DEBUG_DRIVER is not set
    # CONFIG_DEBUG_DEVRES is not set
    CONFIG_SYS_HYPERVISOR=y
    # CONFIG_GENERIC_CPU_DEVICES is not set
    CONFIG_GENERIC_CPU_AUTOPROBE=y
    CONFIG_REGMAP=y
    CONFIG_REGMAP_I2C=m
    CONFIG_DMA_SHARED_BUFFER=y
    # CONFIG_FENCE_TRACE is not set
    # Bus devices
    CONFIG_CONNECTOR=y
    CONFIG_PROC_EVENTS=y
    # CONFIG_MTD is not set
    CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
    # CONFIG_PARPORT is not set
    CONFIG_PNP=y
    CONFIG_PNP_DEBUG_MESSAGES=y
    # Protocols
    CONFIG_PNPACPI=y
    CONFIG_BLK_DEV=y
    # CONFIG_BLK_DEV_NULL_BLK is not set
    # CONFIG_BLK_DEV_FD is not set
    # CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set
    # CONFIG_ZRAM is not set
    # CONFIG_BLK_CPQ_CISS_DA is not set
    # CONFIG_BLK_DEV_DAC960 is not set
    # CONFIG_BLK_DEV_UMEM is not set
    # CONFIG_BLK_DEV_COW_COMMON is not set
    CONFIG_BLK_DEV_LOOP=y
    CONFIG_BLK_DEV_LOOP_MIN_COUNT=0
    # CONFIG_BLK_DEV_CRYPTOLOOP is not set
    # CONFIG_BLK_DEV_DRBD is not set
    # CONFIG_BLK_DEV_NBD is not set
    # CONFIG_BLK_DEV_NVME is not set
    # CONFIG_BLK_DEV_SKD is not set
    # CONFIG_BLK_DEV_SX8 is not set
    CONFIG_BLK_DEV_RAM=y
    CONFIG_BLK_DEV_RAM_COUNT=16
    CONFIG_BLK_DEV_RAM_SIZE=4096
    # CONFIG_BLK_DEV_XIP is not set
    # CONFIG_CDROM_PKTCDVD is not set
    # CONFIG_ATA_OVER_ETH is not set
    CONFIG_XEN_BLKDEV_FRONTEND=y
    # CONFIG_XEN_BLKDEV_BACKEND is not set
    # CONFIG_VIRTIO_BLK is not set
    # CONFIG_BLK_DEV_HD is not set
    # CONFIG_BLK_DEV_RBD is not set
    # CONFIG_BLK_DEV_RSXX is not set
    # Misc devices
    # CONFIG_SENSORS_LIS3LV02D is not set
    # CONFIG_AD525X_DPOT is not set
    # CONFIG_DUMMY_IRQ is not set
    # CONFIG_IBM_ASM is not set
    # CONFIG_PHANTOM is not set
    # CONFIG_SGI_IOC4 is not set
    CONFIG_TIFM_CORE=m
    CONFIG_TIFM_7XX1=m
    # CONFIG_ICS932S401 is not set
    # CONFIG_ENCLOSURE_SERVICES is not set
    # CONFIG_HP_ILO is not set
    # CONFIG_APDS9802ALS is not set
    # CONFIG_ISL29003 is not set
    # CONFIG_ISL29020 is not set
    # CONFIG_SENSORS_TSL2550 is not set
    # CONFIG_SENSORS_BH1780 is not set
    # CONFIG_SENSORS_BH1770 is not set
    # CONFIG_SENSORS_APDS990X is not set
    # CONFIG_HMC6352 is not set
    # CONFIG_DS1682 is not set
    # CONFIG_VMWARE_BALLOON is not set
    # CONFIG_BMP085_I2C is not set
    # CONFIG_USB_SWITCH_FSA9480 is not set
    # CONFIG_SRAM is not set
    # CONFIG_C2PORT is not set
    # EEPROM support
    # CONFIG_EEPROM_AT24 is not set
    # CONFIG_EEPROM_LEGACY is not set
    # CONFIG_EEPROM_MAX6875 is not set
    CONFIG_EEPROM_93CX6=m
    CONFIG_CB710_CORE=m
    # CONFIG_CB710_DEBUG is not set
    CONFIG_CB710_DEBUG_ASSUMPTIONS=y
    # Texas Instruments shared transport line discipline
    # CONFIG_SENSORS_LIS3_I2C is not set
    # Altera FPGA firmware download module
    # CONFIG_ALTERA_STAPL is not set
    # CONFIG_VMWARE_VMCI is not set
    # Intel MIC Bus Driver
    # CONFIG_INTEL_MIC_BUS is not set
    # Intel MIC Host Driver
    # Intel MIC Card Driver
    # CONFIG_GENWQE is not set
    # CONFIG_ECHO is not set
    CONFIG_HAVE_IDE=y
    # CONFIG_IDE is not set
    # SCSI device support
    CONFIG_SCSI_MOD=y
    # CONFIG_RAID_ATTRS is not set
    CONFIG_SCSI=y
    CONFIG_SCSI_DMA=y
    # CONFIG_SCSI_NETLINK is not set
    CONFIG_SCSI_PROC_FS=y
    # SCSI support type (disk, tape, CD-ROM)
    CONFIG_BLK_DEV_SD=y
    # CONFIG_CHR_DEV_ST is not set
    # CONFIG_CHR_DEV_OSST is not set
    CONFIG_BLK_DEV_SR=y
    CONFIG_BLK_DEV_SR_VENDOR=y
    CONFIG_CHR_DEV_SG=y
    # CONFIG_CHR_DEV_SCH is not set
    CONFIG_SCSI_CONSTANTS=y
    # CONFIG_SCSI_LOGGING is not set
    # CONFIG_SCSI_SCAN_ASYNC is not set
    # SCSI Transports
    CONFIG_SCSI_SPI_ATTRS=y
    # CONFIG_SCSI_FC_ATTRS is not set
    # CONFIG_SCSI_ISCSI_ATTRS is not set
    # CONFIG_SCSI_SAS_ATTRS is not set
    # CONFIG_SCSI_SAS_LIBSAS is not set
    # CONFIG_SCSI_SRP_ATTRS is not set
    # CONFIG_SCSI_LOWLEVEL is not set
    # CONFIG_SCSI_LOWLEVEL_PCMCIA is not set
    # CONFIG_SCSI_DH is not set
    # CONFIG_SCSI_OSD_INITIATOR is not set
    CONFIG_ATA=y
    # CONFIG_ATA_NONSTANDARD is not set
    CONFIG_ATA_VERBOSE_ERROR=y
    CONFIG_ATA_ACPI=y
    # CONFIG_SATA_ZPODD is not set
    CONFIG_SATA_PMP=y
    # Controllers with non-SFF native interface
    CONFIG_SATA_AHCI=y
    # CONFIG_SATA_AHCI_PLATFORM is not set
    # CONFIG_SATA_INIC162X is not set
    # CONFIG_SATA_ACARD_AHCI is not set
    # CONFIG_SATA_SIL24 is not set
    CONFIG_ATA_SFF=y
    # SFF controllers with custom DMA interface
    # CONFIG_PDC_ADMA is not set
    # CONFIG_SATA_QSTOR is not set
    # CONFIG_SATA_SX4 is not set
    CONFIG_ATA_BMDMA=y
    # SATA SFF controllers with BMDMA
    CONFIG_ATA_PIIX=y
    # CONFIG_SATA_MV is not set
    # CONFIG_SATA_NV is not set
    # CONFIG_SATA_PROMISE is not set
    # CONFIG_SATA_SIL is not set
    # CONFIG_SATA_SIS is not set
    # CONFIG_SATA_SVW is not set
    # CONFIG_SATA_ULI is not set
    # CONFIG_SATA_VIA is not set
    # CONFIG_SATA_VITESSE is not set
    # PATA SFF controllers with BMDMA
    # CONFIG_PATA_ALI is not set
    CONFIG_PATA_AMD=y
    # CONFIG_PATA_ARTOP is not set
    # CONFIG_PATA_ATIIXP is not set
    # CONFIG_PATA_ATP867X is not set
    # CONFIG_PATA_CMD64X is not set
    # CONFIG_PATA_CYPRESS is not set
    # CONFIG_PATA_EFAR is not set
    # CONFIG_PATA_HPT366 is not set
    # CONFIG_PATA_HPT37X is not set
    # CONFIG_PATA_HPT3X2N is not set
    # CONFIG_PATA_HPT3X3 is not set
    # CONFIG_PATA_IT8213 is not set
    # CONFIG_PATA_IT821X is not set
    # CONFIG_PATA_JMICRON is not set
    # CONFIG_PATA_MARVELL is not set
    # CONFIG_PATA_NETCELL is not set
    # CONFIG_PATA_NINJA32 is not set
    # CONFIG_PATA_NS87415 is not set
    CONFIG_PATA_OLDPIIX=y
    # CONFIG_PATA_OPTIDMA is not set
    # CONFIG_PATA_PDC2027X is not set
    # CONFIG_PATA_PDC_OLD is not set
    # CONFIG_PATA_RADISYS is not set
    # CONFIG_PATA_RDC is not set
    CONFIG_PATA_SCH=y
    # CONFIG_PATA_SERVERWORKS is not set
    # CONFIG_PATA_SIL680 is not set
    # CONFIG_PATA_SIS is not set
    # CONFIG_PATA_TOSHIBA is not set
    # CONFIG_PATA_TRIFLEX is not set
    # CONFIG_PATA_VIA is not set
    # CONFIG_PATA_WINBOND is not set
    # PIO-only SFF controllers
    # CONFIG_PATA_CMD640_PCI is not set
    # CONFIG_PATA_MPIIX is not set
    # CONFIG_PATA_NS87410 is not set
    # CONFIG_PATA_OPTI is not set
    # CONFIG_PATA_PCMCIA is not set
    # CONFIG_PATA_RZ1000 is not set
    # Generic fallback / legacy drivers
    # CONFIG_PATA_ACPI is not set
    # CONFIG_ATA_GENERIC is not set
    # CONFIG_PATA_LEGACY is not set
    CONFIG_MD=y
    CONFIG_BLK_DEV_MD=y
    CONFIG_MD_AUTODETECT=y
    # CONFIG_MD_LINEAR is not set
    # CONFIG_MD_RAID0 is not set
    # CONFIG_MD_RAID1 is not set
    # CONFIG_MD_RAID10 is not set
    # CONFIG_MD_RAID456 is not set
    # CONFIG_MD_MULTIPATH is not set
    # CONFIG_MD_FAULTY is not set
    CONFIG_BCACHE=m
    # CONFIG_BCACHE_DEBUG is not set
    # CONFIG_BCACHE_CLOSURES_DEBUG is not set
    CONFIG_BLK_DEV_DM_BUILTIN=y
    CONFIG_BLK_DEV_DM=y
    # CONFIG_DM_DEBUG is not set
    CONFIG_DM_CRYPT=y
    # CONFIG_DM_SNAPSHOT is not set
    # CONFIG_DM_THIN_PROVISIONING is not set
    # CONFIG_DM_CACHE is not set
    # CONFIG_DM_ERA is not set
    CONFIG_DM_MIRROR=y
    # CONFIG_DM_LOG_USERSPACE is not set
    # CONFIG_DM_RAID is not set
    CONFIG_DM_ZERO=y
    # CONFIG_DM_MULTIPATH is not set
    # CONFIG_DM_DELAY is not set
    # CONFIG_DM_UEVENT is not set
    # CONFIG_DM_FLAKEY is not set
    # CONFIG_DM_VERITY is not set
    # CONFIG_DM_SWITCH is not set
    # CONFIG_TARGET_CORE is not set
    # CONFIG_FUSION is not set
    # IEEE 1394 (FireWire) support
    # CONFIG_FIREWIRE is not set
    # CONFIG_FIREWIRE_NOSY is not set
    # CONFIG_I2O is not set
    # CONFIG_MACINTOSH_DRIVERS is not set
    CONFIG_NETDEVICES=y
    CONFIG_MII=m
    CONFIG_NET_CORE=y
    CONFIG_BONDING=m
    CONFIG_DUMMY=m
    # CONFIG_EQUALIZER is not set
    # CONFIG_NET_FC is not set
    # CONFIG_IFB is not set
    # CONFIG_NET_TEAM is not set
    # CONFIG_MACVLAN is not set
    # CONFIG_VXLAN is not set
    CONFIG_NETCONSOLE=y
    CONFIG_NETPOLL=y
    CONFIG_NET_POLL_CONTROLLER=y
    CONFIG_TUN=y
    # CONFIG_VETH is not set
    # CONFIG_VIRTIO_NET is not set
    # CONFIG_NLMON is not set
    # CONFIG_ARCNET is not set
    # CAIF transport drivers
    CONFIG_VHOST_NET=m
    CONFIG_VHOST_RING=m
    CONFIG_VHOST=m
    # Distributed Switch Architecture drivers
    # CONFIG_NET_DSA_MV88E6XXX is not set
    # CONFIG_NET_DSA_MV88E6060 is not set
    # CONFIG_NET_DSA_MV88E6XXX_NEED_PPU is not set
    # CONFIG_NET_DSA_MV88E6131 is not set
    # CONFIG_NET_DSA_MV88E6123_61_65 is not set
    CONFIG_ETHERNET=y
    # CONFIG_NET_VENDOR_3COM is not set
    # CONFIG_NET_VENDOR_ADAPTEC is not set
    # CONFIG_NET_VENDOR_ALTEON is not set
    # CONFIG_ALTERA_TSE is not set
    # CONFIG_NET_VENDOR_AMD is not set
    # CONFIG_NET_XGENE is not set
    CONFIG_NET_VENDOR_ARC=y
    # CONFIG_NET_VENDOR_ATHEROS is not set
    # CONFIG_NET_VENDOR_BROADCOM is not set
    # CONFIG_NET_VENDOR_BROCADE is not set
    # CONFIG_NET_VENDOR_CHELSIO is not set
    # CONFIG_NET_VENDOR_CISCO is not set
    # CONFIG_CX_ECAT is not set
    # CONFIG_DNET is not set
    # CONFIG_NET_VENDOR_DEC is not set
    # CONFIG_NET_VENDOR_DLINK is not set
    # CONFIG_NET_VENDOR_EMULEX is not set
    # CONFIG_NET_VENDOR_EXAR is not set
    # CONFIG_NET_VENDOR_FUJITSU is not set
    # CONFIG_NET_VENDOR_HP is not set
    CONFIG_NET_VENDOR_INTEL=y
    # CONFIG_E100 is not set
    # CONFIG_E1000 is not set
    CONFIG_E1000E=y
    # CONFIG_IGB is not set
    # CONFIG_IGBVF is not set
    # CONFIG_IXGB is not set
    # CONFIG_IXGBE is not set
    # CONFIG_IXGBEVF is not set
    # CONFIG_I40E is not set
    # CONFIG_I40EVF is not set
    # CONFIG_NET_VENDOR_I825XX is not set
    # CONFIG_IP1000 is not set
    # CONFIG_JME is not set
    # CONFIG_NET_VENDOR_MARVELL is not set
    # CONFIG_NET_VENDOR_MELLANOX is not set
    # CONFIG_NET_VENDOR_MICREL is not set
    # CONFIG_NET_VENDOR_MYRI is not set
    # CONFIG_FEALNX is not set
    # CONFIG_NET_VENDOR_NATSEMI is not set
    # CONFIG_NET_VENDOR_NVIDIA is not set
    # CONFIG_NET_VENDOR_OKI is not set
    # CONFIG_ETHOC is not set
    # CONFIG_NET_PACKET_ENGINE is not set
    # CONFIG_NET_VENDOR_QLOGIC is not set
    # CONFIG_NET_VENDOR_REALTEK is not set
    # CONFIG_NET_VENDOR_RDC is not set
    # CONFIG_NET_VENDOR_SAMSUNG is not set
    # CONFIG_NET_VENDOR_SEEQ is not set
    # CONFIG_NET_VENDOR_SILAN is not set
    # CONFIG_NET_VENDOR_SIS is not set
    # CONFIG_SFC is not set
    # CONFIG_NET_VENDOR_SMSC is not set
    # CONFIG_NET_VENDOR_STMICRO is not set
    # CONFIG_NET_VENDOR_SUN is not set
    # CONFIG_NET_VENDOR_TEHUTI is not set
    # CONFIG_NET_VENDOR_TI is not set
    # CONFIG_NET_VENDOR_VIA is not set
    # CONFIG_NET_VENDOR_WIZNET is not set
    # CONFIG_NET_VENDOR_XIRCOM is not set
    CONFIG_FDDI=y
    # CONFIG_DEFXX is not set
    # CONFIG_SKFP is not set
    # CONFIG_HIPPI is not set
    # CONFIG_NET_SB1000 is not set
    CONFIG_PHYLIB=y
    # MII PHY device drivers
    # CONFIG_AT803X_PHY is not set
    # CONFIG_AMD_PHY is not set
    # CONFIG_MARVELL_PHY is not set
    # CONFIG_DAVICOM_PHY is not set
    # CONFIG_QSEMI_PHY is not set
    # CONFIG_LXT_PHY is not set
    # CONFIG_CICADA_PHY is not set
    # CONFIG_VITESSE_PHY is not set
    # CONFIG_SMSC_PHY is not set
    # CONFIG_BROADCOM_PHY is not set
    # CONFIG_BCM7XXX_PHY is not set
    # CONFIG_BCM87XX_PHY is not set
    # CONFIG_ICPLUS_PHY is not set
    # CONFIG_REALTEK_PHY is not set
    # CONFIG_NATIONAL_PHY is not set
    # CONFIG_STE10XP is not set
    # CONFIG_LSI_ET1011C_PHY is not set
    # CONFIG_MICREL_PHY is not set
    # CONFIG_FIXED_PHY is not set
    # CONFIG_MDIO_BITBANG is not set
    # CONFIG_PPP is not set
    # CONFIG_SLIP is not set
    CONFIG_USB_NET_DRIVERS=y
    # CONFIG_USB_CATC is not set
    # CONFIG_USB_KAWETH is not set
    # CONFIG_USB_PEGASUS is not set
    # CONFIG_USB_RTL8150 is not set
    # CONFIG_USB_RTL8152 is not set
    CONFIG_USB_USBNET=m
    CONFIG_USB_NET_AX8817X=m
    CONFIG_USB_NET_AX88179_178A=m
    CONFIG_USB_NET_CDCETHER=m
    CONFIG_USB_NET_CDC_EEM=m
    CONFIG_USB_NET_CDC_NCM=m
    # CONFIG_USB_NET_HUAWEI_CDC_NCM is not set
    CONFIG_USB_NET_CDC_MBIM=m
    CONFIG_USB_NET_DM9601=m
    # CONFIG_USB_NET_SR9700 is not set
    # CONFIG_USB_NET_SR9800 is not set
    CONFIG_USB_NET_SMSC75XX=m
    CONFIG_USB_NET_SMSC95XX=m
    CONFIG_USB_NET_GL620A=m
    CONFIG_USB_NET_NET1080=m
    CONFIG_USB_NET_PLUSB=m
    CONFIG_USB_NET_MCS7830=m
    CONFIG_USB_NET_RNDIS_HOST=m
    CONFIG_USB_NET_CDC_SUBSET=m
    CONFIG_USB_ALI_M5632=y
    CONFIG_USB_AN2720=y
    CONFIG_USB_BELKIN=y
    CONFIG_USB_ARMLINUX=y
    CONFIG_USB_EPSON2888=y
    CONFIG_USB_KC2190=y
    CONFIG_USB_NET_ZAURUS=m
    CONFIG_USB_NET_CX82310_ETH=m
    CONFIG_USB_NET_KALMIA=m
    CONFIG_USB_NET_QMI_WWAN=m
    # CONFIG_USB_HSO is not set
    # CONFIG_USB_NET_INT51X1 is not set
    # CONFIG_USB_IPHETH is not set
    # CONFIG_USB_SIERRA_NET is not set
    # CONFIG_USB_VL600 is not set
    CONFIG_WLAN=y
    # CONFIG_PCMCIA_RAYCS is not set
    # CONFIG_LIBERTAS_THINFIRM is not set
    # CONFIG_AIRO is not set
    # CONFIG_ATMEL is not set
    # CONFIG_AT76C50X_USB is not set
    # CONFIG_AIRO_CS is not set
    # CONFIG_PCMCIA_WL3501 is not set
    # CONFIG_PRISM54 is not set
    # CONFIG_USB_ZD1201 is not set
    # CONFIG_USB_NET_RNDIS_WLAN is not set
    # CONFIG_RTL8180 is not set
    CONFIG_RTL8187=m
    CONFIG_RTL8187_LEDS=y
    # CONFIG_ADM8211 is not set
    # CONFIG_MAC80211_HWSIM is not set
    # CONFIG_MWL8K is not set
    # CONFIG_ATH_CARDS is not set
    # CONFIG_B43 is not set
    # CONFIG_B43LEGACY is not set
    # CONFIG_BRCMSMAC is not set
    # CONFIG_BRCMFMAC is not set
    # CONFIG_HOSTAP is not set
    # CONFIG_IPW2100 is not set
    # CONFIG_IPW2200 is not set
    CONFIG_IWLWIFI=y
    CONFIG_IWLWIFI_LEDS=y
    CONFIG_IWLDVM=y
    # CONFIG_IWLMVM is not set
    # Debugging Options
    # CONFIG_IWLWIFI_DEBUG is not set
    # CONFIG_IWLWIFI_DEVICE_TRACING is not set
    # CONFIG_IWL4965 is not set
    # CONFIG_IWL3945 is not set
    # CONFIG_LIBERTAS is not set
    # CONFIG_HERMES is not set
    # CONFIG_P54_COMMON is not set
    # CONFIG_RT2X00 is not set
    # CONFIG_RTL_CARDS is not set
    # CONFIG_WL_TI is not set
    # CONFIG_ZD1211RW is not set
    # CONFIG_MWIFIEX is not set
    # CONFIG_CW1200 is not set
    # CONFIG_RSI_91X is not set
    # Enable WiMAX (Networking options) to see the WiMAX drivers
    # CONFIG_WAN is not set
    CONFIG_XEN_NETDEV_FRONTEND=y
    # CONFIG_XEN_NETDEV_BACKEND is not set
    # CONFIG_VMXNET3 is not set
    # CONFIG_ISDN is not set
    # Input device support
    CONFIG_INPUT=y
    CONFIG_INPUT_FF_MEMLESS=y
    CONFIG_INPUT_POLLDEV=y
    CONFIG_INPUT_SPARSEKMAP=y
    # CONFIG_INPUT_MATRIXKMAP is not set
    # Userland interfaces
    CONFIG_INPUT_MOUSEDEV=y
    # CONFIG_INPUT_MOUSEDEV_PSAUX is not set
    CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
    CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
    # CONFIG_INPUT_JOYDEV is not set
    CONFIG_INPUT_EVDEV=y
    # CONFIG_INPUT_EVBUG is not set
    # Input Device Drivers
    CONFIG_INPUT_KEYBOARD=y
    # CONFIG_KEYBOARD_ADP5588 is not set
    # CONFIG_KEYBOARD_ADP5589 is not set
    CONFIG_KEYBOARD_ATKBD=y
    # CONFIG_KEYBOARD_QT1070 is not set
    # CONFIG_KEYBOARD_QT2160 is not set
    # CONFIG_KEYBOARD_LKKBD is not set
    # CONFIG_KEYBOARD_TCA6416 is not set
    # CONFIG_KEYBOARD_TCA8418 is not set
    # CONFIG_KEYBOARD_LM8323 is not set
    # CONFIG_KEYBOARD_LM8333 is not set
    # CONFIG_KEYBOARD_MAX7359 is not set
    # CONFIG_KEYBOARD_MCS is not set
    # CONFIG_KEYBOARD_MPR121 is not set
    # CONFIG_KEYBOARD_NEWTON is not set
    # CONFIG_KEYBOARD_OPENCORES is not set
    # CONFIG_KEYBOARD_STOWAWAY is not set
    # CONFIG_KEYBOARD_SUNKBD is not set
    # CONFIG_KEYBOARD_XTKBD is not set
    CONFIG_INPUT_MOUSE=y
    CONFIG_MOUSE_PS2=y
    CONFIG_MOUSE_PS2_ALPS=y
    CONFIG_MOUSE_PS2_LOGIPS2PP=y
    CONFIG_MOUSE_PS2_SYNAPTICS=y
    CONFIG_MOUSE_PS2_CYPRESS=y
    CONFIG_MOUSE_PS2_LIFEBOOK=y
    CONFIG_MOUSE_PS2_TRACKPOINT=y
    # CONFIG_MOUSE_PS2_ELANTECH is not set
    # CONFIG_MOUSE_PS2_SENTELIC is not set
    # CONFIG_MOUSE_PS2_TOUCHKIT is not set
    # CONFIG_MOUSE_SERIAL is not set
    # CONFIG_MOUSE_APPLETOUCH is not set
    # CONFIG_MOUSE_BCM5974 is not set
    # CONFIG_MOUSE_CYAPA is not set
    # CONFIG_MOUSE_VSXXXAA is not set
    CONFIG_MOUSE_SYNAPTICS_I2C=y
    # CONFIG_MOUSE_SYNAPTICS_USB is not set
    CONFIG_INPUT_JOYSTICK=y
    # CONFIG_JOYSTICK_ANALOG is not set
    # CONFIG_JOYSTICK_A3D is not set
    # CONFIG_JOYSTICK_ADI is not set
    # CONFIG_JOYSTICK_COBRA is not set
    # CONFIG_JOYSTICK_GF2K is not set
    # CONFIG_JOYSTICK_GRIP is not set
    # CONFIG_JOYSTICK_GRIP_MP is not set
    # CONFIG_JOYSTICK_GUILLEMOT is not set
    # CONFIG_JOYSTICK_INTERACT is not set
    # CONFIG_JOYSTICK_SIDEWINDER is not set
    # CONFIG_JOYSTICK_TMDC is not set
    # CONFIG_JOYSTICK_IFORCE is not set
    # CONFIG_JOYSTICK_WARRIOR is not set
    # CONFIG_JOYSTICK_MAGELLAN is not set
    # CONFIG_JOYSTICK_SPACEORB is not set
    # CONFIG_JOYSTICK_SPACEBALL is not set
    # CONFIG_JOYSTICK_STINGER is not set
    # CONFIG_JOYSTICK_TWIDJOY is not set
    # CONFIG_JOYSTICK_ZHENHUA is not set
    # CONFIG_JOYSTICK_AS5011 is not set
    # CONFIG_JOYSTICK_JOYDUMP is not set
    CONFIG_JOYSTICK_XPAD=m
    CONFIG_JOYSTICK_XPAD_FF=y
    CONFIG_JOYSTICK_XPAD_LEDS=y
    # CONFIG_INPUT_TABLET is not set
    # CONFIG_INPUT_TOUCHSCREEN is not set
    CONFIG_INPUT_MISC=y
    # CONFIG_INPUT_AD714X is not set
    # CONFIG_INPUT_BMA150 is not set
    CONFIG_INPUT_PCSPKR=m
    # CONFIG_INPUT_MMA8450 is not set
    # CONFIG_INPUT_MPU3050 is not set
    # CONFIG_INPUT_APANEL is not set
    # CONFIG_INPUT_ATLAS_BTNS is not set
    # CONFIG_INPUT_ATI_REMOTE2 is not set
    # CONFIG_INPUT_KEYSPAN_REMOTE is not set
    # CONFIG_INPUT_KXTJ9 is not set
    # CONFIG_INPUT_POWERMATE is not set
    # CONFIG_INPUT_YEALINK is not set
    # CONFIG_INPUT_CM109 is not set
    # CONFIG_INPUT_UINPUT is not set
    # CONFIG_INPUT_PCF8574 is not set
    # CONFIG_INPUT_ADXL34X is not set
    # CONFIG_INPUT_IMS_PCU is not set
    # CONFIG_INPUT_CMA3000 is not set
    CONFIG_INPUT_XEN_KBDDEV_FRONTEND=y
    # CONFIG_INPUT_IDEAPAD_SLIDEBAR is not set
    # Hardware I/O ports
    CONFIG_SERIO=y
    CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y
    CONFIG_SERIO_I8042=y
    # CONFIG_SERIO_SERPORT is not set
    # CONFIG_SERIO_CT82C710 is not set
    # CONFIG_SERIO_PCIPS2 is not set
    CONFIG_SERIO_LIBPS2=y
    # CONFIG_SERIO_RAW is not set
    # CONFIG_SERIO_ALTERA_PS2 is not set
    # CONFIG_SERIO_PS2MULT is not set
    # CONFIG_SERIO_ARC_PS2 is not set
    # CONFIG_GAMEPORT is not set
    # Character devices
    CONFIG_TTY=y
    CONFIG_VT=y
    CONFIG_CONSOLE_TRANSLATIONS=y
    CONFIG_VT_CONSOLE=y
    CONFIG_VT_CONSOLE_SLEEP=y
    CONFIG_HW_CONSOLE=y
    CONFIG_VT_HW_CONSOLE_BINDING=y
    CONFIG_UNIX98_PTYS=y
    # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
    # CONFIG_LEGACY_PTYS is not set
    CONFIG_SERIAL_NONSTANDARD=y
    # CONFIG_ROCKETPORT is not set
    # CONFIG_CYCLADES is not set
    # CONFIG_MOXA_INTELLIO is not set
    # CONFIG_MOXA_SMARTIO is not set
    # CONFIG_SYNCLINK is not set
    # CONFIG_SYNCLINKMP is not set
    # CONFIG_SYNCLINK_GT is not set
    # CONFIG_NOZOMI is not set
    # CONFIG_ISI is not set
    # CONFIG_N_HDLC is not set
    # CONFIG_N_GSM is not set
    # CONFIG_TRACE_SINK is not set
    # KCopy
    CONFIG_KCOPY=m
    # CONFIG_DEVKMEM is not set
    # Serial drivers
    CONFIG_SERIAL_EARLYCON=y
    CONFIG_SERIAL_8250=y
    # CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set
    CONFIG_SERIAL_8250_PNP=y
    CONFIG_SERIAL_8250_CONSOLE=y
    CONFIG_SERIAL_8250_DMA=y
    CONFIG_SERIAL_8250_PCI=y
    # CONFIG_SERIAL_8250_CS is not set
    CONFIG_SERIAL_8250_NR_UARTS=32
    CONFIG_SERIAL_8250_RUNTIME_UARTS=4
    CONFIG_SERIAL_8250_EXTENDED=y
    CONFIG_SERIAL_8250_MANY_PORTS=y
    CONFIG_SERIAL_8250_SHARE_IRQ=y
    CONFIG_SERIAL_8250_DETECT_IRQ=y
    CONFIG_SERIAL_8250_RSA=y
    # CONFIG_SERIAL_8250_DW is not set
    # Non-8250 serial port support
    # CONFIG_SERIAL_MFD_HSU is not set
    CONFIG_SERIAL_CORE=y
    CONFIG_SERIAL_CORE_CONSOLE=y
    # CONFIG_SERIAL_JSM is not set
    # CONFIG_SERIAL_SCCNXP is not set
    # CONFIG_SERIAL_SC16IS7XX is not set
    # CONFIG_SERIAL_ALTERA_JTAGUART is not set
    # CONFIG_SERIAL_ALTERA_UART is not set
    # CONFIG_SERIAL_ARC is not set
    # CONFIG_SERIAL_RP2 is not set
    # CONFIG_SERIAL_FSL_LPUART is not set
    CONFIG_HVC_DRIVER=y
    CONFIG_HVC_IRQ=y
    CONFIG_HVC_XEN=y
    CONFIG_HVC_XEN_FRONTEND=y
    # CONFIG_VIRTIO_CONSOLE is not set
    # CONFIG_IPMI_HANDLER is not set
    CONFIG_HW_RANDOM=y
    # CONFIG_HW_RANDOM_TIMERIOMEM is not set
    CONFIG_HW_RANDOM_INTEL=m
    # CONFIG_HW_RANDOM_AMD is not set
    CONFIG_HW_RANDOM_VIA=m
    # CONFIG_HW_RANDOM_VIRTIO is not set
    CONFIG_NVRAM=y
    # CONFIG_R3964 is not set
    # CONFIG_APPLICOM is not set
    # PCMCIA character devices
    # CONFIG_SYNCLINK_CS is not set
    # CONFIG_CARDMAN_4000 is not set
    # CONFIG_CARDMAN_4040 is not set
    # CONFIG_IPWIRELESS is not set
    # CONFIG_MWAVE is not set
    # CONFIG_RAW_DRIVER is not set
    CONFIG_HPET=y
    # CONFIG_HPET_MMAP is not set
    # CONFIG_HANGCHECK_TIMER is not set
    # CONFIG_TCG_TPM is not set
    # CONFIG_TELCLOCK is not set
    CONFIG_DEVPORT=y
    # I2C support
    CONFIG_I2C=y
    CONFIG_ACPI_I2C_OPREGION=y
    CONFIG_I2C_BOARDINFO=y
    CONFIG_I2C_COMPAT=y
    # CONFIG_I2C_CHARDEV is not set
    CONFIG_I2C_MUX=m
    # Multiplexer I2C Chip support
    # CONFIG_I2C_MUX_PCA9541 is not set
    CONFIG_I2C_HELPER_AUTO=y
    CONFIG_I2C_ALGOBIT=y
    # I2C Hardware Bus support
    # PC SMBus host controller drivers
    # CONFIG_I2C_ALI1535 is not set
    # CONFIG_I2C_ALI1563 is not set
    # CONFIG_I2C_ALI15X3 is not set
    # CONFIG_I2C_AMD756 is not set
    # CONFIG_I2C_AMD8111 is not set
    CONFIG_I2C_I801=y
    # CONFIG_I2C_ISCH is not set
    # CONFIG_I2C_ISMT is not set
    # CONFIG_I2C_PIIX4 is not set
    # CONFIG_I2C_NFORCE2 is not set
    # CONFIG_I2C_SIS5595 is not set
    # CONFIG_I2C_SIS630 is not set
    # CONFIG_I2C_SIS96X is not set
    # CONFIG_I2C_VIA is not set
    # CONFIG_I2C_VIAPRO is not set
    # ACPI drivers
    # CONFIG_I2C_SCMI is not set
    # I2C system bus drivers (mostly embedded / system-on-chip)
    # CONFIG_I2C_DESIGNWARE_PLATFORM is not set
    # CONFIG_I2C_DESIGNWARE_PCI is not set
    # CONFIG_I2C_OCORES is not set
    # CONFIG_I2C_PCA_PLATFORM is not set
    # CONFIG_I2C_PXA_PCI is not set
    # CONFIG_I2C_SIMTEC is not set
    # CONFIG_I2C_XILINX is not set
    # External I2C/SMBus adapter drivers
    # CONFIG_I2C_DIOLAN_U2C is not set
    # CONFIG_I2C_PARPORT_LIGHT is not set
    # CONFIG_I2C_ROBOTFUZZ_OSIF is not set
    # CONFIG_I2C_TAOS_EVM is not set
    # CONFIG_I2C_TINY_USB is not set
    # Other I2C/SMBus bus drivers
    # CONFIG_I2C_STUB is not set
    # CONFIG_I2C_DEBUG_CORE is not set
    # CONFIG_I2C_DEBUG_ALGO is not set
    # CONFIG_I2C_DEBUG_BUS is not set
    # CONFIG_SPI is not set
    # CONFIG_SPMI is not set
    # CONFIG_HSI is not set
    # PPS support
    CONFIG_PPS=y
    # CONFIG_PPS_DEBUG is not set
    # CONFIG_NTP_PPS is not set
    # PPS clients support
    # CONFIG_PPS_CLIENT_KTIMER is not set
    # CONFIG_PPS_CLIENT_LDISC is not set
    # CONFIG_PPS_CLIENT_GPIO is not set
    # PPS generators support
    # PTP clock support
    CONFIG_PTP_1588_CLOCK=y
    # Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.
    CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
    # CONFIG_GPIOLIB is not set
    # CONFIG_W1 is not set
    CONFIG_POWER_SUPPLY=y
    # CONFIG_POWER_SUPPLY_DEBUG is not set
    # CONFIG_PDA_POWER is not set
    # CONFIG_TEST_POWER is not set
    # CONFIG_BATTERY_DS2780 is not set
    # CONFIG_BATTERY_DS2781 is not set
    # CONFIG_BATTERY_DS2782 is not set
    # CONFIG_BATTERY_SBS is not set
    # CONFIG_BATTERY_BQ27x00 is not set
    # CONFIG_BATTERY_MAX17040 is not set
    # CONFIG_BATTERY_MAX17042 is not set
    # CONFIG_CHARGER_ISP1704 is not set
    # CONFIG_CHARGER_MAX8903 is not set
    # CONFIG_CHARGER_LP8727 is not set
    # CONFIG_CHARGER_BQ2415X is not set
    # CONFIG_CHARGER_SMB347 is not set
    # CONFIG_POWER_RESET is not set
    # CONFIG_POWER_AVS is not set
    CONFIG_HWMON=y
    # CONFIG_HWMON_VID is not set
    # CONFIG_HWMON_DEBUG_CHIP is not set
    # Native drivers
    # CONFIG_SENSORS_ABITUGURU is not set
    # CONFIG_SENSORS_ABITUGURU3 is not set
    # CONFIG_SENSORS_AD7414 is not set
    # CONFIG_SENSORS_AD7418 is not set
    # CONFIG_SENSORS_ADM1021 is not set
    # CONFIG_SENSORS_ADM1025 is not set
    # CONFIG_SENSORS_ADM1026 is not set
    # CONFIG_SENSORS_ADM1029 is not set
    # CONFIG_SENSORS_ADM1031 is not set
    # CONFIG_SENSORS_ADM9240 is not set
    # CONFIG_SENSORS_ADT7410 is not set
    # CONFIG_SENSORS_ADT7411 is not set
    # CONFIG_SENSORS_ADT7462 is not set
    # CONFIG_SENSORS_ADT7470 is not set
    # CONFIG_SENSORS_ADT7475 is not set
    # CONFIG_SENSORS_ASC7621 is not set
    # CONFIG_SENSORS_K8TEMP is not set
    # CONFIG_SENSORS_K10TEMP is not set
    # CONFIG_SENSORS_FAM15H_POWER is not set
    # CONFIG_SENSORS_APPLESMC is not set
    # CONFIG_SENSORS_ASB100 is not set
    # CONFIG_SENSORS_ATXP1 is not set
    # CONFIG_SENSORS_DS620 is not set
    # CONFIG_SENSORS_DS1621 is not set
    # CONFIG_SENSORS_I5K_AMB is not set
    # CONFIG_SENSORS_F71805F is not set
    # CONFIG_SENSORS_F71882FG is not set
    # CONFIG_SENSORS_F75375S is not set
    # CONFIG_SENSORS_FSCHMD is not set
    # CONFIG_SENSORS_GL518SM is not set
    # CONFIG_SENSORS_GL520SM is not set
    # CONFIG_SENSORS_G760A is not set
    # CONFIG_SENSORS_G762 is not set
    # CONFIG_SENSORS_HIH6130 is not set
    # CONFIG_SENSORS_CORETEMP is not set
    # CONFIG_SENSORS_IT87 is not set
    # CONFIG_SENSORS_JC42 is not set
    # CONFIG_SENSORS_POWR1220 is not set
    # CONFIG_SENSORS_LINEAGE is not set
    # CONFIG_SENSORS_LTC2945 is not set
    # CONFIG_SENSORS_LTC4151 is not set
    # CONFIG_SENSORS_LTC4215 is not set
    # CONFIG_SENSORS_LTC4222 is not set
    # CONFIG_SENSORS_LTC4245 is not set
    # CONFIG_SENSORS_LTC4260 is not set
    # CONFIG_SENSORS_LTC4261 is not set
    # CONFIG_SENSORS_MAX16065 is not set
    # CONFIG_SENSORS_MAX1619 is not set
    # CONFIG_SENSORS_MAX1668 is not set
    # CONFIG_SENSORS_MAX197 is not set
    # CONFIG_SENSORS_MAX6639 is not set
    # CONFIG_SENSORS_MAX6642 is not set
    # CONFIG_SENSORS_MAX6650 is not set
    # CONFIG_SENSORS_MAX6697 is not set
    # CONFIG_SENSORS_HTU21 is not set
    # CONFIG_SENSORS_MCP3021 is not set
    # CONFIG_SENSORS_LM63 is not set
    # CONFIG_SENSORS_LM73 is not set
    # CONFIG_SENSORS_LM75 is not set
    # CONFIG_SENSORS_LM77 is not set
    # CONFIG_SENSORS_LM78 is not set
    # CONFIG_SENSORS_LM80 is not set
    # CONFIG_SENSORS_LM83 is not set
    # CONFIG_SENSORS_LM85 is not set
    # CONFIG_SENSORS_LM87 is not set
    # CONFIG_SENSORS_LM90 is not set
    # CONFIG_SENSORS_LM92 is not set
    # CONFIG_SENSORS_LM93 is not set
    # CONFIG_SENSORS_LM95234 is not set
    # CONFIG_SENSORS_LM95241 is not set
    # CONFIG_SENSORS_LM95245 is not set
    # CONFIG_SENSORS_PC87360 is not set
    # CONFIG_SENSORS_PC87427 is not set
    # CONFIG_SENSORS_NTC_THERMISTOR is not set
    # CONFIG_SENSORS_NCT6683 is not set
    # CONFIG_SENSORS_NCT6775 is not set
    # CONFIG_SENSORS_PCF8591 is not set
    # CONFIG_PMBUS is not set
    # CONFIG_SENSORS_SHT21 is not set
    # CONFIG_SENSORS_SHTC1 is not set
    # CONFIG_SENSORS_SIS5595 is not set
    # CONFIG_SENSORS_DME1737 is not set
    # CONFIG_SENSORS_EMC1403 is not set
    # CONFIG_SENSORS_EMC2103 is not set
    # CONFIG_SENSORS_EMC6W201 is not set
    # CONFIG_SENSORS_SMSC47M1 is not set
    # CONFIG_SENSORS_SMSC47M192 is not set
    # CONFIG_SENSORS_SMSC47B397 is not set
    # CONFIG_SENSORS_SCH56XX_COMMON is not set
    # CONFIG_SENSORS_SMM665 is not set
    # CONFIG_SENSORS_ADC128D818 is not set
    # CONFIG_SENSORS_ADS1015 is not set
    # CONFIG_SENSORS_ADS7828 is not set
    # CONFIG_SENSORS_AMC6821 is not set
    # CONFIG_SENSORS_INA209 is not set
    # CONFIG_SENSORS_INA2XX is not set
    # CONFIG_SENSORS_THMC50 is not set
    # CONFIG_SENSORS_TMP102 is not set
    # CONFIG_SENSORS_TMP103 is not set
    # CONFIG_SENSORS_TMP401 is not set
    # CONFIG_SENSORS_TMP421 is not set
    # CONFIG_SENSORS_VIA_CPUTEMP is not set
    # CONFIG_SENSORS_VIA686A is not set
    # CONFIG_SENSORS_VT1211 is not set
    # CONFIG_SENSORS_VT8231 is not set
    # CONFIG_SENSORS_W83781D is not set
    # CONFIG_SENSORS_W83791D is not set
    # CONFIG_SENSORS_W83792D is not set
    # CONFIG_SENSORS_W83793 is not set
    # CONFIG_SENSORS_W83795 is not set
    # CONFIG_SENSORS_W83L785TS is not set
    # CONFIG_SENSORS_W83L786NG is not set
    # CONFIG_SENSORS_W83627HF is not set
    # CONFIG_SENSORS_W83627EHF is not set
    # ACPI drivers
    # CONFIG_SENSORS_ACPI_POWER is not set
    # CONFIG_SENSORS_ATK0110 is not set
    CONFIG_THERMAL=y
    CONFIG_THERMAL_HWMON=y
    CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y
    # CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set
    # CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set
    # CONFIG_THERMAL_GOV_FAIR_SHARE is not set
    CONFIG_THERMAL_GOV_STEP_WISE=y
    CONFIG_THERMAL_GOV_USER_SPACE=y
    # CONFIG_THERMAL_EMULATION is not set
    # CONFIG_INTEL_POWERCLAMP is not set
    CONFIG_X86_PKG_TEMP_THERMAL=m
    CONFIG_ACPI_INT3403_THERMAL=m
    # CONFIG_INTEL_SOC_DTS_THERMAL is not set
    # Texas Instruments thermal drivers
    # CONFIG_WATCHDOG is not set
    CONFIG_SSB_POSSIBLE=y
    # Sonics Silicon Backplane
    # CONFIG_SSB is not set
    CONFIG_BCMA_POSSIBLE=y
    # Broadcom specific AMBA
    # CONFIG_BCMA is not set
    # Multifunction device drivers
    # CONFIG_MFD_CORE is not set
    # CONFIG_MFD_AS3711 is not set
    # CONFIG_PMIC_ADP5520 is not set
    # CONFIG_MFD_BCM590XX is not set
    # CONFIG_MFD_AXP20X is not set
    # CONFIG_MFD_CROS_EC is not set
    # CONFIG_PMIC_DA903X is not set
    # CONFIG_MFD_DA9052_I2C is not set
    # CONFIG_MFD_DA9055 is not set
    # CONFIG_MFD_DA9063 is not set
    # CONFIG_MFD_MC13XXX_I2C is not set
    # CONFIG_HTC_PASIC3 is not set
    # CONFIG_LPC_ICH is not set
    # CONFIG_LPC_SCH is not set
    # CONFIG_INTEL_SOC_PMIC is not set
    # CONFIG_MFD_JANZ_CMODIO is not set
    # CONFIG_MFD_KEMPLD is not set
    # CONFIG_MFD_88PM800 is not set
    # CONFIG_MFD_88PM805 is not set
    # CONFIG_MFD_88PM860X is not set
    # CONFIG_MFD_MAX14577 is not set
    # CONFIG_MFD_MAX77686 is not set
    # CONFIG_MFD_MAX77693 is not set
    # CONFIG_MFD_MAX8907 is not set
    # CONFIG_MFD_MAX8925 is not set
    # CONFIG_MFD_MAX8997 is not set
    # CONFIG_MFD_MAX8998 is not set
    # CONFIG_MFD_VIPERBOARD is not set
    # CONFIG_MFD_RETU is not set
    # CONFIG_MFD_PCF50633 is not set
    # CONFIG_MFD_RDC321X is not set
    # CONFIG_MFD_RTSX_PCI is not set
    # CONFIG_MFD_RTSX_USB is not set
    # CONFIG_MFD_RC5T583 is not set
    # CONFIG_MFD_SEC_CORE is not set
    # CONFIG_MFD_SI476X_CORE is not set
    # CONFIG_MFD_SM501 is not set
    # CONFIG_MFD_SMSC is not set
    # CONFIG_ABX500_CORE is not set
    # CONFIG_MFD_SYSCON is not set
    # CONFIG_MFD_TI_AM335X_TSCADC is not set
    # CONFIG_MFD_LP3943 is not set
    # CONFIG_MFD_LP8788 is not set
    # CONFIG_MFD_PALMAS is not set
    # CONFIG_TPS6105X is not set
    # CONFIG_TPS6507X is not set
    # CONFIG_MFD_TPS65090 is not set
    # CONFIG_MFD_TPS65217 is not set
    # CONFIG_MFD_TPS65218 is not set
    # CONFIG_MFD_TPS6586X is not set
    # CONFIG_MFD_TPS80031 is not set
    # CONFIG_TWL4030_CORE is not set
    # CONFIG_TWL6040_CORE is not set
    # CONFIG_MFD_WL1273_CORE is not set
    # CONFIG_MFD_LM3533 is not set
    # CONFIG_MFD_TC3589X is not set
    # CONFIG_MFD_TMIO is not set
    # CONFIG_MFD_VX855 is not set
    # CONFIG_MFD_ARIZONA_I2C is not set
    # CONFIG_MFD_WM8400 is not set
    # CONFIG_MFD_WM831X_I2C is not set
    # CONFIG_MFD_WM8350_I2C is not set
    # CONFIG_MFD_WM8994 is not set
    # CONFIG_REGULATOR is not set
    CONFIG_MEDIA_SUPPORT=m
    # Multimedia core support
    CONFIG_MEDIA_CAMERA_SUPPORT=y
    CONFIG_MEDIA_ANALOG_TV_SUPPORT=y
    CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y
    CONFIG_MEDIA_RADIO_SUPPORT=y
    CONFIG_MEDIA_SDR_SUPPORT=y
    # CONFIG_MEDIA_RC_SUPPORT is not set
    # CONFIG_MEDIA_CONTROLLER is not set
    CONFIG_VIDEO_DEV=m
    CONFIG_VIDEO_V4L2=m
    # CONFIG_VIDEO_ADV_DEBUG is not set
    # CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
    CONFIG_VIDEOBUF_GEN=m
    CONFIG_VIDEOBUF_VMALLOC=m
    CONFIG_VIDEOBUF2_CORE=m
    CONFIG_VIDEOBUF2_MEMOPS=m
    CONFIG_VIDEOBUF2_VMALLOC=m
    CONFIG_DVB_CORE=m
    CONFIG_DVB_NET=y
    # CONFIG_TTPCI_EEPROM is not set
    CONFIG_DVB_MAX_ADAPTERS=8
    # CONFIG_DVB_DYNAMIC_MINORS is not set
    # Media drivers
    CONFIG_MEDIA_USB_SUPPORT=y
    # Webcam devices
    CONFIG_USB_VIDEO_CLASS=m
    CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y
    CONFIG_USB_GSPCA=m
    # CONFIG_USB_M5602 is not set
    # CONFIG_USB_STV06XX is not set
    # CONFIG_USB_GL860 is not set
    # CONFIG_USB_GSPCA_BENQ is not set
    # CONFIG_USB_GSPCA_CONEX is not set
    # CONFIG_USB_GSPCA_CPIA1 is not set
    # CONFIG_USB_GSPCA_DTCS033 is not set
    # CONFIG_USB_GSPCA_ETOMS is not set
    # CONFIG_USB_GSPCA_FINEPIX is not set
    # CONFIG_USB_GSPCA_JEILINJ is not set
    # CONFIG_USB_GSPCA_JL2005BCD is not set
    # CONFIG_USB_GSPCA_KINECT is not set
    # CONFIG_USB_GSPCA_KONICA is not set
    # CONFIG_USB_GSPCA_MARS is not set
    # CONFIG_USB_GSPCA_MR97310A is not set
    # CONFIG_USB_GSPCA_NW80X is not set
    # CONFIG_USB_GSPCA_OV519 is not set
    # CONFIG_USB_GSPCA_OV534 is not set
    # CONFIG_USB_GSPCA_OV534_9 is not set
    # CONFIG_USB_GSPCA_PAC207 is not set
    # CONFIG_USB_GSPCA_PAC7302 is not set
    # CONFIG_USB_GSPCA_PAC7311 is not set
    # CONFIG_USB_GSPCA_SE401 is not set
    # CONFIG_USB_GSPCA_SN9C2028 is not set
    # CONFIG_USB_GSPCA_SN9C20X is not set
    # CONFIG_USB_GSPCA_SONIXB is not set
    # CONFIG_USB_GSPCA_SONIXJ is not set
    # CONFIG_USB_GSPCA_SPCA500 is not set
    # CONFIG_USB_GSPCA_SPCA501 is not set
    # CONFIG_USB_GSPCA_SPCA505 is not set
    # CONFIG_USB_GSPCA_SPCA506 is not set
    # CONFIG_USB_GSPCA_SPCA508 is not set
    # CONFIG_USB_GSPCA_SPCA561 is not set
    # CONFIG_USB_GSPCA_SPCA1528 is not set
    # CONFIG_USB_GSPCA_SQ905 is not set
    # CONFIG_USB_GSPCA_SQ905C is not set
    # CONFIG_US

    You might want to try setting up early KMS.  That is, put the module in your initramfs explicitly so that it is loaded early... hence, 'early KMS'.
    Edit: You might want to also double check to make sure that the kernel that it being booted is matching up with the modules it is trying to load.  That is, if you move your kernel to put it on the ESP or if you sometimes don't keep /boot mounted, then you might want to do a "file -k /path/to/kernel" and make sure that whatever is in /usr/lib/modules matches.  There is the possibility that if the initramfs failed because it did not find this matchup, then the kernel and the built initramfs are not meant for each other.
    Last edited by WonderWoofy (2013-07-25 14:46:23)

  • [Solved] Graphics driver (nVidia) problem on fresh Arch setup

    Hi,
    I have installed Arch as main OS about 2 days ago following usual installation wikis. PC is fully functional except for problems with graphics driver (nVidia 340xx) for example just now it took about 3 to 4 boots to get into desktop like 1st boot: did not show sddm, 2nd boot: showed it with colored (white/red/green/blue) pixels, 3rd boot: broken desktop and 4th boot: finally working (see two screen images taken from mobile at the bottom).
    Details are as follows:
    1. Kernel:
    Linux archos 3.18.6-1-ARCH x86_64 GNU/Linux
    2. System info:
    Cinnamon desktop 2.4.6
    AMD Athlon 62 x2 4800+ processor
    RAM 3 GB
    nVidia GT218 (GeForce 210) graphics card
    3. nVidia packages installed:
    From official repos:
    local/nvidia-340xx 340.76-2
    local/nvidia-340xx-libgl 340.76-2
    local/nvidia-340xx-utils 340.76-2
    local/opencl-nvidia-340xx 340.76-2
    4. lspci | grep VGA
    01:00.0 VGA compatible controller: NVIDIA Corporation GT218 [GeForce 210] (rev a2)
    5. journalctl -p 0..3 -xn
    Mar 13 12:24:01 archos kernel: NVRM: Xid (PCI:0000:01:00): 6, PE0005
    Mar 13 12:24:19 archos kernel: NVRM: Xid (PCI:0000:01:00): 13, Graphics Exception: ChID 0005, Class 00008597, Offset 00001458, Data 00000006
    Mar 13 12:24:19 archos kernel: NVRM: Xid (PCI:0000:01:00): 13, Graphics Exception: ChID 0005, Class 00008597, Offset 00001644, Data 00000000
    Mar 13 12:24:25 archos kernel: NVRM: Xid (PCI:0000:01:00): 13, Graphics Exception: ChID 0005, Class 00008597, Offset 00001644, Data 00000000
    Mar 13 12:24:31 archos kernel: NVRM: Xid (PCI:0000:01:00): 13, Graphics Exception: ChID 0005, Class 00008597, Offset 00001644, Data 00000000
    Mar 13 12:24:37 archos kernel: NVRM: Xid (PCI:0000:01:00): 13, Graphics Exception: ChID 0005, Class 00008597, Offset 00001644, Data 00000000
    Mar 13 12:24:43 archos kernel: NVRM: Xid (PCI:0000:01:00): 13, Graphics Exception: ChID 0005, Class 00008597, Offset 00001458, Data 00000006
    Mar 13 12:24:43 archos kernel: NVRM: Xid (PCI:0000:01:00): 13, Graphics Exception: ChID 0005, Class 00008597, Offset 00001644, Data 00000000
    Mar 13 12:24:48 archos pulseaudio[405]: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.ServiceUnknown: The name or
    Mar 13 12:24:49 archos pulseaudio[460]: [pulseaudio] pid.c: Daemon already running.
    6. journalctl -b|grep -i -e vesa -e vga
    Mar 13 12:23:03 archos kernel: vgaarb: setting as boot device: PCI:0000:01:00.0
    Mar 13 12:23:03 archos kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    Mar 13 12:23:03 archos kernel: vgaarb: loaded
    Mar 13 12:23:03 archos kernel: vgaarb: bridge control possible 0000:01:00.0
    Mar 13 12:23:03 archos kernel: vesafb: mode is 640x480x32, linelength=2560, pages=0
    Mar 13 12:23:03 archos kernel: vesafb: scrolling: redraw
    Mar 13 12:23:03 archos kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    Mar 13 12:23:03 archos kernel: vesafb: framebuffer at 0xcf000000, mapped to 0xffffc90010780000, using 1216k, total 1216k
    Mar 13 12:23:03 archos kernel: fb0: VESA VGA frame buffer device
    Mar 13 12:23:06 archos kernel: vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
    Mar 13 12:23:06 archos kernel: snd_hda_intel 0000:01:00.1: Handle VGA-switcheroo audio client
    Mar 13 12:23:13 archos kernel: NVRM: Your system is not currently configured to drive a VGA console
    Mar 13 12:23:13 archos kernel: NVRM: on the primary VGA device. The NVIDIA Linux graphics driver
    Mar 13 12:23:13 archos kernel: NVRM: requires the use of a text-mode VGA console. Use of other console
    Mar 13 12:23:13 archos kernel: NVRM: drivers including, but not limited to, vesafb, may result in
    7. glxinfo
    name of display: :0
    display: :0 screen: 0
    direct rendering: Yes
    server glx vendor string: NVIDIA Corporation
    server glx version string: 1.4
    server glx extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_profile,
    GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float,
    GLX_ARB_multisample, GLX_EXT_buffer_age,
    GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile,
    GLX_EXT_framebuffer_sRGB, GLX_EXT_stereo_tree, GLX_EXT_swap_control,
    GLX_EXT_swap_control_tear, GLX_EXT_texture_from_pixmap,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_NV_delay_before_swap,
    GLX_NV_float_buffer, GLX_NV_multisample_coverage, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SGI_swap_control, GLX_SGI_video_sync
    client glx vendor string: NVIDIA Corporation
    client glx version string: 1.4
    client glx extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_profile,
    GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float,
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_buffer_age,
    GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile,
    GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB,
    GLX_EXT_import_context, GLX_EXT_stereo_tree, GLX_EXT_swap_control,
    GLX_EXT_swap_control_tear, GLX_EXT_texture_from_pixmap,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_NV_copy_image,
    GLX_NV_delay_before_swap, GLX_NV_float_buffer,
    GLX_NV_multisample_coverage, GLX_NV_present_video, GLX_NV_swap_group,
    GLX_NV_video_capture, GLX_NV_video_out, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SGI_swap_control, GLX_SGI_video_sync
    GLX version: 1.4
    GLX extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_profile,
    GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float,
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_buffer_age,
    GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile,
    GLX_EXT_framebuffer_sRGB, GLX_EXT_stereo_tree, GLX_EXT_swap_control,
    GLX_EXT_swap_control_tear, GLX_EXT_texture_from_pixmap,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_NV_delay_before_swap,
    GLX_NV_float_buffer, GLX_NV_multisample_coverage, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SGI_swap_control, GLX_SGI_video_sync
    OpenGL vendor string: NVIDIA Corporation
    OpenGL renderer string: GeForce 210/PCIe/SSE2
    OpenGL core profile version string: 3.3.0 NVIDIA 340.76
    OpenGL core profile shading language version string: 3.30 NVIDIA via Cg compiler
    OpenGL core profile context flags: (none)
    OpenGL core profile profile mask: core profile
    OpenGL core profile extensions:
    GL_ARB_ES2_compatibility, GL_ARB_ES3_compatibility,
    GL_ARB_arrays_of_arrays, GL_ARB_base_instance, GL_ARB_blend_func_extended,
    GL_ARB_clear_buffer_object, GL_ARB_color_buffer_float,
    GL_ARB_compressed_texture_pixel_storage, GL_ARB_conservative_depth,
    GL_ARB_copy_buffer, GL_ARB_copy_image, GL_ARB_debug_output,
    GL_ARB_depth_buffer_float, GL_ARB_depth_clamp, GL_ARB_depth_texture,
    GL_ARB_draw_buffers, GL_ARB_draw_buffers_blend,
    GL_ARB_draw_elements_base_vertex, GL_ARB_draw_instanced,
    GL_ARB_enhanced_layouts, GL_ARB_explicit_attrib_location,
    GL_ARB_explicit_uniform_location, GL_ARB_fragment_coord_conventions,
    GL_ARB_fragment_layer_viewport, GL_ARB_fragment_program,
    GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader,
    GL_ARB_framebuffer_no_attachments, GL_ARB_framebuffer_object,
    GL_ARB_framebuffer_sRGB, GL_ARB_geometry_shader4,
    GL_ARB_get_program_binary, GL_ARB_half_float_pixel,
    GL_ARB_half_float_vertex, GL_ARB_imaging, GL_ARB_instanced_arrays,
    GL_ARB_internalformat_query, GL_ARB_internalformat_query2,
    GL_ARB_invalidate_subdata, GL_ARB_map_buffer_alignment,
    GL_ARB_map_buffer_range, GL_ARB_multi_bind, GL_ARB_multisample,
    GL_ARB_multitexture, GL_ARB_occlusion_query, GL_ARB_occlusion_query2,
    GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite,
    GL_ARB_program_interface_query, GL_ARB_provoking_vertex,
    GL_ARB_robust_buffer_access_behavior, GL_ARB_robustness,
    GL_ARB_sample_shading, GL_ARB_sampler_objects, GL_ARB_seamless_cube_map,
    GL_ARB_separate_shader_objects, GL_ARB_shader_bit_encoding,
    GL_ARB_shader_objects, GL_ARB_shader_texture_lod,
    GL_ARB_shading_language_100, GL_ARB_shading_language_420pack,
    GL_ARB_shading_language_include, GL_ARB_shading_language_packing,
    GL_ARB_shadow, GL_ARB_stencil_texturing, GL_ARB_sync,
    GL_ARB_texture_border_clamp, GL_ARB_texture_buffer_object,
    GL_ARB_texture_buffer_range, GL_ARB_texture_compression,
    GL_ARB_texture_compression_rgtc, GL_ARB_texture_cube_map,
    GL_ARB_texture_cube_map_array, GL_ARB_texture_env_add,
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,
    GL_ARB_texture_env_dot3, GL_ARB_texture_float, GL_ARB_texture_gather,
    GL_ARB_texture_mirror_clamp_to_edge, GL_ARB_texture_mirrored_repeat,
    GL_ARB_texture_multisample, GL_ARB_texture_non_power_of_two,
    GL_ARB_texture_query_levels, GL_ARB_texture_query_lod,
    GL_ARB_texture_rectangle, GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui,
    GL_ARB_texture_stencil8, GL_ARB_texture_storage,
    GL_ARB_texture_storage_multisample, GL_ARB_texture_swizzle,
    GL_ARB_texture_view, GL_ARB_timer_query, GL_ARB_transform_feedback2,
    GL_ARB_transform_feedback_instanced, GL_ARB_transpose_matrix,
    GL_ARB_uniform_buffer_object, GL_ARB_vertex_array_bgra,
    GL_ARB_vertex_array_object, GL_ARB_vertex_attrib_binding,
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader,
    GL_ARB_vertex_type_10f_11f_11f_rev, GL_ARB_vertex_type_2_10_10_10_rev,
    GL_ARB_viewport_array, GL_ARB_window_pos, GL_ATI_draw_buffers,
    GL_ATI_texture_float, GL_ATI_texture_mirror_once,
    GL_EXTX_framebuffer_mixed_formats, GL_EXT_Cg_shader, GL_EXT_abgr,
    GL_EXT_bgra, GL_EXT_bindable_uniform, GL_EXT_blend_color,
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate,
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array,
    GL_EXT_depth_bounds_test, GL_EXT_direct_state_access,
    GL_EXT_draw_buffers2, GL_EXT_draw_instanced, GL_EXT_draw_range_elements,
    GL_EXT_fog_coord, GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample,
    GL_EXT_framebuffer_multisample_blit_scaled, GL_EXT_framebuffer_object,
    GL_EXT_framebuffer_sRGB, GL_EXT_geometry_shader4,
    GL_EXT_gpu_program_parameters, GL_EXT_gpu_shader4,
    GL_EXT_import_sync_object, GL_EXT_multi_draw_arrays,
    GL_EXT_packed_depth_stencil, GL_EXT_packed_float, GL_EXT_packed_pixels,
    GL_EXT_pixel_buffer_object, GL_EXT_point_parameters,
    GL_EXT_provoking_vertex, GL_EXT_rescale_normal, GL_EXT_secondary_color,
    GL_EXT_separate_shader_objects, GL_EXT_separate_specular_color,
    GL_EXT_shader_integer_mix, GL_EXT_shadow_funcs, GL_EXT_stencil_two_side,
    GL_EXT_stencil_wrap, GL_EXT_texture3D, GL_EXT_texture_array,
    GL_EXT_texture_buffer_object, GL_EXT_texture_compression_dxt1,
    GL_EXT_texture_compression_latc, GL_EXT_texture_compression_rgtc,
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map,
    GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add,
    GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
    GL_EXT_texture_filter_anisotropic, GL_EXT_texture_integer,
    GL_EXT_texture_lod, GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp,
    GL_EXT_texture_object, GL_EXT_texture_sRGB, GL_EXT_texture_sRGB_decode,
    GL_EXT_texture_shared_exponent, GL_EXT_texture_storage,
    GL_EXT_texture_swizzle, GL_EXT_timer_query, GL_EXT_transform_feedback2,
    GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, GL_EXT_x11_sync_object,
    GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat, GL_KHR_debug,
    GL_KTX_buffer_region, GL_NVX_conditional_render, GL_NVX_gpu_memory_info,
    GL_NV_ES1_1_compatibility, GL_NV_blend_square, GL_NV_conditional_render,
    GL_NV_copy_depth_to_color, GL_NV_copy_image, GL_NV_depth_buffer_float,
    GL_NV_depth_clamp, GL_NV_explicit_multisample, GL_NV_fence,
    GL_NV_float_buffer, GL_NV_fog_distance, GL_NV_fragment_program,
    GL_NV_fragment_program2, GL_NV_fragment_program_option,
    GL_NV_framebuffer_multisample_coverage, GL_NV_geometry_shader4,
    GL_NV_gpu_program4, GL_NV_gpu_program4_1, GL_NV_half_float,
    GL_NV_light_max_exponent, GL_NV_multisample_coverage,
    GL_NV_multisample_filter_hint, GL_NV_occlusion_query,
    GL_NV_packed_depth_stencil, GL_NV_parameter_buffer_object,
    GL_NV_parameter_buffer_object2, GL_NV_path_rendering,
    GL_NV_pixel_data_range, GL_NV_point_sprite, GL_NV_primitive_restart,
    GL_NV_register_combiners, GL_NV_register_combiners2,
    GL_NV_shader_buffer_load, GL_NV_texgen_reflection, GL_NV_texture_barrier,
    GL_NV_texture_compression_vtc, GL_NV_texture_env_combine4,
    GL_NV_texture_expand_normal, GL_NV_texture_multisample,
    GL_NV_texture_rectangle, GL_NV_texture_shader, GL_NV_texture_shader2,
    GL_NV_texture_shader3, GL_NV_transform_feedback,
    GL_NV_transform_feedback2, GL_NV_vdpau_interop, GL_NV_vertex_array_range,
    GL_NV_vertex_array_range2, GL_NV_vertex_buffer_unified_memory,
    GL_NV_vertex_program, GL_NV_vertex_program1_1, GL_NV_vertex_program2,
    GL_NV_vertex_program2_option, GL_NV_vertex_program3, GL_S3_s3tc,
    GL_SGIS_generate_mipmap, GL_SGIS_texture_lod, GL_SGIX_depth_texture,
    GL_SGIX_shadow, GL_SUN_slice_accum
    OpenGL version string: 3.3.0 NVIDIA 340.76
    OpenGL shading language version string: 3.30 NVIDIA via Cg compiler
    OpenGL context flags: (none)
    OpenGL profile mask: (none)
    OpenGL extensions:
    GL_ARB_ES2_compatibility, GL_ARB_ES3_compatibility,
    GL_ARB_arrays_of_arrays, GL_ARB_base_instance, GL_ARB_blend_func_extended,
    GL_ARB_clear_buffer_object, GL_ARB_color_buffer_float,
    GL_ARB_compatibility, GL_ARB_compressed_texture_pixel_storage,
    GL_ARB_conservative_depth, GL_ARB_copy_buffer, GL_ARB_copy_image,
    GL_ARB_debug_output, GL_ARB_depth_buffer_float, GL_ARB_depth_clamp,
    GL_ARB_depth_texture, GL_ARB_draw_buffers, GL_ARB_draw_buffers_blend,
    GL_ARB_draw_elements_base_vertex, GL_ARB_draw_instanced,
    GL_ARB_enhanced_layouts, GL_ARB_explicit_attrib_location,
    GL_ARB_explicit_uniform_location, GL_ARB_fragment_coord_conventions,
    GL_ARB_fragment_layer_viewport, GL_ARB_fragment_program,
    GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader,
    GL_ARB_framebuffer_no_attachments, GL_ARB_framebuffer_object,
    GL_ARB_framebuffer_sRGB, GL_ARB_geometry_shader4,
    GL_ARB_get_program_binary, GL_ARB_half_float_pixel,
    GL_ARB_half_float_vertex, GL_ARB_imaging, GL_ARB_instanced_arrays,
    GL_ARB_internalformat_query, GL_ARB_internalformat_query2,
    GL_ARB_invalidate_subdata, GL_ARB_map_buffer_alignment,
    GL_ARB_map_buffer_range, GL_ARB_multi_bind, GL_ARB_multisample,
    GL_ARB_multitexture, GL_ARB_occlusion_query, GL_ARB_occlusion_query2,
    GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite,
    GL_ARB_program_interface_query, GL_ARB_provoking_vertex,
    GL_ARB_robust_buffer_access_behavior, GL_ARB_robustness,
    GL_ARB_sample_shading, GL_ARB_sampler_objects, GL_ARB_seamless_cube_map,
    GL_ARB_separate_shader_objects, GL_ARB_shader_bit_encoding,
    GL_ARB_shader_objects, GL_ARB_shader_texture_lod,
    GL_ARB_shading_language_100, GL_ARB_shading_language_420pack,
    GL_ARB_shading_language_include, GL_ARB_shading_language_packing,
    GL_ARB_shadow, GL_ARB_stencil_texturing, GL_ARB_sync,
    GL_ARB_texture_border_clamp, GL_ARB_texture_buffer_object,
    GL_ARB_texture_buffer_range, GL_ARB_texture_compression,
    GL_ARB_texture_compression_rgtc, GL_ARB_texture_cube_map,
    GL_ARB_texture_cube_map_array, GL_ARB_texture_env_add,
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,
    GL_ARB_texture_env_dot3, GL_ARB_texture_float, GL_ARB_texture_gather,
    GL_ARB_texture_mirror_clamp_to_edge, GL_ARB_texture_mirrored_repeat,
    GL_ARB_texture_multisample, GL_ARB_texture_non_power_of_two,
    GL_ARB_texture_query_levels, GL_ARB_texture_query_lod,
    GL_ARB_texture_rectangle, GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui,
    GL_ARB_texture_stencil8, GL_ARB_texture_storage,
    GL_ARB_texture_storage_multisample, GL_ARB_texture_swizzle,
    GL_ARB_texture_view, GL_ARB_timer_query, GL_ARB_transform_feedback2,
    GL_ARB_transform_feedback_instanced, GL_ARB_transpose_matrix,
    GL_ARB_uniform_buffer_object, GL_ARB_vertex_array_bgra,
    GL_ARB_vertex_array_object, GL_ARB_vertex_attrib_binding,
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader,
    GL_ARB_vertex_type_10f_11f_11f_rev, GL_ARB_vertex_type_2_10_10_10_rev,
    GL_ARB_viewport_array, GL_ARB_window_pos, GL_ATI_draw_buffers,
    GL_ATI_texture_float, GL_ATI_texture_mirror_once,
    GL_EXTX_framebuffer_mixed_formats, GL_EXT_Cg_shader, GL_EXT_abgr,
    GL_EXT_bgra, GL_EXT_bindable_uniform, GL_EXT_blend_color,
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate,
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array,
    GL_EXT_depth_bounds_test, GL_EXT_direct_state_access,
    GL_EXT_draw_buffers2, GL_EXT_draw_instanced, GL_EXT_draw_range_elements,
    GL_EXT_fog_coord, GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample,
    GL_EXT_framebuffer_multisample_blit_scaled, GL_EXT_framebuffer_object,
    GL_EXT_framebuffer_sRGB, GL_EXT_geometry_shader4,
    GL_EXT_gpu_program_parameters, GL_EXT_gpu_shader4,
    GL_EXT_import_sync_object, GL_EXT_multi_draw_arrays,
    GL_EXT_packed_depth_stencil, GL_EXT_packed_float, GL_EXT_packed_pixels,
    GL_EXT_pixel_buffer_object, GL_EXT_point_parameters,
    GL_EXT_provoking_vertex, GL_EXT_rescale_normal, GL_EXT_secondary_color,
    GL_EXT_separate_shader_objects, GL_EXT_separate_specular_color,
    GL_EXT_shader_integer_mix, GL_EXT_shadow_funcs, GL_EXT_stencil_two_side,
    GL_EXT_stencil_wrap, GL_EXT_texture3D, GL_EXT_texture_array,
    GL_EXT_texture_buffer_object, GL_EXT_texture_compression_dxt1,
    GL_EXT_texture_compression_latc, GL_EXT_texture_compression_rgtc,
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map,
    GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add,
    GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
    GL_EXT_texture_filter_anisotropic, GL_EXT_texture_integer,
    GL_EXT_texture_lod, GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp,
    GL_EXT_texture_object, GL_EXT_texture_sRGB, GL_EXT_texture_sRGB_decode,
    GL_EXT_texture_shared_exponent, GL_EXT_texture_storage,
    GL_EXT_texture_swizzle, GL_EXT_timer_query, GL_EXT_transform_feedback2,
    GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, GL_EXT_x11_sync_object,
    GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat, GL_KHR_debug,
    GL_KTX_buffer_region, GL_NVX_conditional_render, GL_NVX_gpu_memory_info,
    GL_NV_ES1_1_compatibility, GL_NV_blend_square, GL_NV_conditional_render,
    GL_NV_copy_depth_to_color, GL_NV_copy_image, GL_NV_depth_buffer_float,
    GL_NV_depth_clamp, GL_NV_explicit_multisample, GL_NV_fence,
    GL_NV_float_buffer, GL_NV_fog_distance, GL_NV_fragment_program,
    GL_NV_fragment_program2, GL_NV_fragment_program_option,
    GL_NV_framebuffer_multisample_coverage, GL_NV_geometry_shader4,
    GL_NV_gpu_program4, GL_NV_gpu_program4_1, GL_NV_half_float,
    GL_NV_light_max_exponent, GL_NV_multisample_coverage,
    GL_NV_multisample_filter_hint, GL_NV_occlusion_query,
    GL_NV_packed_depth_stencil, GL_NV_parameter_buffer_object,
    GL_NV_parameter_buffer_object2, GL_NV_path_rendering,
    GL_NV_pixel_data_range, GL_NV_point_sprite, GL_NV_primitive_restart,
    GL_NV_register_combiners, GL_NV_register_combiners2,
    GL_NV_shader_buffer_load, GL_NV_texgen_reflection, GL_NV_texture_barrier,
    GL_NV_texture_compression_vtc, GL_NV_texture_env_combine4,
    GL_NV_texture_expand_normal, GL_NV_texture_multisample,
    GL_NV_texture_rectangle, GL_NV_texture_shader, GL_NV_texture_shader2,
    GL_NV_texture_shader3, GL_NV_transform_feedback,
    GL_NV_transform_feedback2, GL_NV_vdpau_interop, GL_NV_vertex_array_range,
    GL_NV_vertex_array_range2, GL_NV_vertex_buffer_unified_memory,
    GL_NV_vertex_program, GL_NV_vertex_program1_1, GL_NV_vertex_program2,
    GL_NV_vertex_program2_option, GL_NV_vertex_program3, GL_S3_s3tc,
    GL_SGIS_generate_mipmap, GL_SGIS_texture_lod, GL_SGIX_depth_texture,
    GL_SGIX_shadow, GL_SUN_slice_accum
    OpenGL ES profile version string: OpenGL ES 2.0 NVIDIA 340.76 340.76
    OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.00
    OpenGL ES profile extensions:
    GL_EXT_blend_minmax, GL_EXT_color_buffer_half_float, GL_EXT_debug_label,
    GL_EXT_frag_depth, GL_EXT_map_buffer_range,
    GL_EXT_occlusion_query_boolean, GL_EXT_robustness, GL_EXT_sRGB,
    GL_EXT_sRGB_write_control, GL_EXT_separate_shader_objects,
    GL_EXT_shader_integer_mix, GL_EXT_shadow_samplers,
    GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_s3tc,
    GL_EXT_texture_filter_anisotropic, GL_EXT_texture_format_BGRA8888,
    GL_EXT_texture_rg, GL_EXT_texture_sRGB_decode, GL_EXT_texture_storage,
    GL_EXT_unpack_subimage, GL_KHR_debug, GL_NV_bgr, GL_NV_copy_buffer,
    GL_NV_copy_image, GL_NV_draw_buffers, GL_NV_draw_instanced,
    GL_NV_explicit_attrib_location, GL_NV_fbo_color_attachments,
    GL_NV_framebuffer_blit, GL_NV_framebuffer_multisample,
    GL_NV_generate_mipmap_sRGB, GL_NV_instanced_arrays,
    GL_NV_non_square_matrices, GL_NV_occlusion_query_samples,
    GL_NV_pack_subimage, GL_NV_packed_float, GL_NV_packed_float_linear,
    GL_NV_pixel_buffer_object, GL_NV_read_buffer, GL_NV_read_depth,
    GL_NV_read_depth_stencil, GL_NV_read_stencil, GL_NV_sRGB_formats,
    GL_NV_shadow_samplers_array, GL_NV_shadow_samplers_cube,
    GL_NV_texture_array, GL_NV_texture_border_clamp,
    GL_NV_texture_compression_latc, GL_NV_texture_compression_s3tc,
    GL_NV_texture_compression_s3tc_update, GL_NV_timer_query,
    GL_OES_compressed_ETC1_RGB8_texture, GL_OES_depth24, GL_OES_depth32,
    GL_OES_depth_texture, GL_OES_depth_texture_cube_map,
    GL_OES_element_index_uint, GL_OES_fbo_render_mipmap,
    GL_OES_get_program_binary, GL_OES_mapbuffer, GL_OES_packed_depth_stencil,
    GL_OES_rgb8_rgba8, GL_OES_standard_derivatives, GL_OES_texture_half_float,
    GL_OES_texture_half_float_linear, GL_OES_texture_npot,
    GL_OES_vertex_array_object, GL_OES_vertex_half_float
    204 GLX Visuals
    visual x bf lv rg d st colorbuffer sr ax dp st accumbuffer ms cav
    id dep cl sp sz l ci b ro r g b a F gb bf th cl r g b a ns b eat
    0x021 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 0 0 None
    0x022 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 0 0 None
    0x024 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 0 0 None
    0x025 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 0 0 None
    0x026 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 0 0 None
    0x027 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 0 0 None
    0x028 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 0 0 None
    0x029 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 0 0 None
    0x02a 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 0 0 None
    0x02b 24 tc 0 24 0 r y . 8 8 8 0 . s 4 0 0 16 16 16 16 0 0 None
    0x02c 24 tc 0 32 0 r y . 8 8 8 8 . s 4 0 0 16 16 16 16 0 0 None
    0x02d 24 tc 0 24 0 r . . 8 8 8 0 . s 4 0 0 16 16 16 16 0 0 None
    0x02e 24 tc 0 32 0 r . . 8 8 8 8 . s 4 0 0 16 16 16 16 0 0 None
    0x02f 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x030 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x031 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x032 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x033 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x034 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x035 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x036 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x037 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x038 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x039 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x03a 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x03b 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x03c 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x03d 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x03e 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x03f 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x040 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x041 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x042 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x043 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x044 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x045 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x046 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x047 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x048 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x049 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x04a 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x04b 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x04c 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x04d 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x04e 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x04f 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x050 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x051 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x052 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x053 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x054 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x055 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x056 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x057 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x058 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x059 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x05a 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x05b 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x05c 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x05d 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x05e 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x05f 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x060 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x061 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x062 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x063 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x064 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x065 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x066 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x067 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 0 0 None
    0x068 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 0 0 None
    0x069 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 0 0 None
    0x06a 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 0 0 None
    0x06b 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 0 0 None
    0x06c 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 0 0 None
    0x06d 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 0 0 None
    0x06e 24 dc 0 24 0 r y . 8 8 8 0 . s 4 0 0 16 16 16 16 0 0 None
    0x06f 24 dc 0 32 0 r y . 8 8 8 8 . s 4 0 0 16 16 16 16 0 0 None
    0x070 24 dc 0 24 0 r . . 8 8 8 0 . s 4 0 0 16 16 16 16 0 0 None
    0x071 24 dc 0 32 0 r . . 8 8 8 8 . s 4 0 0 16 16 16 16 0 0 None
    0x072 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x073 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x074 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x075 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x076 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x077 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x078 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x079 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x07a 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x07b 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x07c 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x07d 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x07e 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x07f 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x080 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x081 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x082 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x083 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x084 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x085 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x086 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x087 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x088 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x089 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x08a 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x08b 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x08c 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x08d 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x08e 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x08f 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x090 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x091 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x092 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x093 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x094 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x095 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x096 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x097 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x098 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x099 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x09a 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x09b 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x09c 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x09d 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x09e 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x09f 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x0a0 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x0a1 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x0a2 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x0a3 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x0a4 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x0a5 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x0a6 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x0a7 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x0a8 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x0a9 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x023 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 0 0 None
    0x0aa 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 0 0 None
    0x0ab 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 0 0 None
    0x0ac 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 0 0 None
    0x0ad 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 0 0 None
    0x0ae 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 0 0 None
    0x0af 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 0 0 None
    0x0b0 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 0 0 None
    0x0b1 32 tc 0 24 0 r y . 8 8 8 0 . s 4 0 0 16 16 16 16 0 0 None
    0x0b2 32 tc 0 32 0 r y . 8 8 8 8 . s 4 0 0 16 16 16 16 0 0 None
    0x0b3 32 tc 0 24 0 r . . 8 8 8 0 . s 4 0 0 16 16 16 16 0 0 None
    0x0b4 32 tc 0 32 0 r . . 8 8 8 8 . s 4 0 0 16 16 16 16 0 0 None
    0x0b5 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x0b6 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x0b7 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x0b8 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x0b9 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x0ba 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x0bb 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x0bc 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x0bd 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x0be 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x0bf 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x0c0 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x0c1 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x0c2 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x0c3 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x0c4 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x0c5 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x0c6 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x0c7 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x0c8 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x0c9 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x0ca 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x0cb 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x0cc 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x0cd 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x0ce 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x0cf 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x0d0 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x0d1 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x0d2 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x0d3 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x0d4 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x0d5 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x0d6 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x0d7 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x0d8 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x0d9 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x0da 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x0db 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x0dc 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x0dd 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x0de 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x0df 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x0e0 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x0e1 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x0e2 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x0e3 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x0e4 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x0e5 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x0e6 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x0e7 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x0e8 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x0e9 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x0ea 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x0eb 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x0ec 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    287 GLXFBConfigs:
    visual x bf lv rg d st colorbuffer sr ax dp st accumbuffer ms cav
    id dep cl sp sz l ci b ro r g b a F gb bf th cl r g b a ns b eat
    0x0ed 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 0 0 None
    0x0ee 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 0 0 None
    0x0ef 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 0 0 None
    0x0f0 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 0 0 None
    0x0f1 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 0 0 None
    0x0f2 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 0 0 None
    0x0f3 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 0 0 None
    0x0f4 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 0 0 None
    0x0f5 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 0 0 None
    0x0f6 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 0 0 None
    0x0f7 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 0 0 None
    0x0f8 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 0 0 None
    0x0f9 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 0 0 None
    0x0fa 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 0 0 None
    0x0fb 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 0 0 None
    0x0fc 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 0 0 None
    0x0fd 24 tc 0 24 0 r y . 8 8 8 0 . s 4 0 0 16 16 16 16 0 0 None
    0x0fe 24 dc 0 24 0 r y . 8 8 8 0 . s 4 0 0 16 16 16 16 0 0 None
    0x0ff 24 tc 0 32 0 r y . 8 8 8 8 . s 4 0 0 16 16 16 16 0 0 None
    0x100 24 dc 0 32 0 r y . 8 8 8 8 . s 4 0 0 16 16 16 16 0 0 None
    0x101 24 tc 0 24 0 r . . 8 8 8 0 . s 4 0 0 16 16 16 16 0 0 None
    0x102 24 dc 0 24 0 r . . 8 8 8 0 . s 4 0 0 16 16 16 16 0 0 None
    0x103 24 tc 0 32 0 r . . 8 8 8 8 . s 4 0 0 16 16 16 16 0 0 None
    0x104 24 dc 0 32 0 r . . 8 8 8 8 . s 4 0 0 16 16 16 16 0 0 None
    0x105 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x106 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x107 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x108 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x109 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x10a 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x10b 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x10c 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x10d 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x10e 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x10f 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x110 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x111 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x112 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x113 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x114 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x115 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x116 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x117 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x118 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x119 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x11a 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x11b 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x11c 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x11d 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x11e 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x11f 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x120 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x121 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x122 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x123 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x124 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x125 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x126 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x127 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x128 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x129 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x12a 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x12b 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x12c 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x12d 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x12e 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x12f 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x130 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x131 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x132 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x133 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x134 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x135 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x136 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x137 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x138 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x139 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x13a 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x13b 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x13c 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x13d 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x13e 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x13f 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x140 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x141 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x142 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x143 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x144 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x145 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x146 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x147 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x148 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x149 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x14a 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x14b 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x14c 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x14d 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x14e 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x14f 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x150 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x151 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x152 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x153 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x154 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x155 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x156 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x157 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x158 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x159 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x15a 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x15b 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x15c 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x15d 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x15e 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x15f 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x160 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x161 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x162 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x163 24 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x164 24 dc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x165 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x166 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x167 24 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x168 24 dc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x169 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x16a 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x16b 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x16c 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x16d 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x16e 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x16f 24 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x170 24 dc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x171 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x172 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x173 24 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x174 24 dc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x175 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 0 0 None
    0x176 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 0 0 None
    0x177 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 0 0 None
    0x178 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 0 0 None
    0x179 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 0 0 None
    0x17a 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 0 0 None
    0x17b 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 0 0 None
    0x17c 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 0 0 None
    0x17d 32 tc 0 24 0 r y . 8 8 8 0 . s 4 0 0 16 16 16 16 0 0 None
    0x17e 32 tc 0 32 0 r y . 8 8 8 8 . s 4 0 0 16 16 16 16 0 0 None
    0x17f 32 tc 0 24 0 r . . 8 8 8 0 . s 4 0 0 16 16 16 16 0 0 None
    0x180 32 tc 0 32 0 r . . 8 8 8 8 . s 4 0 0 16 16 16 16 0 0 None
    0x181 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x182 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x183 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x184 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x185 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x186 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 2 1 Ncon
    0x187 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x188 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 4 1 Ncon
    0x189 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x18a 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x18b 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x18c 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x18d 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x18e 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 2 1 Ncon
    0x18f 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x190 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 4 1 Ncon
    0x191 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x192 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x193 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x194 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x195 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x196 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x197 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x198 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x199 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x19a 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x19b 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x19c 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x19d 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x19e 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x19f 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x1a0 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x1a1 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x1a2 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x1a3 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x1a4 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x1a5 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x1a6 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x1a7 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x1a8 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 8 1 Ncon
    0x1a9 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x1aa 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x1ab 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x1ac 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 0 16 16 16 16 16 1 Ncon
    0x1ad 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x1ae 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x1af 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x1b0 32 tc 0 24 0 r y . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x1b1 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x1b2 32 tc 0 32 0 r y . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x1b3 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x1b4 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 8 1 Ncon
    0x1b5 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x1b6 32 tc 0 24 0 r . . 8 8 8 0 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x1b7 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x1b8 32 tc 0 32 0 r . . 8 8 8 8 . s 4 24 8 16 16 16 16 16 1 Ncon
    0x1b9 0 sg 0 16 0 r y . 5 6 5 0 . . 4 16 0 16 16 16 16 0 0 None
    0x1ba 0 sg 0 16 0 r . . 5 6 5 0 . . 4 16 0 16 16 16 16 0 0 None
    0x1bb 0 sg 0 16 0 r y . 5 6 5 0 . . 4 24 0 16 16 16 16 0 0 None
    0x1bc 0 sg 0 16 0 r . . 5 6 5 0 . . 4 24 0 16 16 16 16 0 0 None
    0x1bd 0 sg 0 16 0 r y . 5 6 5 0 . . 4 24 8 16 16 16 16 0 0 None
    0x1be 0 sg 0 16 0 r . . 5 6 5 0 . . 4 24 8 16 16 16 16 0 0 None
    0x1bf 0 sg 0 16 0 r y . 5 6 5 0 . . 4 0 0 16 16 16 16 0 0 None
    0x1c0 0 sg 0 16 0 r . . 5 6 5 0 . . 4 0 0 16 16 16 16 0 0 None
    0x1c1 0 sg 0 0 0 r . . 0 0 0 0 . . 4 16 0 16 16 16 16 0 0 None
    0x1c2 0 sg 0 0 0 r . . 0 0 0 0 . . 4 24 0 16 16 16 16 0 0 None
    0x1c3 0 sg 0 0 0 r . . 0 0 0 0 . . 4 24 8 16 16 16 16 0 0 None
    0x1c4 0 sg 0 32 0 r . . 16 16 0 0 f . 4 0 0 16 16 16 16 0 0 None
    0x1c5 0 sg 0 32 0 . . 16 16 0 0 f . 4 0 0 16 16 16 16 0 0 None
    0x1c6 0 sg 0 32 0 r y . 16 16 0 0 f . 4 0 0 16 16 16 16 0 0 None
    0x1c7 0 sg 0 32 0 y . 16 16 0 0 f . 4 0 0 16 16 16 16 0 0 None
    0x1c8 0 sg 0 32 0 r . . 32 0 0 0 f . 4 0 0 16 16 16 16 0 0 None
    0x1c9 0 sg 0 32 0 . . 32 0 0 0 f . 4 0 0 16 16 16 16 0 0 None
    0x1ca 0 sg 0 32 0 r y . 32 0 0 0 f . 4 0 0 16 16 16 16 0 0 None
    0x1cb 0 sg 0 32 0 y . 32 0 0 0 f . 4 0 0 16 16 16 16 0 0 None
    0x1cc 0 sg 0 64 0 r . . 16 16 16 16 f . 4 0 0 16 16 16 16 0 0 None
    0x1cd 0 sg 0 64 0 . . 16 16 16 16 f . 4 0 0 16 16 16 16 0 0 None
    0x1ce 0 sg 0 64 0 r y . 16 16 16 16 f . 4 0 0 16 16 16 16 0 0 None
    0x1cf 0 sg 0 64 0 y . 16 16 16 16 f . 4 0 0 16 16 16 16 0 0 None
    0x1d0 0 sg 0 128 0 r . . 32 32 32 32 f . 4 0 0 16 16 16 16 0 0 None
    0x1d1 0 sg 0 128 0 . . 32 32 32 32 f . 4 0 0 16 16 16 16 0 0 None
    0x1d2 0 sg 0 128 0 r y . 32 32 32 32 f . 4 0 0 16 16 16 16 0 0 None
    0x1d3 0 sg 0 128 0 y . 32 32 32 32 f . 4 0 0 16 16 16 16 0 0 None
    0x1d4 0 sg 0 32 0 r . . 16 16 0 0 f . 4 24 0 16 16 16 16 0 0 None
    0x1d5 0 sg 0 32 0 . . 16 16 0 0 f . 4 24 0 16 16 16 16 0 0 None
    0x1d6 0 sg 0 32 0 r y . 16 16 0 0 f . 4 24 0 16 16 16 16 0 0 None
    0x1d7 0 sg 0 32 0 y . 16 16 0 0 f . 4 24 0 16 16 16 16 0 0 None
    0x1d8 0 sg 0 32 0 r . . 16 16 0 0 f . 4 24 8 16 16 16 16 0 0 None
    0x1d9 0 sg 0 32 0 . . 16 16 0 0 f . 4 24 8 16 16 16 16 0 0 None
    0x1da 0 sg 0 32 0 r y . 16 16 0 0 f . 4 24 8 16 16 16 16 0 0 None
    0x1db 0 sg 0 32 0 y . 16 16 0 0 f . 4 24 8 16 16 16 16 0 0 None
    0x1dc 0 sg 0 32 0 r . . 32 0 0 0 f . 4 24 0 16 16 16 16 0 0 None
    0x1dd 0 sg 0 32 0 . . 32 0 0 0 f . 4 24 0 16 16 16 16 0 0 None
    0x1de 0 sg 0 32 0 r y . 32 0 0 0 f . 4 24 0 16 16 16 16 0 0 None
    0x1df 0 sg 0 32 0 y . 32 0 0 0 f . 4 24 0 16 16 16 16 0 0 None
    0x1e0 0 sg 0 32 0 r . . 32 0 0 0 f . 4 24 8 16 16 16 16 0 0 None
    0x1e1 0 sg 0 32 0 . . 32 0 0 0 f . 4 24 8 16 16 16 16 0 0 None
    0x1e2 0 sg 0 32 0 r y . 32 0 0 0 f . 4 24 8 16 16 16 16 0 0 None
    0x1e3 0 sg 0 32 0 y . 32 0 0 0 f . 4 24 8 16 16 16 16 0 0 None
    0x1e4 0 sg 0 64 0 r . . 16 16 16 16 f . 4 24 0 16 16 16 16 0 0 None
    0x1e5 0 sg 0 64 0 . . 16 16 16 16 f . 4 24 0 16 16 16 16 0 0 None
    0x1e6 0 sg 0 64 0 r y . 16 16 16 16 f . 4 24 0 16 16 16 16 0 0 None
    0x1e7 0 sg 0 64 0 y . 16 16 16 16 f . 4 24 0 16 16 16 16 0 0 None
    0x1e8 0 sg 0 64 0 r . . 16 16 16 16 f . 4 24 8 16 16 16 16 0 0 None
    0x1e9 0 sg 0 64 0 . . 16 16 16 16 f . 4 24 8 16 16 16 16 0 0 None
    0x1ea 0 sg 0 64 0 r y . 16 16 16 16 f . 4 24 8 16 16 16 16 0 0 None
    0x1eb 0 sg 0 64 0 y . 16 16 16 16 f . 4 24 8 16 16 16 16 0 0 None
    0x1ec 0 sg 0 128 0 r . . 32 32 32 32 f . 4 24 0 16 16 16 16 0 0 None
    0x1ed 0 sg 0 128 0 . . 32 32 32 32 f . 4 24 0 16 16 16 16 0 0 None
    0x1ee 0 sg 0 128 0 r y . 32 32 32 32 f . 4 24 0 16 16 16 16 0 0 None
    0x1ef 0 sg 0 128 0 y . 32 32 32 32 f . 4 24 0 16 16 16 16 0 0 None
    0x1f0 0 sg 0 128 0 r . . 32 32 32 32 f . 4 24 8 16 16 16 16 0 0 None
    0x1f1 0 sg 0 128 0 . . 32 32 32 32 f . 4 24 8 16 16 16 16 0 0 None
    0x1f2 0 sg 0 128 0 r y . 32 32 32 32 f . 4 24 8 16 16 16 16 0 0 None
    0x1f3 0 sg 0 128 0 y . 32 32 32 32 f . 4 24 8 16 16 16 16 0 0 None
    0x1f4 0 sg 0 16 0 r . . 16 0 0 0 f . 4 0 0 16 16 16 16 0 0 None
    0x1f5 0 sg 0 16 0 . . 16 0 0 0 f . 4 0 0 16 16 16 16 0 0 None
    0x1f6 0 sg 0 16 0 r y . 16 0 0 0 f . 4 0 0 16 16 16 16 0 0 None
    0x1f7 0 sg 0 16 0 y . 16 0 0 0 f . 4 0 0 16 16 16 16 0 0 None
    0x1f8 0 sg 0 64 0 r . . 32 32 0 0 f . 4 0 0 16 16 16 16 0 0 None
    0x1f9 0 sg 0 64 0 . . 32 32 0 0 f . 4 0 0 16 16 16 16 0 0 None
    0x1fa 0 sg 0 64 0 r y . 32 32 0 0 f . 4 0 0 16 16 16 16 0 0 None
    0x1fb 0 sg 0 64 0 y . 32 32 0 0 f . 4 0 0 16 16 16 16 0 0 None
    0x1fc 0 sg 0 16 0 r . . 16 0 0 0 f . 4 24 0 16 16 16 16 0 0 None
    0x1fd 0 sg 0 16 0 . . 16 0 0 0 f . 4 24 0 16 16 16 16 0 0 None
    0x1fe 0 sg 0 16 0 r y . 16 0 0 0 f . 4 24 0 16 16 16 16 0 0 None
    0x1ff 0 sg 0 16 0 y . 16 0 0 0 f . 4 24 0 16 16 16 16 0 0 None
    0x200 0 sg 0 16 0 r . . 16 0 0 0 f . 4 24 8 16 16 16 16 0 0 None
    0x201 0 sg 0 16 0 . . 16 0 0 0 f . 4 24 8 16 16 16 16 0 0 None
    0x202 0 sg 0 16 0 r y . 16 0 0 0 f . 4 24 8 16 16 16 16 0 0 None
    0x203 0 sg 0 16 0 y . 16 0 0 0 f . 4 24 8 16 16 16 16 0 0 None
    0x204 0 sg 0 64 0 r . . 32 32 0 0 f . 4 24 0 16 16 16 16 0 0 None
    0x205 0 sg 0 64 0 . . 32 32 0 0 f . 4 24 0 16 16 16 16 0 0 None
    0x206 0 sg 0 64 0 r y . 32 32 0 0 f . 4 24 0 16 16 16 16 0 0 None
    0x207 0 sg 0 64 0 y . 32 32 0 0 f . 4 24 0 16 16 16 16 0 0 None
    0x208 0 sg 0 64 0 r . . 32 32 0 0 f . 4 24 8 16 16 16 16 0 0 None
    0x209 0 sg 0 64 0 . . 32 32 0 0 f . 4 24 8 16 16 16 16 0 0 None
    0x20a 0 sg 0 64 0 r y . 32 32 0 0 f . 4 24 8 16 16 16 16 0 0 None
    0x20b 0 sg 0 64 0 y . 32 32 0 0 f . 4 24 8 16 16 16 16 0 0 None
    name of display: :0
    display: :0 screen: 0
    direct rendering: Yes
    server glx vendor string: NVIDIA Corporation
    server glx version string: 1.4
    server glx extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_profile,
    GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float,
    GLX_ARB_multisample, GLX_EXT_buffer_age,
    GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile,
    GLX_EXT_framebuffer_sRGB, GLX_EXT_stereo_tree, GLX_EXT_swap_control,
    GLX_EXT_swap_control_tear, GLX_EXT_texture_from_pixmap,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_NV_delay_before_swap,
    GLX_NV_float_buffer, GLX_NV_multisample_coverage, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SGI_swap_control, GLX_SGI_video_sync
    client glx vendor string: NVIDIA Corporation
    client glx version string: 1.4
    client glx extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_profile,
    GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float,
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_buffer_age,
    GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile,
    GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB,
    GLX_EXT_import_context, GLX_EXT_stereo_tree, GLX_EXT_swap_control,
    GLX_EXT_swap_control_tear, GLX_EXT_texture_from_pixmap,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_NV_copy_image,
    GLX_NV_delay_before_swap, GLX_NV_float_buffer,
    GLX_NV_multisample_coverage, GLX_NV_present_video, GLX_NV_swap_group,
    GLX_NV_video_capture, GLX_NV_video_out, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SGI_swap_control, GLX_SGI_video_sync
    GLX version: 1.4
    GLX extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_profile,
    GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float,
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_buffer_age,
    GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile,
    GLX_EXT_framebuffer_sRGB, GLX_EXT_stereo_tree, GLX_EXT_swap_control,
    GLX_EXT_swap_control_tear, GLX_EXT_texture_from_pixmap,
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_NV_delay_before_swap,
    GLX_NV_float_buffer, GLX_NV_multisample_coverage, GLX_SGIX_fbconfig,
    GLX_SGIX_pbuffer, GLX_SGI_swap_control, GLX_SGI_video_sync
    OpenGL vendor string: NVIDIA Corporation
    OpenGL renderer string: GeForce 210/PCIe/SSE2
    OpenGL core profile version string: 3.3.0 NVIDIA 340.76
    OpenGL core profile shading language version string: 3.30 NVIDIA via Cg compiler
    OpenGL core profile context flags: (none)
    OpenGL core profile profile mask: core profile
    OpenGL core profile extensions:
    GL_ARB_ES2_compatibility, GL_ARB_ES3_compatibility,
    GL_ARB_arrays_of_arrays, GL_ARB_base_instance, GL_ARB_blend_func_extended,
    GL_ARB_clear_buffer_object, GL_ARB_color_buffer_float,
    GL_ARB_compressed_texture_pixel_storage, GL_ARB_conservative_depth,
    GL_ARB_copy_buffer, GL_ARB_copy_image, GL_ARB_debug_output,
    GL_ARB_depth_buffer_float, GL_ARB_depth_clamp, GL_ARB_depth_texture,
    GL_ARB_draw_buffers, GL_ARB_draw_buffers_blend,
    GL_ARB_draw_elements_base_vertex, GL_ARB_draw_instanced,
    GL_ARB_enhanced_layouts, GL_ARB_explicit_attrib_location,
    GL_ARB_explicit_uniform_location, GL_ARB_fragment_coord_conventions,
    GL_ARB_fragment_layer_viewport, GL_ARB_fragment_program,
    GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader,
    GL_ARB_framebuffer_no_attachments, GL_ARB_framebuffer_object,
    GL_ARB_framebuffer_sRGB, GL_ARB_geometry_shader4,
    GL_ARB_get_program_binary, GL_ARB_half_float_pixel,
    GL_ARB_half_float_vertex, GL_ARB_imaging, GL_ARB_instanced_arrays,
    GL_ARB_internalformat_query, GL_ARB_internalformat_query2,
    GL_ARB_invalidate_subdata, GL_ARB_map_buffer_alignment,
    GL_ARB_map_buffer_range, GL_ARB_multi_bind, GL_ARB_multisample

    Thanks for reply guys.
    berbae wrote:Just for testing, try the nouveau driver, following the wiki, and tell if you still have this problem.
    Before posting to forum I also tried nouveau following usual Arch Wiki. End result on nouveau is even worse than prop nvidia driver (see screen shots).
    brebs wrote:Some things to try:
    Thanks and this worked!!
    Passing vmalloc=256m and change in xong.conf provided good results. lspci -v shows same output regardless of adding vmalloc to kernel:
    01:00.0 VGA compatible controller: NVIDIA Corporation GT218 [GeForce 210] (rev a2) (prog-if 00 [VGA controller])
    Subsystem: Gigabyte Technology Co., Ltd Device 3525
    Flags: bus master, fast devsel, latency 0, IRQ 25
    Memory at fb000000 (32-bit, non-prefetchable) [size=16M]
    Memory at b0000000 (64-bit, prefetchable) [size=256M]
    Memory at ce000000 (64-bit, prefetchable) [size=32M]
    I/O ports at ef00 [size=128]
    [virtual] Expansion ROM at fc000000 [disabled] [size=512K]
    Capabilities: <access denied>
    Kernel driver in use: nvidia
    Kernel modules: nouveau, nvidia
    Last question for my understanding if you can answer:
    1. My GeForce 210 card has 1gb memory. Is 256m is coming from system RAM or coming from 1gb GPU's own memory. If case is latter, do you think making it full 1gb will help performance (like gaming ,etc)

  • MacBook Pro A1229 Nvidia problem.

    Hi
    Recently, I bought a 2007 2.4 MacBook Pro. A few days ago, I put it to sleep and it did not turn on, it did but there was no output, just a black screen even on external display. There was also no startup chine.
    I looked and I'm sure it's the Nvidia problem, do I still have to pay or is it free?
    Thanks.

    You can try going to an Apple store or AASP, however, be prepared to pay. That replacement program only lasted 4 years from date of original purchase. Your computer is well beyond the cutoff date.

  • Nvidia problem after kernel update

    I moved from 2.6.15 to 2.6.16 with ABS and now my nvidia isn't working.
    When I run pacman -S nvidia, I see:
    INSTALLATION FAILED
    => You have to shutdown X-server to finish installation! You have to rerun pacman -s nvidia
    And I am sure that I've shutdown my X, I even removed /tmp/.X0-lock
    Can anyone help me 

    :? I don't understand, I have my kernel sources at /usr/src/linux-2.6.16-ARCH and I have /lib/modules/linux-2.6.16-ARCH but the ABS is /var/abs/testing/kernels/kernel26/pkg/lib/modules/2.6.16-ARCH
    The logfile talks about /opt/nvidia but I dont have that
    nvidia-installer log file '/var/log/nvidia-installer.log'
    creation time: Fri Mar 31 10:42:51 2006
    option status:
    license pre-accepted : true
    update : false
    force update : false
    expert : false
    uninstall : false
    driver info : false
    no precompiled interface: true
    no ncurses color : false
    query latest driver ver : false
    OpenGL header files : false
    no questions : true
    silent : false
    no backup : false
    kernel module only : false
    sanity : false
    add this kernel : false
    no runlevel check : true
    no network : true
    no ABI note : false
    no RPMs : false
    force tls : (not specified)
    force compat32 tls : (not specified)
    X install prefix : /usr
    OpenGL install prefix : /usr
    compat32 install prefix : (not specified)
    installer install prefix: /usr
    utility install prefix : /usr
    kernel name : (not specified)
    kernel include path : (not specified)
    kernel source path : (not specified)
    kernel output path : (not specified)
    kernel install path : (not specified)
    proc mount point : /proc
    ui : none
    tmpdir : /tmp
    ftp mirror : ftp://download.nvidia.com
    RPM file list : (not specified)
    Using built-in stream user interface
    -> License accepted by command line option.
    -> Not probing for precompiled kernel interfaces.
    -> Performing CC test with CC="cc".
    -> Kernel source path: '/lib/modules/2.6.16-ARCH/build'
    -> Kernel output path: '/lib/modules/2.6.16-ARCH/build'
    -> Performing rivafb check.
    -> Performing nvidiafb check.
    -> Cleaning kernel module build directory.
    executing: 'cd ./usr/src/nv; make clean'...
    rm -f -f nv.o nv-vm.o os-agp.o os-interface.o os-registry.o nv.o nv-vm.o os-
    agp.o os-interface.o os-registry.o nvidia.mod.o
    rm -f -f build-in.o nv-linux.o *.d .*.{cmd,flags}
    rm -f -f nvidia.{o,ko,mod.{o,c}} nv_compiler.h *~
    rm -f -f stprof stprof.o symtab.h
    rm -f -rf .tmp_versions
    -> Building kernel module:
    executing: 'cd ./usr/src/nv; make module SYSSRC=/lib/modules/2.6.16-ARCH/bui
    ld SYSOUT=/lib/modules/2.6.16-ARCH/build'...
    NVIDIA: calling KBUILD...
    make CC=cc KBUILD_VERBOSE=1 -C /lib/modules/2.6.16-ARCH/build SUBDIRS=/opt/
    nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv modules
    mkdir -p /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/.tmp_versions
    make -f scripts/Makefile.build obj=/opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg
    0/usr/src/nv
    echo #define NV_COMPILER "`cc -v 2>&1 | tail -n 1`" > /opt/nvidia/NVIDIA-
    Linux-x86-1.0-8178-pkg0/usr/src/nv/nv_compiler.h
    cc -Wp,-MD,/opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/.nv.o.d
    -nostdinc -isystem /usr/lib/gcc/i686-pc-linux-gnu/4.0.3/include -D__KERNEL__
    -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototyp
    es -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -O2 -f
    omit-frame-pointer -pipe -msoft-float -mpreferred-stack-boundary=2 -march=i
    686 -Iinclude/asm-i386/mach-default -Wdeclaration-after-statement -Wno-point
    er-sign -I/opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv -Wall -Wimpl
    icit -Wreturn-type -Wswitch -Wformat -W
    char-subscripts -Wparentheses -Wpointer-arith -Wno-multichar -Werror -O -f
    no-common -MD -Wsign-compare -Wno-cast-qual -Wno-error -D_LOOSE_KERNEL_NAM
    ES -D__KERNEL__ -DMODULE -DNTRM -DNVRM -DDYNAMIC_SLI -DNV_MAJOR_VERSION=1
    -DNV_MINOR_VERSION=0 -DNV_PATCHLEVEL=8178 -UDEBUG -U_DEBUG -DNDEBUG -DNV_MU
    LTIPLE_BRIDGE_AGPGART_PRESENT -DNV_PM_MESSAGE_T_PRESENT -DNV_CHANGE_PAGE_ATT
    R_PRESENT -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv)"
    -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /opt/nvidia/NVIDIA-Linux-x86-1.0
    -8178-pkg0/usr/src/nv/nv.o /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/sr
    c/nv/nv.c
    In file included from include/linux/list.h:7,
    from include/linux/wait.h:23,
    from include/asm/semaphore.h:41,
    from include/linux/sched.h:20,
    from include/linux/module.h:10,
    from /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/
    nv-linux.h:47,
    from /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/
    nv.c:14:
    include/linux/prefetch.h: In function 'prefetch_range':
    include/linux/prefetch.h:62: warning: pointer of type 'void *' used in arith
    metic
    In file included from include/linux/dmapool.h:14,
    from include/linux/pci.h:522,
    from /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/
    nv-linux.h:71,
    from /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/
    nv.c:14:
    include/asm/io.h: In function 'check_signature':
    include/asm/io.h:258: warning: wrong type argument to increment
    In file included from /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/
    nv.c:14:
    /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/nv-linux.h:715:2: warn
    ing: #warning "conftest.sh failed, assuming remap_page_range(4)!"
    /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/nv.c: In function 'nvo
    s_get_agp_device_by_class':
    /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/nv.c:503: warning: imp
    licit declaration of function 'pci_find_class'
    /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/nv.c:503: warning: ass
    ignment makes pointer from integer without a cast
    /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/nv.c:517: warning: ass
    ignment makes pointer from integer without a cast
    /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/nv.c: In function 'nv_
    kern_mmap':
    /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/nv.c:1983: warning: im
    plicit declaration of function 'remap_page_range'
    /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/nv.c: In function 'nvo
    s_count_devices':
    /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/nv.c:3646: warning: as
    signment makes pointer from integer without a cast
    /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/nv.c:3652: warning: as
    signment makes pointer from integer without a cast
    cc -Wp,-MD,/opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/.nv-vm.o.
    d -nostdinc -isystem /usr/lib/gcc/i686-pc-linux-gnu/4.0.3/include -D__KERNE
    L__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prot
    otypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -O2
    -fomit-frame-pointer -pipe -msoft-float -mpreferred-stack-boundary=2 -marc
    h=i686 -Iinclude/asm-i386/mach-default -Wdeclaration-after-statement -Wno-po
    inter-sign -I/opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv -Wall -Wi
    mplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -Wparentheses -Wpo
    inter-arith -Wno-multichar -Werror -O -fno-common -MD -Wsign-compare -Wn
    o-cast-qual -Wno-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNTRM -
    DNVRM -DDYNAMIC_SLI -DNV_MAJOR_VERSION=1 -DNV_MINOR_VERSION=0 -DNV_PATCHLEV
    EL=8178 -UDEBUG -U_DEBUG -DNDEBUG -DNV_MULTIPLE_BRIDGE_AGPGART_PRESENT -DNV
    _PM_MESSAGE_T_PRESENT -DNV_CHANGE_PAGE_ATTR_PRESENT -DMODULE -D"KBUILD_STR(
    s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_vm)" -D"KBUILD_MODNAME=KBUILD_STR(n
    vidia)" -c -o /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/nv-vm.o
    /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/nv-vm.c
    In file included from include/linux/list.h:7,
    from include/linux/wait.h:23,
    from include/asm/semaphore.h:41,
    from include/linux/sched.h:20,
    from include/linux/module.h:10,
    from /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/
    nv-linux.h:47,
    from /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/
    nv-vm.c:14:
    include/linux/prefetch.h: In function 'prefetch_range':
    include/linux/prefetch.h:62: warning: pointer of type 'void *' used in arith
    metic
    In file included from include/linux/dmapool.h:14,
    from include/linux/pci.h:522,
    from /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/
    nv-linux.h:71,
    from /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/
    nv-vm.c:14:
    include/asm/io.h: In function 'check_signature':
    include/asm/io.h:258: warning: wrong type argument to increment
    In file included from /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/
    nv-vm.c:14:
    /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/nv-linux.h:715:2: warn
    ing: #warning "conftest.sh failed, assuming remap_page_range(4)!"
    cc -Wp,-MD,/opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/.os-agp.o
    .d -nostdinc -isystem /usr/lib/gcc/i686-pc-linux-gnu/4.0.3/include -D__KERN
    EL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-pro
    totypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -O2
    -fomit-frame-pointer -pipe -msoft-float -mpreferred-stack-boundary=2 -mar
    ch=i686 -Iinclude/asm-i386/mach-default -Wdeclaration-after-statement -Wno-p
    ointer-sign -I/opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv -Wall -W
    implicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -Wparentheses -Wp
    ointer-arith -Wno-multichar -Werror -O -fno-common -MD -Wsign-compare -W
    no-cast-qual -Wno-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNTRM
    -DNVRM -DDYNAMIC_SLI -DNV_MAJOR_VERSION=1 -DNV_MINOR_VERSION=0 -DNV_PATCHLE
    VEL=8178 -UDEBUG -U_DEBUG -DNDEBUG -DNV_MULTIPLE_BRIDGE_AGPGART_PRESENT -DN
    V_PM_MESSAGE_T_PRESENT -D
    NV_CHANGE_PAGE_ATTR_PRESENT -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAM
    E=KBUILD_STR(os_agp)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /opt/nvid
    ia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/os-agp.o /opt/nvidia/NVIDIA-Lin
    ux-x86-1.0-8178-pkg0/usr/src/nv/os-agp.c
    In file included from include/linux/list.h:7,
    from include/linux/wait.h:23,
    from include/asm/semaphore.h:41,
    from include/linux/sched.h:20,
    from include/linux/module.h:10,
    from /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/
    nv-linux.h:47,
    from /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/
    os-agp.c:24:
    include/linux/prefetch.h: In function 'prefetch_range':
    include/linux/prefetch.h:62: warning: pointer of type 'void *' used in arith
    metic
    In file included from include/linux/dmapool.h:14,
    from include/linux/pci.h:522,
    from /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/
    nv-linux.h:71,
    from /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/
    os-agp.c:24:
    include/asm/io.h: In function 'check_signature':
    include/asm/io.h:258: warning: wrong type argument to increment
    In file included from /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/
    os-agp.c:24:
    /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/nv-linux.h:715:2: warn
    ing: #warning "conftest.sh failed, assuming remap_page_range(4)!"
    cc -Wp,-MD,/opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/.os-inter
    face.o.d -nostdinc -isystem /usr/lib/gcc/i686-pc-linux-gnu/4.0.3/include -D
    __KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstri
    ct-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding
    -O2 -fomit-frame-pointer -pipe -msoft-float -mpreferred-stack-boundary=2
    -march=i686 -Iinclude/asm-i386/mach-default -Wdeclaration-after-statement -
    Wno-pointer-sign -I/opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv -Wa
    ll -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -W
    parentheses -Wpointer-arith -Wno-multichar -Werror -O -fno-common -MD -W
    sign-compare -Wno-cast-qual -Wno-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -D
    MODULE -DNTRM -DNVRM -DDYNAMIC_SLI -DNV_MAJOR_VERSION=1 -DNV_MINOR_VERSION
    =0 -DNV_PATCHLEVEL=8178 -UDEBUG -U_DEBUG -DNDEBUG -DNV_MULTIPLE_BRIDGE_AGPG
    ART_PRESENT -DNV_PM_MESSAGE_T_PRESENT -DNV_CHANGE_PAGE_ATTR_PRESENT -DMODUL
    E -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(os_interface)" -D"KBUI
    LD_MODNAME=KBUILD_STR(nvidia)" -c -o /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-p
    kg0/usr/src/nv/os-interface.o /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr
    /src/nv/os-interface.c
    In file included from include/linux/list.h:7,
    from include/linux/wait.h:23,
    from include/asm/semaphore.h:41,
    from include/linux/sched.h:20,
    from include/linux/module.h:10,
    from /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/
    nv-linux.h:47,
    from /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/
    os-interface.c:26:
    include/linux/prefetch.h: In function 'prefetch_range':
    include/linux/prefetch.h:62: warning: pointer of type 'void *' used in arith
    metic
    In file included from include/linux/dmapool.h:14,
    from include/linux/pci.h:522,
    from /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/
    nv-linux.h:71,
    from /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/
    os-interface.c:26:
    include/asm/io.h: In function 'check_signature':
    include/asm/io.h:258: warning: wrong type argument to increment
    In file included from /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/
    os-interface.c:26:
    /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/nv-linux.h:715:2: warn
    ing: #warning "conftest.sh failed, assuming remap_page_range(4)!"
    /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/os-interface.c: In fun
    ction 'os_set_mlock_capability':
    /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/os-interface.c:1375: e
    rror: 'struct task_struct' has no member named 'rlim'
    make[3]: *** [/opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/os-inter
    face.o] Error 1
    make[2]: *** [_module_/opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv]
    Error 2
    NVIDIA: left KBUILD.
    nvidia.ko failed to build!
    make[1]: *** [mdl] Error 1
    make: *** [module] Error 2
    -> Error.
    ERROR: Unable to build the NVIDIA kernel module.
    ERROR: Installation has failed. Please see the file
    '/var/log/nvidia-installer.log' for details. You may find suggestions
    on fixing installation problems in the README available on the Linux
    driver download page at www.nvidia.com.

  • Kernel 2.6.27: Problems with DVD drive/nVidia MCP51

    I have sent the following message to linux-ide, but so far it has not been answered. Perhaps someone on this forum has some insights.
    After upgrading from 2.6.26.5 to 2.6.27.4, my DVD drive started having problems during boot time. Here is the relevant part from dmesg:
    ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    ata2.00: ATAPI: HL-DT-ST DVD+/-RW GSA-T11N, A103, max UDMA/33
    ata2.00: applying bridge limits
    ata2.00: Drive reports diagnostics failure. This may indicate a drive
    ata2.00: fault or invalid emulation. Contact drive vendor for information.
    ata2.00: configured for UDMA/33
    scsi 0:0:0:0: Direct-Access ATA ST3250820AS 3.AD PQ: 0 ANSI: 5
    ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
    ata2.00: cmd a0/00:00:00:24:00/00:00:00:00:00/a0 tag 0 pio 36 in
    cdb 12 00 00 00 24 00 00 00 00 00 00 00 00 00 00 00
    res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
    ata2.00: status: { DRDY }
    ata2: hard resetting link
    [continue ad inifitum....]
    The drive is reported as "HL-DT-ST DVD+/-RW GSA-T11N, A103", connected to an nVidia MCP51 controller. Googling around, I found similar complaints in the past for other nVidia controllers using the sata_nv driver (though I couldn't find anything about the MCP51). I tried compiling the version of sata_nv that comes with 2.6.26.5, but that did not solve my problems.
    I can provide further details if necessary.

    This might/might not help.  After upgrading to 2.6.27, both my wireless card and nvidia drivers failed.  I ran "depmod" as root in the console and now everything runs.  Might want to give that a try.

  • NVIDIA problem in OEL 6

    Hi,
    I installed OEL 6 and everything is fine. I installed NVIDIA GPU drivers and rebooted the machine. After loading the OS (the bottom progress bar becomes white) the system stays there. No login screen. Anyone can help?
    Thanx guyz
    Edited by: 860283 on May 19, 2011 11:59 PM

    Well, I used the init 3 method to kill the X server. From terminal, with su privileges I rant he NVIDIA drivers install and that's it.
    My problem is solved but I am not sure how I did it.
    I didn't let the NVIDIA installer to generate the xorg.conf file during the installation. I noticed that there was no such file in /etc/X11 directory. I logged-in in "rescue mode" (the second option under normal kernel) from GRUB menu and ran the NVIDIA xconfig. I rebooted and everything is fine now.
    As I mentioned I am not sure what was the workaround as I am kind of newbie in linux.
    If someone understood something from the above please let me know.
    Thanx again guyz.

  • Kernel-lts and nvidia

    Hello fellow Archies,
    I'm trying to set up the proprietary nvidia X module on kernel-lts (2.6.32-15). The reason is that World of Warcraft had a recent patch that adds something related to debugger obfuscation, causing it to crash in wine on kernels later than 2.6.32. My two favorite computing things are programming and World of Warcraft, so I was wondering how I could about using the nvidia driver on kernel-lts?
    I have tried the nvidia-all package on AUR. It did not build a module.

    karol wrote:Have you tried booting w/ the fallback kernel + playing WoW?
    I have now. It seems to have fixed the problem.
    Out of curiosity, could you explain how the fallback kernel works?
    EDIT: I must have gotten lucky with that run, because now it's crashing at the same point as before even on fallback.
    Last edited by Furyhunter (2010-07-19 09:51:12)

  • Weird nVidia problem (only at 1024x768)

    Hello there,
    i have a small problem with my nVidia GFX and playing games, in every game the 1024x768 resolution in somewhat garbled... This happens only at 1024x768, when i try lower (down to 640x480) oder higher (up to 1600x1200) settings, everything is ok...
    So, whats now my problem? Since i am not as good in english, its hard to describe for me. It seems that only every second line is drawed at 1024x768, and this happens to every game i try...
    Well, pictures say more than words...
    This is what it looks like at 1024x768:
    And this is what i should get normally:
    This is the first time i experience this, and i just don`t know how to handle it. And as 1024x768 ist just the perfect res for my aging machine to play games (higher = slower) i ask you here....
    Some specs of my hardware/drivers:
    AMD AthlonXP 1600+
    VIA KT133a
    nVidia GeForce FX 5200 LE
    Drivers are the 1.0.8178-16's from the repos and kernel
    is also from the repos, kernel26 2.6.16.9-1... Xorg is 7.0...
    So, how can i deal with this, or, has anyone experienced this too?
    Greetings
    Funkyou
    EDIT - attached xorg.xonf
    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Default Screen" 0 0
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
    EndSection
    Section "Files"
    FontPath "/usr/share/X11/fonts/misc"
    FontPath "/usr/share/X11/fonts/100dpi:unscaled"
    FontPath "/usr/share/X11/fonts/75dpi:unscaled"
    FontPath "/usr/share/X11/fonts/Type1"
    FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
    FontPath "/usr/local/share/fonts"
    EndSection
    Section "Module"
    Load "i2c"
    Load "bitmap"
    Load "ddc"
    Load "extmod"
    Load "freetype"
    Load "glx"
    Load "int10"
    Load "type1"
    Load "vbe"
    EndSection
    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "de"
    Option "XkbVariant" "nodeadkeys"
    EndSection
    Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ImPS/2"
    Option "Emulate3Buttons" "true"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "Monitor"
    Identifier "F730"
    Option "DPMS"
    HorizSync 30-115
    VertRefresh 50-160
    DisplaySize 363.0 272.0
    EndSection
    Section "Device"
    Identifier "NVIDIA Corporation NV34 [GeForce FX 5200SE]"
    Driver "nvidia"
    Option "RenderAccel" "true"
    Option "AllowGLXWithComposite" "true"
    Option "NoLogo" "on"
    EndSection
    Section "Screen"
    Identifier "Default Screen"
    Device "NVIDIA Corporation NV34 [GeForce FX 5200SE]"
    Monitor "F730"
    DefaultDepth 24
    SubSection "Display"
    Depth 16
    Modes "1920x1440" "1856x1392" "1792x1344" "1600x1200" "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1400x1050" "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "true"
    EndSection

    You need to add modelines to your xorg.conf file. An easy way to do such a thing is to backup your xorg.conf file first. Then, pacman -S hwd
    Then, type hwd -xa
    It will create a xorg.conf file for you. Edit it as needed and then look for a line in the modelines section that has Interlaced in it. Comment out that line or remove it to fix your issue.

  • Kernel Upgrade and NVIDIA drifver lost

    Dear All,
    recently I updated the system, together with the kernel.
    unluckly I lost NVIDIA driver configuration.
    I tryes to follow again this guide,
    http://wiki.archlinux.org/index.php/How … DIA_driver
    but still it does not work.
    if I put vesa driver the system is back to work,
    obviously without graphic accelerator.
    converselly if I launch startxafter invidia configuration the monitor blink a little,
    and then I see only the coursor on the top left corner of the monitor,
    but I cannot interact with the system in any way.

    that's the xorg.log
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    X.Org X Server 1.4.0.90
    Release Date: 5 September 2007
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.25-ARCH x86_64
    Current Operating System: Linux terminus 2.6.25-ARCH #1 SMP PREEMPT Sat Jun 14 17:44:19 CEST 2008 x86_64
    Build Date: 15 May 2008 07:43:02PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jun 16 21:15:25 2008
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Xorg Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "USB Mouse"
    (**) Option "AllowMouseOpenFail" "true"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/PEX" does not exist.
    Entry deleted from font path.
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/cyrillic".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/cyrillic").
    (WW) The directory "/usr/share/fonts/ttf/western" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/ttf/decoratives" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype/openoffice" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype/ttf-bitstream-vera" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/latex-ttf-fonts" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/defoma/CID" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/defoma/TrueType" does not exist.
    Entry deleted from font path.
    (==) Including the default font path /usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1.
    (**) FontPath set to:
    /usr/share/fonts/misc:unscaled,
    /usr/share/fonts/misc,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/75dpi,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/100dpi,
    /usr/share/fonts/Type1,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (**) RgbPath set to "/usr/share/X11/rgb"
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) Loader magic: 0x7c04c0
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 2.0
    X.Org XInput driver : 2.0
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules//libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
    (--) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 8086,2a00 card 1028,01ff rev 0c class 06,00,00 hdr 00
    (II) PCI: 00:01:0: chip 8086,2a01 card 0000,0000 rev 0c class 06,04,00 hdr 01
    (II) PCI: 00:1a:0: chip 8086,2834 card 1028,01ff rev 02 class 0c,03,00 hdr 80
    (II) PCI: 00:1a:1: chip 8086,2835 card 1028,01ff rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1a:7: chip 8086,283a card 1028,01ff rev 02 class 0c,03,20 hdr 00
    (II) PCI: 00:1b:0: chip 8086,284b card 1028,01ff rev 02 class 04,03,00 hdr 00
    (II) PCI: 00:1c:0: chip 8086,283f card 0000,0000 rev 02 class 06,04,00 hdr 81
    (II) PCI: 00:1c:1: chip 8086,2841 card 0000,0000 rev 02 class 06,04,00 hdr 81
    (II) PCI: 00:1c:3: chip 8086,2845 card 0000,0000 rev 02 class 06,04,00 hdr 81
    (II) PCI: 00:1c:5: chip 8086,2849 card 0000,0000 rev 02 class 06,04,00 hdr 81
    (II) PCI: 00:1d:0: chip 8086,2830 card 1028,01ff rev 02 class 0c,03,00 hdr 80
    (II) PCI: 00:1d:1: chip 8086,2831 card 1028,01ff rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:2: chip 8086,2832 card 1028,01ff rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:7: chip 8086,2836 card 1028,01ff rev 02 class 0c,03,20 hdr 00
    (II) PCI: 00:1e:0: chip 8086,2448 card 0001,0000 rev f2 class 06,04,01 hdr 01
    (II) PCI: 00:1f:0: chip 8086,2815 card 1028,01ff rev 02 class 06,01,00 hdr 80
    (II) PCI: 00:1f:1: chip 8086,2850 card 1028,01ff rev 02 class 01,01,8a hdr 00
    (II) PCI: 00:1f:2: chip 8086,2828 card 1028,01ff rev 02 class 01,01,8f hdr 00
    (II) PCI: 00:1f:3: chip 8086,283e card 1028,01ff rev 02 class 0c,05,00 hdr 00
    (II) PCI: 01:00:0: chip 10de,042d card 1028,01ff rev a1 class 03,00,00 hdr 00
    (II) PCI: 03:01:0: chip 1217,7135 card 2001,0000 rev 21 class 06,07,00 hdr 82
    (II) PCI: 03:01:4: chip 1217,00f7 card 1028,01ff rev 02 class 0c,00,10 hdr 00
    (II) PCI: 09:00:0: chip 14e4,1673 card 1028,01ff rev 02 class 02,00,00 hdr 00
    (II) PCI: 0c:00:0: chip 8086,4229 card 8086,1121 rev 61 class 02,80,00 hdr 00
    (II) PCI: End of PCI scan
    (II) Intel Bridge workaround enabled
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,13), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) Bus 0 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[b]
    (II) Bus 0 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x001a (VGA_EN is set)
    (II) Bus 1 I/O range:
    [0] -1 0 0x0000d000 - 0x0000dfff (0x1000) IX[b]
    (II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xfa000000 - 0xfeafffff (0x4b00000) MX[b]
    (II) Bus 1 prefetchable memory range:
    [0] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 11: bridge is at (0:28:0), (0,11,11), BCTRL: 0x0002 (VGA_EN is cleared)
    (II) PCI-to-PCI bridge:
    (II) Bus 12: bridge is at (0:28:1), (0,12,12), BCTRL: 0x0002 (VGA_EN is cleared)
    (II) Bus 12 non-prefetchable memory range:
    [0] -1 0 0xf9f00000 - 0xf9ffffff (0x100000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 13: bridge is at (0:28:3), (0,13,14), BCTRL: 0x0002 (VGA_EN is cleared)
    (II) Bus 13 I/O range:
    [0] -1 0 0x0000c000 - 0x0000cfff (0x1000) IX[b]
    (II) Bus 13 non-prefetchable memory range:
    [0] -1 0 0xf9c00000 - 0xf9efffff (0x300000) MX[b]
    (II) Bus 13 prefetchable memory range:
    [0] -1 0 0xf0000000 - 0xf01fffff (0x200000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 9: bridge is at (0:28:5), (0,9,9), BCTRL: 0x0002 (VGA_EN is cleared)
    (II) Bus 9 non-prefetchable memory range:
    [0] -1 0 0xf9b00000 - 0xf9bfffff (0x100000) MX[b]
    (II) Subtractive PCI-to-PCI bridge:
    (II) Bus 3: bridge is at (0:30:0), (0,3,7), BCTRL: 0x0002 (VGA_EN is cleared)
    (II) Bus 3 I/O range:
    [0] -1 0 0x00002000 - 0x00002fff (0x1000) IX[b]
    (II) Bus 3 non-prefetchable memory range:
    [0] -1 0 0xf9a00000 - 0xf9afffff (0x100000) MX[b]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) PCI-to-CardBus bridge:
    (II) Bus 4: bridge is at (3:1:0), (3,4,7), BCTRL: 0x05c0 (VGA_EN is cleared)
    (II) Bus 4 I/O range:
    [0] -1 0 0x00002000 - 0x000020ff (0x100) IX[b]
    [1] -1 0 0x00002400 - 0x000024ff (0x100) IX[b]
    (--) PCI:*(1:0:0) nVidia Corporation Quadro FX 360M rev 161, Mem @ 0xfd000000/24, 0xe0000000/28, 0xfa000000/25, I/O @ 0xdf00/7
    (II) Addressable bus resource ranges are
    [0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[b]
    [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) OS-reported resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) Active PCI resource ranges:
    [0] -1 0 0xf9ffe000 - 0xf9ffffff (0x2000) MX[b]
    [1] -1 0 0xf9bf0000 - 0xf9bfffff (0x10000) MX[b]
    [2] -1 0 0xf9afe800 - 0xf9afefff (0x800) MX[b]
    [3] -1 0 0xf9aff000 - 0xf9afffff (0x1000) MX[b]
    [4] -1 0 0xfebfbf00 - 0xfebfbfff (0x100) MX[b]
    [5] -1 0 0xfed1c000 - 0xfed1c3ff (0x400) MX[b]
    [6] -1 0 0xfebfc000 - 0xfebfffff (0x4000) MX[b]
    [7] -1 0 0xfed1c400 - 0xfed1c7ff (0x400) MX[b]
    [8] -1 0 0xfa000000 - 0xfbffffff (0x2000000) MX[b](B)
    [9] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
    [10] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[b](B)
    [11] -1 0 0x000010c0 - 0x000010df (0x20) IX[b]
    [12] -1 0 0x0000eff0 - 0x0000efff (0x10) IX[b]
    [13] -1 0 0x00006ee0 - 0x00006eef (0x10) IX[b]
    [14] -1 0 0x00006ec8 - 0x00006ecb (0x4) IX[b]
    [15] -1 0 0x00006ec0 - 0x00006ec7 (0x8) IX[b]
    [16] -1 0 0x00006eb8 - 0x00006ebb (0x4) IX[b]
    [17] -1 0 0x00006eb0 - 0x00006eb7 (0x8) IX[b]
    [18] -1 0 0x00006fa0 - 0x00006faf (0x10) IX[b]
    [19] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [20] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [21] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [22] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [23] -1 0 0x00006f40 - 0x00006f5f (0x20) IX[b]
    [24] -1 0 0x00006f60 - 0x00006f7f (0x20) IX[b]
    [25] -1 0 0x00006f80 - 0x00006f9f (0x20) IX[b]
    [26] -1 0 0x00006f00 - 0x00006f1f (0x20) IX[b]
    [27] -1 0 0x00006f20 - 0x00006f3f (0x20) IX[b]
    [28] -1 0 0x0000df00 - 0x0000df7f (0x80) IX[b](B)
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xf9ffe000 - 0xf9ffffff (0x2000) MX[b]
    [1] -1 0 0xf9bf0000 - 0xf9bfffff (0x10000) MX[b]
    [2] -1 0 0xf9afe800 - 0xf9afefff (0x800) MX[b]
    [3] -1 0 0xf9aff000 - 0xf9afffff (0x1000) MX[b]
    [4] -1 0 0xfebfbf00 - 0xfebfbfff (0x100) MX[b]
    [5] -1 0 0xfed1c000 - 0xfed1c3ff (0x400) MX[b]
    [6] -1 0 0xfebfc000 - 0xfebfffff (0x4000) MX[b]
    [7] -1 0 0xfed1c400 - 0xfed1c7ff (0x400) MX[b]
    [8] -1 0 0xfa000000 - 0xfbffffff (0x2000000) MX[b](B)
    [9] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
    [10] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[b](B)
    [11] -1 0 0x000010c0 - 0x000010df (0x20) IX[b]
    [12] -1 0 0x0000eff0 - 0x0000efff (0x10) IX[b]
    [13] -1 0 0x00006ee0 - 0x00006eef (0x10) IX[b]
    [14] -1 0 0x00006ec8 - 0x00006ecb (0x4) IX[b]
    [15] -1 0 0x00006ec0 - 0x00006ec7 (0x8) IX[b]
    [16] -1 0 0x00006eb8 - 0x00006ebb (0x4) IX[b]
    [17] -1 0 0x00006eb0 - 0x00006eb7 (0x8) IX[b]
    [18] -1 0 0x00006fa0 - 0x00006faf (0x10) IX[b]
    [19] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [20] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [21] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [22] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [23] -1 0 0x00006f40 - 0x00006f5f (0x20) IX[b]
    [24] -1 0 0x00006f60 - 0x00006f7f (0x20) IX[b]
    [25] -1 0 0x00006f80 - 0x00006f9f (0x20) IX[b]
    [26] -1 0 0x00006f00 - 0x00006f1f (0x20) IX[b]
    [27] -1 0 0x00006f20 - 0x00006f3f (0x20) IX[b]
    [28] -1 0 0x0000df00 - 0x0000df7f (0x80) IX[b](B)
    (II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) All system resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xf9ffe000 - 0xf9ffffff (0x2000) MX[b]
    [5] -1 0 0xf9bf0000 - 0xf9bfffff (0x10000) MX[b]
    [6] -1 0 0xf9afe800 - 0xf9afefff (0x800) MX[b]
    [7] -1 0 0xf9aff000 - 0xf9afffff (0x1000) MX[b]
    [8] -1 0 0xfebfbf00 - 0xfebfbfff (0x100) MX[b]
    [9] -1 0 0xfed1c000 - 0xfed1c3ff (0x400) MX[b]
    [10] -1 0 0xfebfc000 - 0xfebfffff (0x4000) MX[b]
    [11] -1 0 0xfed1c400 - 0xfed1c7ff (0x400) MX[b]
    [12] -1 0 0xfa000000 - 0xfbffffff (0x2000000) MX[b](B)
    [13] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
    [14] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[b](B)
    [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [17] -1 0 0x000010c0 - 0x000010df (0x20) IX[b]
    [18] -1 0 0x0000eff0 - 0x0000efff (0x10) IX[b]
    [19] -1 0 0x00006ee0 - 0x00006eef (0x10) IX[b]
    [20] -1 0 0x00006ec8 - 0x00006ecb (0x4) IX[b]
    [21] -1 0 0x00006ec0 - 0x00006ec7 (0x8) IX[b]
    [22] -1 0 0x00006eb8 - 0x00006ebb (0x4) IX[b]
    [23] -1 0 0x00006eb0 - 0x00006eb7 (0x8) IX[b]
    [24] -1 0 0x00006fa0 - 0x00006faf (0x10) IX[b]
    [25] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [26] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [27] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [28] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [29] -1 0 0x00006f40 - 0x00006f5f (0x20) IX[b]
    [30] -1 0 0x00006f60 - 0x00006f7f (0x20) IX[b]
    [31] -1 0 0x00006f80 - 0x00006f9f (0x20) IX[b]
    [32] -1 0 0x00006f00 - 0x00006f1f (0x20) IX[b]
    [33] -1 0 0x00006f20 - 0x00006f3f (0x20) IX[b]
    [34] -1 0 0x0000df00 - 0x0000df7f (0x80) IX[b](B)
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded by default.
    (II) LoadModule: "ddc"(II) Module "ddc" already built-in
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Server Extension
    (II) NVIDIA GLX Module 173.14.05 Mon May 19 00:27:33 PDT 2008
    (II) Loading extension GLX
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 1.4.0.90, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font FreeType
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Video Driver
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.2.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.2.3
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
    (II) NVIDIA dlloader X Driver 173.14.05 Mon May 19 00:09:56 PDT 2008
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 01:00:0
    (--) Assigning device section with no busID to primary device
    (--) Chipset NVIDIA GPU found
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
    (II) Loading sub module "wfb"
    (II) LoadModule: "wfb"
    (II) Loading /usr/lib/xorg/modules//libwfb.so
    (II) Module wfb: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xf9ffe000 - 0xf9ffffff (0x2000) MX[b]
    [5] -1 0 0xf9bf0000 - 0xf9bfffff (0x10000) MX[b]
    [6] -1 0 0xf9afe800 - 0xf9afefff (0x800) MX[b]
    [7] -1 0 0xf9aff000 - 0xf9afffff (0x1000) MX[b]
    [8] -1 0 0xfebfbf00 - 0xfebfbfff (0x100) MX[b]
    [9] -1 0 0xfed1c000 - 0xfed1c3ff (0x400) MX[b]
    [10] -1 0 0xfebfc000 - 0xfebfffff (0x4000) MX[b]
    [11] -1 0 0xfed1c400 - 0xfed1c7ff (0x400) MX[b]
    [12] -1 0 0xfa000000 - 0xfbffffff (0x2000000) MX[b](B)
    [13] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
    [14] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[b](B)
    [15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [16] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [17] -1 0 0x000010c0 - 0x000010df (0x20) IX[b]
    [18] -1 0 0x0000eff0 - 0x0000efff (0x10) IX[b]
    [19] -1 0 0x00006ee0 - 0x00006eef (0x10) IX[b]
    [20] -1 0 0x00006ec8 - 0x00006ecb (0x4) IX[b]
    [21] -1 0 0x00006ec0 - 0x00006ec7 (0x8) IX[b]
    [22] -1 0 0x00006eb8 - 0x00006ebb (0x4) IX[b]
    [23] -1 0 0x00006eb0 - 0x00006eb7 (0x8) IX[b]
    [24] -1 0 0x00006fa0 - 0x00006faf (0x10) IX[b]
    [25] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [26] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [27] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [28] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [29] -1 0 0x00006f40 - 0x00006f5f (0x20) IX[b]
    [30] -1 0 0x00006f60 - 0x00006f7f (0x20) IX[b]
    [31] -1 0 0x00006f80 - 0x00006f9f (0x20) IX[b]
    [32] -1 0 0x00006f00 - 0x00006f1f (0x20) IX[b]
    [33] -1 0 0x00006f20 - 0x00006f3f (0x20) IX[b]
    [34] -1 0 0x0000df00 - 0x0000df7f (0x80) IX[b](B)
    (II) resource ranges after probing:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xf9ffe000 - 0xf9ffffff (0x2000) MX[b]
    [5] -1 0 0xf9bf0000 - 0xf9bfffff (0x10000) MX[b]
    [6] -1 0 0xf9afe800 - 0xf9afefff (0x800) MX[b]
    [7] -1 0 0xf9aff000 - 0xf9afffff (0x1000) MX[b]
    [8] -1 0 0xfebfbf00 - 0xfebfbfff (0x100) MX[b]
    [9] -1 0 0xfed1c000 - 0xfed1c3ff (0x400) MX[b]
    [10] -1 0 0xfebfc000 - 0xfebfffff (0x4000) MX[b]
    [11] -1 0 0xfed1c400 - 0xfed1c7ff (0x400) MX[b]
    [12] -1 0 0xfa000000 - 0xfbffffff (0x2000000) MX[b](B)
    [13] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
    [14] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[b](B)
    [15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [20] -1 0 0x000010c0 - 0x000010df (0x20) IX[b]
    [21] -1 0 0x0000eff0 - 0x0000efff (0x10) IX[b]
    [22] -1 0 0x00006ee0 - 0x00006eef (0x10) IX[b]
    [23] -1 0 0x00006ec8 - 0x00006ecb (0x4) IX[b]
    [24] -1 0 0x00006ec0 - 0x00006ec7 (0x8) IX[b]
    [25] -1 0 0x00006eb8 - 0x00006ebb (0x4) IX[b]
    [26] -1 0 0x00006eb0 - 0x00006eb7 (0x8) IX[b]
    [27] -1 0 0x00006fa0 - 0x00006faf (0x10) IX[b]
    [28] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [29] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [30] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [31] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [32] -1 0 0x00006f40 - 0x00006f5f (0x20) IX[b]
    [33] -1 0 0x00006f60 - 0x00006f7f (0x20) IX[b]
    [34] -1 0 0x00006f80 - 0x00006f9f (0x20) IX[b]
    [35] -1 0 0x00006f00 - 0x00006f1f (0x20) IX[b]
    [36] -1 0 0x00006f20 - 0x00006f3f (0x20) IX[b]
    [37] -1 0 0x0000df00 - 0x0000df7f (0x80) IX[b](B)
    [38] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [39] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (**) NVIDIA(0): Depth 16, (--) framebuffer bpp 16
    (==) NVIDIA(0): RGB weight 565
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Enabling RENDER acceleration
    (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) NVIDIA(0): enabled.
    (II) NVIDIA(0): NVIDIA GPU Quadro FX 360M (G86GL) at PCI:1:0:0 (GPU-0)
    (--) NVIDIA(0): Memory: 524288 kBytes
    (--) NVIDIA(0): VideoBIOS: 60.86.47.00.02
    (II) NVIDIA(0): Detected PCI Express Link width: 16X
    (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) NVIDIA(0): Connected display device(s) on Quadro FX 360M at PCI:1:0:0:
    (--) NVIDIA(0): Seiko (DFP-0)
    (--) NVIDIA(0): Seiko (DFP-0): 330.0 MHz maximum pixel clock
    (--) NVIDIA(0): Seiko (DFP-0): Internal Dual Link LVDS
    (II) NVIDIA(0): Assigned Display Device: DFP-0
    (II) NVIDIA(0): Validated modes:
    (II) NVIDIA(0): "1024x768"
    (II) NVIDIA(0): "800x600"
    (II) NVIDIA(0): "640x480"
    (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
    (--) NVIDIA(0): DPI set to (78, 92); computed from "UseEdidDpi" X config
    (--) NVIDIA(0): option
    (WW) NVIDIA(0): UBB is incompatible with the Composite extension. Disabling
    (WW) NVIDIA(0): UBB.
    (==) NVIDIA(0): Disabling 32-bit ARGB GLX visuals.
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xf9ffe000 - 0xf9ffffff (0x2000) MX[b]
    [5] -1 0 0xf9bf0000 - 0xf9bfffff (0x10000) MX[b]
    [6] -1 0 0xf9afe800 - 0xf9afefff (0x800) MX[b]
    [7] -1 0 0xf9aff000 - 0xf9afffff (0x1000) MX[b]
    [8] -1 0 0xfebfbf00 - 0xfebfbfff (0x100) MX[b]
    [9] -1 0 0xfed1c000 - 0xfed1c3ff (0x400) MX[b]
    [10] -1 0 0xfebfc000 - 0xfebfffff (0x4000) MX[b]
    [11] -1 0 0xfed1c400 - 0xfed1c7ff (0x400) MX[b]
    [12] -1 0 0xfa000000 - 0xfbffffff (0x2000000) MX[b](B)
    [13] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[b](B)
    [14] -1 0 0xfd000000 - 0xfdffffff (0x1000000) MX[b](B)
    [15] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [16] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [17] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [20] -1 0 0x000010c0 - 0x000010df (0x20) IX[b]
    [21] -1 0 0x0000eff0 - 0x0000efff (0x10) IX[b]
    [22] -1 0 0x00006ee0 - 0x00006eef (0x10) IX[b]
    [23] -1 0 0x00006ec8 - 0x00006ecb (0x4) IX[b]
    [24] -1 0 0x00006ec0 - 0x00006ec7 (0x8) IX[b]
    [25] -1 0 0x00006eb8 - 0x00006ebb (0x4) IX[b]
    [26] -1 0 0x00006eb0 - 0x00006eb7 (0x8) IX[b]
    [27] -1 0 0x00006fa0 - 0x00006faf (0x10) IX[b]
    [28] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [29] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [30] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [31] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [32] -1 0 0x00006f40 - 0x00006f5f (0x20) IX[b]
    [33] -1 0 0x00006f60 - 0x00006f7f (0x20) IX[b]
    [34] -1 0 0x00006f80 - 0x00006f9f (0x20) IX[b]
    [35] -1 0 0x00006f00 - 0x00006f1f (0x20) IX[b]
    [36] -1 0 0x00006f20 - 0x00006f3f (0x20) IX[b]
    [37] -1 0 0x0000df00 - 0x0000df7f (0x80) IX[b](B)
    [38] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [39] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) NVIDIA(0): Initialized GPU GART.
    (II) NVIDIA(0): ACPI display change hotkey events enabled: the X server is new
    (II) NVIDIA(0): enough to receive ACPI display change hotkey events.
    (II) NVIDIA(0): Setting mode "1024x768"
    (II) Loading extension NV-GLX
    (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
    (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (**) Option "dpms" "true"
    (**) NVIDIA(0): DPMS enabled
    (II) Loading extension NV-CONTROL
    (==) RandR enabled
    (II) Setting vga for screen 0.
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-APPGROUP
    (II) Initializing built-in extension XAccessControlExtension
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension XFree86-Bigfont
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing built-in extension XEVIE
    (II) Initializing extension GLX
    Backtrace:
    0: /usr/bin/X(xf86SigHandler+0x6a) [0x4a035a]
    1: /lib/libc.so.6 [0x7f41640bf150]
    2: /usr/lib64/tls/libnvidia-tls.so.1 [0x7f41621de67e]
    Fatal server error:
    Caught signal 11. Server aborting

  • 2.6 kernel upgrade lost Nvidia & aumix

    I upgraded kernel to 2.6 per notes from Apeiro under General Discussion topic "2.6.0 Goes Final" and system is alot faster.  I copied my old (modules.conf) over to modprobe.conf and network is up good.   I lost aumix for some reason even though I have it in rc.local and when I try to reinstall NVIDIA driver it states that I don't have header files.  Wondering if I'm missing something obvious (likely) or if there is anyone else having this problem. Running P4 1.6 on Shuttle AV45GT (266A) MB w/cm onboard audio and GF2 video card.  I'm using the "nv" video driver now but would like to get the nvidia back online. Any direction or assistance would be much appreciated. If more info is needed, let me know and I'll try to post as soon as possible.  TIA!
    P.S.  Thanks for the info Apeiro!

    Well I solved the sound issue by installing ALSA but I still can't get the nvidia driver to load. I attempted to do so from a clean install, patch the driver & install w/o any luck. Here is my /var/log/nvidia-installer.log.
    nvidia-installer log file '/var/log/nvidia-installer.log'
    creation time: Wed Dec 24 19:14:51 2003
    option status:
      license pre-accepted    : false
      update                  : false
      force update            : false
      expert                  : false
      uninstall               : false
      driver info             : false
      no precompiled interface: false
      no ncurses color        : false
      query latest driver ver : false
      OpenGL header files     : false
      no questions            : false
      silent                  : false
      XFree86 install prefix  : /usr/X11R6
      OpenGL install prefix   : /usr
      Installer install prefix: /usr
      kernel source path      : (not specified)
      kernel install path     : (not specified)
      proc mount point        : /proc
      ui                      : (not specified)
      tmpdir                  : /tmp
      ftp site                : ftp://download.nvidia.com
    Using: nvidia-installer ncurses user interface
    -> License accepted.
    -> No precompiled kernel interface was found to match your kernel; wou
       ke the installer to attempt to download a kernel interface for your
       rom the NVIDIA ftp site (ftp://download.nvidia.com)? (Answer: Yes)
    -> No matching precompiled kernel interface was found on the NVIDIA ft
       this means that the installer will need to compile a kernel interfa
       your kernel.
    -> Kernel source path: '/lib/modules/2.6.0/build'
    -> Cleaning kernel module build directory.
       executing: 'cd ./usr/src/nv; make clean'...
       cat: /lib/modules/2.6.0/build/Makefile: No such file or directory
       cat: /lib/modules/2.6.0/build/Makefile: No such file or directory
       cat: /lib/modules/2.6.0/build/Makefile: No such file or directory
    -> Building kernel module:
       executing: 'cd ./usr/src/nv; make KERNDIR=/lib/modules/2.6.0/build
       cat: /lib/modules/2.6.0/build/Makefile: No such file or directory
       cat: /lib/modules/2.6.0/build/Makefile: No such file or directory
       cat: /lib/modules/2.6.0/build/Makefile: No such file or directory
       make[1]: Entering directory `/usr/src/linux-2.6.0'
       make[1]: *** No rule to make target `modules'.  Stop.
       make[1]: Leaving directory `/usr/src/linux-2.6.0'
       nvidia.ko failed to build!
       make: *** [module] Error 1
    -> Error.
    ERROR: Unable to build the NVIDIA kernel module.
    ERROR: Installation has failed.  Please see the file
           '/var/log/nvidia-installer.log' for details.  You may find sugg
           on fixing installation problems in the README available on the
           driver download page at www.nvidia.com.
    I find nothing in my /usr/src/linux-2.6.0/include/video for nvidia. I take it that is where the driver should be installed. I see the error ***No rule to make target 'modules'*** but I don't understand why I'm getting that. Am I on the right track and if so any ideas on repairing? TIA!

  • Virtualbox + mplayer slow in kernel-bfs and nvidia-bfs

    Today I tried the BFS kernel in AUR and updated the nvidia driver to nvidia-bfs (185). Everything seems OK. But when I play 1080p movies with a Windows XP running in Virtualbox, the computer becomes quite slow, the movie is not smooth as it's supposed to be. And frankly, the video playback is much worse than a vanilla kernel26.
    Have any of you experienced the similar incidents?
    Thanks

    this would makes sense as vobxdrv is a kernel module.  did you rebuild and modprobe for the bfs kernel?
    fraid i can't confirm what you're seeing, but i can say that playing 1080p in mplayer natively is much smoother for me when using bfs, probably the most demonstrable result i've seen from the new scheduler.
    also, since bfs patch level 300 or so i've been able to use the normal nvidia-beta drivers with bfs no problem.  makes switching back and forth that much easier.

  • Nvidia problems, need to roll back

    I got some error when updating to the latest nvidia version about some failure to get supported display devices so I need to roll back to an older version. The problem however is that the old version use the old kernel and I have the 3.1 version. So I need to make some own package or whatever it is called and I have no idea how to do it. I will need a PKBUILD file to base the package on and I have no idea either where you find a relevant PKBUILD for nvidia either. Can someone please help me?

    Downloading the 275 version from AUR solved my problem temporary, but now the kernel have been updated again so I cannot use the 275 version anymore. And the newest version of nvidia does not solve the problem. Here is the xorg log: http://pastebin.com/kkembEBG
    There is a relevant post in the forums about that problem: https://bbs.archlinux.org/viewtopic.php?id=130803
    So I have to downgrade nvidia, I feel it was to noobish to ask how to do in that topic. And since it seem to depend on the kernel, it does not seem to be a easy way to downgrade.
    Last edited by CheatCat (2012-01-18 19:58:01)

  • Kernel panic but software problem

    Kernel panic (the "You have to restart your computer" message at startup) is said to come from hardware problems but this seems to be a software problem - maybe somebody can help me!
    It started slowly with the fans coming on more often than ususally. Then, I had some kernel panics at startup, usually after two or three false stars, the system would load. Hardware Test said everything was OK, Disc Utility corrected a few permission errors, but the problem persisted. I tried everything: Disconnecting everything, removing PCI card, you name it, nothing helped.
    Only thing that did help was start over. "Archive and install" was not good enough, I had to start from zero. Which means that all my iTunes library and all the rest waas lost. Made a disc image on an external HD and went for it.
    After that, I upgraded to 10.4.11 and tried the migration assistant. Left some of the programs out from the old installation, but took my Documents folder with me. Imported my iTunes library and iPhoto pictures. Until then, everything was perfect. After that point, the fan started its strange behavior again, and today guess what: You have to restart your c.!
    So it must have to do with the programs and data that I imported, and not hardware. Have no idea though - anyone run into similar problems?
    Apart from standard apps, the only thing I use is Cubase but I haven´t touched it for a long time.

    Hi, thanks for your reply! I am now trying to rebuild everything using 10.4.7 ... seems the driver for the audio card (m-audio) was at least causing problems. I´ll see if it was the only one. I did the system updates whenever they popped up in software update but there wasn´t even a driver available for 10.4.11.
    If that´s not it, I´ll try to use your tips! Thank you!

  • [SOLVED]Kernel 3.0 boot problems.

    I recently built the 3.0 kernel (downloaded from kernel.org) and am trying to make it bootable.
    After creating an image and editing grub, I get an error talking about how modules.dep was not found, that /dev/sda7 does not exist and can't be mounted to new_root, that I'm on my own and Good Luck, and then I get dropped to ram fs.
    I listed the contents of the kernel26.img and kernel30.img and there is quite a difference even though they were both built using the same mkinitcpio.conf. kernel26.img was built with -p kernel26. I haven't found a preset for kernel30.
    kernel26.img boots fine.
    I think the .imgs need to be similar but I don't know how to make them similar. Or I could be completley wrong and on the wrong track. Any ideas?
    kernel26.img listed:
    /proc
    /sys
    /dev
    /bin
    /sbin
    /lib
    /usr
    /usr/bin
    /usr/lib
    /usr/sbin
    /run
    /dev/null
    /dev/zero
    /dev/console
    /dev/mem
    /bin/busybox
    /lib/libc.so.6
    /lib/libc-2.13.so
    /lib/ld-linux-x86-64.so.2
    /lib/ld-2.13.so
    /sbin/modprobe
    /sbin/blkid
    /lib/libblkid.so.1
    /lib/libblkid.so.1.1.0
    /lib/libuuid.so.1
    /lib/libuuid.so.1.3.0
    /init_functions
    /init
    /config
    /etc
    /etc/modprobe.d
    /etc/modprobe.d/usb-load-ehci-first.conf
    /sbin/udevd
    /lib/librt.so.1
    /lib/librt-2.13.so
    /lib/libpthread.so.0
    /lib/libpthread-2.13.so
    /sbin/udevadm
    /lib/udev
    /lib/udev/rules.d
    /lib/udev/rules.d/50-firmware.rules
    /lib/udev/rules.d/50-udev-default.rules
    /lib/udev/rules.d/60-persistent-storage.rules
    /lib/udev/rules.d/80-drivers.rules
    /lib/udev/firmware
    /lib/udev/ata_id
    /lib/udev/path_id
    /lib/udev/scsi_id
    /lib/udev/usb_id
    /lib/udev/load-modules.sh
    /etc/udev
    /etc/udev/udev.conf
    /hooks
    /hooks/udev
    /sbin/v86d
    /etc/modprobe.d/uvesafb.conf
    /lib/modules
    /lib/modules/2.6.38-ARCH
    /lib/modules/2.6.38-ARCH/kernel
    /lib/modules/2.6.38-ARCH/kernel/drivers
    /lib/modules/2.6.38-ARCH/kernel/drivers/connector
    /lib/modules/2.6.38-ARCH/kernel/drivers/connector/cn.ko.gz
    /lib/modules/2.6.38-ARCH/kernel/drivers/video
    /lib/modules/2.6.38-ARCH/kernel/drivers/video/uvesafb.ko.gz
    /hooks/v86d
    /lib/modules/2.6.38-ARCH/kernel/drivers/scsi
    /lib/modules/2.6.38-ARCH/kernel/drivers/scsi/scsi_mod.ko.gz
    /lib/modules/2.6.38-ARCH/kernel/drivers/scsi/sd_mod.ko.gz
    /lib/modules/2.6.38-ARCH/kernel/drivers/cdrom
    /lib/modules/2.6.38-ARCH/kernel/drivers/cdrom/cdrom.ko.gz
    /lib/modules/2.6.38-ARCH/kernel/drivers/scsi/sr_mod.ko.gz
    /lib/modules/2.6.38-ARCH/kernel/drivers/ata
    /lib/modules/2.6.38-ARCH/kernel/drivers/ata/libata.ko.gz
    /lib/modules/2.6.38-ARCH/kernel/drivers/ata/libahci.ko.gz
    /lib/modules/2.6.38-ARCH/kernel/drivers/ata/ahci.ko.gz
    /lib/modules/2.6.38-ARCH/kernel/fs
    /lib/modules/2.6.38-ARCH/kernel/fs/mbcache.ko.gz
    /lib/modules/2.6.38-ARCH/kernel/fs/jbd2
    /lib/modules/2.6.38-ARCH/kernel/fs/jbd2/jbd2.ko.gz
    /lib/modules/2.6.38-ARCH/kernel/lib
    /lib/modules/2.6.38-ARCH/kernel/lib/crc16.ko.gz
    /lib/modules/2.6.38-ARCH/kernel/fs/ext4
    /lib/modules/2.6.38-ARCH/kernel/fs/ext4/ext4.ko.gz
    /lib/modules/2.6.38-ARCH/modules.dep
    /lib/modules/2.6.38-ARCH/modules.alias
    /lib/modules/2.6.38-ARCH/modules.symbols
    kernel30.img :
    /proc
    /sys
    /dev
    /bin
    /sbin
    /lib
    /usr
    /usr/bin
    /usr/lib
    /usr/sbin
    /run
    /dev/null
    /dev/zero
    /dev/console
    /dev/mem
    /bin/busybox
    /lib/libc.so.6
    /lib/libc-2.13.so
    /lib/ld-linux-x86-64.so.2
    /lib/ld-2.13.so
    /sbin/modprobe
    /sbin/blkid
    /lib/libblkid.so.1
    /lib/libblkid.so.1.1.0
    /lib/libuuid.so.1
    /lib/libuuid.so.1.3.0
    /init_functions
    /init
    /config
    /etc
    /etc/modprobe.d
    /etc/modprobe.d/usb-load-ehci-first.conf
    /sbin/udevd
    /lib/librt.so.1
    /lib/librt-2.13.so
    /lib/libpthread.so.0
    /lib/libpthread-2.13.so
    /sbin/udevadm
    /lib/udev
    /lib/udev/rules.d
    /lib/udev/rules.d/50-firmware.rules
    /lib/udev/rules.d/50-udev-default.rules
    /lib/udev/rules.d/60-persistent-storage.rules
    /lib/udev/rules.d/80-drivers.rules
    /lib/udev/firmware
    /lib/udev/ata_id
    /lib/udev/path_id
    /lib/udev/scsi_id
    /lib/udev/usb_id
    /lib/udev/load-modules.sh
    /etc/udev
    /etc/udev/udev.conf
    /hooks
    /hooks/udev
    mkinitcpio.conf:
    # vim:set ft=sh
    # MODULES
    # The following modules are loaded before any boot hooks are
    # run. Advanced users may wish to specify all system modules
    # in this array. For instance:
    # MODULES="piix ide_disk reiserfs"
    MODULES=""
    # BINARIES
    # This setting includes, into the CPIO image, and additional
    # binaries a given user may wish. This is run first, so may
    # be used to override the actual binaries used in a given hook.
    # (Existing files are NOT overwritten is already added)
    # BINARIES are dependancy parsed, so you may safely ignore libraries
    BINARIES=""
    # FILES
    # This setting is similar to BINARIES above, however, files are added
    # as-is and are not parsed in anyway. This is useful for config files.
    # Some users may wish to include modprobe.conf for custom module options,
    # like so:
    # FILES="/etc/modprobe.conf"
    FILES=""
    # HOOKS
    # This is the most important setting in this file. The HOOKS control the
    # modules and scripts added to the image, and what happens at boot time.
    # Order is important, and it is recommended that you do not change the
    # order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
    # help on a given hook.
    # 'base' is _required_ unless you know precisely what you are doing.
    # 'udev' is _required_ in order to automatically load modules
    # 'filesystems' is _required_ unless you specify your fs modules in MODULES
    # Examples:
    # This setup specifies all modules in the MODULES setting above.
    # No raid, lvm2, or encrypted root is needed.
    # HOOKS="base"
    # This setup will autodetect all modules for your system and should
    # work as a sane default
    # HOOKS="base udev autodetect pata scsi sata filesystems"
    # This is identical to the above, except the old ide subsystem is
    # used for IDE devices instead of the new pata subsystem.
    # HOOKS="base udev autodetect ide scsi sata filesystems"
    # This setup will generate a 'full' image which supports most systems.
    # No autodetection is done.
    # HOOKS="base udev pata scsi sata usb filesystems"
    # This setup assembles an pata raid array with an encrypted root FS.
    # Note: See 'mkinitcpio -H raid' for more information on raid devices.
    # HOOKS="base udev pata raid encrypt filesystems"
    # This setup loads an lvm2 volume group on a usb device.
    # HOOKS="base udev usb lvm2 filesystems"
    HOOKS="base udev v86d autodetect pata scsi sata filesystems"
    # COMPRESSION
    # Use this to compress the initramfs image. With kernels earlier than
    # 2.6.30, only gzip is supported, which is also the default. Newer kernels
    # support gzip, bzip2 and lzma. Kernels 2.6.38 and later support xz
    # compression.
    #COMPRESSION="gzip"
    #COMPRESSION="bzip2"
    #COMPRESSION="lzma"
    #COMPRESSION="xz"
    # COMPRESSION_OPTIONS
    # Additional options for the compressor
    #COMPRESSION_OPTIONS=""
    Last edited by bsilvereagle (2011-07-27 23:29:25)

    bsilvereagle wrote:
    karol wrote:
    bsilvereagle wrote:Oh, I have lts installed, I'd just like to have both kernel26 and 3.0.
    linux 3.0 is just the next version of the kernel26, and we don't have versioned kernel yet https://bugs.archlinux.org/task/16702
    It's just the same as you uninstall foo-1.2.3 and install e.g. foo-1.2.4 or bar-1.0.0 if package foo gets replaced by package bar.
    I know, I'd just like to be able to boot .38-ARCH and 3.0. I have problems w/ thermal and I'm trying to find the coolest kernel.
    You could rebuild the original .38 arch kernel but name it differently, look at e.g. the kernel26-lts package or the lots of custom AUR kernels for references.

Maybe you are looking for

  • Problem with opening some of PDFs in Photoshop CS6.

    Hi, I have a problem with opening some of PDFs in Photoshop CS6. It is said: it isn't possible to carry out an order since the module of the file format cannot analyse this file

  • Create document item from list, then no lookups

    SharePoint 2013: I have a content type set up in a document library with a default document template attached (in this case an excel workbook file). In SPD 2013 (using a 2010 workflow), I can use the "Create Item in List" function in SPD from an adja

  • Revenue dummy cost centre

    Hi experts, I am doing a rollout for another company.  The config are copied from another copy and should be the exact.  However, I face a problem with Billing and it always look for revenue dummy cost centre.  I can't find any config in OKB9 Default

  • Pixel by pixel

    Hi to every one.. m new at j2me and at this forum too... and have started working on face recognition in j2me.. but for now i want to do a pixel by pixel matching of two images.. can i do it with immutable images? or necessary to do it with mutable o

  • I can't find the geolocator in the new version of Firefox. I want to change my default location to avoid intrusive ads.

    Hi, I find location-specific search results useless and often annoying. Previous versions of Firefox included clearly marked and obvious instructions for changing the default geographic location. I don't see that anymore. I don't find any geo-locater