Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved?]X11/xorg/nvidia/nouveau/fb/dri/drm/glx/opengl/mtrr?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Dr Croubie
Apprentice
Apprentice


Joined: 21 Nov 2006
Posts: 159

PostPosted: Sat Aug 06, 2011 3:50 am    Post subject: [solved?]X11/xorg/nvidia/nouveau/fb/dri/drm/glx/opengl/mtrr? Reply with quote

pre-edit: So the problem is solved, at least on my machine and at least for now. i'll do some digging later to see if i can uncover exactly which driver/package/module/kernel option/use flag or whatever was to blame (although chances are that it wasn't just a single thing).
What started out as confusion from the various contradictory 'help' documentations turned into a possible hardware fault (by design, not a defect), hours of googling and searching various forums, combining everything into possible solutions and trying every fix one recompile at a time (hex-core CPU and makeopts="-j10" FTW on that), and thankfully not a trip down the shop to swap for a radeon (not sure if linux compatibility is a good reason for an exchange anyway).

So at the end of the day, i'm still using the binary-blob nvidia-drivers, i've got a half-written xorg.conf (because without that, nvidia-blob glx won't work), i still have uncacheable mtrr on 4gb of ram (which i can't change in my bios, good to know that that's not the end of the world), i've still got uVesa Framebuffer and v86d as per Spock's instructions, and i still have options in my kernel that i don't know what they do (but then that's no different to my last 6 years of gentoo, 10 years of linux).

I leave my workflow documentation below for posterity in case it helps anyone else with this problem:

---

Basically, I think my problem is down to the plethora of how-to files going around, of different ages, authors, opinions, etc, a lot of which haven't been updated since the OpenRC switch, but some even earlier.

Anyway, i've just got a new system (phenomIIx6, OCZ Vertex SSD, i've never compiled so fast!), with an nVidia GT440 and Gigabyte AMD 990FX board.
I've had various gentoo systems over the years, by the time i upgraded they'd been through several major changes like:
baselayout-openrc, oss-alsa, ?-udev-?-dbus-?-hal-?-upower-?-udev-? (i'm still not sure which one we're meant to use), kde3-4, xfree-xorg, whatever. and this time i was going to do it 'right' and follow the instructions properly, so i don't end up with a kludge of a conglomeration of config files which my laptop has become (as soon as my new desktop is running and files transferred, my laptop gets the 'format' button too).

So far i've got the basics in, gcc is up to date, cpufreq, lm sensors, gpm, kernel compiled with the right modules for the new hardware.
So last night I started working on X.

Firstly, get the console framebuffer working as per the instructions, because i like seeing penguins on top of my screen, and images in w3m.
Main thing that says in-kernel is:
Graphics support ---> Support for frame buffer devices ---> Userspace VESA VGA graphics support (and turn off all others like nvidia).
v86d works, good. I get 6 penguins on the top of my screen looking all fancy.


Next, onto X. Firstly, which guide to follow?
X-server config guide?
nvidia config guide?
3D acceleration config guide?
ok, let's start with the nvidia config guide.
So we do, steps in order:
- Device Drivers ---> Graphics Support ---> <*> Support for frame buffer devices ---> < > nVidia Framebuffer Support < > nVidia Riva support both off, as i've done always.
- <*> Userspace VESA VGA graphics support on, as i've done for the v86d support.
- USE="X -dri opengl -nv nvidia xorg", VIDEO_CARDS="nvidia"
- emerge nvidia-drivers, configure autoload module etc, module loads fine.


But then we follow the X-server config guide
First thing it says is:
- Device Drivers ---> Graphics support ---> Support for frame buffer devices ---> (Disable all drivers, including VGA, Intel, nVidia, and ATI).
But i've enabled uVesa VGA in the last instructions. too bad, it's still on for my console framebuffer. My laptop works fine with it so not turning it off.
- Console display driver support ---> <*> Framebuffer Console Support
was already on, good.

- Device Drivers ---> Graphics support ---> <*> Direct Rendering Manager --->
- Device Drivers ---> Staging drivers ---> [ ] Exclude Staging drivers from being built <*> Nouveau (nVidia) cards
- The first variable is VIDEO_CARDS. The most common settings are nouveau for nVidia cards. You may also try the proprietary drivers from nVidia, "nvidia". -- (this disclaimer doesn't do much good *after* explaining how to enable free in-kernel stuff. putting it at the beginning of the KMS section would make more sense)
So i understand the difference between in-kernel and out-of-kernel, and the free vs binary nv, nvidia, nouveau whatever. I'm sticking with 'nvidia' from 'nvidia-drivers' package. Also, i'm leaving the 'Direct Rendering Manager' unchecked, because i don't use XFree86 nor DRI, as suggested by the nvidia guide. This alone is going to be confusing enough for noobs, but i press on.

- INPUT_DEVICES="evdev". yep, good.

to recap wrote:
So at this point I have:
- USE="X -directfb -dri opengl -nv nvidia xorg", VIDEO_CARDS="nvidia", INPUT_DEVICES="evdev" in make.conf.
- the packages: xorg-drivers-1.10, xorg-server-1.10.2, xf86-input-evdev-2.6.0, nvidia-settings-260.19.29, nvidia-drivers-270.41.19
- only uVesaVGA framebuffer in the kernel, no other drivers.
- no /etc/X11/xorg.conf file, nor /etc/X11/xorg.conf.d/ directory
- no KDE, no KDM, just twm and xterm, as suggested.
- no self-made config files, just the defaults.


The next bit just made me laugh:
"The X server is designed to work out-of-the-box, with no need to manually edit Xorg's configuration files. It should detect and configure devices such as displays, keyboards, and mice. Configuring files in xorg.conf.d should be seen as a "last resort" option."
wow, since when? never since i've used it in the last 7 years. but we give it the benefit of the doubt, maybe it's changed:
> echo XSESSION="twm" > /etc/env.d/90xsession
> startx

So it gives me the usual junk of:
(EE) Failed to load module "dri" (and dri2, nouveau, vesa, fbdev)
(EE) No drivers available
Fatal server error:
no screens found

Next step, see what it 'automatically configured' for me, and change it to something useful.
> ls /etc/X11 --> hmmm, no xorg.conf nor xorg.conf.d automatically generated.
> ls /usr/share/X11/ --> only xorg.conf.d containing 10-evdev.conf
So then, did it auto-generate any xorg.conf or xorg.conf.d anywhere? not by the looks.

OK, next, write my own short little /etc/X11/xorg.conf:
first xorg.conf wrote:

Section "Module"
Load "glx"
EndSection

Section "Device"
Identifier "GigabyteGT440"
Driver "nvidia"
EndSection

and we get a:
>startx
{blank for a few seconds}
...
NVIDIA:could not open the device file /dev/nvidia0 (Input/output error)
(EE) Failed to initialize{sic} the NVIDIA GPU
(EE) Check kernel log etc
...
(EE) Screen(s) found, but none have a usable configuration.
Fatal server error:
no screens found.
...
xinit: unable to connect to X server: Connection refused
xinit: server error

>dmesg gives
NVRM: RmInitAdapter failed! (0x27:0x38:1068)
NVRM: rm_init_adapter(0) failed

I tried startx twice to confirm, and those 2 lines get added to the dmesg each time.

anyway, the next
fullblown xorg.conf wrote:

Section "Module"
Load "glx"
Disable "dri" #added these lines in later, still no help, just gets rid of the 'failed to load dri' message
Disable "dri2" #added these lines in later, still no help, just gets rid of the 'failed to load dri' message
EndSection

Section "Extensions"
Option "glx" "true" #added these lines in later, still no help, just gets rid of the 'failed to load dri' message
EndSection

Section "Serverflags"
Option "DontZap" "false"
Option "DRI2" "false" #added these lines in later, still no help, just gets rid of the 'failed to load dri' message
Option "DRI" "false" #added these lines in later, still no help, just gets rid of the 'failed to load dri' message
EndSection

Section "InputDevice"
Identifier "WirelessKeyboard"
Driver "evdev"
EndSection

Section "InputDevice"
Identifier "WirelessMouse"
Driver "evdev"
EndSection

Section "Monitor"
Identifier "AKA-TCO"
EndSection

Section "Device"
Identifier "GigabyteGT440"
Driver "nvidia"
EndSection

Section "Screen"
Identifier "Screen0"
Device "GigabyteGT440"
Monitor "AKA-TCO"

DefaultDepth 24

SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Main Layout"
InputDevice "WirelessMouse" "CorePointer"
InputDevice "WirelessKeyboard" "CoreKeyboard"
Screen "Screen0"
EndSection


and i get the same error as above, with the:
(EE) Screen(s) found, but none have a usable configuration.
Fatal server error:
no screens found.
>dmesg
NVRM: RmInitAdapter failed! (0x27:0x38:1068)
NVRM: rm_init_adapter(0) failed.

one final idea i get from the nvidia config guide, it could be an mtrr thing.
> cat /proc/mtrr
reg01: base=0x07fe00000 (2046MB), size= 2MB, count=1: uncacheable
reg02: base=0x0df000000 (3568MB), size=16MB, count=1: write combining
a) i had 4GB of DDR3, 2x2GB sticks.
b) according to the nvidia config guide, this only happens with 4GB or more RAM
c) the above error i copied out after i removed one of the sticks, so now single-channel, single-stick 2GB. reg02 still says '3568MB' though. figure that out.
d) kernel options were:
- MTRR=y and not deselectable
- MTRR_SANITIZER=y
- MTRR_SANITIZER_ENABLE_DEFAULT=0 (i changed to 1 and recompiled, no difference)
- MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1 (changed to 7, even though i don't know what either of these does, recompiled, no difference)
e) "just go to your bios and select 'MTRR'". yeah, but there's no bios option for it. Board is a Gigabyte GA-990FXA-UD3, only came out a few months ago. Any ideas (if it will fix it) other than writing my own bios?



So, after all that, what could possibly be borken?
With the plethora of different setup guides, all written at different times, all contradicting each other, what do I do?
Is it indeed the kernel being borken?
do i have the wrong kernel options set (i can post the entire .config if it helps)?
MTRR? IOMMU? AGPGART? IRQs?
Dodgy BIOS?
something wrong with the nvidia-drivers package?
do I have the wrong USE flags set (X -directfb -dri opengl -nv nvidia xorg)?
which of these 'documentation guides' is up-to-date, if any?


Last edited by Dr Croubie on Tue Aug 09, 2011 12:48 am; edited 2 times in total
Back to top
View user's profile Send private message
tetromino
Retired Dev
Retired Dev


Joined: 02 Dec 2003
Posts: 215

PostPosted: Sat Aug 06, 2011 4:55 am    Post subject: Re: X11/xorg/nvidia/nouveau/fb/dri/drm/glx/opengl/mtrr/omg/w Reply with quote

Dr Croubie wrote:
So, after all that, what could possibly be borken?

First of all, in your kernel configuration, for now you should have only one entry enabled under Support for frame buffer devices, and that entry is "VESA VGA graphics support". uVesa sometimes can cause problems; leave experiments with it until after you have a working nvidia setup.

Second, even more importantly: disable nouveau ("Nouveau (nVidia) cards"). It conflicts with the proprietary nvidia driver, and will usually (perhaps always?) prevent it from working properly.

Now, if after you disable uvesa and nouveau, rebuild your kernel, and reboot, you are still getting the "NVIDIA:could not open the device file /dev/nvidia0 (Input/output error)" error, there are some things to look for:
1. Do the permissions on /dev/nvidia0 give rw access to the account under which you are running startx?
2. Are you on a hardened system or using selinux? Try turning all of that off until you can get nvidia working.
3. Are you using SLI? Disable that and physically use only one video card until you get a basic nvidia setup working.
4. Are you using a hybrid graphics or optimus setup (i.e. laptop with dual video cards, where the nvidia card is supposed to turn on only when you need more graphics power)? Getting such a configuration working under Linux is rather difficult; read this site for more details.

Once you can get the driver to open /dev/nvidia0, you may want to look at nvidia-xconfig (a command-line tool that comes with nvidia-drivers). The configuration files it produces aren't very good (IMHO), but offer a useful template for writing your own xorg.conf.

So could do this:
nvidia-xconfig -o /etc/X11/xorg.conf.nvidia

and look at how xorg.conf.nvidia defines the Monitor, Device, and Screen sections.

EDIT: added note about nouveau.
Back to top
View user's profile Send private message
Dr Croubie
Apprentice
Apprentice


Joined: 21 Nov 2006
Posts: 159

PostPosted: Sat Aug 06, 2011 6:03 am    Post subject: Reply with quote

More strangeness:
Firstly, before the 2 lines in dmesg about the NVRM RmInitAdapter failed!, there was 1 line of:
AMD-Vi: Event logged [IO_PAGE_FAULT device=01:00.0 (which is the vga card) domain 0x0016 address=0x000000007b5ee000]
this line only happens once when i first type startx (checked using the timestamp), the other two lines repeat every time i type startx.
Couldn't remember if AMD-Vi is the virtualisation or iommu, so I went to the BIOS, disabled both Virtualisation and IOMMU, rebooted, when i typed startx the screen went blank and didn't do anything until i pulled the plug. so i've been back to the bios and reenabled IOMMU and Virtualisation.

anyway, to your suggestions:
recompiled kernel just with VESA, no uVesa, never had nouveau, no DRI, no DRM, no agpgart. Also took out initramfs that i put in for v86d.
(even did a 'make clean', a fresh recompile is under 5 mins on this machine)
unmerged v86d and klibc.
rebooted to no fancy penguins on the framebuffer.

now, ls /dev/ gives no /dev/nvidia*.
i do a startx, fails same as before with IO error, same error in dmesg.
then, ls /dev/ gives /dev/nvidia0 and /dev/nvidiactl, both with crw-rw-rw-

As for the rest:
so far everything has been tried under 'root', if i didn't mention. creating a basic user (in 'video' group of course) dies on the same error.
no hardened, no selinux, profile is just amd64/10.0 (not /desktop or /desktop/kde)
no SLI, just a motherboard and 1 card. Motherboard has no VGA onboard.

and i've also done the nvidia-xconfig, with the 'fullblown xorg.conf' i wrote in the first post in /etc/X11/, all it does is shuffle around the sections, puts a header at the top:
# nvidia-config: X configuration file generated by nvidia-xconfig
so i can tell it's doing something, and changes the 'Screen "Screen0"' line to 'Screen "Screeen0" 0 0' in the serverlayout section.


and now i'm out of ideas. googling has given me something about IRQs and maybe moving slots for the vga card (i've got another x16 slot somewhere).
But for now i've got to go, back in a day or two, any more suggestions more than welcome before then...
Back to top
View user's profile Send private message
wcg
Guru
Guru


Joined: 06 Jan 2009
Posts: 588

PostPosted: Sun Aug 07, 2011 2:12 pm    Post subject: Reply with quote

I stopped reading at "USE=[stuff] -dri [stuff]". DRI and KMS need to be
enabled in the kernel. AFAIK the only nvidia graphics driver that works
without them is nv, and it is no longer maintained. (It still worked with
2.6.36 series kernels and Xorg 1.7-something. I have not tried nv with
Xorg-1.9.x or 1.10.x and newer kernels.)

Even when I was using nv and needed no DRI support, I still needed
to omit "-dri" from USE flags and let Xorg build as if the kernel had
dri support. I had ViDEO_CARDS="nv" in /etc/make.conf. I configured
a kernel without DRI or KMS and without framebuffer support, booted
it, and X loaded the nv driver and it worked. X will first load libdri when
it starts and then unload it when it discovers that it is running on a kernel
without DRI support.

I have been using the nouveau driver on an amd64 with an nvidia
gpu for a few months. DRI and KMS are enabled in the kernel config.
Nouveau has built in framebuffer support that does not need to be enabled
separately. You enable framebuffers and the various non-hardware-specific
framebuffer helpers in the kernel config, but do not enable nvidia framebuffer.
The menuconfig option for the kernel nouveau driver is in staging. I would
guess that nouveau is mutually exclusive with any of the options in the kernel
config enabling the proprietary nvidia drivers or features of same.

(Some people have reported that the boot logo option needs to be
disabled in the kernel config on recent kernels. I already had it disabled,
so I did not take note of the context, whether the problem has been fixed,
etc.)

There have been numerous VESAFB problem reports in the past few
months, so I am keeping it simple: VIDEO_CARDS="nouveau fbdev"
in /etc/make.conf. No VESA, no UVESA, etc in the kernel config. Aside
from a glitch with a particular nouveau driver that required me to
downgrade xf86-video-nouveau, libdrm, and mesa for a month or two
until a bug was found and fixed, nouveau has been working all right,
at least for 2-D desktop stuff (I don't run games or 3-D intensive
software).
_________________
TIA
Back to top
View user's profile Send private message
tetromino
Retired Dev
Retired Dev


Joined: 02 Dec 2003
Posts: 215

PostPosted: Sun Aug 07, 2011 5:49 pm    Post subject: Reply with quote

wcg wrote:
I stopped reading at "USE=[stuff] -dri [stuff]". DRI and KMS need to be enabled in the kernel. AFAIK the only nvidia graphics driver that works without them is nv, and it is no longer maintained.

I am afraid you are misinformed. x11-drivers/nvidia-drivers (nvidia's proprietary driver) does not use DRI and does not support KMS.
wcq wrote:
(I don't run games or 3-D intensive software)

(I apologize in advance if the next few sentences sound rude or condescending; that is certainly not my intention, but it's hard to convey intonation in ASCII.) I acknowledge that there are some things that are within my area of expertise, and some that are firmly outside it. I try my best to refrain from offering others advice about the latter, although I quite frequently find myself tempted. And if I have never used 99% of a particular driver's or program's features, then I consider that this driver or program is, perhaps, not within my area of expertise.
Back to top
View user's profile Send private message
djdunn
l33t
l33t


Joined: 26 Dec 2004
Posts: 810

PostPosted: Sun Aug 07, 2011 11:32 pm    Post subject: Reply with quote

It's not exactly recommended to compile on a SSD. the SSD work like the usb sticks which have a max amount of writes available, so you dont want to do that but if you want to be even faster than that you could compile in a tmp fs in ram.
_________________
“Music is a moral law. It gives a soul to the Universe, wings to the mind, flight to the imagination, a charm to sadness, gaiety and life to everything. It is the essence of order, and leads to all that is good and just and beautiful.”

― Plato
Back to top
View user's profile Send private message
djdunn
l33t
l33t


Joined: 26 Dec 2004
Posts: 810

PostPosted: Sun Aug 07, 2011 11:35 pm    Post subject: Reply with quote

Have you tried just emerging nvidia-drivers and running X without a config file? It's been increasingly better at autoconfig.
_________________
“Music is a moral law. It gives a soul to the Universe, wings to the mind, flight to the imagination, a charm to sadness, gaiety and life to everything. It is the essence of order, and leads to all that is good and just and beautiful.”

― Plato
Back to top
View user's profile Send private message
Dr Croubie
Apprentice
Apprentice


Joined: 21 Nov 2006
Posts: 159

PostPosted: Mon Aug 08, 2011 3:27 am    Post subject: Reply with quote

wcg wrote:
I stopped reading at "USE=[stuff] -dri [stuff]". DRI and KMS need to be
enabled in the kernel.


well, for the DRI USE flag, that's irrelevant anyway, 'equery h dri' gives nothing, and 'equery l *dri*' gives x11-proto/dri2proto-2.3 and x11-proto/xf86driproto-2.1, so whatever DRI stuff i need, i have.

as for 2D vs 3D, at this stage i don't care. lets get X working first. my main use for this PC will be photo editing (either with a virtual Winbloats running photoshop, or i know i can get Canon's DPP under Wine and use GIMP for the rest). maybe i'll experiment with CUDA later, but that's later.

so for now, i've first swapped PCIe slots with the graphics card, see if that helps with irq or mtrr, next is swap it to an 8400GT or whatever is in my old pc i gave to my folks. after that i might find a radeon from a friend. the irony is that i could have gotten a much better radeon for cheaper, but i stuck with nvidia because they've always been better with linux since my TNT (v1) card of 12 years ago.

anyway, without the xorg.conf it looks for and doesn't find the whole list of drivers: dri/dri2/nouveau/vesa/fbdev.
the xorg.conf i'm staying with for now is just the lines:
Section "Module"
Load "glx"
EndSection

Section "Device"
Identifier "GigabyteGT440"
Driver "nvidia"
EndSection

I read somewhere else about blacklisting dri, might try that later today, and also just trying the nouveau driver if that helps (although i prefer manufacturer's binary blobs, i know a lot of people don't though)
Back to top
View user's profile Send private message
Dr Croubie
Apprentice
Apprentice


Joined: 21 Nov 2006
Posts: 159

PostPosted: Mon Aug 08, 2011 4:19 am    Post subject: Reply with quote

ok, next bit of info:
GT440 in a different slot does nothing to anything, so moved it back into the primary slot.

Before, i disabled the Virtualisation and IOMMU in the bios, but left IOMMU enabled in the kernel.
This time, i tried leaving the VT enabled but disabled the IOMMU in the bios, As Well As disabling the IOMMU option in the kernel. All that does is that >startx goes to a black screen, and the monitor stays on.

Then reenabled IOMMU in the bios, and recompiling with both AMD And IBM IOMMU support in the kernel, still no good, exits with the 'failed to initialise GPU at PCI:1:0:0.'
At this point i've swapped back to my old Inno3D 8600GT. >startx now makes the monitor go black/blank for a few seconds, then the monitor switched off (it's a ~12yo CRT, btw). I've definitely had the nvidia-drivers working on xorg for a few years on that card. So the new card 'fails to initialise, but the old one turns the monitor off. this is getting stranger.

Next option is enabling agpgart and/or drm in the kernel to try any of them...
Back to top
View user's profile Send private message
wcg
Guru
Guru


Joined: 06 Jan 2009
Posts: 588

PostPosted: Mon Aug 08, 2011 5:25 am    Post subject: Reply with quote

Quote:
I am afraid you are misinformed. x11-drivers/nvidia-drivers (nvidia's proprietary driver) does not use DRI and does not support KMS.


News to me, but most of that code probably predates KMS at least. Difficult to imagine
that it predates DRI in the kernel, however. Maybe they rolled their own DRI analogue
(still runs in kernel space, but does not use the kernel's actual DRI code). Whatever.

But I still had to refrain from disabling the dri useflag when emerging Xorg or
I would get errors while emerging Xorg drivers and libraries, even if nv was the only
xf86-video-* graphics driver enabled in VIDEO_CARDS= in /etc/make.conf (nv does
not need DRI).

As for the proprietary drivers, I avoid closed source software like the plague.
(Where are the security holes?) So the closed source drivers are only a choice for
me if that is the *only* choice to get a display that actually displays something.

Feel free to make your own choice. Enabling DRI, KMS, framebuffer support, and
the Nouveau driver in the kernel config worked for me (through 2.6.38.8; I have not
tried any newer kernels), and it sounds like it should work on the OP's desktop from
the description of the hardware, so that is one possible way to get a working X display.

edit:
PS: I have agpgart enabled, too. I do not know if I needed it on that particular
amd-nvidia motherboard, but it works with it enabled.
_________________
TIA
Back to top
View user's profile Send private message
Dr Croubie
Apprentice
Apprentice


Joined: 21 Nov 2006
Posts: 159

PostPosted: Mon Aug 08, 2011 6:15 am    Post subject: Reply with quote

Alice In Wonderland wrote:
Curiouser and curiouser


So i've enabled AGPGART in the kernel, my USE flags (at least relating to video) now look like:
USE="X acpi directfb dri (even though dri/-dri does nothing) fbcon opengl udev xvmc"
kernel now looks like:
Set: CPU=K8, Calgary IOMMU, AMD IOMMU, MTRR cleanup 1:7 (although dmesg gets spammed at 0.00000 with a list of options for gransize/chunksize then "cannot find optimal value", /dev/agpgart=M, AGP_AMD64=M, Framebuffersupport=y (but no drivers selected, not even vesa), console display driver and FB console support.
UnSet: initrams (ie no v86d), DRM=N

So, with the GT440, it still gives up with the 'failed to initialise GPU at PCI:1:0:0.'

With the 8600GT, it crashes out with a black screen, then turns the monitor off.
But the lights are off, someone is still home. I set up sshd, plugged my laptop in beforehand, and managed to log the dmesgand use top.
firstly, after a few seconds, the ssh terminal becomes almost unusably slow, something's using almost all resources. 'top' shows X taking 100m in memory, and 100% CPU time. 'killall X' and 'kill <X's pid>' both do nothing. 'shutdown -h now' did nothing. 'reboot -n' managed to work. so something in the system is at least still working.
before that, however, i saved the dmesg, which looks a bit like:
[ 341.485351] AMD-Vi: Event logged [IO_PAGE_FAULT device=01:00.0 domain=0x0014 address=0x000000012d898600 flags=0x0010]
[ 349.746766] NVRM: Xid (0000:01:00): 56, CMDre 00000000 00000004 8e3473ff 00000003 00000000 ##this line repeated 10-15 times with different numbers
[ 353.652094] NVRM: Xid (0000:01:00): 6, PE007e
[ 363.859312] NVRM: os_schedule: Attempted to yield the CPU while in atomic or interrupt context
[ 368.688808] NVRM: os_schedule: Attempted to yield the CPU while in atomic or interrupt context
[ 374.213144] NVRM: os_schedule: Attempted to yield the CPU while in atomic or interrupt context
[ 376.420397] Clocksource tsc unstable (delta = -8589933979 ns)
[ 384.869387] NVRM: os_schedule: Attempted to yield the CPU while in atomic or interrupt context ## this line repeated another 10-15 times
[ 487.092102] Switching to clocksource hpet
then more lines about the 'attempted to yield CPU etc' and then i gave up and rebooted it from the ssh.

i have no idea what i'm doing right now.
but i'm about to recompile with DRM=M, if that does nothing on either video card, i'll try the nouveau driver, and if that fails i'm back to the shop to buy a radeon...
Back to top
View user's profile Send private message
tetromino
Retired Dev
Retired Dev


Joined: 02 Dec 2003
Posts: 215

PostPosted: Mon Aug 08, 2011 6:41 am    Post subject: Reply with quote

Have you tried searching the nvnews and nvidia.com forums? Maybe someone has seen encountered a similar problem before...

EDIT: also, try different versions of nvidia-drivers (including the package-masked ones). Maybe the specific version that you have installed doesn't like your motherboard's chipset for some reason?
Back to top
View user's profile Send private message
wcg
Guru
Guru


Joined: 06 Jan 2009
Posts: 588

PostPosted: Mon Aug 08, 2011 7:25 am    Post subject: Reply with quote

Stuff from my 2.6.38.8 kernel config that might be relevant:

Code:

CONFIG_MMU=y
#
# General setup
#
CONFIG_EXPERIMENTAL=y

CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y

CONFIG_MTRR=y
CONFIG_MTRR_SANITIZER=y
CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1
CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1

#
# Generic Driver Options
#

CONFIG_FW_LOADER=y
CONFIG_FIRMWARE_IN_KERNEL=y
CONFIG_EXTRA_FIRMWARE=""

#
# Character devices
#
CONFIG_VT=y
CONFIG_CONSOLE_TRANSLATIONS=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
CONFIG_VT_HW_CONSOLE_BINDING=y

#
# Serial drivers

CONFIG_FIX_EARLYCON_MEM=y

CONFIG_I2C=y
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_COMPAT=y
# CONFIG_I2C_CHARDEV is not set
# CONFIG_I2C_MUX is not set
CONFIG_I2C_HELPER_AUTO=y
CONFIG_I2C_ALGOBIT=y

#
# PC SMBus host controller drivers
#
CONFIG_I2C_NFORCE2=y

#
# Graphics support
#
CONFIG_AGP=y
CONFIG_AGP_AMD64=y
CONFIG_AGP_INTEL=y

CONFIG_VGA_ARB=y
CONFIG_VGA_ARB_MAX_GPUS=16
CONFIG_DRM=y
CONFIG_DRM_KMS_HELPER=y
CONFIG_DRM_TTM=y

CONFIG_FB=y

CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y

CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y


# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_VGACON_SOFT_SCROLLBACK=y
CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=64
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
CONFIG_FONTS=y
# CONFIG_FONT_8x8 is not set
CONFIG_FONT_8x16=y

CONFIG_STAGING=y
CONFIG_DRM_NOUVEAU=y


(CONFIG_I2C_NFORCE2 would only be enabled if you actually have an NFORCE2 chipset.
There are other options in the same section.)

I have no idea why CONFIG_AGP_INTEL is set. Something else must have pulled
it in.

It could be a pci issue of some kind, i/o delay, etc. I did not modify those from
whatever menuconfig suggested as defaults. The only mmu setting that I have
is CONFIG_MMU=y at the top.
_________________
TIA
Back to top
View user's profile Send private message
Dr Croubie
Apprentice
Apprentice


Joined: 21 Nov 2006
Posts: 159

PostPosted: Mon Aug 08, 2011 1:08 pm    Post subject: Reply with quote

ok, well i've had a success, of sorts.
not quite sure exactly what helped, and it's not fully working, but it's better than before.
i've put the initramfs and uVesa Framebuffer back into the kernel, reemerged v86d and got my bootpenguins back.
i've enabled 'DMA Remapping' and 'Interrupt Remapping' under 'Bus Options' in the kernel. agpgart and DRM are still M, as is 'Lowlevel Video Output'.
'Max_GPUs' is 8, from 2 before for some reason.
and i've unmasked nvidia-drivers-275.09.07.

Anyway, now when i do a >startx (with the GT440), screen goes black. But, there's no crashing out with the 'failed to initialise gpu'.
there's no error in dmesg.
still no ctrl-alt-bkspc killer, but when i ssh in, i can just 'kill <X's PID>' and it dies nicely.

So now it looks like the driver is loading properly, but having trouble communicating with the CRT. the xorg.conf i've attached below is my attempt so far to sync with my CRT (yes, i still have the user manual for a 12-year-old crt). No other clues that I can see from the xorg.0.log, anyone else see anything i've missed?

xorg.0.log wrote:

[ 801.263]
X.Org X Server 1.10.2
Release Date: 2011-05-28
[ 801.264] X Protocol Version 11, Revision 0
[ 801.265] Build Operating System: Linux 2.6.39-gentoo-r3 x86_64 Gentoo
[ 801.265] Current Operating System: Linux Scutter 2.6.39-gentoo-r3 #16 SMP Mon Aug 8 17:40:26 CST 2011 x86_64
[ 801.266] Kernel command line: root=/dev/sda3 video=uvesafb:1024x768-16,mtrr:3,ywrap
[ 801.266] Build Date: 08 August 2011 08:54:08PM
[ 801.266]
[ 801.267] Current version of pixman: 0.22.0
[ 801.267] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 801.268] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 801.269] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Aug 8 22:03:00 2011
[ 801.271] (==) Using config file: "/etc/X11/xorg.conf"
[ 801.272] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 801.273] (==) No Layout section. Using the first Screen section.
[ 801.273] (**) |-->Screen "Screen0" (0)
[ 801.273] (**) | |-->Monitor "AKA-TCO"
[ 801.273] (**) | |-->Device "GigabyteGT440"
[ 801.273] (**) Option "DontZap" "false"
[ 801.273] (==) Automatically adding devices
[ 801.273] (==) Automatically enabling devices
[ 801.274] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[ 801.274] Entry deleted from font path.
[ 801.274] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 801.274] Entry deleted from font path.
[ 801.274] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 801.274] Entry deleted from font path.
[ 801.275] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 801.275] Entry deleted from font path.
[ 801.275] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 801.275] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 801.275] Entry deleted from font path.
[ 801.275] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 801.275] (==) FontPath set to:
/usr/share/fonts/misc/
[ 801.275] (==) ModulePath set to "/usr/lib64/xorg/modules"
[ 801.275] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 801.275] (II) Loader magic: 0x7d0160
[ 801.275] (II) Module ABI versions:
[ 801.275] X.Org ANSI C Emulation: 0.4
[ 801.275] X.Org Video Driver: 10.0
[ 801.275] X.Org XInput driver : 12.2
[ 801.275] X.Org Server Extension : 5.0
[ 801.275] (--) PCI:*(0:1:0:0) 10de:0de0:1458:3518 rev 161, Mem @ 0xfb000000/16777216, 0xc0000000/268435456, 0xde000000/33554432, I/O @ 0x0000ef00/128, BIOS @ 0x????????/524288
[ 801.275] (II) Open ACPI successful (/var/run/acpid.socket)
[ 801.275] (II) "extmod" will be loaded by default.
[ 801.275] (II) "dbe" will be loaded by default.
[ 801.275] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 801.275] (II) "record" will be loaded by default.
[ 801.275] (II) "dri" will be loaded by default.
[ 801.275] (II) "dri2" will be loaded by default.
[ 801.275] (II) LoadModule: "glx"
[ 801.277] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 801.364] (II) Module glx: vendor="NVIDIA Corporation"
[ 801.365] compiled for 4.0.2, module version = 1.0.0
[ 801.365] Module class: X.Org Server Extension
[ 801.365] (II) NVIDIA GLX Module 275.09.07 Wed Jun 8 14:34:43 PDT 2011
[ 801.365] (II) Loading extension GLX
[ 801.365] (II) LoadModule: "extmod"
[ 801.365] (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so
[ 801.366] (II) Module extmod: vendor="X.Org Foundation"
[ 801.366] compiled for 1.10.2, module version = 1.0.0
[ 801.366] Module class: X.Org Server Extension
[ 801.366] ABI class: X.Org Server Extension, version 5.0
[ 801.366] (II) Loading extension MIT-SCREEN-SAVER
[ 801.366] (II) Loading extension XFree86-VidModeExtension
[ 801.366] (II) Loading extension XFree86-DGA
[ 801.366] (II) Loading extension DPMS
[ 801.366] (II) Loading extension XVideo
[ 801.366] (II) Loading extension XVideo-MotionCompensation
[ 801.366] (II) Loading extension X-Resource
[ 801.366] (II) LoadModule: "dbe"
[ 801.366] (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so
[ 801.367] (II) Module dbe: vendor="X.Org Foundation"
[ 801.367] compiled for 1.10.2, module version = 1.0.0
[ 801.367] Module class: X.Org Server Extension
[ 801.367] ABI class: X.Org Server Extension, version 5.0
[ 801.367] (II) Loading extension DOUBLE-BUFFER
[ 801.367] (II) LoadModule: "record"
[ 801.367] (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so
[ 801.367] (II) Module record: vendor="X.Org Foundation"
[ 801.368] compiled for 1.10.2, module version = 1.13.0
[ 801.368] Module class: X.Org Server Extension
[ 801.368] ABI class: X.Org Server Extension, version 5.0
[ 801.368] (II) Loading extension RECORD
[ 801.368] (II) LoadModule: "dri"
[ 801.368] (WW) Warning, couldn't open module dri
[ 801.368] (II) UnloadModule: "dri"
[ 801.368] (II) Unloading dri
[ 801.368] (EE) Failed to load module "dri" (module does not exist, 0)
[ 801.368] (II) LoadModule: "dri2"
[ 801.368] (WW) Warning, couldn't open module dri2
[ 801.368] (II) UnloadModule: "dri2"
[ 801.368] (II) Unloading dri2
[ 801.368] (EE) Failed to load module "dri2" (module does not exist, 0)
[ 801.369] (II) LoadModule: "nvidia"
[ 801.369] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[ 801.376] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 801.376] compiled for 4.0.2, module version = 1.0.0
[ 801.376] Module class: X.Org Video Driver
[ 801.379] (II) NVIDIA dlloader X Driver 275.09.07 Wed Jun 8 14:18:12 PDT 2011
[ 801.379] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 801.380] (--) using VT number 7
[ 801.382] (II) Loading sub module "fb"
[ 801.382] (II) LoadModule: "fb"
[ 801.382] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 801.383] (II) Module fb: vendor="X.Org Foundation"
[ 801.383] compiled for 1.10.2, module version = 1.0.0
[ 801.383] ABI class: X.Org ANSI C Emulation, version 0.4
[ 801.383] (II) Loading sub module "wfb"
[ 801.383] (II) LoadModule: "wfb"
[ 801.383] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[ 801.385] (II) Module wfb: vendor="X.Org Foundation"
[ 801.385] compiled for 1.10.2, module version = 1.0.0
[ 801.385] ABI class: X.Org ANSI C Emulation, version 0.4
[ 801.385] (II) Loading sub module "ramdac"
[ 801.385] (II) LoadModule: "ramdac"
[ 801.385] (II) Module "ramdac" already built-in
[ 801.387] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[ 801.387] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[ 801.387] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 801.389] (**) NVIDIA(0): Depth 16, (--) framebuffer bpp 16
[ 801.389] (==) NVIDIA(0): RGB weight 565
[ 801.389] (==) NVIDIA(0): Default visual is TrueColor
[ 801.389] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 802.002] (II) NVIDIA(GPU-0): Display (Amtrans (CRT-1)) does not support NVIDIA 3D Vision
[ 802.002] (II) NVIDIA(GPU-0): stereo.
[ 802.003] (II) NVIDIA(0): NVIDIA GPU GeForce GT 440 (GF108) at PCI:1:0:0 (GPU-0)
[ 802.003] (--) NVIDIA(0): Memory: 1048576 kBytes
[ 802.003] (--) NVIDIA(0): VideoBIOS: 70.08.4d.00.00
[ 802.003] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 802.004] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[ 802.004] (--) NVIDIA(0): Connected display device(s) on GeForce GT 440 at PCI:1:0:0
[ 802.004] (--) NVIDIA(0): Amtrans (CRT-1)
[ 802.004] (--) NVIDIA(0): Amtrans (CRT-1): 400.0 MHz maximum pixel clock
[ 802.034] (II) NVIDIA(0): Assigned Display Device: CRT-1
[ 802.034] (II) NVIDIA(0): Validated modes:
[ 802.034] (II) NVIDIA(0): "1280x1024"
[ 802.034] (II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
[ 802.056] (--) NVIDIA(0): DPI set to (101, 108); computed from "UseEdidDpi" X config
[ 802.056] (--) NVIDIA(0): option
[ 802.056] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[ 802.056] (II) NVIDIA: access.
[ 802.062] (II) NVIDIA(0): Setting mode "1280x1024"
[ 802.100] (II) Loading extension NV-GLX
[ 802.123] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 802.123] (==) NVIDIA(0): Backing store disabled
[ 802.123] (==) NVIDIA(0): Silken mouse enabled
[ 802.124] (==) NVIDIA(0): DPMS enabled
[ 802.124] (II) Loading extension NV-CONTROL
[ 802.124] (II) Loading extension XINERAMA
[ 802.124] (II) Loading sub module "dri2"
[ 802.124] (II) LoadModule: "dri2"
[ 802.124] (WW) Warning, couldn't open module dri2
[ 802.125] (II) UnloadModule: "dri2"
[ 802.125] (II) Unloading dri2
[ 802.125] (EE) NVIDIA: Failed to load module "dri2" (module does not exist, 0)
[ 802.125] (II) NVIDIA(0): The X server will not be able to send the VDPAU driver name to
[ 802.125] (II) NVIDIA(0): libvdpau.
[ 802.125] (==) RandR enabled
[ 802.125] (II) Initializing built-in extension Generic Event Extension
[ 802.125] (II) Initializing built-in extension SHAPE
[ 802.125] (II) Initializing built-in extension MIT-SHM
[ 802.125] (II) Initializing built-in extension XInputExtension
[ 802.125] (II) Initializing built-in extension XTEST
[ 802.125] (II) Initializing built-in extension BIG-REQUESTS
[ 802.125] (II) Initializing built-in extension SYNC
[ 802.125] (II) Initializing built-in extension XKEYBOARD
[ 802.125] (II) Initializing built-in extension XC-MISC
[ 802.125] (II) Initializing built-in extension XINERAMA
[ 802.125] (II) Initializing built-in extension XFIXES
[ 802.125] (II) Initializing built-in extension RENDER
[ 802.125] (II) Initializing built-in extension RANDR
[ 802.125] (II) Initializing built-in extension COMPOSITE
[ 802.125] (II) Initializing built-in extension DAMAGE
[ 802.125] (II) Initializing extension GLX
[ 802.181] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 802.181] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 802.181] (II) LoadModule: "evdev"
[ 802.181] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 802.181] (II) Module evdev: vendor="X.Org Foundation"
[ 802.181] compiled for 1.10.2, module version = 2.6.0
[ 802.181] Module class: X.Org XInput Driver
[ 802.181] ABI class: X.Org XInput driver, version 12.2
[ 802.181] (II) Using input driver 'evdev' for 'Power Button'
[ 802.181] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 802.181] (**) Power Button: always reports core events
[ 802.181] (**) Power Button: Device: "/dev/input/event1"
[ 802.189] (--) Power Button: Found keys
[ 802.189] (II) Power Button: Configuring as keyboard
[ 802.189] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 802.189] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 802.189] (**) Option "xkb_rules" "evdev"
[ 802.189] (**) Option "xkb_model" "evdev"
[ 802.189] (**) Option "xkb_layout" "us"
[ 802.205] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 802.205] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 802.205] (II) Using input driver 'evdev' for 'Power Button'
[ 802.205] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 802.205] (**) Power Button: always reports core events
[ 802.205] (**) Power Button: Device: "/dev/input/event0"
[ 802.213] (--) Power Button: Found keys
[ 802.213] (II) Power Button: Configuring as keyboard
[ 802.213] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[ 802.213] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 802.213] (**) Option "xkb_rules" "evdev"
[ 802.213] (**) Option "xkb_model" "evdev"
[ 802.213] (**) Option "xkb_layout" "us"
[ 802.215] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event2)
[ 802.215] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[ 802.215] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[ 802.215] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 802.215] (**) Logitech USB Receiver: always reports core events
[ 802.215] (**) Logitech USB Receiver: Device: "/dev/input/event2"
[ 802.222] (--) Logitech USB Receiver: Found keys
[ 802.222] (II) Logitech USB Receiver: Configuring as keyboard
[ 802.222] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb4/4-3/4-3:1.0/input/input2/event2"
[ 802.222] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
[ 802.222] (**) Option "xkb_rules" "evdev"
[ 802.222] (**) Option "xkb_model" "evdev"
[ 802.222] (**) Option "xkb_layout" "us"
[ 802.222] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event3)
[ 802.222] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
[ 802.222] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[ 802.222] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[ 802.222] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 802.222] (**) Logitech USB Receiver: always reports core events
[ 802.222] (**) Logitech USB Receiver: Device: "/dev/input/event3"
[ 802.229] (--) Logitech USB Receiver: Found 20 mouse buttons
[ 802.229] (--) Logitech USB Receiver: Found scroll wheel(s)
[ 802.229] (--) Logitech USB Receiver: Found relative axes
[ 802.229] (--) Logitech USB Receiver: Found x and y relative axes
[ 802.229] (--) Logitech USB Receiver: Found absolute axes
[ 802.229] (--) Logitech USB Receiver: Found keys
[ 802.229] (II) Logitech USB Receiver: Configuring as mouse
[ 802.229] (II) Logitech USB Receiver: Configuring as keyboard
[ 802.229] (II) Logitech USB Receiver: Adding scrollwheel support
[ 802.229] (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[ 802.229] (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 802.229] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb4/4-3/4-3:1.1/input/input3/event3"
[ 802.229] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
[ 802.229] (**) Option "xkb_rules" "evdev"
[ 802.229] (**) Option "xkb_model" "evdev"
[ 802.229] (**) Option "xkb_layout" "us"
[ 802.229] (II) Logitech USB Receiver: initialized for relative axes.
[ 802.229] (WW) Logitech USB Receiver: ignoring absolute axes.
[ 802.229] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[ 802.229] (**) Logitech USB Receiver: (accel) acceleration profile 0
[ 802.229] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[ 802.229] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[ 802.229] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
[ 802.229] (II) No input driver/identifier specified (ignoring)
[ 802.231] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[ 802.231] (II) No input driver/identifier specified (ignoring)
[ 857.419] (II) Power Button: Close
[ 857.419] (II) UnloadModule: "evdev"
[ 857.419] (II) Unloading evdev
[ 857.427] (II) Power Button: Close
[ 857.427] (II) UnloadModule: "evdev"
[ 857.427] (II) Unloading evdev
[ 857.435] (II) Logitech USB Receiver: Close
[ 857.435] (II) UnloadModule: "evdev"
[ 857.435] (II) Unloading evdev
[ 857.443] (II) Logitech USB Receiver: Close
[ 857.443] (II) UnloadModule: "evdev"
[ 857.443] (II) Unloading evdev


xorg.conf wrote:

Section "Module"
Load "glx"
EndSection

Section "Device"
Identifier "GigabyteGT440"
Driver "nvidia"
EndSection

Section "Serverflags"
Option "DontZap" "false"
EndSection

Section "Monitor"
Identifier "AKA-TCO"
HorizSync 68.68, 93.75
VertRefresh 75
EndSection

Section "Screen"
Identifier "Screen0"
Device "GigabyteGT440"
Monitor "AKA-TCO"

DefaultDepth 16

SubSection "Display"
Depth 16
Modes "1280x1024"
EndSubSection

SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Back to top
View user's profile Send private message
kimmie
Guru
Guru


Joined: 08 Sep 2004
Posts: 531
Location: Australia

PostPosted: Mon Aug 08, 2011 2:44 pm    Post subject: Reply with quote

I enjoyed your a/b/c/d/e/f/g post title... I think you've captured exactly what it means to get a gentoo desktop going in one line!

Anyway I agree with whoever it was above that said to avoid FB_UVESA. Start with FB_VESA instead, you'll still get your penguins. I like my penguins too, penguins are cool, a nice row of them is even better.

Sorry I don't have anything in particular to help, but here's my kernel config and xorg.conf for comparison, you never know.

You can't be too far off now! :D
Back to top
View user's profile Send private message
tetromino
Retired Dev
Retired Dev


Joined: 02 Dec 2003
Posts: 215

PostPosted: Mon Aug 08, 2011 4:54 pm    Post subject: Reply with quote

Dr Croubie wrote:
Anyway, now when i do a >startx (with the GT440), screen goes black. But, there's no crashing out with the 'failed to initialise gpu'.

It probably means that everything important works :)
I suspect you are getting a black screen because startx by default wants to start basic X11 programs like xterm, xclock, and twm, and you might not have them installed yet.
Back to top
View user's profile Send private message
Dr Croubie
Apprentice
Apprentice


Joined: 21 Nov 2006
Posts: 159

PostPosted: Tue Aug 09, 2011 12:25 am    Post subject: Reply with quote

tetromino wrote:
Dr Croubie wrote:
Anyway, now when i do a >startx (with the GT440), screen goes black. But, there's no crashing out with the 'failed to initialise gpu'.

It probably means that everything important works :)
I suspect you are getting a black screen because startx by default wants to start basic X11 programs like xterm, xclock, and twm, and you might not have them installed yet.


well, i already had xterm and twm installed, but i took the dive and installed an few hundred mb of kde overnight anyway.
and yeah, it actually works. kde even loads and doesn't hang on the loading screen (a bug on my laptop i've had for 2 months, been using xfce since then and never bothered reporting coz my laptop gets wiped and started new once this desktop is finished).

so where was the problem and what was the solution? buggered if i know ken, you'll have to ask the horse.
could have been buggy nvid drivers, a missing kernel option, no idea.
but kde works, which is the main thing, 11099 fps on glxgears on default size, 1050fps on fullscreen (not sure what res that is though). when i get my 2560x1440 27" screen (which was the point of this new build for photos) i'll see how well glxgears cranks through...

maybe when i've got a spare moment in the next few days i'll try things one at a time, if it does turn out to be a specific driver or package i'll head to the bugs.

but for now (sorry about the length), i leave my files here for posterity in case this may help someone else:
(outputs are for the system that worked 5 minutes ago)
Code:
xorg.conf:
Section "Module"
        Load            "glx"
EndSection

Section "Device"
        Identifier      "GigabyteGT440"
        Driver          "nvidia"
EndSection

Section "Serverflags"
        Option          "DontZap"       "false"
EndSection

Section "Monitor"
        Identifier      "AKA-TCO"
        HorizSync       68.68, 93.75
        VertRefresh     75
EndSection


Section "Screen"
        Identifier      "Screen0"
        Device          "GigabyteGT440"
        Monitor         "AKA-TCO"

        DefaultDepth    16

        SubSection "Display"
                Depth   16
                Modes   "1280x1024"
        EndSubSection

        SubSection "Display"
                Depth   24
                Modes   "1280x1024"
        EndSubSection
EndSection


Code:
.config:
#
# Automatically generated make config: don't edit
# Linux/x86_64 2.6.39-gentoo-r3 Kernel Configuration
# Mon Aug  8 17:34:09 2011
#
CONFIG_64BIT=y
# CONFIG_X86_32 is not set
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_GENERIC_CMOS_UPDATE=y
CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_HAVE_LATENCYTOP_SUPPORT=y
CONFIG_MMU=y
CONFIG_ZONE_DMA=y
CONFIG_NEED_DMA_MAP_STATE=y
CONFIG_NEED_SG_DMA_LENGTH=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_GENERIC_TIME_VSYSCALL=y
CONFIG_ARCH_HAS_CPU_RELAX=y
CONFIG_ARCH_HAS_DEFAULT_IDLE=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_HAVE_CPUMASK_OF_CPU_MAP=y
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
CONFIG_ZONE_DMA32=y
CONFIG_ARCH_POPULATES_NODE_MAP=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_KTIME_SCALAR is not set
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
CONFIG_CONSTRUCTORS=y
CONFIG_HAVE_IRQ_WORK=y
CONFIG_IRQ_WORK=y

#
# General setup
#
CONFIG_EXPERIMENTAL=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
CONFIG_LOCALVERSION=""
# 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_KERNEL_GZIP is not set
# CONFIG_KERNEL_BZIP2 is not set
CONFIG_KERNEL_LZMA=y
# CONFIG_KERNEL_XZ is not set
# CONFIG_KERNEL_LZO is not set
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_POSIX_MQUEUE=y
CONFIG_POSIX_MQUEUE_SYSCTL=y
CONFIG_BSD_PROCESS_ACCT=y
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
# CONFIG_FHANDLE is not set
# CONFIG_TASKSTATS is not set
CONFIG_AUDIT=y
CONFIG_AUDITSYSCALL=y
CONFIG_AUDIT_WATCH=y
CONFIG_AUDIT_TREE=y
CONFIG_HAVE_GENERIC_HARDIRQS=y

#
# IRQ subsystem
#
CONFIG_GENERIC_HARDIRQS=y
CONFIG_HAVE_SPARSE_IRQ=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_IRQ_SHOW=y
CONFIG_GENERIC_PENDING_IRQ=y
CONFIG_IRQ_FORCED_THREADING=y
CONFIG_SPARSE_IRQ=y

#
# RCU Subsystem
#
CONFIG_TREE_RCU=y
# CONFIG_PREEMPT_RCU is not set
# CONFIG_RCU_TRACE is not set
CONFIG_RCU_FANOUT=64
# CONFIG_RCU_FANOUT_EXACT is not set
# CONFIG_RCU_FAST_NO_HZ is not set
# CONFIG_TREE_RCU_TRACE is not set
# CONFIG_IKCONFIG is not set
CONFIG_LOG_BUF_SHIFT=18
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
# CONFIG_CGROUPS 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 is not set
# CONFIG_SYSFS_DEPRECATED is not set
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE="/usr/share/v86d/initramfs"
CONFIG_INITRAMFS_ROOT_UID=0
CONFIG_INITRAMFS_ROOT_GID=0
CONFIG_RD_GZIP=y
CONFIG_RD_BZIP2=y
CONFIG_RD_LZMA=y
CONFIG_RD_XZ=y
CONFIG_RD_LZO=y
# CONFIG_INITRAMFS_COMPRESSION_NONE is not set
# CONFIG_INITRAMFS_COMPRESSION_GZIP is not set
# CONFIG_INITRAMFS_COMPRESSION_BZIP2 is not set
CONFIG_INITRAMFS_COMPRESSION_LZMA=y
# CONFIG_INITRAMFS_COMPRESSION_XZ is not set
# CONFIG_INITRAMFS_COMPRESSION_LZO is not set
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_SYSCTL=y
CONFIG_ANON_INODES=y
# CONFIG_EXPERT is not set
CONFIG_UID16=y
CONFIG_SYSCTL_SYSCALL=y
CONFIG_KALLSYMS=y
CONFIG_KALLSYMS_EXTRA_PASS=y
CONFIG_HOTPLUG=y
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_EMBEDDED is not set
CONFIG_HAVE_PERF_EVENTS=y

#
# Kernel Performance Events And Counters
#
CONFIG_PERF_EVENTS=y
# CONFIG_PERF_COUNTERS is not set
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_PCI_QUIRKS=y
# CONFIG_COMPAT_BRK is not set
CONFIG_SLAB=y
# CONFIG_SLUB is not set
CONFIG_PROFILING=y
# CONFIG_OPROFILE is not set
CONFIG_HAVE_OPROFILE=y
# CONFIG_KPROBES is not set
# CONFIG_JUMP_LABEL is not set
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
CONFIG_HAVE_IOREMAP_PROT=y
CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y
CONFIG_HAVE_OPTPROBES=y
CONFIG_HAVE_ARCH_TRACEHOOK=y
CONFIG_HAVE_DMA_ATTRS=y
CONFIG_USE_GENERIC_SMP_HELPERS=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_ARCH_JUMP_LABEL=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 is not set
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set
# CONFIG_MODVERSIONS is not set
# CONFIG_MODULE_SRCVERSION_ALL is not set
CONFIG_STOP_MACHINE=y
CONFIG_BLOCK=y
CONFIG_BLK_DEV_BSG=y
# CONFIG_BLK_DEV_INTEGRITY is not set
CONFIG_BLOCK_COMPAT=y

#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
# CONFIG_IOSCHED_DEADLINE is not set
CONFIG_IOSCHED_CFQ=y
CONFIG_DEFAULT_CFQ=y
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="cfq"
# CONFIG_INLINE_SPIN_TRYLOCK is not set
# CONFIG_INLINE_SPIN_TRYLOCK_BH is not set
# CONFIG_INLINE_SPIN_LOCK is not set
# CONFIG_INLINE_SPIN_LOCK_BH is not set
# CONFIG_INLINE_SPIN_LOCK_IRQ is not set
# CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set
CONFIG_INLINE_SPIN_UNLOCK=y
# CONFIG_INLINE_SPIN_UNLOCK_BH is not set
CONFIG_INLINE_SPIN_UNLOCK_IRQ=y
# CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set
# CONFIG_INLINE_READ_TRYLOCK is not set
# CONFIG_INLINE_READ_LOCK is not set
# CONFIG_INLINE_READ_LOCK_BH is not set
# CONFIG_INLINE_READ_LOCK_IRQ is not set
# CONFIG_INLINE_READ_LOCK_IRQSAVE is not set
CONFIG_INLINE_READ_UNLOCK=y
# CONFIG_INLINE_READ_UNLOCK_BH is not set
CONFIG_INLINE_READ_UNLOCK_IRQ=y
# CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set
# CONFIG_INLINE_WRITE_TRYLOCK is not set
# CONFIG_INLINE_WRITE_LOCK is not set
# CONFIG_INLINE_WRITE_LOCK_BH is not set
# CONFIG_INLINE_WRITE_LOCK_IRQ is not set
# CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set
CONFIG_INLINE_WRITE_UNLOCK=y
# CONFIG_INLINE_WRITE_UNLOCK_BH is not set
CONFIG_INLINE_WRITE_UNLOCK_IRQ=y
# CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set
CONFIG_MUTEX_SPIN_ON_OWNER=y
# CONFIG_FREEZER is not set

#
# Processor type and features
#
CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
CONFIG_SMP=y
# CONFIG_X86_X2APIC is not set
# CONFIG_X86_MPPARSE is not set
# CONFIG_X86_EXTENDED_PLATFORM is not set
CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y
CONFIG_SCHED_OMIT_FRAME_POINTER=y
# CONFIG_PARAVIRT_GUEST is not set
CONFIG_NO_BOOTMEM=y
# CONFIG_MEMTEST is not set
CONFIG_MK8=y
# CONFIG_MPSC is not set
# CONFIG_MCORE2 is not set
# CONFIG_MATOM is not set
# CONFIG_GENERIC_CPU is not set
CONFIG_X86_INTERNODE_CACHE_SHIFT=6
CONFIG_X86_CMPXCHG=y
CONFIG_CMPXCHG_LOCAL=y
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_XADD=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
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_AMD_IOMMU=y
# CONFIG_AMD_IOMMU_STATS is not set
CONFIG_SWIOTLB=y
CONFIG_IOMMU_HELPER=y
CONFIG_IOMMU_API=y
CONFIG_NR_CPUS=8
# CONFIG_SCHED_SMT is not set
CONFIG_SCHED_MC=y
# CONFIG_IRQ_TIME_ACCOUNTING is not set
# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=y
# CONFIG_PREEMPT is not set
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 is not set
CONFIG_X86_MCE_AMD=y
CONFIG_X86_MCE_THRESHOLD=y
# CONFIG_X86_MCE_INJECT is not set
# CONFIG_I8K is not set
CONFIG_MICROCODE=y
# CONFIG_MICROCODE_INTEL is not set
CONFIG_MICROCODE_AMD=y
CONFIG_MICROCODE_OLD_INTERFACE=y
CONFIG_X86_MSR=y
CONFIG_X86_CPUID=y
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
CONFIG_ARCH_DMA_ADDR_T_64BIT=y
CONFIG_DIRECT_GBPAGES=y
# CONFIG_NUMA is not set
CONFIG_ARCH_PROC_KCORE_TEXT=y
CONFIG_ARCH_SPARSEMEM_DEFAULT=y
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000
CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_SPARSEMEM_MANUAL=y
CONFIG_SPARSEMEM=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_MEMORY_HOTPLUG is not set
CONFIG_PAGEFLAGS_EXTENDED=y
CONFIG_SPLIT_PTLOCK_CPUS=4
# CONFIG_COMPACTION is not set
CONFIG_PHYS_ADDR_T_64BIT=y
CONFIG_ZONE_DMA_FLAG=1
CONFIG_BOUNCE=y
CONFIG_VIRT_TO_BUS=y
# CONFIG_KSM is not set
CONFIG_DEFAULT_MMAP_MIN_ADDR=8192
CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y
# CONFIG_MEMORY_FAILURE is not set
# CONFIG_TRANSPARENT_HUGEPAGE is not set
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=1
CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=7
CONFIG_X86_PAT=y
CONFIG_ARCH_USES_PG_UNCACHED=y
CONFIG_EFI=y
CONFIG_SECCOMP=y
# CONFIG_CC_STACKPROTECTOR is not set
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
# CONFIG_HZ_300 is not set
CONFIG_HZ_1000=y
CONFIG_HZ=1000
CONFIG_SCHED_HRTICK=y
# CONFIG_KEXEC is not set
# CONFIG_CRASH_DUMP is not set
CONFIG_PHYSICAL_START=0x1000000
# CONFIG_RELOCATABLE is not set
CONFIG_PHYSICAL_ALIGN=0x1000000
# CONFIG_HOTPLUG_CPU is not set
# CONFIG_COMPAT_VDSO is not set
# CONFIG_CMDLINE_BOOL is not set
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y

#
# Power management and ACPI options
#
# CONFIG_SUSPEND is not set
# CONFIG_HIBERNATION is not set
# CONFIG_PM_RUNTIME is not set
CONFIG_ACPI=y
# CONFIG_ACPI_PROCFS is not set
# CONFIG_ACPI_PROCFS_POWER is not set
CONFIG_ACPI_POWER_METER=y
# CONFIG_ACPI_EC_DEBUGFS is not set
# CONFIG_ACPI_PROC_EVENT is not set
# CONFIG_ACPI_AC is not set
# CONFIG_ACPI_BATTERY is not set
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_FAN=y
# CONFIG_ACPI_DOCK is not set
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_PROCESSOR_AGGREGATOR=y
CONFIG_ACPI_THERMAL=y
CONFIG_ACPI_CUSTOM_DSDT_FILE=""
# CONFIG_ACPI_CUSTOM_DSDT is not set
CONFIG_ACPI_BLACKLIST_YEAR=0
# CONFIG_ACPI_DEBUG is not set
# CONFIG_ACPI_PCI_SLOT is not set
CONFIG_X86_PM_TIMER=y
# CONFIG_ACPI_CONTAINER is not set
# CONFIG_ACPI_SBS is not set
# CONFIG_ACPI_HED is not set
# CONFIG_ACPI_APEI is not set
# CONFIG_SFI is not set

#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_TABLE=y
CONFIG_CPU_FREQ_DEBUG=y
CONFIG_CPU_FREQ_STAT=y
CONFIG_CPU_FREQ_STAT_DETAILS=y
CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
# CONFIG_CPU_FREQ_GOV_POWERSAVE is not set
CONFIG_CPU_FREQ_GOV_USERSPACE=y
# CONFIG_CPU_FREQ_GOV_ONDEMAND is not set
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y

#
# CPUFreq processor drivers
#
# CONFIG_X86_PCC_CPUFREQ is not set
CONFIG_X86_ACPI_CPUFREQ=y
CONFIG_X86_POWERNOW_K8=y
# CONFIG_X86_SPEEDSTEP_CENTRINO is not set
# CONFIG_X86_P4_CLOCKMOD is not set

#
# shared options
#
# CONFIG_X86_SPEEDSTEP_LIB is not set
CONFIG_CPU_IDLE=y
CONFIG_CPU_IDLE_GOV_LADDER=y
CONFIG_CPU_IDLE_GOV_MENU=y
# CONFIG_INTEL_IDLE is not set

#
# 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_DOMAINS=y
# CONFIG_PCI_CNB20LE_QUIRK is not set
CONFIG_DMAR=y
CONFIG_DMAR_DEFAULT_ON=y
CONFIG_DMAR_FLOPPY_WA=y
CONFIG_INTR_REMAP=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_ARCH_SUPPORTS_MSI=y
CONFIG_PCI_MSI=y
# CONFIG_PCI_STUB is not set
CONFIG_HT_IRQ=y
# CONFIG_PCI_IOV is not set
CONFIG_PCI_IOAPIC=y
CONFIG_PCI_LABEL=y
CONFIG_ISA_DMA_API=y
CONFIG_AMD_NB=y
# CONFIG_PCCARD is not set
# CONFIG_HOTPLUG_PCI is not set
# CONFIG_RAPIDIO is not set

#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
CONFIG_COMPAT_BINFMT_ELF=y
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
# CONFIG_HAVE_AOUT is not set
CONFIG_BINFMT_MISC=y
CONFIG_IA32_EMULATION=y
CONFIG_IA32_AOUT=m
CONFIG_COMPAT=y
CONFIG_COMPAT_FOR_U64_ALIGNMENT=y
CONFIG_SYSVIPC_COMPAT=y
CONFIG_HAVE_TEXT_POKE_SMP=y
CONFIG_NET=y

#
# Networking options
#
CONFIG_PACKET=m
CONFIG_UNIX=m
CONFIG_XFRM=y
CONFIG_XFRM_USER=m
# 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=m
# CONFIG_NET_KEY_MIGRATE is not set
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ADVANCED_ROUTER is not set
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE_DEMUX is not set
# CONFIG_ARPD is not set
# CONFIG_SYN_COOKIES is not set
CONFIG_INET_AH=m
CONFIG_INET_ESP=m
CONFIG_INET_IPCOMP=m
CONFIG_INET_XFRM_TUNNEL=m
CONFIG_INET_TUNNEL=m
CONFIG_INET_XFRM_MODE_TRANSPORT=m
CONFIG_INET_XFRM_MODE_TUNNEL=m
CONFIG_INET_XFRM_MODE_BEET=m
CONFIG_INET_LRO=m
CONFIG_INET_DIAG=m
CONFIG_INET_TCP_DIAG=m
CONFIG_TCP_CONG_ADVANCED=y
# CONFIG_TCP_CONG_BIC is not set
CONFIG_TCP_CONG_CUBIC=m
# 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 is not set
# 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_RENO=y
CONFIG_DEFAULT_TCP_CONG="reno"
# CONFIG_TCP_MD5SIG is not set
CONFIG_IPV6=m
# CONFIG_IPV6_PRIVACY is not set
# CONFIG_IPV6_ROUTER_PREF is not set
# CONFIG_IPV6_OPTIMISTIC_DAD is not set
CONFIG_INET6_AH=m
CONFIG_INET6_ESP=m
CONFIG_INET6_IPCOMP=m
# CONFIG_IPV6_MIP6 is not set
CONFIG_INET6_XFRM_TUNNEL=m
CONFIG_INET6_TUNNEL=m
CONFIG_INET6_XFRM_MODE_TRANSPORT=m
CONFIG_INET6_XFRM_MODE_TUNNEL=m
CONFIG_INET6_XFRM_MODE_BEET=m
# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
CONFIG_IPV6_SIT=m
# CONFIG_IPV6_SIT_6RD is not set
CONFIG_IPV6_NDISC_NODETYPE=y
# CONFIG_IPV6_TUNNEL is not set
# CONFIG_IPV6_MULTIPLE_TABLES is not set
# CONFIG_IPV6_MROUTE is not set
CONFIG_NETWORK_SECMARK=y
# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
# CONFIG_NETFILTER is not set
# 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_BRIDGE is not set
# CONFIG_NET_DSA is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_DECNET is not set
# 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_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_PHONET is not set
# CONFIG_IEEE802154 is not set
# CONFIG_NET_SCHED is not set
# CONFIG_DCB is not set
# CONFIG_BATMAN_ADV is not set
CONFIG_RPS=y
CONFIG_RFS_ACCEL=y
CONFIG_XPS=y

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_HAMRADIO is not set
# CONFIG_CAN is not set
# CONFIG_IRDA is not set
# CONFIG_BT is not set
# CONFIG_AF_RXRPC is not set
# CONFIG_WIRELESS is not set
# CONFIG_WIMAX is not set
# CONFIG_RFKILL is not set
# CONFIG_NET_9P is not set
# CONFIG_CAIF is not set
# CONFIG_CEPH_LIB is not set

#
# Device Drivers
#

#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
# CONFIG_DEVTMPFS is not set
# CONFIG_STANDALONE is not set
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
CONFIG_FIRMWARE_IN_KERNEL=y
CONFIG_EXTRA_FIRMWARE="amd-ucode/microcode_amd.bin"
CONFIG_EXTRA_FIRMWARE_DIR="/lib/firmware"
# CONFIG_SYS_HYPERVISOR is not set
CONFIG_ARCH_NO_SYSDEV_OPS=y
CONFIG_CONNECTOR=y
CONFIG_PROC_EVENTS=y
# CONFIG_MTD is not set
# CONFIG_PARPORT is not set
CONFIG_PNP=y
# CONFIG_PNP_DEBUG_MESSAGES is not set

#
# Protocols
#
CONFIG_PNPACPI=y
CONFIG_BLK_DEV=y
# CONFIG_BLK_DEV_FD is not set
# CONFIG_BLK_CPQ_DA 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 is not set
# CONFIG_BLK_DEV_DRBD is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_SX8 is not set
# CONFIG_BLK_DEV_UB is not set
# CONFIG_BLK_DEV_RAM is not set
CONFIG_CDROM_PKTCDVD=m
CONFIG_CDROM_PKTCDVD_BUFFERS=8
# CONFIG_CDROM_PKTCDVD_WCACHE is not set
# CONFIG_ATA_OVER_ETH is not set
# CONFIG_BLK_DEV_HD is not set
# CONFIG_BLK_DEV_RBD is not set
# CONFIG_SENSORS_LIS3LV02D is not set
# CONFIG_MISC_DEVICES 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_TGT is not set
# 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 is not set
# CONFIG_CHR_DEV_SG is not set
# CONFIG_CHR_DEV_SCH is not set
# CONFIG_SCSI_MULTI_LUN is not set
# CONFIG_SCSI_CONSTANTS is not set
# CONFIG_SCSI_LOGGING is not set
# CONFIG_SCSI_SCAN_ASYNC is not set
CONFIG_SCSI_WAIT_SCAN=m

#
# SCSI Transports
#
# CONFIG_SCSI_SPI_ATTRS is not set
# 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_DH is not set
# CONFIG_SCSI_OSD_INITIATOR is not set
CONFIG_ATA=y
# CONFIG_ATA_NONSTANDARD is not set
# CONFIG_ATA_VERBOSE_ERROR is not set
CONFIG_ATA_ACPI=y
# CONFIG_SATA_PMP is not set

#
# Controllers with non-SFF native interface
#
CONFIG_SATA_AHCI=y
CONFIG_SATA_AHCI_PLATFORM=y
# CONFIG_SATA_INIC162X is not set
# CONFIG_SATA_ACARD_AHCI is not set
# CONFIG_SATA_SIL24 is not set
# CONFIG_ATA_SFF is not set
# CONFIG_MD 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_DUMMY=m
# CONFIG_BONDING is not set
# CONFIG_MACVLAN is not set
# CONFIG_EQUALIZER is not set
# CONFIG_TUN is not set
# CONFIG_VETH is not set
# CONFIG_NET_SB1000 is not set
# CONFIG_ARCNET is not set
CONFIG_MII=m
# CONFIG_PHYLIB is not set
# CONFIG_NET_ETHERNET is not set
CONFIG_NETDEV_1000=y
# CONFIG_ACENIC is not set
# CONFIG_DL2K is not set
# CONFIG_E1000 is not set
# CONFIG_E1000E is not set
# CONFIG_IP1000 is not set
# CONFIG_IGB is not set
# CONFIG_IGBVF is not set
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
CONFIG_R8169=m
# CONFIG_SIS190 is not set
# CONFIG_SKGE is not set
# CONFIG_SKY2 is not set
# CONFIG_VIA_VELOCITY is not set
# CONFIG_TIGON3 is not set
# CONFIG_BNX2 is not set
# CONFIG_CNIC is not set
# CONFIG_QLA3XXX is not set
# CONFIG_ATL1 is not set
# CONFIG_ATL1E is not set
# CONFIG_ATL1C is not set
# CONFIG_JME is not set
# CONFIG_STMMAC_ETH is not set
# CONFIG_PCH_GBE is not set
# CONFIG_NETDEV_10000 is not set
# CONFIG_TR is not set
# CONFIG_WLAN is not set

#
# Enable WiMAX (Networking options) to see the WiMAX drivers
#

#
# USB Network Adapters
#
# 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_USBNET is not set
# CONFIG_USB_IPHETH is not set
# CONFIG_WAN is not set

#
# CAIF transport drivers
#
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set
# CONFIG_NET_FC is not set
# CONFIG_NETCONSOLE is not set
# CONFIG_NETPOLL is not set
# CONFIG_NET_POLL_CONTROLLER is not set
# CONFIG_VMXNET3 is not set
# CONFIG_ISDN is not set
# CONFIG_PHONE is not set

#
# Input device support
#
CONFIG_INPUT=y
# CONFIG_INPUT_FF_MEMLESS is not set
# CONFIG_INPUT_POLLDEV is not set
# CONFIG_INPUT_SPARSEKMAP is not set

#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
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_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_MAX7359 is not set
# CONFIG_KEYBOARD_MCS 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=m
CONFIG_MOUSE_PS2_ALPS=y
CONFIG_MOUSE_PS2_LOGIPS2PP=y
CONFIG_MOUSE_PS2_SYNAPTICS=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=m
# CONFIG_MOUSE_APPLETOUCH is not set
# CONFIG_MOUSE_BCM5974 is not set
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_MOUSE_SYNAPTICS_I2C is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TABLET is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
CONFIG_INPUT_MISC=y
# CONFIG_INPUT_AD714X is not set
CONFIG_INPUT_PCSPKR=m
# CONFIG_INPUT_ATLAS_BTNS is not set
# CONFIG_INPUT_ATI_REMOTE is not set
# CONFIG_INPUT_ATI_REMOTE2 is not set
# CONFIG_INPUT_KEYSPAN_REMOTE 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_CMA3000 is not set

#
# Hardware I/O ports
#
CONFIG_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_GAMEPORT is not set

#
# Character devices
#
CONFIG_VT=y
CONFIG_CONSOLE_TRANSLATIONS=y
CONFIG_VT_CONSOLE=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 is not set
# CONFIG_NOZOMI is not set
# CONFIG_N_GSM is not set
# CONFIG_DEVKMEM is not set

#
# Serial drivers
#
# CONFIG_SERIAL_8250 is not set
CONFIG_FIX_EARLYCON_MEM=y

#
# Non-8250 serial port support
#
# CONFIG_SERIAL_MFD_HSU is not set
# CONFIG_SERIAL_JSM is not set
# CONFIG_SERIAL_TIMBERDALE is not set
# CONFIG_SERIAL_ALTERA_JTAGUART is not set
# CONFIG_SERIAL_ALTERA_UART is not set
# CONFIG_SERIAL_PCH_UART is not set
# CONFIG_IPMI_HANDLER is not set
CONFIG_HW_RANDOM=m
# CONFIG_HW_RANDOM_TIMERIOMEM is not set
# CONFIG_HW_RANDOM_INTEL is not set
CONFIG_HW_RANDOM_AMD=m
# CONFIG_HW_RANDOM_VIA is not set
CONFIG_NVRAM=m
# CONFIG_R3964 is not set
# CONFIG_APPLICOM 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
# CONFIG_RAMOOPS is not set
CONFIG_I2C=m
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_COMPAT=y
CONFIG_I2C_CHARDEV=m
# CONFIG_I2C_MUX is not set
CONFIG_I2C_HELPER_AUTO=y
CONFIG_I2C_ALGOBIT=m

#
# 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 is not set
# CONFIG_I2C_ISCH is not set
CONFIG_I2C_PIIX4=m
# 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=m

#
# I2C system bus drivers (mostly embedded / system-on-chip)
#
# CONFIG_I2C_INTEL_MID 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
# CONFIG_I2C_EG20T is not set

#
# External I2C/SMBus adapter drivers
#
# CONFIG_I2C_DIOLAN_U2C is not set
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_TAOS_EVM is not set
CONFIG_I2C_TINY_USB=m

#
# 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

#
# PPS support
#
# CONFIG_PPS is not set

#
# PPS generators support
#
CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
# CONFIG_GPIOLIB is not set
# CONFIG_W1 is not set
# CONFIG_POWER_SUPPLY is not set
CONFIG_HWMON=y
CONFIG_HWMON_VID=m
# 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_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=m
# 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_G760A is not set
# CONFIG_SENSORS_GL518SM is not set
# CONFIG_SENSORS_GL520SM is not set
# CONFIG_SENSORS_CORETEMP is not set
# CONFIG_SENSORS_PKGTEMP is not set
CONFIG_SENSORS_IT87=m
# CONFIG_SENSORS_JC42 is not set
# CONFIG_SENSORS_LINEAGE 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_LTC4151 is not set
# CONFIG_SENSORS_LTC4215 is not set
# CONFIG_SENSORS_LTC4245 is not set
# CONFIG_SENSORS_LTC4261 is not set
# CONFIG_SENSORS_LM95241 is not set
# CONFIG_SENSORS_MAX1619 is not set
# CONFIG_SENSORS_MAX6639 is not set
# CONFIG_SENSORS_MAX6650 is not set
# CONFIG_SENSORS_PC87360 is not set
# CONFIG_SENSORS_PC87427 is not set
# CONFIG_SENSORS_PCF8591 is not set
# CONFIG_PMBUS is not set
# CONFIG_SENSORS_SHT21 is not set
# CONFIG_SENSORS_SIS5595 is not set
# CONFIG_SENSORS_SMM665 is not set
# CONFIG_SENSORS_DME1737 is not set
# CONFIG_SENSORS_EMC1403 is not set
# CONFIG_SENSORS_EMC2103 is not set
# CONFIG_SENSORS_SMSC47M1 is not set
# CONFIG_SENSORS_SMSC47M192 is not set
# CONFIG_SENSORS_SMSC47B397 is not set
# CONFIG_SENSORS_SCH5627 is not set
# CONFIG_SENSORS_ADS1015 is not set
# CONFIG_SENSORS_ADS7828 is not set
# CONFIG_SENSORS_AMC6821 is not set
# CONFIG_SENSORS_THMC50 is not set
# CONFIG_SENSORS_TMP102 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
# CONFIG_SENSORS_APPLESMC is not set

#
# ACPI drivers
#
# CONFIG_SENSORS_ATK0110 is not set
CONFIG_THERMAL=y
CONFIG_THERMAL_HWMON=y
# CONFIG_WATCHDOG is not set
CONFIG_SSB_POSSIBLE=y

#
# Sonics Silicon Backplane
#
# CONFIG_SSB is not set
# CONFIG_MFD_SUPPORT is not set
# CONFIG_REGULATOR is not set
# CONFIG_MEDIA_SUPPORT is not set

#
# Graphics support
#
CONFIG_AGP=m
CONFIG_AGP_AMD64=m
# CONFIG_AGP_INTEL is not set
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_VIA is not set
CONFIG_VGA_ARB=y
CONFIG_VGA_ARB_MAX_GPUS=8
# CONFIG_VGA_SWITCHEROO is not set
CONFIG_DRM=m
# CONFIG_DRM_TDFX is not set
# CONFIG_DRM_R128 is not set
# CONFIG_DRM_RADEON is not set
# CONFIG_DRM_MGA is not set
# CONFIG_DRM_SIS is not set
# CONFIG_DRM_VIA is not set
# CONFIG_DRM_SAVAGE is not set
# CONFIG_STUB_POULSBO is not set
# CONFIG_VGASTATE is not set
CONFIG_VIDEO_OUTPUT_CONTROL=m
CONFIG_FB=y
CONFIG_FIRMWARE_EDID=y
# CONFIG_FB_DDC is not set
# CONFIG_FB_BOOT_VESA_SUPPORT is not set
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
# CONFIG_FB_SYS_FILLRECT is not set
# CONFIG_FB_SYS_COPYAREA is not set
# CONFIG_FB_SYS_IMAGEBLIT is not set
# CONFIG_FB_FOREIGN_ENDIAN is not set
# CONFIG_FB_SYS_FOPS is not set
# CONFIG_FB_WMT_GE_ROPS is not set
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_MACMODES is not set
# CONFIG_FB_BACKLIGHT is not set
CONFIG_FB_MODE_HELPERS=y
# CONFIG_FB_TILEBLITTING is not set

#
# Frame buffer hardware drivers
#
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ARC is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
CONFIG_FB_UVESA=y
# CONFIG_FB_VESA is not set
# CONFIG_FB_EFI is not set
# CONFIG_FB_N411 is not set
# CONFIG_FB_HGA is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_NVIDIA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_LE80578 is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_S3 is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_VIA is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_VT8623 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_ARK is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_CARMINE is not set
# CONFIG_FB_GEODE is not set
# CONFIG_FB_UDL is not set
# CONFIG_FB_VIRTUAL is not set
# CONFIG_FB_METRONOME is not set
# CONFIG_FB_MB862XX is not set
# CONFIG_FB_BROADSHEET is not set
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set

#
# Display device support
#
CONFIG_DISPLAY_SUPPORT=m

#
# Display hardware drivers
#

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_VGACON_SOFT_SCROLLBACK=y
CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=256
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
# CONFIG_FB_CON_DECOR is not set
CONFIG_FONTS=y
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
# CONFIG_FONT_6x11 is not set
# CONFIG_FONT_7x14 is not set
# CONFIG_FONT_PEARL_8x8 is not set
# CONFIG_FONT_ACORN_8x8 is not set
# CONFIG_FONT_MINI_4x6 is not set
# CONFIG_FONT_SUN8x16 is not set
# CONFIG_FONT_SUN12x22 is not set
# CONFIG_FONT_10x18 is not set
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set
CONFIG_LOGO_LINUX_CLUT224=y
CONFIG_SOUND=m
CONFIG_SOUND_OSS_CORE=y
CONFIG_SOUND_OSS_CORE_PRECLAIM=y
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_SEQUENCER=m
CONFIG_SND_SEQ_DUMMY=m
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_PCM_OSS_PLUGINS=y
CONFIG_SND_SEQUENCER_OSS=y
CONFIG_SND_HRTIMER=m
CONFIG_SND_SEQ_HRTIMER_DEFAULT=y
CONFIG_SND_DYNAMIC_MINORS=y
# CONFIG_SND_SUPPORT_OLD_API is not set
# CONFIG_SND_VERBOSE_PROCFS is not set
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set
CONFIG_SND_VMASTER=y
CONFIG_SND_DMA_SGBUF=y
# CONFIG_SND_RAWMIDI_SEQ is not set
# CONFIG_SND_OPL3_LIB_SEQ is not set
# CONFIG_SND_OPL4_LIB_SEQ is not set
# CONFIG_SND_SBAWE_SEQ is not set
# CONFIG_SND_EMU10K1_SEQ is not set
# CONFIG_SND_DRIVERS is not set
CONFIG_SND_PCI=y
# CONFIG_SND_AD1889 is not set
# CONFIG_SND_ALS300 is not set
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_ASIHPI is not set
# CONFIG_SND_ATIIXP is not set
# CONFIG_SND_ATIIXP_MODEM is not set
# CONFIG_SND_AU8810 is not set
# CONFIG_SND_AU8820 is not set
# CONFIG_SND_AU8830 is not set
# CONFIG_SND_AW2 is not set
# CONFIG_SND_AZT3328 is not set
# CONFIG_SND_BT87X is not set
# CONFIG_SND_CA0106 is not set
# CONFIG_SND_CMIPCI is not set
# CONFIG_SND_OXYGEN is not set
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_CS46XX is not set
# CONFIG_SND_CS5530 is not set
# CONFIG_SND_CS5535AUDIO is not set
# CONFIG_SND_CTXFI is not set
# CONFIG_SND_DARLA20 is not set
# CONFIG_SND_GINA20 is not set
# CONFIG_SND_LAYLA20 is not set
# CONFIG_SND_DARLA24 is not set
# CONFIG_SND_GINA24 is not set
# CONFIG_SND_LAYLA24 is not set
# CONFIG_SND_MONA is not set
# CONFIG_SND_MIA is not set
# CONFIG_SND_ECHO3G is not set
# CONFIG_SND_INDIGO is not set
# CONFIG_SND_INDIGOIO is not set
# CONFIG_SND_INDIGODJ is not set
# CONFIG_SND_INDIGOIOX is not set
# CONFIG_SND_INDIGODJX is not set
# CONFIG_SND_EMU10K1 is not set
# CONFIG_SND_EMU10K1X is not set
# CONFIG_SND_ENS1370 is not set
# CONFIG_SND_ENS1371 is not set
# CONFIG_SND_ES1938 is not set
# CONFIG_SND_ES1968 is not set
# CONFIG_SND_FM801 is not set
CONFIG_SND_HDA_INTEL=m
# CONFIG_SND_HDA_HWDEP is not set
CONFIG_SND_HDA_INPUT_BEEP=y
CONFIG_SND_HDA_INPUT_BEEP_MODE=2
# CONFIG_SND_HDA_INPUT_JACK is not set
# CONFIG_SND_HDA_PATCH_LOADER is not set
CONFIG_SND_HDA_CODEC_REALTEK=y
# CONFIG_SND_HDA_CODEC_ANALOG is not set
# CONFIG_SND_HDA_CODEC_SIGMATEL is not set
# CONFIG_SND_HDA_CODEC_VIA is not set
CONFIG_SND_HDA_CODEC_HDMI=y
# CONFIG_SND_HDA_CODEC_CIRRUS is not set
# CONFIG_SND_HDA_CODEC_CONEXANT is not set
# CONFIG_SND_HDA_CODEC_CA0110 is not set
# CONFIG_SND_HDA_CODEC_CMEDIA is not set
# CONFIG_SND_HDA_CODEC_SI3054 is not set
CONFIG_SND_HDA_GENERIC=y
# CONFIG_SND_HDA_POWER_SAVE is not set
# CONFIG_SND_HDSP is not set
# CONFIG_SND_HDSPM is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
# CONFIG_SND_INTEL8X0 is not set
# CONFIG_SND_INTEL8X0M is not set
# CONFIG_SND_KORG1212 is not set
# CONFIG_SND_LX6464ES is not set
# CONFIG_SND_MAESTRO3 is not set
# CONFIG_SND_MIXART is not set
# CONFIG_SND_NM256 is not set
# CONFIG_SND_PCXHR is not set
# CONFIG_SND_RIPTIDE is not set
# CONFIG_SND_RME32 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_TRIDENT is not set
# CONFIG_SND_VIA82XX is not set
# CONFIG_SND_VIA82XX_MODEM is not set
# CONFIG_SND_VIRTUOSO is not set
# CONFIG_SND_VX222 is not set
# CONFIG_SND_YMFPCI is not set
# CONFIG_SND_USB is not set
# CONFIG_SND_SOC is not set
# CONFIG_SOUND_PRIME is not set
CONFIG_HID_SUPPORT=y
CONFIG_HID=y
CONFIG_HIDRAW=y

#
# USB Input Devices
#
CONFIG_USB_HID=y
# CONFIG_HID_PID is not set
# CONFIG_USB_HIDDEV is not set

#
# Special HID drivers
#
# CONFIG_HID_3M_PCT is not set
CONFIG_HID_A4TECH=y
# CONFIG_HID_ACRUX is not set
CONFIG_HID_APPLE=y
CONFIG_HID_BELKIN=y
# CONFIG_HID_CANDO is not set
CONFIG_HID_CHERRY=y
CONFIG_HID_CHICONY=y
# CONFIG_HID_PRODIKEYS is not set
CONFIG_HID_CYPRESS=y
# CONFIG_HID_DRAGONRISE is not set
# CONFIG_HID_EMS_FF is not set
CONFIG_HID_EZKEY=y
# CONFIG_HID_KEYTOUCH is not set
CONFIG_HID_KYE=y
# CONFIG_HID_UCLOGIC is not set
# CONFIG_HID_WALTOP is not set
# CONFIG_HID_GYRATION is not set
# CONFIG_HID_TWINHAN is not set
CONFIG_HID_KENSINGTON=y
# CONFIG_HID_LCPOWER is not set
CONFIG_HID_LOGITECH=y
# CONFIG_LOGITECH_FF is not set
# CONFIG_LOGIRUMBLEPAD2_FF is not set
# CONFIG_LOGIG940_FF is not set
# CONFIG_LOGIWII_FF is not set
CONFIG_HID_MICROSOFT=y
# CONFIG_HID_MOSART is not set
CONFIG_HID_MONTEREY=y
# CONFIG_HID_MULTITOUCH is not set
# CONFIG_HID_NTRIG is not set
# CONFIG_HID_ORTEK is not set
# CONFIG_HID_PANTHERLORD is not set
# CONFIG_HID_PETALYNX is not set
# CONFIG_HID_PICOLCD is not set
# CONFIG_HID_QUANTA is not set
# CONFIG_HID_ROCCAT is not set
# CONFIG_HID_ROCCAT_ARVO is not set
# CONFIG_HID_ROCCAT_KONE is not set
# CONFIG_HID_ROCCAT_KONEPLUS is not set
# CONFIG_HID_ROCCAT_KOVAPLUS is not set
# CONFIG_HID_ROCCAT_PYRA is not set
# CONFIG_HID_SAMSUNG is not set
# CONFIG_HID_SONY is not set
# CONFIG_HID_STANTUM is not set
# CONFIG_HID_SUNPLUS is not set
# CONFIG_HID_GREENASIA is not set
# CONFIG_HID_SMARTJOYPLUS is not set
# CONFIG_HID_TOPSEED is not set
# CONFIG_HID_THRUSTMASTER is not set
# CONFIG_HID_ZEROPLUS is not set
# CONFIG_HID_ZYDACRON is not set
CONFIG_USB_SUPPORT=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=y
# CONFIG_USB_DEBUG is not set
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y

#
# Miscellaneous USB options
#
# CONFIG_USB_DEVICEFS is not set
# CONFIG_USB_DEVICE_CLASS is not set
# CONFIG_USB_DYNAMIC_MINORS is not set
CONFIG_USB_MON=m
# CONFIG_USB_WUSB is not set
# CONFIG_USB_WUSB_CBAF is not set

#
# USB Host Controller Drivers
#
# CONFIG_USB_C67X00_HCD is not set
CONFIG_USB_XHCI_HCD=m
# CONFIG_USB_XHCI_HCD_DEBUGGING is not set
CONFIG_USB_EHCI_HCD=y
# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
# CONFIG_USB_EHCI_TT_NEWSCHED is not set
# CONFIG_USB_OXU210HP_HCD is not set
# CONFIG_USB_ISP116X_HCD is not set
# CONFIG_USB_ISP1760_HCD is not set
# CONFIG_USB_ISP1362_HCD is not set
CONFIG_USB_OHCI_HCD=y
# CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set
# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
# CONFIG_USB_UHCI_HCD is not set
# CONFIG_USB_SL811_HCD is not set
# CONFIG_USB_R8A66597_HCD is not set
# CONFIG_USB_WHCI_HCD is not set
# CONFIG_USB_HWA_HCD is not set

#
# USB Device Class drivers
#
# CONFIG_USB_ACM is not set
# CONFIG_USB_PRINTER is not set
# CONFIG_USB_WDM is not set
# CONFIG_USB_TMC is not set

#
# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
#

#
# also be needed; see USB_STORAGE Help for more info
#
CONFIG_USB_STORAGE=y
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_REALTEK is not set
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_USBAT is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_SDDR55 is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set
# CONFIG_USB_STORAGE_ALAUDA is not set
# CONFIG_USB_STORAGE_ONETOUCH is not set
# CONFIG_USB_STORAGE_KARMA is not set
# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
# CONFIG_USB_STORAGE_ENE_UB6250 is not set
# CONFIG_USB_UAS is not set
CONFIG_USB_LIBUSUAL=y

#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set

#
# USB port drivers
#
CONFIG_USB_SERIAL=m
# CONFIG_USB_EZUSB is not set
# CONFIG_USB_SERIAL_GENERIC is not set
# CONFIG_USB_SERIAL_AIRCABLE is not set
# CONFIG_USB_SERIAL_ARK3116 is not set
# CONFIG_USB_SERIAL_BELKIN is not set
# CONFIG_USB_SERIAL_CH341 is not set
# CONFIG_USB_SERIAL_WHITEHEAT is not set
# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
# CONFIG_USB_SERIAL_CP210X is not set
# CONFIG_USB_SERIAL_CYPRESS_M8 is not set
# CONFIG_USB_SERIAL_EMPEG is not set
CONFIG_USB_SERIAL_FTDI_SIO=m
# CONFIG_USB_SERIAL_FUNSOFT is not set
# CONFIG_USB_SERIAL_VISOR is not set
# CONFIG_USB_SERIAL_IPAQ is not set
# CONFIG_USB_SERIAL_IR is not set
# CONFIG_USB_SERIAL_EDGEPORT is not set
# CONFIG_USB_SERIAL_EDGEPORT_TI is not set
# CONFIG_USB_SERIAL_GARMIN is not set
# CONFIG_USB_SERIAL_IPW is not set
# CONFIG_USB_SERIAL_IUU is not set
# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
# CONFIG_USB_SERIAL_KEYSPAN is not set
# CONFIG_USB_SERIAL_KLSI is not set
# CONFIG_USB_SERIAL_KOBIL_SCT is not set
# CONFIG_USB_SERIAL_MCT_U232 is not set
# CONFIG_USB_SERIAL_MOS7720 is not set
# CONFIG_USB_SERIAL_MOS7840 is not set
# CONFIG_USB_SERIAL_MOTOROLA is not set
# CONFIG_USB_SERIAL_NAVMAN is not set
# CONFIG_USB_SERIAL_PL2303 is not set
# CONFIG_USB_SERIAL_OTI6858 is not set
# CONFIG_USB_SERIAL_QCAUX is not set
# CONFIG_USB_SERIAL_QUALCOMM is not set
# CONFIG_USB_SERIAL_SPCP8X5 is not set
# CONFIG_USB_SERIAL_HP4X is not set
# CONFIG_USB_SERIAL_SAFE is not set
# CONFIG_USB_SERIAL_SAMBA is not set
# CONFIG_USB_SERIAL_SIEMENS_MPI is not set
# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
# CONFIG_USB_SERIAL_SYMBOL is not set
# CONFIG_USB_SERIAL_TI is not set
# CONFIG_USB_SERIAL_CYBERJACK is not set
# CONFIG_USB_SERIAL_XIRCOM is not set
# CONFIG_USB_SERIAL_OPTION is not set
# CONFIG_USB_SERIAL_OMNINET is not set
# CONFIG_USB_SERIAL_OPTICON is not set
# CONFIG_USB_SERIAL_VIVOPAY_SERIAL is not set
# CONFIG_USB_SERIAL_ZIO is not set
# CONFIG_USB_SERIAL_SSU100 is not set
# CONFIG_USB_SERIAL_DEBUG is not set

#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_ADUTUX is not set
# CONFIG_USB_SEVSEG is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_LED is not set
# CONFIG_USB_CYPRESS_CY7C63 is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_FTDI_ELAN is not set
# CONFIG_USB_APPLEDISPLAY is not set
# CONFIG_USB_SISUSBVGA is not set
# CONFIG_USB_LD is not set
# CONFIG_USB_TRANCEVIBRATOR is not set
# CONFIG_USB_IOWARRIOR is not set
# CONFIG_USB_TEST is not set
# CONFIG_USB_ISIGHTFW is not set
# CONFIG_USB_YUREX is not set
# CONFIG_USB_GADGET is not set

#
# OTG and related infrastructure
#
# CONFIG_NOP_USB_XCEIV is not set
# CONFIG_UWB is not set
# CONFIG_MMC is not set
# CONFIG_MEMSTICK is not set
# CONFIG_NEW_LEDS is not set
# CONFIG_NFC_DEVICES is not set
# CONFIG_ACCESSIBILITY is not set
# CONFIG_INFINIBAND is not set
CONFIG_EDAC=y

#
# Reporting subsystems
#
# CONFIG_EDAC_DEBUG is not set
CONFIG_EDAC_DECODE_MCE=y
# CONFIG_EDAC_MCE_INJ is not set
# CONFIG_EDAC_MM_EDAC is not set
CONFIG_RTC_LIB=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_HCTOSYS=y
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
# CONFIG_RTC_DEBUG is not set

#
# RTC interfaces
#
CONFIG_RTC_INTF_SYSFS=y
CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
# CONFIG_RTC_DRV_TEST is not set

#
# I2C RTC drivers
#
# CONFIG_RTC_DRV_DS1307 is not set
# CONFIG_RTC_DRV_DS1374 is not set
# CONFIG_RTC_DRV_DS1672 is not set
# CONFIG_RTC_DRV_DS3232 is not set
# CONFIG_RTC_DRV_MAX6900 is not set
# CONFIG_RTC_DRV_RS5C372 is not set
# CONFIG_RTC_DRV_ISL1208 is not set
# CONFIG_RTC_DRV_ISL12022 is not set
# CONFIG_RTC_DRV_X1205 is not set
# CONFIG_RTC_DRV_PCF8563 is not set
# CONFIG_RTC_DRV_PCF8583 is not set
# CONFIG_RTC_DRV_M41T80 is not set
# CONFIG_RTC_DRV_BQ32K is not set
# CONFIG_RTC_DRV_S35390A is not set
# CONFIG_RTC_DRV_FM3130 is not set
# CONFIG_RTC_DRV_RX8581 is not set
# CONFIG_RTC_DRV_RX8025 is not set

#
# SPI RTC drivers
#

#
# Platform RTC drivers
#
CONFIG_RTC_DRV_CMOS=y
# CONFIG_RTC_DRV_DS1286 is not set
# CONFIG_RTC_DRV_DS1511 is not set
# CONFIG_RTC_DRV_DS1553 is not set
# CONFIG_RTC_DRV_DS1742 is not set
# CONFIG_RTC_DRV_STK17TA8 is not set
# CONFIG_RTC_DRV_M48T86 is not set
# CONFIG_RTC_DRV_M48T35 is not set
# CONFIG_RTC_DRV_M48T59 is not set
# CONFIG_RTC_DRV_MSM6242 is not set
# CONFIG_RTC_DRV_BQ4802 is not set
# CONFIG_RTC_DRV_RP5C01 is not set
# CONFIG_RTC_DRV_V3020 is not set

#
# on-CPU RTC drivers
#
# CONFIG_DMADEVICES is not set
# CONFIG_AUXDISPLAY is not set
CONFIG_UIO=m
# CONFIG_UIO_CIF is not set
# CONFIG_UIO_PDRV is not set
CONFIG_UIO_PDRV_GENIRQ=m
# CONFIG_UIO_AEC is not set
# CONFIG_UIO_SERCOS3 is not set
# CONFIG_UIO_PCI_GENERIC is not set
# CONFIG_UIO_NETX is not set
# CONFIG_STAGING is not set
# CONFIG_X86_PLATFORM_DEVICES is not set

#
# Firmware Drivers
#
# CONFIG_EDD is not set
CONFIG_FIRMWARE_MEMMAP=y
# CONFIG_EFI_VARS is not set
# CONFIG_DELL_RBU is not set
# CONFIG_DCDBAS is not set
# CONFIG_DMIID is not set
# CONFIG_DMI_SYSFS is not set
# CONFIG_ISCSI_IBFT_FIND is not set
# CONFIG_SIGMA is not set

#
# File systems
#
CONFIG_EXT2_FS=y
# CONFIG_EXT2_FS_XATTR is not set
# CONFIG_EXT2_FS_XIP is not set
# CONFIG_EXT3_FS is not set
# CONFIG_EXT4_FS is not set
CONFIG_REISERFS_FS=y
# CONFIG_REISERFS_CHECK is not set
# CONFIG_REISERFS_PROC_INFO is not set
# CONFIG_REISERFS_FS_XATTR is not set
# CONFIG_JFS_FS is not set
# CONFIG_XFS_FS is not set
# CONFIG_GFS2_FS is not set
# CONFIG_OCFS2_FS is not set
# CONFIG_BTRFS_FS is not set
# CONFIG_NILFS2_FS is not set
CONFIG_FS_POSIX_ACL=y
CONFIG_FILE_LOCKING=y
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_FANOTIFY=y
# CONFIG_QUOTA is not set
# CONFIG_QUOTACTL is not set
# CONFIG_AUTOFS4_FS is not set
# CONFIG_FUSE_FS is not set
CONFIG_GENERIC_ACL=y

#
# Caches
#
# CONFIG_FSCACHE is not set

#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=m
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_UDF_FS=m
CONFIG_UDF_NLS=y

#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=m
CONFIG_MSDOS_FS=m
CONFIG_VFAT_FS=m
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
CONFIG_NTFS_FS=m
# CONFIG_NTFS_DEBUG is not set
# CONFIG_NTFS_RW is not set

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_SYSCTL=y
CONFIG_PROC_PAGE_MONITOR=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_HUGETLBFS=y
CONFIG_HUGETLB_PAGE=y
CONFIG_CONFIGFS_FS=y
# CONFIG_MISC_FILESYSTEMS is not set
# CONFIG_NETWORK_FILESYSTEMS is not set

#
# Partition Types
#
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_MSDOS_PARTITION=y
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_CODEPAGE_437=y
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
CONFIG_NLS_ASCII=y
CONFIG_NLS_ISO8859_1=y
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
CONFIG_NLS_UTF8=y
# CONFIG_DLM is not set

#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
CONFIG_PRINTK_TIME=y
CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4
CONFIG_ENABLE_WARN_DEPRECATED=y
CONFIG_ENABLE_MUST_CHECK=y
CONFIG_FRAME_WARN=2048
# CONFIG_MAGIC_SYSRQ is not set
# CONFIG_STRIP_ASM_SYMS is not set
# CONFIG_UNUSED_SYMBOLS is not set
CONFIG_DEBUG_FS=y
# CONFIG_HEADERS_CHECK is not set
# CONFIG_DEBUG_SECTION_MISMATCH is not set
# CONFIG_DEBUG_KERNEL is not set
# CONFIG_HARDLOCKUP_DETECTOR is not set
# CONFIG_SPARSE_RCU_POINTER is not set
CONFIG_DEBUG_BUGVERBOSE=y
CONFIG_DEBUG_MEMORY_INIT=y
CONFIG_ARCH_WANT_FRAME_POINTERS=y
# CONFIG_FRAME_POINTER is not set
# CONFIG_RCU_CPU_STALL_DETECTOR is not set
# CONFIG_LKDTM is not set
# CONFIG_SYSCTL_SYSCALL_CHECK is not set
CONFIG_USER_STACKTRACE_SUPPORT=y
CONFIG_HAVE_FUNCTION_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST=y
CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y
CONFIG_HAVE_DYNAMIC_FTRACE=y
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
CONFIG_HAVE_C_RECORDMCOUNT=y
CONFIG_TRACING_SUPPORT=y
# CONFIG_FTRACE is not set
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
# CONFIG_DYNAMIC_DEBUG is not set
# CONFIG_DMA_API_DEBUG is not set
# CONFIG_ATOMIC64_SELFTEST is not set
# CONFIG_SAMPLES is not set
CONFIG_HAVE_ARCH_KGDB=y
CONFIG_HAVE_ARCH_KMEMCHECK=y
# CONFIG_TEST_KSTRTOX is not set
CONFIG_STRICT_DEVMEM=y
CONFIG_X86_VERBOSE_BOOTUP=y
CONFIG_EARLY_PRINTK=y
# CONFIG_EARLY_PRINTK_DBGP is not set
# CONFIG_DEBUG_SET_MODULE_RONX is not set
# CONFIG_IOMMU_STRESS is not set
CONFIG_HAVE_MMIOTRACE_SUPPORT=y
CONFIG_IO_DELAY_TYPE_0X80=0
CONFIG_IO_DELAY_TYPE_0XED=1
CONFIG_IO_DELAY_TYPE_UDELAY=2
CONFIG_IO_DELAY_TYPE_NONE=3
CONFIG_IO_DELAY_0X80=y
# CONFIG_IO_DELAY_0XED is not set
# CONFIG_IO_DELAY_UDELAY is not set
# CONFIG_IO_DELAY_NONE is not set
CONFIG_DEFAULT_IO_DELAY_TYPE=0
# CONFIG_OPTIMIZE_INLINING is not set

#
# Security options
#
# CONFIG_KEYS is not set
# CONFIG_SECURITY_DMESG_RESTRICT is not set
# CONFIG_SECURITY is not set
# CONFIG_SECURITYFS is not set
# CONFIG_INTEL_TXT is not set
CONFIG_DEFAULT_SECURITY_DAC=y
CONFIG_DEFAULT_SECURITY=""
CONFIG_CRYPTO=y

#
# Crypto core or helper
#
CONFIG_CRYPTO_ALGAPI=m
CONFIG_CRYPTO_ALGAPI2=m
CONFIG_CRYPTO_AEAD=m
CONFIG_CRYPTO_AEAD2=m
CONFIG_CRYPTO_BLKCIPHER=m
CONFIG_CRYPTO_BLKCIPHER2=m
CONFIG_CRYPTO_HASH=m
CONFIG_CRYPTO_HASH2=m
CONFIG_CRYPTO_RNG=m
CONFIG_CRYPTO_RNG2=m
CONFIG_CRYPTO_PCOMP=m
CONFIG_CRYPTO_PCOMP2=m
CONFIG_CRYPTO_MANAGER=m
CONFIG_CRYPTO_MANAGER2=m
CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y
CONFIG_CRYPTO_GF128MUL=m
CONFIG_CRYPTO_NULL=m
# CONFIG_CRYPTO_PCRYPT is not set
CONFIG_CRYPTO_WORKQUEUE=m
CONFIG_CRYPTO_CRYPTD=m
CONFIG_CRYPTO_AUTHENC=m
CONFIG_CRYPTO_TEST=m

#
# Authenticated Encryption with Associated Data
#
CONFIG_CRYPTO_CCM=m
CONFIG_CRYPTO_GCM=m
CONFIG_CRYPTO_SEQIV=m

#
# Block modes
#
CONFIG_CRYPTO_CBC=m
CONFIG_CRYPTO_CTR=m
CONFIG_CRYPTO_CTS=m
CONFIG_CRYPTO_ECB=m
# CONFIG_CRYPTO_LRW is not set
CONFIG_CRYPTO_PCBC=m
# CONFIG_CRYPTO_XTS is not set
CONFIG_CRYPTO_FPU=m

#
# Hash modes
#
CONFIG_CRYPTO_HMAC=m
CONFIG_CRYPTO_XCBC=m
CONFIG_CRYPTO_VMAC=m

#
# Digest
#
CONFIG_CRYPTO_CRC32C=m
CONFIG_CRYPTO_CRC32C_INTEL=m
CONFIG_CRYPTO_GHASH=m
CONFIG_CRYPTO_MD4=m
CONFIG_CRYPTO_MD5=m
CONFIG_CRYPTO_MICHAEL_MIC=m
CONFIG_CRYPTO_RMD128=m
CONFIG_CRYPTO_RMD160=m
CONFIG_CRYPTO_RMD256=m
CONFIG_CRYPTO_RMD320=m
CONFIG_CRYPTO_SHA1=m
CONFIG_CRYPTO_SHA256=m
CONFIG_CRYPTO_SHA512=m
CONFIG_CRYPTO_TGR192=m
CONFIG_CRYPTO_WP512=m
CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL=m

#
# Ciphers
#
CONFIG_CRYPTO_AES=m
CONFIG_CRYPTO_AES_X86_64=m
CONFIG_CRYPTO_AES_NI_INTEL=m
CONFIG_CRYPTO_ANUBIS=m
CONFIG_CRYPTO_ARC4=m
CONFIG_CRYPTO_BLOWFISH=m
CONFIG_CRYPTO_CAMELLIA=m
CONFIG_CRYPTO_CAST5=m
CONFIG_CRYPTO_CAST6=m
CONFIG_CRYPTO_DES=m
CONFIG_CRYPTO_FCRYPT=m
CONFIG_CRYPTO_KHAZAD=m
# CONFIG_CRYPTO_SALSA20 is not set
# CONFIG_CRYPTO_SALSA20_X86_64 is not set
CONFIG_CRYPTO_SEED=m
CONFIG_CRYPTO_SERPENT=m
CONFIG_CRYPTO_TEA=m
CONFIG_CRYPTO_TWOFISH=m
CONFIG_CRYPTO_TWOFISH_COMMON=m
CONFIG_CRYPTO_TWOFISH_X86_64=m

#
# Compression
#
CONFIG_CRYPTO_DEFLATE=m
CONFIG_CRYPTO_ZLIB=m
CONFIG_CRYPTO_LZO=m

#
# Random Number Generation
#
CONFIG_CRYPTO_ANSI_CPRNG=m
CONFIG_CRYPTO_USER_API=m
CONFIG_CRYPTO_USER_API_HASH=m
CONFIG_CRYPTO_USER_API_SKCIPHER=m
# CONFIG_CRYPTO_HW is not set
CONFIG_HAVE_KVM=y
# CONFIG_VIRTUALIZATION is not set
# CONFIG_BINARY_PRINTF is not set

#
# Library routines
#
CONFIG_BITREVERSE=y
CONFIG_GENERIC_FIND_FIRST_BIT=y
CONFIG_GENERIC_FIND_NEXT_BIT=y
CONFIG_GENERIC_FIND_LAST_BIT=y
CONFIG_CRC_CCITT=m
CONFIG_CRC16=m
CONFIG_CRC_T10DIF=m
CONFIG_CRC_ITU_T=m
CONFIG_CRC32=y
CONFIG_CRC7=m
CONFIG_LIBCRC32C=m
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=m
CONFIG_LZO_COMPRESS=m
CONFIG_LZO_DECOMPRESS=y
CONFIG_XZ_DEC=y
CONFIG_XZ_DEC_X86=y
CONFIG_XZ_DEC_POWERPC=y
CONFIG_XZ_DEC_IA64=y
CONFIG_XZ_DEC_ARM=y
CONFIG_XZ_DEC_ARMTHUMB=y
CONFIG_XZ_DEC_SPARC=y
CONFIG_XZ_DEC_BCJ=y
# CONFIG_XZ_DEC_TEST is not set
CONFIG_DECOMPRESS_GZIP=y
CONFIG_DECOMPRESS_BZIP2=y
CONFIG_DECOMPRESS_LZMA=y
CONFIG_DECOMPRESS_XZ=y
CONFIG_DECOMPRESS_LZO=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_DMA=y
CONFIG_CPU_RMAP=y
CONFIG_NLATTR=y
CONFIG_AVERAGE=y
Back to top
View user's profile Send private message
Dr Croubie
Apprentice
Apprentice


Joined: 21 Nov 2006
Posts: 159

PostPosted: Tue Aug 09, 2011 12:26 am    Post subject: Reply with quote

seems the other post ran out of characters...

Code:
Xorg.0.log:
[  1153.982]
X.Org X Server 1.10.2
Release Date: 2011-05-28
[  1153.982] X Protocol Version 11, Revision 0
[  1153.982] Build Operating System: Linux 2.6.39-gentoo-r3 x86_64 Gentoo
[  1153.982] Current Operating System: Linux Scutter 2.6.39-gentoo-r3 #16 SMP Mon Aug 8 17:40:26 CST 2011 x86_64
[  1153.982] Kernel command line: root=/dev/sda3 video=uvesafb:1024x768-16,mtrr:3,ywrap
[  1153.982] Build Date: 08 August 2011  08:54:08PM
[  1153.982] 
[  1153.982] Current version of pixman: 0.22.0
[  1153.982]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[  1153.982] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1153.983] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Aug  9 09:03:47 2011
[  1153.983] (==) Using config file: "/etc/X11/xorg.conf"
[  1153.983] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1153.983] (==) No Layout section.  Using the first Screen section.
[  1153.983] (**) |-->Screen "Screen0" (0)
[  1153.983] (**) |   |-->Monitor "AKA-TCO"
[  1153.983] (**) |   |-->Device "GigabyteGT440"
[  1153.983] (**) Option "DontZap" "false"
[  1153.983] (==) Automatically adding devices
[  1153.983] (==) Automatically enabling devices
[  1153.983] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[  1153.983]    Entry deleted from font path.
[  1153.983] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[  1153.983]    Entry deleted from font path.
[  1153.983] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[  1153.983]    Entry deleted from font path.
[  1153.983] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[  1153.983]    Entry deleted from font path.
[  1153.983]    (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[  1153.983] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[  1153.983]    Entry deleted from font path.
[  1153.983]    (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[  1153.983] (==) FontPath set to:
        /usr/share/fonts/misc/
[  1153.983] (==) ModulePath set to "/usr/lib64/xorg/modules"
[  1153.983] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1153.983] (II) Loader magic: 0x7d0160
[  1153.983] (II) Module ABI versions:
[  1153.983]    X.Org ANSI C Emulation: 0.4
[  1153.983]    X.Org Video Driver: 10.0
[  1153.983]    X.Org XInput driver : 12.2
[  1153.983]    X.Org Server Extension : 5.0
[  1153.984] (--) PCI:*(0:1:0:0) 10de:0de0:1458:3518 rev 161, Mem @ 0xfb000000/16777216, 0xc0000000/268435456, 0xde000000/33554432, I/O @ 0x0000ef00/128, BIOS @ 0x????????/524288
[  1153.984] (II) Open ACPI successful (/var/run/acpid.socket)
[  1153.984] (II) "extmod" will be loaded by default.
[  1153.984] (II) "dbe" will be loaded by default.
[  1153.984] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[  1153.984] (II) "record" will be loaded by default.
[  1153.984] (II) "dri" will be loaded by default.
[  1153.984] (II) "dri2" will be loaded by default.
[  1153.984] (II) LoadModule: "glx"
[  1153.984] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[  1153.991] (II) Module glx: vendor="NVIDIA Corporation"
[  1153.991]    compiled for 4.0.2, module version = 1.0.0
[  1153.991]    Module class: X.Org Server Extension
[  1153.991] (II) NVIDIA GLX Module  275.09.07  Wed Jun  8 14:34:43 PDT 2011
[  1153.991] (II) Loading extension GLX
[  1153.991] (II) LoadModule: "extmod"
[  1153.991] (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so
[  1153.991] (II) Module extmod: vendor="X.Org Foundation"
[  1153.991]    compiled for 1.10.2, module version = 1.0.0
[  1153.992]    Module class: X.Org Server Extension
[  1153.992]    ABI class: X.Org Server Extension, version 5.0
[  1153.992] (II) Loading extension MIT-SCREEN-SAVER
[  1153.992] (II) Loading extension XFree86-VidModeExtension
[  1153.992] (II) Loading extension XFree86-DGA
[  1153.992] (II) Loading extension DPMS
[  1153.992] (II) Loading extension XVideo
[  1153.992] (II) Loading extension XVideo-MotionCompensation
[  1153.992] (II) Loading extension X-Resource
[  1153.992] (II) LoadModule: "dbe"
[  1153.992] (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so
[  1153.992] (II) Module dbe: vendor="X.Org Foundation"
[  1153.992]    compiled for 1.10.2, module version = 1.0.0
[  1153.992]    Module class: X.Org Server Extension
[  1153.992]    ABI class: X.Org Server Extension, version 5.0
[  1153.992] (II) Loading extension DOUBLE-BUFFER
[  1153.992] (II) LoadModule: "record"
[  1153.992] (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so
[  1153.992] (II) Module record: vendor="X.Org Foundation"
[  1153.992]    compiled for 1.10.2, module version = 1.13.0
[  1153.992]    Module class: X.Org Server Extension
[  1153.992]    ABI class: X.Org Server Extension, version 5.0
[  1153.992] (II) Loading extension RECORD
[  1153.992] (II) LoadModule: "dri"
[  1153.992] (WW) Warning, couldn't open module dri
[  1153.992] (II) UnloadModule: "dri"
[  1153.992] (II) Unloading dri
[  1153.992] (EE) Failed to load module "dri" (module does not exist, 0)
[  1153.992] (II) LoadModule: "dri2"
[  1153.992] (WW) Warning, couldn't open module dri2
[  1153.992] (II) UnloadModule: "dri2"
[  1153.992] (II) Unloading dri2
[  1153.992] (EE) Failed to load module "dri2" (module does not exist, 0)
[  1153.992] (II) LoadModule: "nvidia"
[  1153.992] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[  1153.993] (II) Module nvidia: vendor="NVIDIA Corporation"
[  1153.993]    compiled for 4.0.2, module version = 1.0.0
[  1153.993]    Module class: X.Org Video Driver
[  1153.993] (II) NVIDIA dlloader X Driver  275.09.07  Wed Jun  8 14:18:12 PDT 2011
[  1153.993] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  1153.993] (--) using VT number 7
[  1154.128] (II) Loading sub module "fb"
[  1154.128] (II) LoadModule: "fb"
[  1154.129] (II) Loading /usr/lib64/xorg/modules/libfb.so
[  1154.129] (II) Module fb: vendor="X.Org Foundation"
[  1154.129]    compiled for 1.10.2, module version = 1.0.0
[  1154.129]    ABI class: X.Org ANSI C Emulation, version 0.4
[  1154.129] (II) Loading sub module "wfb"
[  1154.129] (II) LoadModule: "wfb"
[  1154.129] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[  1154.129] (II) Module wfb: vendor="X.Org Foundation"
[  1154.129]    compiled for 1.10.2, module version = 1.0.0
[  1154.129]    ABI class: X.Org ANSI C Emulation, version 0.4
[  1154.129] (II) Loading sub module "ramdac"
[  1154.129] (II) LoadModule: "ramdac"
[  1154.129] (II) Module "ramdac" already built-in
[  1154.129] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[  1154.129] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[  1154.129] (II) Loading /usr/lib64/xorg/modules/libfb.so
[  1154.129] (**) NVIDIA(0): Depth 16, (--) framebuffer bpp 16
[  1154.129] (==) NVIDIA(0): RGB weight 565
[  1154.129] (==) NVIDIA(0): Default visual is TrueColor
[  1154.129] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  1154.425] (II) NVIDIA(GPU-0): Display (Amtrans (CRT-1)) does not support NVIDIA 3D Vision
[  1154.425] (II) NVIDIA(GPU-0):     stereo.
[  1154.426] (II) NVIDIA(0): NVIDIA GPU GeForce GT 440 (GF108) at PCI:1:0:0 (GPU-0)
[  1154.426] (--) NVIDIA(0): Memory: 1048576 kBytes
[  1154.426] (--) NVIDIA(0): VideoBIOS: 70.08.4d.00.00
[  1154.426] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[  1154.426] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[  1154.426] (--) NVIDIA(0): Connected display device(s) on GeForce GT 440 at PCI:1:0:0
[  1154.426] (--) NVIDIA(0):     Amtrans (CRT-1)
[  1154.426] (--) NVIDIA(0): Amtrans (CRT-1): 400.0 MHz maximum pixel clock
[  1154.457] (II) NVIDIA(0): Assigned Display Device: CRT-1
[  1154.457] (II) NVIDIA(0): Validated modes:
[  1154.457] (II) NVIDIA(0):     "1280x1024"
[  1154.457] (II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
[  1154.474] (--) NVIDIA(0): DPI set to (101, 108); computed from "UseEdidDpi" X config
[  1154.474] (--) NVIDIA(0):     option
[  1154.475] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[  1154.475] (II) NVIDIA:     access.
[  1154.480] (II) NVIDIA(0): Setting mode "1280x1024"
[  1154.496] (II) Loading extension NV-GLX
[  1154.517] (==) NVIDIA(0): Disabling shared memory pixmaps
[  1154.517] (==) NVIDIA(0): Backing store disabled
[  1154.517] (==) NVIDIA(0): Silken mouse enabled
[  1154.517] (==) NVIDIA(0): DPMS enabled
[  1154.517] (II) Loading extension NV-CONTROL
[  1154.517] (II) Loading extension XINERAMA
[  1154.517] (II) Loading sub module "dri2"
[  1154.517] (II) LoadModule: "dri2"
[  1154.517] (WW) Warning, couldn't open module dri2
[  1154.517] (II) UnloadModule: "dri2"
[  1154.517] (II) Unloading dri2
[  1154.517] (EE) NVIDIA: Failed to load module "dri2" (module does not exist, 0)
[  1154.517] (II) NVIDIA(0): The X server will not be able to send the VDPAU driver name to
[  1154.517] (II) NVIDIA(0):     libvdpau.
[  1154.517] (==) RandR enabled
[  1154.517] (II) Initializing built-in extension Generic Event Extension
[  1154.517] (II) Initializing built-in extension SHAPE
[  1154.517] (II) Initializing built-in extension MIT-SHM
[  1154.517] (II) Initializing built-in extension XInputExtension
[  1154.517] (II) Initializing built-in extension XTEST
[  1154.517] (II) Initializing built-in extension BIG-REQUESTS
[  1154.517] (II) Initializing built-in extension SYNC
[  1154.517] (II) Initializing built-in extension XKEYBOARD
[  1154.517] (II) Initializing built-in extension XC-MISC
[  1154.517] (II) Initializing built-in extension XINERAMA
[  1154.517] (II) Initializing built-in extension XFIXES
[  1154.517] (II) Initializing built-in extension RENDER
[  1154.517] (II) Initializing built-in extension RANDR
[  1154.517] (II) Initializing built-in extension COMPOSITE
[  1154.517] (II) Initializing built-in extension DAMAGE
[  1154.517] (II) Initializing extension GLX
[  1154.550] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  1154.550] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  1154.550] (II) LoadModule: "evdev"
[  1154.550] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[  1154.550] (II) Module evdev: vendor="X.Org Foundation"
[  1154.550]    compiled for 1.10.2, module version = 2.6.0
[  1154.550]    Module class: X.Org XInput Driver
[  1154.550]    ABI class: X.Org XInput driver, version 12.2
[  1154.550] (II) Using input driver 'evdev' for 'Power Button'
[  1154.550] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[  1154.550] (**) Power Button: always reports core events
[  1154.550] (**) Power Button: Device: "/dev/input/event1"
[  1154.557] (--) Power Button: Found keys
[  1154.557] (II) Power Button: Configuring as keyboard
[  1154.557] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[  1154.557] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[  1154.557] (**) Option "xkb_rules" "evdev"
[  1154.557] (**) Option "xkb_model" "evdev"
[  1154.557] (**) Option "xkb_layout" "us"
[  1154.573] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[  1154.573] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  1154.573] (II) Using input driver 'evdev' for 'Power Button'
[  1154.573] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[  1154.573] (**) Power Button: always reports core events
[  1154.573] (**) Power Button: Device: "/dev/input/event0"
[  1154.581] (--) Power Button: Found keys
[  1154.581] (II) Power Button: Configuring as keyboard
[  1154.581] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[  1154.581] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[  1154.581] (**) Option "xkb_rules" "evdev"
[  1154.581] (**) Option "xkb_model" "evdev"
[  1154.581] (**) Option "xkb_layout" "us"
[  1154.583] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event2)
[  1154.583] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[  1154.583] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[  1154.583] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[  1154.583] (**) Logitech USB Receiver: always reports core events
[  1154.583] (**) Logitech USB Receiver: Device: "/dev/input/event2"
[  1154.589] (--) Logitech USB Receiver: Found keys
[  1154.589] (II) Logitech USB Receiver: Configuring as keyboard
[  1154.589] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb4/4-3/4-3:1.0/input/input2/event2"
[  1154.589] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
[  1154.589] (**) Option "xkb_rules" "evdev"
[  1154.589] (**) Option "xkb_model" "evdev"
[  1154.589] (**) Option "xkb_layout" "us"
[  1154.589] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event3)
[  1154.589] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
[  1154.589] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[  1154.589] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[  1154.589] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[  1154.589] (**) Logitech USB Receiver: always reports core events
[  1154.589] (**) Logitech USB Receiver: Device: "/dev/input/event3"
[  1154.597] (--) Logitech USB Receiver: Found 20 mouse buttons
[  1154.597] (--) Logitech USB Receiver: Found scroll wheel(s)
[  1154.597] (--) Logitech USB Receiver: Found relative axes
[  1154.597] (--) Logitech USB Receiver: Found x and y relative axes
[  1154.597] (--) Logitech USB Receiver: Found absolute axes
[  1154.597] (--) Logitech USB Receiver: Found keys
[  1154.597] (II) Logitech USB Receiver: Configuring as mouse
[  1154.597] (II) Logitech USB Receiver: Configuring as keyboard
[  1154.597] (II) Logitech USB Receiver: Adding scrollwheel support
[  1154.597] (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[  1154.597] (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  1154.597] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb4/4-3/4-3:1.1/input/input3/event3"
[  1154.597] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
[  1154.597] (**) Option "xkb_rules" "evdev"
[  1154.597] (**) Option "xkb_model" "evdev"
[  1154.597] (**) Option "xkb_layout" "us"
[  1154.597] (II) Logitech USB Receiver: initialized for relative axes.
[  1154.597] (WW) Logitech USB Receiver: ignoring absolute axes.
[  1154.597] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[  1154.597] (**) Logitech USB Receiver: (accel) acceleration profile 0
[  1154.597] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[  1154.597] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[  1154.597] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
[  1154.597] (II) No input driver/identifier specified (ignoring)
[  1154.599] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[  1154.599] (II) No input driver/identifier specified (ignoring)
[  1469.104] (II) Power Button: Close
[  1469.104] (II) UnloadModule: "evdev"
[  1469.104] (II) Unloading evdev
[  1469.107] (II) Power Button: Close
[  1469.107] (II) UnloadModule: "evdev"
[  1469.107] (II) Unloading evdev
[  1469.116] (II) Logitech USB Receiver: Close
[  1469.116] (II) UnloadModule: "evdev"
[  1469.116] (II) Unloading evdev
[  1469.123] (II) Logitech USB Receiver: Close
[  1469.123] (II) UnloadModule: "evdev"
[  1469.123] (II) Unloading evdev
Back to top
View user's profile Send private message
Dr Croubie
Apprentice
Apprentice


Joined: 21 Nov 2006
Posts: 159

PostPosted: Tue Aug 09, 2011 12:28 am    Post subject: Reply with quote

lucky last:

[code:1:72a8a1e740]dmesg:
[ 0.000000] Linux version 2.6.39-gentoo-r3 (root@Scutter) (gcc version 4.4.5 (Gentoo 4.4.5 p1.3, pie-0.4.5) ) #16 SMP Mon Aug 8 17:40:26 CST 2011
[ 0.000000] Command line: root=/dev/sda3 video=uvesafb:1024x768-16,mtrr:3,ywrap
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 0000000000098800 (usable)
[ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000bfdc0000 (usable)
[ 0.000000] BIOS-e820: 00000000bfdc0000 - 00000000bfdf1000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bfdf1000 - 00000000bfe00000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000bfe00000 - 00000000bff00000 (reserved)
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
[ 0.000000] BIOS-e820: 0000000100000000 - 0000000140000000 (usable)
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] DMI 2.4 present.
[ 0.000000] DMI: Gigabyte Technology Co., Ltd. GA-990FXA-UD3/GA-990FXA-UD3, BIOS F2 05/17/2011
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] No AGP bridge found
[ 0.000000] last_pfn = 0x140000 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-C7FFF write-protect
[ 0.000000] C8000-FFFFF uncachable
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000000 mask FFFF80000000 write-back
[ 0.000000] 1 base 000080000000 mask FFFFC0000000 write-back
[ 0.000000] 2 base 0000BFE00000 mask FFFFFFE00000 uncachable
[ 0.000000] 3 base 000100000000 mask FFFFC0000000 write-back
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] TOM2: 0000000140000000 aka 5120M
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] original variable MTRRs
[ 0.000000] reg 0, base: 0GB, range: 2GB, type WB
[ 0.000000] reg 1, base: 2GB, range: 1GB, type WB
[ 0.000000] reg 2, base: 3070MB, range: 2MB, type UC
[ 0.000000] reg 3, base: 4GB, range: 1GB, type WB
[ 0.000000] total RAM covered: 3070M
[ 0.000000] gran_size: 64K chunk_size: 64K num_reg: 8 lose cover RAM: 6M
[ 0.000000] gran_size: 64K chunk_size: 128K num_reg: 8 lose cover RAM: 6M
[ 0.000000] gran_size: 64K chunk_size: 256K num_reg: 8 lose cover RAM: 6M
[ 0.000000] gran_size: 64K chunk_size: 512K num_reg: 8 lose cover RAM: 6M
[ 0.000000] gran_size: 64K chunk_size: 1M num_reg: 8 lose cover RAM: 6M
[ 0.000000] gran_size: 64K chunk_size: 2M num_reg: 8 lose cover RAM: 6M
[ 0.000000] gran_size: 64K chunk_size: 4M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 64K chunk_size: 8M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 64K chunk_size: 16M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 64K chunk_size: 32M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 64K chunk_size: 64M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 64K chunk_size: 128M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 64K chunk_size: 256M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 64K chunk_size: 512M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 64K chunk_size: 1G num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 64K chunk_size: 2G num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 128K chunk_size: 128K num_reg: 8 lose cover RAM: 6M
[ 0.000000] gran_size: 128K chunk_size: 256K num_reg: 8 lose cover RAM: 6M
[ 0.000000] gran_size: 128K chunk_size: 512K num_reg: 8 lose cover RAM: 6M
[ 0.000000] gran_size: 128K chunk_size: 1M num_reg: 8 lose cover RAM: 6M
[ 0.000000] gran_size: 128K chunk_size: 2M num_reg: 8 lose cover RAM: 6M
[ 0.000000] gran_size: 128K chunk_size: 4M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 128K chunk_size: 8M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 128K chunk_size: 16M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 128K chunk_size: 32M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 128K chunk_size: 64M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 128K chunk_size: 128M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 128K chunk_size: 256M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 128K chunk_size: 512M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 128K chunk_size: 1G num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 128K chunk_size: 2G num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 256K chunk_size: 256K num_reg: 8 lose cover RAM: 6M
[ 0.000000] gran_size: 256K chunk_size: 512K num_reg: 8 lose cover RAM: 6M
[ 0.000000] gran_size: 256K chunk_size: 1M num_reg: 8 lose cover RAM: 6M
[ 0.000000] gran_size: 256K chunk_size: 2M num_reg: 8 lose cover RAM: 6M
[ 0.000000] gran_size: 256K chunk_size: 4M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 256K chunk_size: 8M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 256K chunk_size: 16M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 256K chunk_size: 32M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 256K chunk_size: 64M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 256K chunk_size: 128M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 256K chunk_size: 256M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 256K chunk_size: 512M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 256K chunk_size: 1G num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 256K chunk_size: 2G num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 512K chunk_size: 512K num_reg: 8 lose cover RAM: 6M
[ 0.000000] gran_size: 512K chunk_size: 1M num_reg: 8 lose cover RAM: 6M
[ 0.000000] gran_size: 512K chunk_size: 2M num_reg: 8 lose cover RAM: 6M
[ 0.000000] gran_size: 512K chunk_size: 4M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 512K chunk_size: 8M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 512K chunk_size: 16M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 512K chunk_size: 32M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 512K chunk_size: 64M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 512K chunk_size: 128M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 512K chunk_size: 256M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 512K chunk_size: 512M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 512K chunk_size: 1G num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 512K chunk_size: 2G num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 1M chunk_size: 1M num_reg: 8 lose cover RAM: 6M
[ 0.000000] gran_size: 1M chunk_size: 2M num_reg: 8 lose cover RAM: 6M
[ 0.000000] gran_size: 1M chunk_size: 4M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 1M chunk_size: 8M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 1M chunk_size: 16M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 1M chunk_size: 32M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 1M chunk_size: 64M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 1M chunk_size: 128M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 1M chunk_size: 256M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 1M chunk_size: 512M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 1M chunk_size: 1G num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 1M chunk_size: 2G num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 2M chunk_size: 2M num_reg: 8 lose cover RAM: 6M
[ 0.000000] gran_size: 2M chunk_size: 4M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 2M chunk_size: 8M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 2M chunk_size: 16M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 2M chunk_size: 32M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 2M chunk_size: 64M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 2M chunk_size: 128M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 2M chunk_size: 256M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 2M chunk_size: 512M num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 2M chunk_size: 1G num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 2M chunk_size: 2G num_reg: 3 lose cover RAM: 0G
[ 0.000000] gran_size: 4M chunk_size: 4M num_reg: 8 lose cover RAM: 6M
[ 0.000000] gran_size: 4M chunk_size: 8M num_reg: 3 lose cover RAM: 2M
[ 0.000000] gran_size: 4M chunk_size: 16M num_reg: 3 lose cover RAM: 2M
[ 0.000000] gran_size: 4M chunk_size: 32M num_reg: 3 lose cover RAM: 2M
[ 0.000000] gran_size: 4M chunk_size: 64M num_reg: 3 lose cover RAM: 2M
[ 0.000000] gran_size: 4M chunk_size: 128M num_reg: 3 lose cover RAM: 2M
[ 0.000000] gran_size: 4M chunk_size: 256M num_reg: 3 lose cover RAM: 2M
[ 0.000000] gran_size: 4M chunk_size: 512M num_reg: 3 lose cover RAM: 2M
[ 0.000000] gran_size: 4M chunk_size: 1G num_reg: 3 lose cover RAM: 2M
[ 0.000000] gran_size: 4M chunk_size: 2G num_reg: 3 lose cover RAM: 2M
[ 0.000000] gran_size: 8M chunk_size: 8M num_reg: 8 lose cover RAM: 6M
[ 0.000000] gran_size: 8M chunk_size: 16M num_reg: 3 lose cover RAM: 6M
[ 0.000000] gran_size: 8M chunk_size: 32M num_reg: 3 lose cover RAM: 6M
[ 0.000000] gran_size: 8M chunk_size: 64M num_reg: 3 lose cover RAM: 6M
[ 0.000000] gran_size: 8M chunk_size: 128M num_reg: 3 lose cover RAM: 6M
[ 0.000000] gran_size: 8M chunk_size: 256M num_reg: 3 lose cover RAM: 6M
[ 0.000000] gran_size: 8M chunk_size: 512M num_reg: 3 lose cover RAM: 6M
[ 0.000000] gran_size: 8M chunk_size: 1G num_reg: 3 lose cover RAM: 6M
[ 0.000000] gran_size: 8M chunk_size: 2G num_reg: 3 lose cover RAM: 6M
[ 0.000000] gran_size: 16M chunk_size: 16M num_reg: 7 lose cover RAM: 14M
[ 0.000000] gran_size: 16M chunk_size: 32M num_reg: 3 lose cover RAM: 14M
[ 0.000000] gran_size: 16M chunk_size: 64M num_reg: 3 lose cover RAM: 14M
[ 0.000000] gran_size: 16M chunk_size: 128M num_reg: 3 lose cover RAM: 14M
[ 0.000000] gran_size: 16M chunk_size: 256M num_reg: 3 lose cover RAM: 14M
[ 0.000000] gran_size: 16M chunk_size: 512M num_reg: 3 lose cover RAM: 14M
[ 0.000000] gran_size: 16M chunk_size: 1G num_reg: 3 lose cover RAM: 14M
[ 0.000000] gran_size: 16M chunk_size: 2G num_reg: 3 lose cover RAM: 14M
[ 0.000000] gran_size: 32M chunk_size: 32M num_reg: 6 lose cover RAM: 30M
[ 0.000000] gran_size: 32M chunk_size: 64M num_reg: 3 lose cover RAM: 30M
[ 0.000000] gran_size: 32M chunk_size: 128M num_reg: 3 lose cover RAM: 30M
[ 0.000000] gran_size: 32M chunk_size: 256M num_reg: 3 lose cover RAM: 30M
[ 0.000000] gran_size: 32M chunk_size: 512M num_reg: 3 lose cover RAM: 30M
[ 0.000000] gran_size: 32M chunk_size: 1G num_reg: 3 lose cover RAM: 30M
[ 0.000000] gran_size: 32M chunk_size: 2G num_reg: 3 lose cover RAM: 30M
[ 0.000000] gran_size: 64M chunk_size: 64M num_reg: 5 lose cover RAM: 62M
[ 0.000000] gran_size: 64M chunk_size: 128M num_reg: 3 lose cover RAM: 62M
[ 0.000000] gran_size: 64M chunk_size: 256M num_reg: 3 lose cover RAM: 62M
[ 0.000000] gran_size: 64M chunk_size: 512M num_reg: 3 lose cover RAM: 62M
[ 0.000000] gran_size: 64M chunk_size: 1G num_reg: 3 lose cover RAM: 62M
[ 0.000000] gran_size: 64M chunk_size: 2G num_reg: 3 lose cover RAM: 62M
[ 0.000000] gran_size: 128M chunk_size: 128M num_reg: 4 lose cover RAM: 126M
[ 0.000000] gran_size: 128M chunk_size: 256M num_reg: 3 lose cover RAM: 126M
[ 0.000000] gran_size: 128M chunk_size: 512M num_reg: 3 lose cover RAM: 126M
[ 0.000000] gran_size: 128M chunk_size: 1G num_reg: 3 lose cover RAM: 126M
[ 0.000000] gran_size: 128M chunk_size: 2G num_reg: 3 lose cover RAM: 126M
[ 0.000000] gran_size: 256M chunk_size: 256M num_reg: 3 lose cover RAM: 254M
[ 0.000000] gran_size: 256M chunk_size: 512M num_reg: 3 lose cover RAM: 254M
[ 0.000000] gran_size: 256M chunk_size: 1G num_reg: 3 lose cover RAM: 254M
[ 0.000000] gran_size: 256M chunk_size: 2G num_reg: 3 lose cover RAM: 254M
[ 0.000000] gran_size: 512M chunk_size: 512M num_reg: 2 lose cover RAM: 510M
[ 0.000000] gran_size: 512M chunk_size: 1G num_reg: 3 lose cover RAM: 510M
[ 0.000000] gran_size: 512M chunk_size: 2G num_reg: 3 lose cover RAM: 510M
[ 0.000000] gran_size: 1G chunk_size: 1G num_reg: 1 lose cover RAM: 1022M
[ 0.000000] gran_size: 1G chunk_size: 2G num_reg: 1 lose cover RAM: 1022M
[ 0.000000] gran_size: 2G chunk_size: 2G num_reg: 1 lose cover RAM: 1022M
[ 0.000000] mtrr_cleanup: can not find optimal value
[ 0.000000] please specify mtrr_gran_size/mtrr_chunk_size
[ 0.000000] e820 update range: 00000000bfe00000 - 0000000100000000 (usable) ==> (reserved)
[ 0.000000] last_pfn = 0xbfdc0 max_arch_pfn = 0x400000000
[ 0.000000] initial memory mapped : 0 - 20000000
[ 0.000000] Base memory trampoline at [ffff880000096000] 96000 size 8192
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] init_memory_mapping: 0000000000000000-00000000bfdc0000
[ 0.000000] 0000000000 - 0080000000 page 1G
[ 0.000000] 0080000000 - 00bfc00000 page 2M
[ 0.000000] 00bfc00000 - 00bfdc0000 page 4k
[ 0.000000] kernel direct mapping tables up to bfdc0000 @ bfdbd000-bfdc0000
[ 0.000000] init_memory_mapping: 0000000100000000-0000000140000000
[ 0.000000] 0100000000 - 0140000000 page 1G
[ 0.000000] kernel direct mapping tables up to 140000000 @ 13ffff000-140000000
[ 0.000000] ACPI: RSDP 00000000000f6a20 00014 (v00 GBT )
[ 0.000000] ACPI: RSDT 00000000bfdf1000 00048 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
[ 0.000000] ACPI: FACP 00000000bfdf1080 00074 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
[ 0.000000] ACPI: DSDT 00000000bfdf1100 07997 (v01 GBT GBTUACPI 00001000 MSFT 03000000)
[ 0.000000] ACPI: FACS 00000000bfdc0000 00040
[ 0.000000] ACPI: SSDT 00000000bfdf8b80 0128D (v01 PTLTD POWERNOW 00000001 LTP 00000001)
[ 0.000000] ACPI: MSDM 00000000bfdf9e40 00055 (v03 GBT GBTUACPI 42302E31 GBTU 01010101)
[ 0.000000] ACPI: HPET 00000000bfdf9ec0 00038 (v01 GBT GBTUACPI 42302E31 GBTU 00000098)
[ 0.000000] ACPI: MCFG 00000000bfdf9f00 0003C (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
[ 0.000000] ACPI: MATS 00000000bfdf9f80 00034 (v01 GBT 00000000 00000000)
[ 0.000000] ACPI: TAMG 00000000bfdf9ff0 00202 (v01 GBT GBT B0 5455312E BG?? 53450101)
[ 0.000000] ACPI: APIC 00000000bfdf8ac0 000BC (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
[ 0.000000] ACPI: IVRS 00000000bfdfa270 000D8 (v01 AMD RD890S 00202031 AMD 00000000)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] [ffffea0000000000-ffffea00045fffff] PMD -> [ffff880133600000-ffff880136dfffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal 0x00100000 -> 0x00140000
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[3] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x00000098
[ 0.000000] 0: 0x00000100 -> 0x000bfdc0
[ 0.000000] 0: 0x00100000 -> 0x00140000
[ 0.000000] On node 0 totalpages: 1047880
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 2 pages reserved
[ 0.000000] DMA zone: 3918 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 14280 pages used for memmap
[ 0.000000] DMA32 zone: 767480 pages, LIFO batch:31
[ 0.000000] Normal zone: 3584 pages used for memmap
[ 0.000000] Normal zone: 258560 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x04] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x05] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x06] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] disabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] dfl dfl lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 8, version 33, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x10b9a201 base: 0xfed00000
[ 0.000000] SMP: Allowing 6 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] Allocating PCI resources starting at bff00000 (gap: bff00000:20100000)
[ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:6 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 25 pages/cpu @ffff880137c00000 s72192 r8192 d22016 u262144
[ 0.000000] pcpu-alloc: s72192 r8192 d22016 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 - -
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1029958
[ 0.000000] Kernel command line: root=/dev/sda3 video=uvesafb:1024x768-16,mtrr:3,ywrap
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Node 0: aperture @ a0000000 size 32 MB
[ 0.000000] Aperture pointing to e820 RAM. Ignoring.
[ 0.000000] Your BIOS doesn't leave a aperture memory hole
[ 0.000000] Please enable the IOMMU option in the BIOS setup
[ 0.000000] This costs you 64 MB of RAM
[ 0.000000] Mapping aperture over 65536 KB of RAM @ a0000000
[ 0.000000] Memory: 3990812k/5242880k available (2623k kernel code, 1051360k absent, 200708k reserved, 1235k data, 504k init)
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU-based detection of stalled CPUs is disabled.
[ 0.000000] NR_IRQS:4352 nr_irqs:728 16
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] hpet clockevent registered
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 2813.080 MHz processor.
[ 0.001002] Calibrating delay loop (skipped), value calculated using timer frequency.. 5626.16 BogoMIPS (lpj=2813080)
[ 0.002001] pid_max: default: 32768 minimum: 301
[ 0.002277] Mount-cache hash table entries: 256
[ 0.002585] tseg: 00bff00000
[ 0.002587] CPU: Physical Processor ID: 0
[ 0.003001] CPU: Processor Core ID: 0
[ 0.003242] mce: CPU supports 6 MCE banks
[ 0.003491] using C1E aware idle routine
[ 0.003785] Freeing SMP alternatives: 12k freed
[ 0.004004] ACPI: Core revision 20110316
[ 0.006047] Setting APIC routing to flat
[ 0.006561] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.017199] CPU0: AMD Phenom(tm) II X6 1055T Processor stepping 00
[ 0.017998] Performance Events: AMD PMU driver.
[ 0.017998] ... version: 0
[ 0.017998] ... bit width: 48
[ 0.017998] ... generic registers: 4
[ 0.017999] ... value mask: 0000ffffffffffff
[ 0.018245] ... max period: 00007fffffffffff
[ 0.018489] ... fixed-purpose events: 0
[ 0.018732] ... event mask: 000000000000000f
[ 0.019036] MCE: In-kernel MCE decoding enabled.
[ 0.019330] Booting Node 0, Processors #1
[ 0.019414] smpboot cpu 1: start_ip = 96000
[ 0.091002] System has AMD C1E enabled
[ 0.091035] #2
[ 0.091036] smpboot cpu 2: start_ip = 96000
[ 0.091493] Switch to broadcast mode on CPU1
[ 0.162995] Switch to broadcast mode on CPU2
[ 0.163033] #3
[ 0.163034] smpboot cpu 3: start_ip = 96000
[ 0.235002] Switch to broadcast mode on CPU3
[ 0.235045] #4
[ 0.235046] smpboot cpu 4: start_ip = 96000
[ 0.306988] Switch to broadcast mode on CPU4
[ 0.307036] #5 Ok.
[ 0.307037] smpboot cpu 5: start_ip = 96000
[ 0.378986] Brought up 6 CPUs
[ 0.378982] Switch to broadcast mode on CPU5
[ 0.379480] Total of 6 processors activated (33753.37 BogoMIPS).
[ 0.379984] Switch to broadcast mode on CPU0
[ 0.381020] NET: Registered protocol family 16
[ 0.381262] node 0 link 0: io port [a000, ffff]
[ 0.381262] TOM: 00000000c0000000 aka 3072M
[ 0.381262] Fam 10h mmconf [e0000000, e00fffff]
[ 0.381262] node 0 link 0: mmio [a0000, bffff]
[ 0.381262] node 0 link 0: mmio [c0000000, dfffffff]
[ 0.381262] node 0 link 0: mmio [f0000000, ffffffff]
[ 0.381262] node 0 link 0: mmio [e0000000, e05fffff] ==> [e0100000, e05fffff]
[ 0.381262] TOM2: 0000000140000000 aka 5120M
[ 0.381953] bus: [00, 05] on node 0 link 0
[ 0.381955] bus: 00 index 0 [io 0x0000-0xffff]
[ 0.381957] bus: 00 index 1 [mem 0x000a0000-0x000bffff]
[ 0.381959] bus: 00 index 2 [mem 0xc0000000-0xdfffffff]
[ 0.381961] bus: 00 index 3 [mem 0xe0600000-0xffffffff]
[ 0.381962] bus: 00 index 4 [mem 0xe0100000-0xe05fffff]
[ 0.381964] bus: 00 index 5 [mem 0x140000000-0xfcffffffff]
[ 0.381972] Extended Config Space enabled on 1 nodes
[ 0.382266] ACPI: bus type pci registered
[ 0.382517] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.382953] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.399704] PCI: Using configuration type 1 for base access
[ 0.401969] bio: create slab <bio-0> at 0
[ 0.403414] ACPI: EC: Look up EC in DSDT
[ 0.407010] ACPI Warning: Incorrect checksum in table [TAMG] - 0x45, should be 0x44 (20110316/tbutils-314)
[ 0.408003] ACPI: Interpreter enabled
[ 0.408247] ACPI: (supports S0 S5)
[ 0.408574] ACPI: Using IOAPIC for interrupt routing
[ 0.437999] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.438440] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.439000] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7]
[ 0.439248] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff]
[ 0.439499] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
[ 0.439944] pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000dffff]
[ 0.440409] pci_root PNP0A03:00: host bridge window [mem 0xfed40000-0xfed44fff]
[ 0.445943] pci_root PNP0A03:00: host bridge window [mem 0xc0000000-0xfebfffff]
[ 0.446403] pci 0000:00:00.0: [1002:5a14] type 0 class 0x000600
[ 0.446412] pci 0000:00:00.0: reg 1c: [mem 0xe0000000-0xffffffff 64bit]
[ 0.446440] pci 0000:00:00.2: [1002:5a23] type 0 class 0x000806
[ 0.446477] pci 0000:00:02.0: [1002:5a16] type 1 class 0x000604
[ 0.446497] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[ 0.446500] pci 0000:00:02.0: PME# disabled
[ 0.446529] pci 0000:00:11.0: [1002:4391] type 0 class 0x000106
[ 0.446544] pci 0000:00:11.0: reg 10: [io 0xff00-0xff07]
[ 0.446552] pci 0000:00:11.0: reg 14: [io 0xfe00-0xfe03]
[ 0.446560] pci 0000:00:11.0: reg 18: [io 0xfd00-0xfd07]
[ 0.446567] pci 0000:00:11.0: reg 1c: [io 0xfc00-0xfc03]
[ 0.446575] pci 0000:00:11.0: reg 20: [io 0xfb00-0xfb0f]
[ 0.446583] pci 0000:00:11.0: reg 24: [mem 0xfdfff000-0xfdfff3ff]
[ 0.446619] pci 0000:00:12.0: [1002:4397] type 0 class 0x000c03
[ 0.446630] pci 0000:00:12.0: reg 10: [mem 0xfdffe000-0xfdffefff]
[ 0.446685] pci 0000:00:12.2: [1002:4396] type 0 class 0x000c03
[ 0.446700] pci 0000:00:12.2: reg 10: [mem 0xfdffd000-0xfdffd0ff]
[ 0.446755] pci 0000:00:12.2: supports D1 D2
[ 0.446757] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[ 0.446760] pci 0000:00:12.2: PME# disabled
[ 0.446776] pci 0000:00:13.0: [1002:4397] type 0 class 0x000c03
[ 0.446787] pci 0000:00:13.0: reg 10: [mem 0xfdffc000-0xfdffcfff]
[ 0.446787] pci 0000:00:13.2: [1002:4396] type 0 class 0x000c03
[ 0.446787] pci 0000:00:13.2: reg 10: [mem 0xfdffb000-0xfdffb0ff]
[ 0.446787] pci 0000:00:13.2: supports D1 D2
[ 0.446787] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[ 0.446787] pci 0000:00:13.2: PME# disabled
[ 0.446787] pci 0000:00:14.0: [1002:4385] type 0 class 0x000c05
[ 0.446787] pci 0000:00:14.2: [1002:4383] type 0 class 0x000403
[ 0.446787] pci 0000:00:14.2: reg 10: [mem 0xfdff4000-0xfdff7fff 64bit]
[ 0.446787] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[ 0.446787] pci 0000:00:14.2: PME# disabled
[ 0.446787] pci 0000:00:14.3: [1002:439d] type 0 class 0x000601
[ 0.446787] pci 0000:00:14.4: [1002:4384] type 1 class 0x000604
[ 0.446787] pci 0000:00:14.5: [1002:4399] type 0 class 0x000c03
[ 0.446787] pci 0000:00:14.5: reg 10: [mem 0xfdffa000-0xfdffafff]
[ 0.446787] pci 0000:00:15.0: [1002:43a0] type 1 class 0x000604
[ 0.446787] pci 0000:00:15.0: supports D1 D2
[ 0.446787] pci 0000:00:15.2: [1002:43a2] type 1 class 0x000604
[ 0.446787] pci 0000:00:15.2: supports D1 D2
[ 0.446787] pci 0000:00:15.3: [1002:43a3] type 1 class 0x000604
[ 0.446787] pci 0000:00:15.3: supports D1 D2
[ 0.446787] pci 0000:00:16.0: [1002:4397] type 0 class 0x000c03
[ 0.446787] pci 0000:00:16.0: reg 10: [mem 0xfdff9000-0xfdff9fff]
[ 0.446787] pci 0000:00:16.2: [1002:4396] type 0 class 0x000c03
[ 0.446787] pci 0000:00:16.2: reg 10: [mem 0xfdff8000-0xfdff80ff]
[ 0.446787] pci 0000:00:16.2: supports D1 D2
[ 0.446787] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
[ 0.446787] pci 0000:00:16.2: PME# disabled
[ 0.446787] pci 0000:00:18.0: [1022:1200] type 0 class 0x000600
[ 0.446787] pci 0000:00:18.1: [1022:1201] type 0 class 0x000600
[ 0.446787] pci 0000:00:18.2: [1022:1202] type 0 class 0x000600
[ 0.446787] pci 0000:00:18.3: [1022:1203] type 0 class 0x000600
[ 0.446787] pci 0000:00:18.4: [1022:1204] type 0 class 0x000600
[ 0.446792] pci 0000:01:00.0: [10de:0de0] type 0 class 0x000300
[ 0.446800] pci 0000:01:00.0: reg 10: [mem 0xfb000000-0xfbffffff]
[ 0.446809] pci 0000:01:00.0: reg 14: [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.446817] pci 0000:01:00.0: reg 1c: [mem 0xde000000-0xdfffffff 64bit pref]
[ 0.446823] pci 0000:01:00.0: reg 24: [io 0xef00-0xef7f]
[ 0.446829] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0007ffff pref]
[ 0.446863] pci 0000:01:00.1: [10de:0bea] type 0 class 0x000403
[ 0.446871] pci 0000:01:00.1: reg 10: [mem 0xfcffc000-0xfcffffff]
[ 0.448959] pci 0000:00:02.0: PCI bridge to [bus 01-01]
[ 0.449208] pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
[ 0.449211] pci 0000:00:02.0: bridge window [mem 0xfb000000-0xfcffffff]
[ 0.449214] pci 0000:00:02.0: bridge window [mem 0xc0000000-0xdfffffff 64bit pref]
[ 0.449268] pci 0000:00:14.4: PCI bridge to [bus 02-02] (subtractive decode)
[ 0.449521] pci 0000:00:14.4: bridge window [io 0xd000-0xdfff]
[ 0.449525] pci 0000:00:14.4: bridge window [mem 0xfd700000-0xfd7fffff]
[ 0.449528] pci 0000:00:14.4: bridge window [mem 0xfd800000-0xfd8fffff pref]
[ 0.449530] pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode)
[ 0.449532] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
[ 0.449533] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.449535] pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
[ 0.449537] pci 0000:00:14.4: bridge window [mem 0xfed40000-0xfed44fff] (subtractive decode)
[ 0.449539] pci 0000:00:14.4: bridge window [mem 0xc0000000-0xfebfffff] (subtractive decode)
[ 0.449594] pci 0000:03:00.0: [10ec:8168] type 0 class 0x000200
[ 0.449611] pci 0000:03:00.0: reg 10: [io 0xce00-0xceff]
[ 0.449637] pci 0000:03:00.0: reg 18: [mem 0xfddff000-0xfddfffff 64bit pref]
[ 0.449654] pci 0000:03:00.0: reg 20: [mem 0xfddf8000-0xfddfbfff 64bit pref]
[ 0.449701] pci 0000:03:00.0: supports D1 D2
[ 0.449703] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.449707] pci 0000:03:00.0: PME# disabled
[ 0.450961] pci 0000:00:15.0: PCI bridge to [bus 03-03]
[ 0.451211] pci 0000:00:15.0: bridge window [io 0xc000-0xcfff]
[ 0.451215] pci 0000:00:15.0: bridge window [mem 0xfde00000-0xfdefffff]
[ 0.451220] pci 0000:00:15.0: bridge window [mem 0xfdd00000-0xfddfffff 64bit pref]
[ 0.451262] pci 0000:00:15.2: PCI bridge to [bus 04-04]
[ 0.451514] pci 0000:00:15.2: bridge window [io 0xb000-0xbfff]
[ 0.451518] pci 0000:00:15.2: bridge window [mem 0xfdc00000-0xfdcfffff]
[ 0.451522] pci 0000:00:15.2: bridge window [mem 0xfdb00000-0xfdbfffff 64bit pref]
[ 0.451560] pci 0000:00:15.3: PCI bridge to [bus 05-05]
[ 0.451807] pci 0000:00:15.3: bridge window [io 0xa000-0xafff]
[ 0.451811] pci 0000:00:15.3: bridge window [mem 0xfda00000-0xfdafffff]
[ 0.451815] pci 0000:00:15.3: bridge window [mem 0xfd900000-0xfd9fffff 64bit pref]
[ 0.451831] pci_bus 0000:00: on NUMA node 0
[ 0.451835] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.451835] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
[ 0.451835] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX2._PRT]
[ 0.451835] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX3._PRT]
[ 0.451835] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT]
[ 0.451835] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE2._PRT]
[ 0.451835] pci0000:00: Requesting ACPI _OSC control (0x1d)
[ 0.451835] Unable to assume _OSC PCIe control. Disabling ASPM
[ 0.461292] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11) *0
[ 0.462396] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11) *0
[ 0.462964] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11) *0
[ 0.463622] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11) *0
[ 0.463622] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11) *0
[ 0.464963] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11) *0
[ 0.465612] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 7 10 11) *0
[ 0.466354] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 10 11) *0
[ 0.466961] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.467401] vgaarb: loaded
[ 0.467959] SCSI subsystem initialized
[ 0.468195] libata version 3.00 loaded.
[ 0.468195] usbcore: registered new interface driver usbfs
[ 0.468195] usbcore: registered new interface driver hub
[ 0.468955] usbcore: registered new device driver usb
[ 0.469192] PCI: Using ACPI for IRQ routing
[ 0.469192] PCI: pci_cache_line_size set to 64 bytes
[ 0.469196] pci 0000:00:00.0: no compatible bridge window for [mem 0xe0000000-0xffffffff 64bit]
[ 0.469993] reserve RAM buffer: 0000000000098800 - 000000000009ffff
[ 0.469995] reserve RAM buffer: 00000000bfdc0000 - 00000000bfffffff
[ 0.470006] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.470354] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 0.472960] Switching to clocksource hpet
[ 0.473624] Switched to NOHz mode on CPU #3
[ 0.473627] Switched to NOHz mode on CPU #0
[ 0.473632] Switched to NOHz mode on CPU #5
[ 0.473636] Switched to NOHz mode on CPU #4
[ 0.473639] Switched to NOHz mode on CPU #1
[ 0.473641] Switched to NOHz mode on CPU #2
[ 0.476572] pnp: PnP ACPI init
[ 0.476816] ACPI: bus type pnp registered
[ 0.477141] pnp 00:00: [bus 00-ff]
[ 0.477143] pnp 00:00: [io 0x0cf8-0x0cff]
[ 0.477145] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 0.477147] pnp 00:00: [io 0x0d00-0xffff window]
[ 0.477149] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 0.477152] pnp 00:00: [mem 0x000c0000-0x000dffff window]
[ 0.477153] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
[ 0.477155] pnp 00:00: [mem 0xc0000000-0xfebfffff window]
[ 0.477228] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
[ 0.477237] pnp 00:01: [io 0x0010-0x001f]
[ 0.477239] pnp 00:01: [io 0x0022-0x003f]
[ 0.477240] pnp 00:01: [io 0x0044-0x004d]
[ 0.477242] pnp 00:01: [io 0x0050-0x005f]
[ 0.477243] pnp 00:01: [io 0x0062-0x0063]
[ 0.477245] pnp 00:01: [io 0x0065-0x006f]
[ 0.477247] pnp 00:01: [io 0x0074-0x007f]
[ 0.477248] pnp 00:01: [io 0x0091-0x0093]
[ 0.477250] pnp 00:01: [io 0x00a2-0x00bf]
[ 0.477251] pnp 00:01: [io 0x00e0-0x00ef]
[ 0.477253] pnp 00:01: [io 0x04d0-0x04d1]
[ 0.477255] pnp 00:01: [io 0x0220-0x0225]
[ 0.477256] pnp 00:01: [io 0x0290-0x0294]
[ 0.477316] system 00:01: [io 0x04d0-0x04d1] has been reserved
[ 0.477567] system 00:01: [io 0x0220-0x0225] has been reserved
[ 0.477813] system 00:01: [io 0x0290-0x0294] has been reserved
[ 0.478084] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.510145] pnp 00:02: [io 0x0900-0x091f]
[ 0.510147] pnp 00:02: [io 0x0228-0x022f]
[ 0.510149] pnp 00:02: [io 0x040b]
[ 0.510151] pnp 00:02: [io 0x04d6]
[ 0.510152] pnp 00:02: [io 0x0c00-0x0c01]
[ 0.510154] pnp 00:02: [io 0x0c14]
[ 0.510155] pnp 00:02: [io 0x0c50-0x0c52]
[ 0.510156] pnp 00:02: [io 0x0c6c-0x0c6d]
[ 0.510158] pnp 00:02: [io 0x0c6f]
[ 0.510159] pnp 00:02: [io 0x0cd0-0x0cd1]
[ 0.510161] pnp 00:02: [io 0x0cd2-0x0cd3]
[ 0.510162] pnp 00:02: [io 0x0cd4-0x0cdf]
[ 0.510164] pnp 00:02: [io 0x0800-0x08fe]
[ 0.510165] pnp 00:02: [io 0x0a10-0x0a17]
[ 0.510168] pnp 00:02: [io 0x0b00-0x0b0f]
[ 0.510169] pnp 00:02: [io 0x0b10-0x0b1f]
[ 0.510171] pnp 00:02: [io 0x0b20-0x0b3f]
[ 0.510173] pnp 00:02: [mem 0x00000000-0x00000fff window]
[ 0.510175] pnp 00:02: [mem 0xfee00400-0xfee00fff window]
[ 0.510180] pnp 00:02: disabling [mem 0x00000000-0x00000fff window] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
[ 0.510656] pnp 00:02: disabling [mem 0x00000000-0x00000fff window disabled] because it overlaps 0000:01:00.0 BAR 6 [mem 0x00000000-0x0007ffff pref]
[ 0.511210] system 00:02: [io 0x0900-0x091f] has been reserved
[ 0.511456] system 00:02: [io 0x0228-0x022f] has been reserved
[ 0.511702] system 00:02: [io 0x040b] has been reserved
[ 0.511948] system 00:02: [io 0x04d6] has been reserved
[ 0.512223] system 00:02: [io 0x0c00-0x0c01] has been reserved
[ 0.512479] system 00:02: [io 0x0c14] has been reserved
[ 0.512725] system 00:02: [io 0x0c50-0x0c52] has been reserved
[ 0.512970] system 00:02: [io 0x0c6c-0x0c6d] has been reserved
[ 0.513233] system 00:02: [io 0x0c6f] has been reserved
[ 0.513477] system 00:02: [io 0x0cd0-0x0cd1] has been reserved
[ 0.513723] system 00:02: [io 0x0cd2-0x0cd3] has been reserved
[ 0.513968] system 00:02: [io 0x0cd4-0x0cdf] has been reserved
[ 0.514230] system 00:02: [io 0x0800-0x08fe] has been reserved
[ 0.514476] system 00:02: [io 0x0a10-0x0a17] has been reserved
[ 0.514722] system 00:02: [io 0x0b00-0x0b0f] has been reserved
[ 0.514968] system 00:02: [io 0x0b10-0x0b1f] has been reserved
[ 0.515230] system 00:02: [io 0x0b20-0x0b3f] has been reserved
[ 0.515486] system 00:02: [mem 0xfee00400-0xfee00fff window] has been reserved
[ 0.515944] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.516012] pnp 00:03: [dma 4]
[ 0.516013] pnp 00:03: [io 0x0000-0x000f]
[ 0.516015] pnp 00:03: [io 0x0080-0x0090]
[ 0.516016] pnp 00:03: [io 0x0094-0x009f]
[ 0.516017] pnp 00:03: [io 0x00c0-0x00df]
[ 0.516104] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.516140] pnp 00:04: [irq 0 disabled]
[ 0.516146] pnp 00:04: [irq 8]
[ 0.516147] pnp 00:04: [mem 0xfed00000-0xfed003ff]
[ 0.516196] pnp 00:04: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.516215] pnp 00:05: [io 0x0070-0x0073]
[ 0.516262] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.516268] pnp 00:06: [io 0x0061]
[ 0.516314] pnp 00:06: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.516320] pnp 00:07: [io 0x00f0-0x00ff]
[ 0.516324] pnp 00:07: [irq 13]
[ 0.516370] pnp 00:07: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.516523] pnp 00:08: [mem 0xe0000000-0xefffffff]
[ 0.516626] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.516873] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.516956] pnp 00:09: [mem 0x000d4200-0x000d7fff]
[ 0.516957] pnp 00:09: [mem 0x000f0000-0x000f7fff]
[ 0.516959] pnp 00:09: [mem 0x000f8000-0x000fbfff]
[ 0.516960] pnp 00:09: [mem 0x000fc000-0x000fffff]
[ 0.516961] pnp 00:09: [mem 0xbfdc0000-0xbfdfffff]
[ 0.516963] pnp 00:09: [mem 0xffff0000-0xffffffff]
[ 0.516964] pnp 00:09: [mem 0x00000000-0x0009ffff]
[ 0.516966] pnp 00:09: [mem 0x00100000-0xbfdbffff]
[ 0.516967] pnp 00:09: [mem 0xbfe00000-0xbfefffff]
[ 0.516969] pnp 00:09: [mem 0xbff00000-0xbfffffff]
[ 0.516970] pnp 00:09: [mem 0xfec00000-0xfec00fff]
[ 0.516971] pnp 00:09: [mem 0xfee00000-0xfee00fff]
[ 0.516973] pnp 00:09: [mem 0xfff80000-0xfffeffff]
[ 0.516976] pnp 00:09: disabling [mem 0x000d4200-0x000d7fff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
[ 0.517465] pnp 00:09: disabling [mem 0x000f0000-0x000f7fff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
[ 0.517918] pnp 00:09: disabling [mem 0x000f8000-0x000fbfff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
[ 0.518388] pnp 00:09: disabling [mem 0x000fc000-0x000fffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
[ 0.518842] pnp 00:09: disabling [mem 0x00000000-0x0009ffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
[ 0.519322] pnp 00:09: disabling [mem 0x00100000-0xbfdbffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
[ 0.519891] system 00:09: [mem 0xbfdc0000-0xbfdfffff] could not be reserved
[ 0.520165] system 00:09: [mem 0xffff0000-0xffffffff] has been reserved
[ 0.520413] system 00:09: [mem 0xbfe00000-0xbfefffff] has been reserved
[ 0.520665] system 00:09: [mem 0xbff00000-0xbfffffff] could not be reserved
[ 0.520912] system 00:09: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.521177] system 00:09: [mem 0xfee00000-0xfee00fff] could not be reserved
[ 0.521424] system 00:09: [mem 0xfff80000-0xfffeffff] has been reserved
[ 0.521674] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.521686] pnp: PnP ACPI: found 10 devices
[ 0.521930] ACPI: ACPI bus type pnp unregistered
[ 0.526857] pci 0000:01:00.0: BAR 6: assigned [mem 0xd0000000-0xd007ffff pref]
[ 0.527319] pci 0000:00:02.0: PCI bridge to [bus 01-01]
[ 0.527564] pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
[ 0.527811] pci 0000:00:02.0: bridge window [mem 0xfb000000-0xfcffffff]
[ 0.528076] pci 0000:00:02.0: bridge window [mem 0xc0000000-0xdfffffff 64bit pref]
[ 0.528523] pci 0000:00:14.4: PCI bridge to [bus 02-02]
[ 0.528768] pci 0000:00:14.4: bridge window [io 0xd000-0xdfff]
[ 0.529028] pci 0000:00:14.4: bridge window [mem 0xfd700000-0xfd7fffff]
[ 0.529285] pci 0000:00:14.4: bridge window [mem 0xfd800000-0xfd8fffff pref]
[ 0.529735] pci 0000:00:15.0: PCI bridge to [bus 03-03]
[ 0.529982] pci 0000:00:15.0: bridge window [io 0xc000-0xcfff]
[ 0.530246] pci 0000:00:15.0: bridge window [mem 0xfde00000-0xfdefffff]
[ 0.530495] pci 0000:00:15.0: bridge window [mem 0xfdd00000-0xfddfffff 64bit pref]
[ 0.530944] pci 0000:00:15.2: PCI bridge to [bus 04-04]
[ 0.531205] pci 0000:00:15.2: bridge window [io 0xb000-0xbfff]
[ 0.531453] pci 0000:00:15.2: bridge window [mem 0xfdc00000-0xfdcfffff]
[ 0.531701] pci 0000:00:15.2: bridge window [mem 0xfdb00000-0xfdbfffff 64bit pref]
[ 0.532165] pci 0000:00:15.3: PCI bridge to [bus 05-05]
[ 0.532410] pci 0000:00:15.3: bridge window [io 0xa000-0xafff]
[ 0.532658] pci 0000:00:15.3: bridge window [mem 0xfda00000-0xfdafffff]
[ 0.532907] pci 0000:00:15.3: bridge window [mem 0xfd900000-0xfd9fffff 64bit pref]
[ 0.533383] pci 0000:00:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 0.533642] pci 0000:00:02.0: setting latency timer to 64
[ 0.533651] pci 0000:00:15.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.533905] pci 0000:00:15.0: setting latency timer to 64
[ 0.533910] pci 0000:00:15.2: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.534176] pci 0000:00:15.2: setting latency timer to 64
[ 0.534181] pci 0000:00:15.3: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.534429] pci 0000:00:15.3: setting latency timer to 64
[ 0.534432] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.534433] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.534435] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.534436] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff]
[ 0.534438] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff]
[ 0.534440] pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfebfffff]
[ 0.534441] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
[ 0.534443] pci_bus 0000:01: resource 1 [mem 0xfb000000-0xfcffffff]
[ 0.534445] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xdfffffff 64bit pref]
[ 0.534447] pci_bus 0000:02: resource 0 [io 0xd000-0xdfff]
[ 0.534448] pci_bus 0000:02: resource 1 [mem 0xfd700000-0xfd7fffff]
[ 0.534450] pci_bus 0000:02: resource 2 [mem 0xfd800000-0xfd8fffff pref]
[ 0.534451] pci_bus 0000:02: resource 4 [io 0x0000-0x0cf7]
[ 0.534453] pci_bus 0000:02: resource 5 [io 0x0d00-0xffff]
[ 0.534455] pci_bus 0000:02: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.534456] pci_bus 0000:02: resource 7 [mem 0x000c0000-0x000dffff]
[ 0.534458] pci_bus 0000:02: resource 8 [mem 0xfed40000-0xfed44fff]
[ 0.534459] pci_bus 0000:02: resource 9 [mem 0xc0000000-0xfebfffff]
[ 0.534461] pci_bus 0000:03: resource 0 [io 0xc000-0xcfff]
[ 0.534463] pci_bus 0000:03: resource 1 [mem 0xfde00000-0xfdefffff]
[ 0.534464] pci_bus 0000:03: resource 2 [mem 0xfdd00000-0xfddfffff 64bit pref]
[ 0.534466] pci_bus 0000:04: resource 0 [io 0xb000-0xbfff]
[ 0.534468] pci_bus 0000:04: resource 1 [mem 0xfdc00000-0xfdcfffff]
[ 0.534469] pci_bus 0000:04: resource 2 [mem 0xfdb00000-0xfdbfffff 64bit pref]
[ 0.534471] pci_bus 0000:05: resource 0 [io 0xa000-0xafff]
[ 0.534473] pci_bus 0000:05: resource 1 [mem 0xfda00000-0xfdafffff]
[ 0.534474] pci_bus 0000:05: resource 2 [mem 0xfd900000-0xfd9fffff 64bit pref]
[ 0.534594] NET: Registered protocol family 2
[ 0.534907] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.535689] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[ 0.536923] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.537401] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.537648] TCP reno registered
[ 0.537893] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.538178] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.588149] pci 0000:01:00.0: Boot video device
[ 0.588162] PCI: CLS 64 bytes, default 64
[ 0.595313] pci 0000:00:00.2: can't derive routing for PCI INT A
[ 0.595576] pci 0000:00:00.2: PCI INT A: no GSI
[ 0.595935] pci 0000:00:00.2: irq 40 for MSI/MSI-X
[ 0.595948] AMD-Vi: Enabling IOMMU at 0000:00:00.2 cap 0x40
[ 0.602967] AMD-Vi: Lazy IO/TLB flushing enabled
[ 0.603217] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.603464] Placing 64MB software IO TLB between ffff8800bbdbd000 - ffff8800bfdbd000
[ 0.603910] software IO TLB at phys 0xbbdbd000 - 0xbfdbd000
[ 0.606546] microcode: CPU0: patch_level=0x010000bf
[ 0.606812] microcode: CPU1: patch_level=0x010000bf
[ 0.607086] microcode: CPU2: patch_level=0x010000bf
[ 0.607349] microcode: CPU3: patch_level=0x010000bf
[ 0.607616] microcode: CPU4: patch_level=0x010000bf
[ 0.607878] microcode: CPU5: patch_level=0x010000bf
[ 0.608219] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 0.608886] audit: initializing netlink socket (disabled)
[ 0.609168] type=2000 audit(1312879473.608:1): initialized
[ 0.609860] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.610456] msgmni has been set to 7794
[ 0.610815] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.611286] io scheduler noop registered
[ 0.611604] io scheduler cfq registered (default)
[ 0.638718] uvesafb: NVIDIA Corporation, GF108 Board - de0sdr30, Chip Rev , OEM: NVIDIA, VBE v3.0
[ 0.667382] uvesafb: VBIOS/hardware doesn't support DDC transfers
[ 0.667629] uvesafb: no monitor limits have been set, default refresh rate will be used
[ 0.668349] uvesafb: scrolling: redraw
[ 0.808376] Console: switching to colour frame buffer device 128x48
[ 0.809243] uvesafb: framebuffer at 0xdf000000, mapped to 0xffffc90010100000, using 14336k, total 14336k
[ 0.809261] fb0: VESA VGA frame buffer device
[ 0.809398] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[ 0.809416] ACPI: Power Button [PWRB]
[ 0.809494] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 0.809509] ACPI: Power Button [PWRF]
[ 0.809593] ACPI: acpi_idle registered with cpuidle
[ 0.809609] ACPI: processor limited to max C-state 1
[ 0.810314] ahci 0000:00:11.0: version 3.0
[ 0.810330] ahci 0000:00:11.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 0.810444] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[ 0.810465] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part sxs
[ 0.811517] scsi0 : ahci
[ 0.811684] scsi1 : ahci
[ 0.811797] scsi2 : ahci
[ 0.811920] scsi3 : ahci
[ 0.812057] scsi4 : ahci
[ 0.812169] scsi5 &
Back to top
View user's profile Send private message
Dr Croubie
Apprentice
Apprentice


Joined: 21 Nov 2006
Posts: 159

PostPosted: Tue Aug 09, 2011 12:29 am    Post subject: Reply with quote

[ 0.812318] ata1: SATA max UDMA/133 abar m1024@0xfdfff000 port 0xfdfff100 irq 19
[ 0.812338] ata2: SATA max UDMA/133 abar m1024@0xfdfff000 port 0xfdfff180 irq 19
[ 0.812761] ata3: SATA max UDMA/133 abar m1024@0xfdfff000 port 0xfdfff200 irq 19
[ 0.813209] ata4: SATA max UDMA/133 abar m1024@0xfdfff000 port 0xfdfff280 irq 19
[ 0.813650] ata5: SATA max UDMA/133 abar m1024@0xfdfff000 port 0xfdfff300 irq 19
[ 0.814062] ata6: SATA max UDMA/133 abar m1024@0xfdfff000 port 0xfdfff380 irq 19
[ 0.814818] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.815291] ehci_hcd 0000:00:12.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 0.815729] ehci_hcd 0000:00:12.2: EHCI Host Controller
[ 0.816158] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1
[ 0.816610] ehci_hcd 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[ 0.817050] QUIRK: Enable AMD PLL fix
[ 0.817062] ehci_hcd 0000:00:12.2: debug port 1
[ 0.817503] ehci_hcd 0000:00:12.2: irq 17, io mem 0xfdffd000
[ 0.823082] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00
[ 0.823488] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.823844] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.824205] usb usb1: Product: EHCI Host Controller
[ 0.824561] usb usb1: Manufacturer: Linux 2.6.39-gentoo-r3 ehci_hcd
[ 0.824917] usb usb1: SerialNumber: 0000:00:12.2
[ 0.825411] hub 1-0:1.0: USB hub found
[ 0.825783] hub 1-0:1.0: 5 ports detected
[ 0.826212] ehci_hcd 0000:00:13.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 0.826615] ehci_hcd 0000:00:13.2: EHCI Host Controller
[ 0.826986] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 2
[ 0.827374] ehci_hcd 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[ 0.827772] ehci_hcd 0000:00:13.2: debug port 1
[ 0.828160] ehci_hcd 0000:00:13.2: irq 17, io mem 0xfdffb000
[ 0.834083] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00
[ 0.834455] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.834787] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.835121] usb usb2: Product: EHCI Host Controller
[ 0.835443] usb usb2: Manufacturer: Linux 2.6.39-gentoo-r3 ehci_hcd
[ 0.835765] usb usb2: SerialNumber: 0000:00:13.2
[ 0.836227] hub 2-0:1.0: USB hub found
[ 0.836607] hub 2-0:1.0: 5 ports detected
[ 0.836969] ehci_hcd 0000:00:16.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 0.837375] ehci_hcd 0000:00:16.2: EHCI Host Controller
[ 0.837713] ehci_hcd 0000:00:16.2: new USB bus registered, assigned bus number 3
[ 0.838063] ehci_hcd 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[ 0.838431] ehci_hcd 0000:00:16.2: debug port 1
[ 0.838793] ehci_hcd 0000:00:16.2: irq 17, io mem 0xfdff8000
[ 0.845082] ehci_hcd 0000:00:16.2: USB 2.0 started, EHCI 1.00
[ 0.845459] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.845797] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.846147] usb usb3: Product: EHCI Host Controller
[ 0.846494] usb usb3: Manufacturer: Linux 2.6.39-gentoo-r3 ehci_hcd
[ 0.846849] usb usb3: SerialNumber: 0000:00:16.2
[ 0.847347] hub 3-0:1.0: USB hub found
[ 0.847737] hub 3-0:1.0: 4 ports detected
[ 0.848224] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.848644] ohci_hcd 0000:00:12.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 0.849062] ohci_hcd 0000:00:12.0: OHCI Host Controller
[ 0.849495] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 4
[ 0.849898] ohci_hcd 0000:00:12.0: irq 18, io mem 0xfdffe000
[ 0.905096] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.905462] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.905824] usb usb4: Product: OHCI Host Controller
[ 0.906188] usb usb4: Manufacturer: Linux 2.6.39-gentoo-r3 ohci_hcd
[ 0.906550] usb usb4: SerialNumber: 0000:00:12.0
[ 0.907076] hub 4-0:1.0: USB hub found
[ 0.907508] hub 4-0:1.0: 5 ports detected
[ 0.907916] ohci_hcd 0000:00:13.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 0.908371] ohci_hcd 0000:00:13.0: OHCI Host Controller
[ 0.908768] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 5
[ 0.909179] ohci_hcd 0000:00:13.0: irq 18, io mem 0xfdffc000
[ 0.964111] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.964480] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.964841] usb usb5: Product: OHCI Host Controller
[ 0.965204] usb usb5: Manufacturer: Linux 2.6.39-gentoo-r3 ohci_hcd
[ 0.965566] usb usb5: SerialNumber: 0000:00:13.0
[ 0.966099] hub 5-0:1.0: USB hub found
[ 0.966530] hub 5-0:1.0: 5 ports detected
[ 0.966941] ohci_hcd 0000:00:14.5: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.967404] ohci_hcd 0000:00:14.5: OHCI Host Controller
[ 0.967792] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 6
[ 0.968200] ohci_hcd 0000:00:14.5: irq 18, io mem 0xfdffa000
[ 1.023096] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.023517] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.023884] usb usb6: Product: OHCI Host Controller
[ 1.024295] usb usb6: Manufacturer: Linux 2.6.39-gentoo-r3 ohci_hcd
[ 1.024676] usb usb6: SerialNumber: 0000:00:14.5
[ 1.025183] hub 6-0:1.0: USB hub found
[ 1.025571] hub 6-0:1.0: 2 ports detected
[ 1.025979] ohci_hcd 0000:00:16.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 1.026441] ohci_hcd 0000:00:16.0: OHCI Host Controller
[ 1.026805] ohci_hcd 0000:00:16.0: new USB bus registered, assigned bus number 7
[ 1.027200] ohci_hcd 0000:00:16.0: irq 18, io mem 0xfdff9000
[ 1.082110] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.082482] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.082851] usb usb7: Product: OHCI Host Controller
[ 1.083259] usb usb7: Manufacturer: Linux 2.6.39-gentoo-r3 ohci_hcd
[ 1.083655] usb usb7: SerialNumber: 0000:00:16.0
[ 1.084172] hub 7-0:1.0: USB hub found
[ 1.084605] hub 7-0:1.0: 4 ports detected
[ 1.085113] Initializing USB Mass Storage driver...
[ 1.085634] usbcore: registered new interface driver usb-storage
[ 1.086049] USB Mass Storage support registered.
[ 1.086578] usbcore: registered new interface driver libusual
[ 1.087203] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 1.119078] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.119537] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.119941] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.120336] ata3: SATA link down (SStatus 0 SControl 300)
[ 1.120785] i8042: Failed to disable AUX port, but continuing anyway... Is this a SiS?
[ 1.120797] ata5: SATA link down (SStatus 0 SControl 300)
[ 1.120833] ata4: SATA link down (SStatus 0 SControl 300)
[ 1.120848] ata6.00: ATAPI: TSSTcorp CDDVDW SH-222AB, SB00, max UDMA/100
[ 1.121030] ata2.00: ATA-8: ST31000524AS, JC4B, max UDMA/133
[ 1.121033] ata2.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[ 1.121609] ata6.00: configured for UDMA/100
[ 1.122315] ata2.00: configured for UDMA/133
[ 1.123846] i8042: If AUX port is really absent please use the 'i8042.noaux' option
[ 1.131118] ata1.00: ATA-8: OCZ-VERTEX2, 1.33, max UDMA/133
[ 1.131510] ata1.00: 117231408 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
[ 1.141159] ata1.00: configured for UDMA/133
[ 1.141686] scsi 0:0:0:0: Direct-Access ATA OCZ-VERTEX2 1.33 PQ: 0 ANSI: 5
[ 1.142304] sd 0:0:0:0: [sda] 117231408 512-byte logical blocks: (60.0 GB/55.8 GiB)
[ 1.142465] scsi 1:0:0:0: Direct-Access ATA ST31000524AS JC4B PQ: 0 ANSI: 5
[ 1.142649] sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[ 1.142747] sd 1:0:0:0: [sdb] Write Protect is off
[ 1.142749] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 1.142779] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.143331] scsi 5:0:0:0: CD-ROM TSSTcorp CDDVDW SH-222AB SB00 PQ: 0 ANSI: 5
[ 1.144916] sd 0:0:0:0: [sda] Write Protect is off
[ 1.145358] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.145368] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.145854] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[ 1.146129] sda: sda1 sda2 sda3
[ 1.146785] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 1.147044] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.147830] sr 5:0:0:0: Attached scsi CD-ROM sr0
[ 1.151216] sdb: sdb1
[ 1.151986] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 1.345074] usb 4-3: new full speed USB device number 2 using ohci_hcd
[ 1.374150] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.374773] mousedev: PS/2 mouse device common for all mice
[ 1.375443] rtc_cmos 00:05: RTC can wake from S4
[ 1.376037] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[ 1.376543] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
[ 1.377078] cpuidle: using governor ladder
[ 1.377568] cpuidle: using governor menu
[ 1.378622] usbcore: registered new interface driver usbhid
[ 1.379076] usbhid: USB HID core driver
[ 1.379654] powernow-k8: Found 1 AMD Phenom(tm) II X6 1055T Processor (6 cpu cores) (version 2.20.00)
[ 1.380206] powernow-k8: Core Performance Boosting: on.
[ 1.380728] powernow-k8: 0 : pstate 0 (2800 MHz)
[ 1.381179] powernow-k8: 1 : pstate 1 (2200 MHz)
[ 1.381624] powernow-k8: 2 : pstate 2 (1500 MHz)
[ 1.382067] powernow-k8: 3 : pstate 3 (800 MHz)
[ 1.383495] rtc_cmos 00:05: setting system clock to 2011-08-09 08:44:35 UTC (1312879475)
[ 1.433625] REISERFS (device sda3): found reiserfs format "3.6" with standard journal
[ 1.434053] REISERFS (device sda3): using ordered data mode
[ 1.434571] REISERFS (device sda3): journal params: device sda3, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[ 1.435773] REISERFS (device sda3): checking transaction log (sda3)
[ 1.437138] REISERFS (device sda3): Using r5 hash to sort names
[ 1.437587] VFS: Mounted root (reiserfs filesystem) readonly on device 8:3.
[ 1.438393] Freeing unused kernel memory: 504k freed
[ 1.489101] usb 4-3: New USB device found, idVendor=046d, idProduct=c52e
[ 1.489551] usb 4-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.489555] usb 4-3: Product: USB Receiver
[ 1.489559] usb 4-3: Manufacturer: Logitech
[ 1.497297] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:12.0/usb4/4-3/4-3:1.0/input/input2
[ 1.497895] generic-usb 0003:046D:C52E.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:12.0-3/input0
[ 1.502446] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:12.0/usb4/4-3/4-3:1.1/input/input3
[ 1.503136] generic-usb 0003:046D:C52E.0002: input,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:12.0-3/input1
[ 1.606059] Refined TSC clocksource calibration: 2812.766 MHz.
[ 1.606063] Switching to clocksource tsc
[ 1.619868] NET: Registered protocol family 1
[ 1.641415] udev[697]: starting version 164
[ 1.658588] Linux agpgart interface v0.103
[ 1.680145] input: PC Speaker as /devices/platform/pcspkr/input/input4
[ 1.681758] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[ 1.693305] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 1.693324] r8169 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 1.693375] r8169 0000:03:00.0: setting latency timer to 64
[ 1.693383] r8169 0000:03:00.0: (unregistered net_device): unknown MAC, using family default
[ 1.693451] r8169 0000:03:00.0: irq 41 for MSI/MSI-X
[ 1.693556] r8169 0000:03:00.0: eth0: RTL8168b/8111b at 0xffffc9001105c000, 50:e5:49:53:47:b4, XID 0c900800 IRQ 41
[ 1.716342] HDA Intel 0000:00:14.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 1.738800] hda_codec: ALC889: BIOS auto-probing.
[ 1.743999] HDA Intel 0000:01:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 1.744009] hda_intel: Disable MSI for Nvidia chipset
[ 1.744063] HDA Intel 0000:01:00.1: setting latency timer to 64
[ 1.761093] nvidia: module license 'NVIDIA' taints kernel.
[ 1.761097] Disabling lock debugging due to kernel taint
[ 2.134400] nvidia 0000:01:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 2.134407] nvidia 0000:01:00.0: setting latency timer to 64
[ 2.134411] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[ 2.134549] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 275.09.07 Wed Jun 8 14:16:46 PDT 2011
[ 3.112664] REISERFS (device sdb1): found reiserfs format "3.6" with standard journal
[ 3.112677] REISERFS (device sdb1): using ordered data mode
[ 3.113123] REISERFS (device sdb1): journal params: device sdb1, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[ 3.113518] REISERFS (device sdb1): checking transaction log (sdb1)
[ 3.120282] REISERFS (device sdb1): Using r5 hash to sort names
[ 3.713455] Adding 458748k swap on /dev/sda2. Priority:-1 extents:1 across:458748k SS
[ 3.958134] it87: Found IT8720F chip at 0x228, revision 8
[ 3.958154] it87: Routing internal VCCH to in7
[ 3.958158] it87: Beeping is supported
[ 4.067338] NET: Registered protocol family 10
[ 2751.235552] r8169 0000:03:00.0: eth0: link down
[ 2751.235559] r8169 0000:03:00.0: eth0: link down
[ 2751.235944] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 2752.910435] r8169 0000:03:00.0: eth0: link up
[ 2752.910780] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 2763.170047] eth0: no IPv6 routers present
[ 2784.516490] r8169 0000:03:00.0: eth0: link down
[ 2791.174984] r8169 0000:03:00.0: eth0: link up[/code]
Back to top
View user's profile Send private message
Dr Croubie
Apprentice
Apprentice


Joined: 21 Nov 2006
Posts: 159

PostPosted: Tue Aug 09, 2011 12:33 am    Post subject: Reply with quote

and why the hell not:

Code:
make.conf:
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.

CFLAGS="-march=amdfam10 -O2 -pipe"
CXXFLAGS="${CFLAGS}"

# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.

CHOST="x86_64-pc-linux-gnu"

# These are the USE flags that were used in addition to what is provided by the
# profile used for building.

MAKEOPTS="-j10"

USE="-3dfx 3dnow X acpi alsa -apm bash-completion -berkdb -bindist -bluetooth -branding bzip2 cdr cjk css -cups cxx dbus -debug directfb -doc dri dvd dvdr -examples exif fbcon ffmpeg firefox flac fortran ftp -gallium gcj gdbm -gstreamer gif gimp -gnome -gnome-keyring gphoto2 -handbook hddtemp -ibm -icq idn -ieee1394 -ios -ipod ipv6 -joystick jpeg jpeg2k kde -kdeprefix -kontact lcms ldap -lirc lm_sensors lzma lzo -matrox mime mmx mplayer -msn -mssql multilib -netboot nsplugin ogg opengl openmp -oss -pcmcia -pda pdf perl plasma png python qt3support qt4 raw readline -rss ruby -samba sasl -scanner -seamonkey -smartcard smp sockets -spell sse sse2 svg symlink szip tiff truetype udev unicode usb -vnc vorbis -wifi -xinerama xml -xscreensaver xorg -xulrunner xvmc -yahoo -zeroconf zlib"

FEATURES="candy -ccache compress-build-logs distlocks fixlafiles fixpackages news parallel-fetch userfetch"

LINGUAS="en_GB en"

GENTOO_MIRRORS="http://www.filearena.net/pub/gentoo"

SYNC="rsync://rsync.au.gentoo.org/gentoo-portage"

INPUT_DEVICES="evdev"

VIDEO_CARDS="nvidia"


Code:
package.use:
dev-python/PyQt4 webkit declarative sql
kde-base/libplasmaclock -holidays
media-libs/phonon vlc
sys-auth/consolekit policykit
sys-block/parted device-mapper
sys-devel/gcc -multislot objc objc++ objc-gc
sys-fs/udev extras
sys-power/cpufreqd nvidia
x11-drivers/nvidia-drivers gtk


Code:
package.keywords:
sys-kernel/amd-ucode ~amd64
=x11-drivers/nvidia-drivers-275.09.07 ~amd64
Back to top
View user's profile Send private message
kimmie
Guru
Guru


Joined: 08 Sep 2004
Posts: 531
Location: Australia

PostPosted: Tue Aug 09, 2011 7:22 am    Post subject: Reply with quote

You're not going to post your bank account details? Someone might, y'know, find them useful too, y'know...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum