Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Solved] LXDE w Nvidia card: Trying to change resolution

Need help with peripherals or devices?
Post Reply
Message
Author
User avatar
Deluge
Posts: 82
Joined: 2010-04-30 01:15
Location: U.S.

[Solved] LXDE w Nvidia card: Trying to change resolution

#1 Post by Deluge »

Currently my display is set to 1280x960 at 60Hz, but my monitor supports 1920x1080, which is what I would like to have. Preferences -> Monitor Settings (lxrandr) does not change anything & does not show my desired resolution either. I tried using the Nvidia propietary drivers but whenever I try to switch to them from xorg.conf the X display can't start. right now I am using the nouveau driver. I've seen some xrandr commands but so far haven't been able to figure out what I need to do.

I am on Debian 7.6.0 (Wheezy) amd64:

Code: Select all

$ uname -rms
Linux 3.2.0-4-amd64 x86_64
I installed my system from the LXDE live media.

My graphics card is the NVIDIA GeForce4 MX 440 (NV18).

lspci output:
$ lspci | grep -i vga
01:00.0 VGA compatible controller: NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x] (rev c1)
xorg.conf:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
Screen 2 "Screen2" RightOf "Screen1"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "built-ins"
EndSection

Section "Module"
Load "glx"
Load "record"
Load "extmod"
Load "dbe"
Load "dri2"
Load "dri"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Monitor"
Identifier "Monitor2"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "VideoKey" # <i>
#Option "WrappedFB" # [<bool>]
#Option "GLXVBlank" # [<bool>]
#Option "ZaphodHeads" # <str>
#Option "PageFlip" # [<bool>]
#Option "SwapLimit" # <i>
#Option "AsyncUTSDFS" # [<bool>]
Identifier "Card0"
Driver "nouveau"
BusID "PCI:1:0:0"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "Rotate" # <str>
#Option "fbdev" # <str>
#Option "debug" # [<bool>]
Identifier "Card1"
Driver "nouveau"
BusID "PCI:1:0:0"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
#Option "ModeSetClearScreen" # [<bool>]
Identifier "Card2"
Driver "nouveau"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1920x1080" "1366x768" "1280x720"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1920x1280" "1366x768" "1280x720"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen2"
Device "Card2"
Monitor "Monitor2"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1920x1080" "1366x768" "1280x720"
EndSubSection
EndSection
lsmod output:
$ lsmod
Module Size Used by
cryptd 14517 0
aes_x86_64 16843 1
aes_generic 33026 1 aes_x86_64
nouveau 583385 2
mxm_wmi 12515 1 nouveau
wmi 13243 2 mxm_wmi,nouveau
video 17683 1 nouveau
ttm 53664 1 nouveau
drm_kms_helper 31370 1 nouveau
drm 183952 4 drm_kms_helper,ttm,nouveau
power_supply 13475 1 nouveau
ppdev 12763 0
lp 17149 0
bnep 17567 2
rfcomm 33700 0
bluetooth 119455 10 rfcomm,bnep
binfmt_misc 12957 1
uinput 17440 1
nfsd 216167 2
nfs 308353 0
nfs_acl 12511 2 nfs,nfsd
auth_rpcgss 37143 2 nfs,nfsd
fscache 36739 1 nfs
lockd 67306 2 nfs,nfsd
sunrpc 173730 6 lockd,auth_rpcgss,nfs_acl,nfs,nfsd
loop 22641 0
tuner_simple 17175 1
tuner_types 16409 1 tuner_simple
tuner 17497 1
ir_lirc_codec 12719 0
lirc_dev 17031 1 ir_lirc_codec
tvaudio 26661 0
ir_mce_kbd_decoder 12615 0
tda7432 12664 0
ir_sony_decoder 12435 0
msp3400 30314 0
bttv 102278 0
btcx_risc 12555 1 bttv
ir_jvc_decoder 12433 0
tveeprom 20593 1 bttv
ir_rc6_decoder 12433 0
videobuf_dma_sg 13231 1 bttv
ir_rc5_decoder 12433 0
arc4 12458 2
videobuf_core 17825 2 videobuf_dma_sg,bttv
rt61pci 26905 0
rt2x00pci 12847 1 rt61pci
rt2x00lib 38438 2 rt2x00pci,rt61pci
eeprom_93cx6 12497 1 rt61pci
snd_intel8x0 30903 0
snd_ac97_codec 106942 1 snd_intel8x0
snd_pcm 68083 2 snd_ac97_codec,snd_intel8x0
snd_page_alloc 13003 2 snd_pcm,snd_intel8x0
ir_nec_decoder 12433 0
mac80211 192806 2 rt2x00lib,rt2x00pci
snd_seq 45126 0
snd_seq_device 13176 1 snd_seq
snd_timer 22917 2 snd_seq,snd_pcm
psmouse 69265 0
cfg80211 137243 2 mac80211,rt2x00lib
snd 52893 6 snd_timer,snd_seq_device,snd_seq,snd_pcm,snd_ac97_codec,snd_intel8x0
rfkill 19012 4 cfg80211,bluetooth
crc_itu_t 12347 1 rt61pci
i2c_nforce2 12584 0
v4l2_common 13222 5 bttv,msp3400,tda7432,tvaudio,tuner
videodev 70889 6 v4l2_common,bttv,msp3400,tda7432,tvaudio,tuner
v4l2_compat_ioctl32 16655 1 videodev
media 18148 1 videodev
rc_core 18286 8 ir_nec_decoder,ir_rc5_decoder,ir_rc6_decoder,ir_jvc_decoder,bttv,ir_sony_decoder,ir_mce_kbd_decoder,ir_lirc_codec
i2c_algo_bit 12841 2 bttv,nouveau
k8temp 12647 0
serio_raw 12931 0
i2c_core 23876 14 i2c_algo_bit,videodev,v4l2_common,i2c_nforce2,tveeprom,bttv,msp3400,tda7432,tvaudio,tuner,tuner_simple,drm,drm_kms_helper,nouveau
mperf 12453 0
pcspkr 12579 0
evdev 17562 9
soundcore 13065 1 snd
edac_mce_amd 17103 0
edac_core 35258 0
shpchp 31293 0
ac97_bus 12510 1 snd_ac97_codec
processor 28149 0
thermal_sys 18040 2 processor,video
parport_pc 22364 1
parport 31858 3 parport_pc,lp,ppdev
button 12937 1 nouveau
ext4 350763 1
crc16 12343 2 ext4,bluetooth
jbd2 62115 1 ext4
mbcache 13114 1 ext4
sg 25874 0
sd_mod 36136 3
sr_mod 21899 0
crc_t10dif 12348 1 sd_mod
cdrom 35401 1 sr_mod
usb_storage 43870 0
ata_generic 12479 0
pata_amd 13322 0
sata_nv 26690 2
libata 140630 3 sata_nv,pata_amd,ata_generic
ohci_hcd 26563 0
floppy 53134 0
ehci_hcd 40249 0
usbcore 128741 4 ehci_hcd,ohci_hcd,usb_storage
scsi_mod 162269 5 libata,usb_storage,sr_mod,sd_mod,sg
forcedeth 49338 0
usb_common 12354 1 usbcore
I tried attaching the dmesg output as text but the forum wouldn't let me. I will add it below in a reply.

Seems like it's just getting more & more complicated to use the X server on Linux systems.
Last edited by Deluge on 2014-11-07 04:37, edited 2 times in total.

Code: Select all

$ uname -vro
4.2.0-1-amd64 #1 SMP Debian 4.2.1-2 (2015-09-27) GNU/Linux

User avatar
Deluge
Posts: 82
Joined: 2010-04-30 01:15
Location: U.S.

Re: LXDE w Nvidia card: Trying to change resolution

#2 Post by Deluge »

dmesg output:
$ dmesg
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.2.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP Debian 3.2.60-1+deb7u3
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-amd64 root=UUID=e048198d-3807-4ad3-9f81-f59881523dd2 ro quiet
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009c000 (usable)
[ 0.000000] BIOS-e820: 000000000009c000 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000e7ff0000 (usable)
[ 0.000000] BIOS-e820: 00000000e7ff0000 - 00000000e7ff3000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000e7ff3000 - 00000000e8000000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.2 present.
[ 0.000000] DMI: /MS-7025, BIOS 6.00 PG 01/29/2007
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] AGP bridge at 00:00:00
[ 0.000000] Aperture from AGP @ f0000000 old size 32 MB
[ 0.000000] Aperture size 4096 MB (APSIZE 0) is not right, using settings from NB
[ 0.000000] Aperture from AGP @ f0000000 size 32 MB (APSIZE 0)
[ 0.000000] last_pfn = 0xe7ff0 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 0000000000 mask FF80000000 write-back
[ 0.000000] 1 base 0080000000 mask FFC0000000 write-back
[ 0.000000] 2 base 00C0000000 mask FFE0000000 write-back
[ 0.000000] 3 base 00E0000000 mask FFF8000000 write-back
[ 0.000000] 4 base 00F0000000 mask FFF8000000 write-combining
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] found SMP MP-table at [ffff8800000f5080] f5080
[ 0.000000] initial memory mapped : 0 - 20000000
[ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 20480
[ 0.000000] init_memory_mapping: 0000000000000000-00000000e7ff0000
[ 0.000000] 0000000000 - 00e7e00000 page 2M
[ 0.000000] 00e7e00000 - 00e7ff0000 page 4k
[ 0.000000] kernel direct mapping tables up to e7ff0000 @ 1fffa000-20000000
[ 0.000000] RAMDISK: 36bf2000 - 375f1000
[ 0.000000] ACPI: RSDP 00000000000f8f70 00014 (v00 Nvidia)
[ 0.000000] ACPI: RSDT 00000000e7ff3040 0002C (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000)
[ 0.000000] ACPI: FACP 00000000e7ff30c0 00074 (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000)
[ 0.000000] ACPI: DSDT 00000000e7ff3180 048C1 (v01 NVIDIA AWRDACPI 00001000 MSFT 0100000E)
[ 0.000000] ACPI: FACS 00000000e7ff0000 00040
[ 0.000000] ACPI: APIC 00000000e7ff7ac0 0007C (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] Scanning NUMA topology in Northbridge 24
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at 0000000000000000-00000000e7ff0000
[ 0.000000] Initmem setup node 0 0000000000000000-00000000e7ff0000
[ 0.000000] NODE_DATA [00000000e7feb000 - 00000000e7feffff]
[ 0.000000] [ffffea0000000000-ffffea00033fffff] PMD -> [ffff8800e3c00000-ffff8800e6ffffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal empty
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009c
[ 0.000000] 0: 0x00000100 -> 0x000e7ff0
[ 0.000000] On node 0 totalpages: 950140
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 5 pages reserved
[ 0.000000] DMA zone: 3919 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 12936 pages used for memmap
[ 0.000000] DMA32 zone: 933224 pages, LIFO batch:31
[ 0.000000] Nvidia board detected. Ignoring ACPI timer override.
[ 0.000000] If you got timer trouble try acpi_use_timer_override
[ 0.000000] ACPI: PM-Timer IO Port: 0x4008
[ 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] disabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: BIOS IRQ0 override ignored.
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] ACPI: IRQ14 used by override.
[ 0.000000] ACPI: IRQ15 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] SMP: Allowing 2 CPUs, 1 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009c000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at e8000000 (gap: e8000000:16c00000)
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff8800e7c00000 s82944 r8192 d23552 u1048576
[ 0.000000] pcpu-alloc: s82944 r8192 d23552 u1048576 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 937143
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-amd64 root=UUID=e048198d-3807-4ad3-9f81-f59881523dd2 ro quiet
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Checking aperture...
[ 0.000000] AGP bridge at 00:00:00
[ 0.000000] Aperture from AGP @ f0000000 old size 32 MB
[ 0.000000] Aperture size 4096 MB (APSIZE 0) is not right, using settings from NB
[ 0.000000] Aperture from AGP @ f0000000 size 32 MB (APSIZE 0)
[ 0.000000] Node 0: aperture @ f0000000 size 128 MB
[ 0.000000] Memory: 3728316k/3801024k available (3431k kernel code, 464k absent, 72244k reserved, 3308k data, 580k init)
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] NR_IRQS:33024 nr_irqs:512 16
[ 0.000000] spurious 8259A interrupt: IRQ7.
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 2010.077 MHz processor.
[ 0.000000] Marking TSC unstable due to TSCs unsynchronized
[ 0.008007] Calibrating delay loop (skipped), value calculated using timer frequency.. 4020.15 BogoMIPS (lpj=8040308)
[ 0.008012] pid_max: default: 32768 minimum: 301
[ 0.008082] Security Framework initialized
[ 0.008090] AppArmor: AppArmor disabled by boot time parameter
[ 0.008587] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.012796] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.014211] Mount-cache hash table entries: 256
[ 0.014393] Initializing cgroup subsys cpuacct
[ 0.014399] Initializing cgroup subsys memory
[ 0.014416] Initializing cgroup subsys devices
[ 0.014419] Initializing cgroup subsys freezer
[ 0.014422] Initializing cgroup subsys net_cls
[ 0.014427] Initializing cgroup subsys blkio
[ 0.014438] Initializing cgroup subsys perf_event
[ 0.014477] tseg: 0000000000
[ 0.014495] mce: CPU supports 5 MCE banks
[ 0.014528] SMP alternatives: switching to UP code
[ 0.017007] ACPI: Core revision 20110623
[ 0.022142] ..TIMER: vector=0x30 apic1=0 pin1=0 apic2=-1 pin2=-1
[ 0.061843] CPU0: AMD Athlon(tm) 64 Processor 3200+ stepping 02
[ 0.064003] Performance Events: AMD PMU driver.
[ 0.064003] ... version: 0
[ 0.064003] ... bit width: 48
[ 0.064003] ... generic registers: 4
[ 0.064003] ... value mask: 0000ffffffffffff
[ 0.064003] ... max period: 00007fffffffffff
[ 0.064003] ... fixed-purpose events: 0
[ 0.064003] ... event mask: 000000000000000f
[ 0.064003] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.064003] Brought up 1 CPUs
[ 0.064003] Total of 1 processors activated (4020.15 BogoMIPS).
[ 0.064003] devtmpfs: initialized
[ 0.064739] PM: Registering ACPI NVS region at e7ff0000 (12288 bytes)
[ 0.064927] print_constraints: dummy:
[ 0.065009] NET: Registered protocol family 16
[ 0.065139] node 0 link 0: io port [8000, ffff]
[ 0.065143] TOM: 00000000e8000000 aka 3712M
[ 0.065146] node 0 link 0: mmio [a0000, bffff]
[ 0.065150] node 0 link 0: mmio [e8000000, fe02ffff]
[ 0.065154] bus: [00, 02] on node 0 link 0
[ 0.065157] bus: 00 index 0 [io 0x0000-0xffff]
[ 0.065160] bus: 00 index 1 [mem 0x000a0000-0x000bffff]
[ 0.065163] bus: 00 index 2 [mem 0xe8000000-0xfcffffffff]
[ 0.065174] ACPI: bus type pci registered
[ 0.065254] PCI: Using configuration type 1 for base access
[ 0.066279] bio: create slab <bio-0> at 0
[ 0.066389] ACPI: Added _OSI(Module Device)
[ 0.066392] ACPI: Added _OSI(Processor Device)
[ 0.066394] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.066397] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.067257] ACPI: EC: Look up EC in DSDT
[ 0.072223] ACPI: Interpreter enabled
[ 0.072228] ACPI: (supports S0 S1 S4 S5)
[ 0.072255] ACPI: Using IOAPIC for interrupt routing
[ 0.073335] ACPI: Power Resource [ISAV] (on)
[ 0.079518] ACPI: No dock devices found.
[ 0.079521] HEST: Table not found.
[ 0.079526] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[ 0.079595] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.079741] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored)
[ 0.079745] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored)
[ 0.079748] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[ 0.079751] pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000dffff] (ignored)
[ 0.079754] pci_root PNP0A03:00: host bridge window [mem 0xe8000000-0xfebfffff] (ignored)
[ 0.079771] pci 0000:00:00.0: [10de:00e1] type 0 class 0x000600
[ 0.079779] pci 0000:00:00.0: reg 10: [mem 0xf0000000-0xf7ffffff pref]
[ 0.079836] pci 0000:00:01.0: [10de:00e0] type 0 class 0x000601
[ 0.079868] pci 0000:00:01.1: [10de:00e4] type 0 class 0x000c05
[ 0.079876] pci 0000:00:01.1: reg 10: [io 0xfc00-0xfc1f]
[ 0.079888] pci 0000:00:01.1: reg 20: [io 0x4c00-0x4c3f]
[ 0.079893] pci 0000:00:01.1: reg 24: [io 0x4c40-0x4c7f]
[ 0.079907] pci 0000:00:01.1: PME# supported from D3hot D3cold
[ 0.079925] pci 0000:00:02.0: [10de:00e7] type 0 class 0x000c03
[ 0.079932] pci 0000:00:02.0: reg 10: [mem 0xfe02f000-0xfe02ffff]
[ 0.079958] pci 0000:00:02.0: supports D1 D2
[ 0.079960] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.079973] pci 0000:00:02.1: [10de:00e7] type 0 class 0x000c03
[ 0.079981] pci 0000:00:02.1: reg 10: [mem 0xfe02e000-0xfe02efff]
[ 0.080023] pci 0000:00:02.1: supports D1 D2
[ 0.080025] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.080040] pci 0000:00:02.2: [10de:00e8] type 0 class 0x000c03
[ 0.080048] pci 0000:00:02.2: reg 10: [mem 0xfe02d000-0xfe02d0ff]
[ 0.080079] pci 0000:00:02.2: supports D1 D2
[ 0.080081] pci 0000:00:02.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.080101] pci 0000:00:05.0: [10de:00df] type 0 class 0x000680
[ 0.080108] pci 0000:00:05.0: reg 10: [mem 0xfe02c000-0xfe02cfff]
[ 0.080113] pci 0000:00:05.0: reg 14: [io 0xf000-0xf007]
[ 0.080136] pci 0000:00:05.0: supports D1 D2
[ 0.080139] pci 0000:00:05.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.080152] pci 0000:00:06.0: [10de:00ea] type 0 class 0x000401
[ 0.080159] pci 0000:00:06.0: reg 10: [io 0xec00-0xecff]
[ 0.080164] pci 0000:00:06.0: reg 14: [io 0xe800-0xe87f]
[ 0.080169] pci 0000:00:06.0: reg 18: [mem 0xfe02b000-0xfe02bfff]
[ 0.080190] pci 0000:00:06.0: supports D1 D2
[ 0.080203] pci 0000:00:08.0: [10de:00e5] type 0 class 0x000101
[ 0.080219] pci 0000:00:08.0: reg 20: [io 0xdc00-0xdc0f]
[ 0.080245] pci 0000:00:09.0: [10de:00ee] type 0 class 0x000101
[ 0.080253] pci 0000:00:09.0: reg 10: [io 0x09e0-0x09e7]
[ 0.080257] pci 0000:00:09.0: reg 14: [io 0x0be0-0x0be3]
[ 0.080262] pci 0000:00:09.0: reg 18: [io 0x0960-0x0967]
[ 0.080267] pci 0000:00:09.0: reg 1c: [io 0x0b60-0x0b63]
[ 0.080272] pci 0000:00:09.0: reg 20: [io 0xc800-0xc80f]
[ 0.080277] pci 0000:00:09.0: reg 24: [io 0xc400-0xc47f]
[ 0.080301] pci 0000:00:0a.0: [10de:00e3] type 0 class 0x000101
[ 0.080308] pci 0000:00:0a.0: reg 10: [io 0x09f0-0x09f7]
[ 0.080313] pci 0000:00:0a.0: reg 14: [io 0x0bf0-0x0bf3]
[ 0.080318] pci 0000:00:0a.0: reg 18: [io 0x0970-0x0977]
[ 0.080323] pci 0000:00:0a.0: reg 1c: [io 0x0b70-0x0b73]
[ 0.080328] pci 0000:00:0a.0: reg 20: [io 0xb000-0xb00f]
[ 0.080333] pci 0000:00:0a.0: reg 24: [io 0xac00-0xac7f]
[ 0.080356] pci 0000:00:0b.0: [10de:00e2] type 1 class 0x000604
[ 0.080386] pci 0000:00:0e.0: [10de:00ed] type 1 class 0x000604
[ 0.080413] pci 0000:00:18.0: [1022:1100] type 0 class 0x000600
[ 0.080435] pci 0000:00:18.1: [1022:1101] type 0 class 0x000600
[ 0.080454] pci 0000:00:18.2: [1022:1102] type 0 class 0x000600
[ 0.080472] pci 0000:00:18.3: [1022:1103] type 0 class 0x000600
[ 0.080491] PCI: peer root bus 00 res updated from pci conf
[ 0.080518] pci 0000:01:00.0: [10de:0181] type 0 class 0x000300
[ 0.080532] pci 0000:01:00.0: reg 10: [mem 0xfb000000-0xfbffffff]
[ 0.080540] pci 0000:01:00.0: reg 14: [mem 0xe8000000-0xefffffff pref]
[ 0.080568] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
[ 0.080624] pci 0000:00:0b.0: PCI bridge to [bus 01-01]
[ 0.080627] pci 0000:00:0b.0: bridge window [io 0x9000-0x9fff]
[ 0.080631] pci 0000:00:0b.0: bridge window [mem 0xfb000000-0xfcffffff]
[ 0.080635] pci 0000:00:0b.0: bridge window [mem 0xe8000000-0xefffffff pref]
[ 0.080659] pci 0000:02:07.0: [1814:0301] type 0 class 0x000280
[ 0.080670] pci 0000:02:07.0: reg 10: [mem 0xfdff8000-0xfdffffff]
[ 0.080726] pci 0000:02:08.0: [109e:036e] type 0 class 0x000400
[ 0.080736] pci 0000:02:08.0: reg 10: [mem 0xfdeff000-0xfdefffff pref]
[ 0.080778] pci 0000:02:08.1: [109e:0878] type 0 class 0x000480
[ 0.080788] pci 0000:02:08.1: reg 10: [mem 0xfdefe000-0xfdefefff pref]
[ 0.080843] pci 0000:00:0e.0: PCI bridge to [bus 02-02]
[ 0.080846] pci 0000:00:0e.0: bridge window [io 0x8000-0x8fff]
[ 0.080850] pci 0000:00:0e.0: bridge window [mem 0xfdf00000-0xfdffffff]
[ 0.080853] pci 0000:00:0e.0: bridge window [mem 0xfde00000-0xfdefffff pref]
[ 0.080863] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.080970] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
[ 0.081224] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGPB._PRT]
[ 0.081325] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x1e)
[ 0.112582] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 0.112643] ACPI: PCI Interrupt Link [LNK2] (IRQs *3 4 5 6 7 10 11 12 14 15)
[ 0.112702] ACPI: PCI Interrupt Link [LNK3] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[ 0.112760] ACPI: PCI Interrupt Link [LNK4] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.112818] ACPI: PCI Interrupt Link [LNK5] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.112878] ACPI: PCI Interrupt Link [LUBA] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[ 0.112937] ACPI: PCI Interrupt Link [LUBB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[ 0.112996] ACPI: PCI Interrupt Link [LMAC] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[ 0.113053] ACPI: PCI Interrupt Link [LAPU] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.113113] ACPI: PCI Interrupt Link [LACI] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[ 0.113181] ACPI: PCI Interrupt Link [LMCI] (IRQs *3 4 5 6 7 10 11 12 14 15)
[ 0.113240] ACPI: PCI Interrupt Link [LSMB] (IRQs *3 4 5 6 7 10 11 12 14 15)
[ 0.113305] ACPI: PCI Interrupt Link [LUB2] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 0.113364] ACPI: PCI Interrupt Link [LFIR] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.113422] ACPI: PCI Interrupt Link [L3CM] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.113480] ACPI: PCI Interrupt Link [LIDE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.113547] ACPI: PCI Interrupt Link [LSID] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[ 0.113618] ACPI: PCI Interrupt Link [LFID] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 0.113714] ACPI: PCI Interrupt Link [APC1] (IRQs 16) *0
[ 0.113793] ACPI: PCI Interrupt Link [APC2] (IRQs 17) *0
[ 0.113872] ACPI: PCI Interrupt Link [APC3] (IRQs 18) *0
[ 0.113950] ACPI: PCI Interrupt Link [APC4] (IRQs 19) *0, disabled.
[ 0.113999] ACPI: PCI Interrupt Link [APC5] (IRQs *16), disabled.
[ 0.114090] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22 23) *0
[ 0.114178] ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22 23) *0
[ 0.114266] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22 23) *0
[ 0.114353] ACPI: PCI Interrupt Link [APCI] (IRQs 20 21 22 23) *0, disabled.
[ 0.114442] ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22 23) *0
[ 0.114530] ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22 23) *0
[ 0.114617] ACPI: PCI Interrupt Link [APCS] (IRQs 20 21 22 23) *0
[ 0.114704] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22 23) *0
[ 0.114794] ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22 23) *0, disabled.
[ 0.114882] ACPI: PCI Interrupt Link [AP3C] (IRQs 20 21 22 23) *0, disabled.
[ 0.114971] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22 23) *0, disabled.
[ 0.115060] ACPI: PCI Interrupt Link [APSI] (IRQs 20 21 22 23) *0
[ 0.115149] ACPI: PCI Interrupt Link [APSJ] (IRQs 20 21 22 23) *0
[ 0.115321] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.115325] vgaarb: loaded
[ 0.115327] vgaarb: bridge control possible 0000:01:00.0
[ 0.115389] PCI: Using ACPI for IRQ routing
[ 0.115393] PCI: pci_cache_line_size set to 64 bytes
[ 0.115404] pci 0000:00:00.0: address space collision: [mem 0xf0000000-0xf7ffffff pref] conflicts with GART [mem 0xf0000000-0xf7ffffff]
[ 0.115459] reserve RAM buffer: 000000000009c000 - 000000000009ffff
[ 0.115462] reserve RAM buffer: 00000000e7ff0000 - 00000000e7ffffff
[ 0.118069] pnp: PnP ACPI init
[ 0.118094] ACPI: bus type pnp registered
[ 0.118130] pnp 00:00: [io 0x4000-0x407f]
[ 0.118133] pnp 00:00: [io 0x4080-0x40ff]
[ 0.118135] pnp 00:00: [io 0x4400-0x447f]
[ 0.118138] pnp 00:00: [io 0x4480-0x44ff]
[ 0.118141] pnp 00:00: [io 0x4800-0x487f]
[ 0.118143] pnp 00:00: [io 0x4880-0x48ff]
[ 0.118223] system 00:00: [io 0x4000-0x407f] has been reserved
[ 0.118227] system 00:00: [io 0x4080-0x40ff] has been reserved
[ 0.118231] system 00:00: [io 0x4400-0x447f] has been reserved
[ 0.118235] system 00:00: [io 0x4480-0x44ff] has been reserved
[ 0.118239] system 00:00: [io 0x4800-0x487f] has been reserved
[ 0.118242] system 00:00: [io 0x4880-0x48ff] has been reserved
[ 0.118247] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.118479] pnp 00:01: [mem 0x0009e000-0x000a1fff]
[ 0.118483] pnp 00:01: [mem 0x000cf800-0x000cffff]
[ 0.118486] pnp 00:01: [mem 0x000f0000-0x000fbfff]
[ 0.118489] pnp 00:01: [mem 0x000fc000-0x000fffff]
[ 0.118491] pnp 00:01: [mem 0xe7ff0000-0xe7ffffff]
[ 0.118496] pnp 00:01: [mem 0xffff0000-0xffffffff]
[ 0.118499] pnp 00:01: [mem 0x00000000-0x0009ffff]
[ 0.118502] pnp 00:01: [mem 0x00100000-0xe7feffff]
[ 0.118505] pnp 00:01: [mem 0xfec00000-0xfec00fff]
[ 0.118508] pnp 00:01: [mem 0xfee00000-0xfeefffff]
[ 0.118511] pnp 00:01: [mem 0xfefff000-0xfeffffff]
[ 0.118514] pnp 00:01: [mem 0xfff80000-0xfff80fff]
[ 0.118516] pnp 00:01: [mem 0xfff90000-0xfffbffff]
[ 0.118519] pnp 00:01: [mem 0xfffed000-0xfffeffff]
[ 0.118526] pnp 00:01: disabling [mem 0x0009e000-0x000a1fff] because it overlaps 0000:00:00.0 BAR 0 [mem 0x00000000-0x07ffffff pref]
[ 0.118530] pnp 00:01: disabling [mem 0x000cf800-0x000cffff] because it overlaps 0000:00:00.0 BAR 0 [mem 0x00000000-0x07ffffff pref]
[ 0.118535] pnp 00:01: disabling [mem 0x000f0000-0x000fbfff] because it overlaps 0000:00:00.0 BAR 0 [mem 0x00000000-0x07ffffff pref]
[ 0.118540] pnp 00:01: disabling [mem 0x000fc000-0x000fffff] because it overlaps 0000:00:00.0 BAR 0 [mem 0x00000000-0x07ffffff pref]
[ 0.118545] pnp 00:01: disabling [mem 0x00000000-0x0009ffff] because it overlaps 0000:00:00.0 BAR 0 [mem 0x00000000-0x07ffffff pref]
[ 0.118549] pnp 00:01: disabling [mem 0x00100000-0xe7feffff] because it overlaps 0000:00:00.0 BAR 0 [mem 0x00000000-0x07ffffff pref]
[ 0.118611] system 00:01: [mem 0xe7ff0000-0xe7ffffff] could not be reserved
[ 0.118616] system 00:01: [mem 0xffff0000-0xffffffff] has been reserved
[ 0.118620] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.118624] system 00:01: [mem 0xfee00000-0xfeefffff] has been reserved
[ 0.118628] system 00:01: [mem 0xfefff000-0xfeffffff] has been reserved
[ 0.118632] system 00:01: [mem 0xfff80000-0xfff80fff] has been reserved
[ 0.118636] system 00:01: [mem 0xfff90000-0xfffbffff] has been reserved
[ 0.118640] system 00:01: [mem 0xfffed000-0xfffeffff] has been reserved
[ 0.118644] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.118718] pnp 00:02: [bus 00-ff]
[ 0.118721] pnp 00:02: [io 0x0cf8-0x0cff]
[ 0.118723] pnp 00:02: [io 0x0cf0-0x0cf3]
[ 0.118726] pnp 00:02: [io 0x0000-0x0cf7 window]
[ 0.118729] pnp 00:02: [io 0x0d00-0xffff window]
[ 0.118732] pnp 00:02: [mem 0x000a0000-0x000bffff window]
[ 0.118735] pnp 00:02: [mem 0x000c0000-0x000dffff window]
[ 0.118739] pnp 00:02: [mem 0xe8000000-0xfebfffff window]
[ 0.118808] pnp 00:02: Plug and Play ACPI device, IDs PNP0a03 (active)
[ 0.119444] pnp 00:03: [io 0x0010-0x001f]
[ 0.119447] pnp 00:03: [io 0x0022-0x003f]
[ 0.119449] pnp 00:03: [io 0x0044-0x005f]
[ 0.119452] pnp 00:03: [io 0x0062-0x0063]
[ 0.119455] pnp 00:03: [io 0x0065-0x006f]
[ 0.119457] pnp 00:03: [io 0x0074-0x007f]
[ 0.119460] pnp 00:03: [io 0x0091-0x0093]
[ 0.119463] pnp 00:03: [io 0x00a2-0x00bf]
[ 0.119466] pnp 00:03: [io 0x00e0-0x00ef]
[ 0.119468] pnp 00:03: [io 0x0b78-0x0b7b]
[ 0.119471] pnp 00:03: [io 0x0f78-0x0f7b]
[ 0.119474] pnp 00:03: [io 0x0a78-0x0a7b]
[ 0.119476] pnp 00:03: [io 0x0e78-0x0e7b]
[ 0.119480] pnp 00:03: [io 0x0bbc-0x0bbf]
[ 0.119483] pnp 00:03: [io 0x0fbc-0x0fbf]
[ 0.119486] pnp 00:03: [io 0x04d0-0x04d1]
[ 0.119571] system 00:03: [io 0x0b78-0x0b7b] has been reserved
[ 0.119575] system 00:03: [io 0x0f78-0x0f7b] has been reserved
[ 0.119579] system 00:03: [io 0x0a78-0x0a7b] has been reserved
[ 0.119583] system 00:03: [io 0x0e78-0x0e7b] has been reserved
[ 0.119586] system 00:03: [io 0x0bbc-0x0bbf] has been reserved
[ 0.119590] system 00:03: [io 0x0fbc-0x0fbf] has been reserved
[ 0.119594] system 00:03: [io 0x04d0-0x04d1] has been reserved
[ 0.119597] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.119614] pnp 00:04: [dma 4]
[ 0.119617] pnp 00:04: [io 0x0000-0x000f]
[ 0.119620] pnp 00:04: [io 0x0080-0x0090]
[ 0.119623] pnp 00:04: [io 0x0094-0x009f]
[ 0.119625] pnp 00:04: [io 0x00c0-0x00df]
[ 0.119672] pnp 00:04: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.119686] pnp 00:05: [io 0x0070-0x0073]
[ 0.119701] pnp 00:05: [irq 8]
[ 0.119747] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.119760] pnp 00:06: [io 0x0061]
[ 0.119807] pnp 00:06: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.119820] pnp 00:07: [io 0x00f0-0x00ff]
[ 0.119827] pnp 00:07: [irq 13]
[ 0.119874] pnp 00:07: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.120030] pnp 00:08: [io 0x03f0-0x03f5]
[ 0.120033] pnp 00:08: [io 0x03f7]
[ 0.120040] pnp 00:08: [irq 6]
[ 0.120042] pnp 00:08: [dma 2]
[ 0.120104] pnp 00:08: Plug and Play ACPI device, IDs PNP0700 (active)
[ 0.120288] pnp 00:09: [io 0x03f8-0x03ff]
[ 0.120295] pnp 00:09: [irq 4]
[ 0.120380] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.120806] pnp 00:0a: [io 0x0378-0x037f]
[ 0.120809] pnp 00:0a: [io 0x0778-0x077b]
[ 0.120816] pnp 00:0a: [irq 7]
[ 0.120890] pnp 00:0a: Plug and Play ACPI device, IDs PNP0400 (active)
[ 0.121002] pnp 00:0b: [irq 12]
[ 0.121050] pnp 00:0b: Plug and Play ACPI device, IDs PNP0f13 (active)
[ 0.121079] pnp 00:0c: [io 0x0060]
[ 0.121082] pnp 00:0c: [io 0x0064]
[ 0.121088] pnp 00:0c: [irq 1]
[ 0.121137] pnp 00:0c: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[ 0.121163] pnp: PnP ACPI: found 13 devices
[ 0.121166] ACPI: ACPI bus type pnp unregistered
[ 0.128048] Switching to clocksource acpi_pm
[ 0.128078] PCI: max bus depth: 1 pci_try_num: 2
[ 0.128100] pci 0000:01:00.0: BAR 6: assigned [mem 0xfc000000-0xfc01ffff pref]
[ 0.128104] pci 0000:00:0b.0: PCI bridge to [bus 01-01]
[ 0.128107] pci 0000:00:0b.0: bridge window [io 0x9000-0x9fff]
[ 0.128112] pci 0000:00:0b.0: bridge window [mem 0xfb000000-0xfcffffff]
[ 0.128117] pci 0000:00:0b.0: bridge window [mem 0xe8000000-0xefffffff pref]
[ 0.128124] pci 0000:00:0e.0: PCI bridge to [bus 02-02]
[ 0.128127] pci 0000:00:0e.0: bridge window [io 0x8000-0x8fff]
[ 0.128130] pci 0000:00:0e.0: bridge window [mem 0xfdf00000-0xfdffffff]
[ 0.128134] pci 0000:00:0e.0: bridge window [mem 0xfde00000-0xfdefffff pref]
[ 0.128147] pci 0000:00:0e.0: setting latency timer to 64
[ 0.128151] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
[ 0.128154] pci_bus 0000:00: resource 5 [mem 0x000a0000-0x000bffff]
[ 0.128157] pci_bus 0000:00: resource 6 [mem 0xe8000000-0xfcffffffff]
[ 0.128160] pci_bus 0000:01: resource 0 [io 0x9000-0x9fff]
[ 0.128163] pci_bus 0000:01: resource 1 [mem 0xfb000000-0xfcffffff]
[ 0.128166] pci_bus 0000:01: resource 2 [mem 0xe8000000-0xefffffff pref]
[ 0.128169] pci_bus 0000:02: resource 0 [io 0x8000-0x8fff]
[ 0.128172] pci_bus 0000:02: resource 1 [mem 0xfdf00000-0xfdffffff]
[ 0.128175] pci_bus 0000:02: resource 2 [mem 0xfde00000-0xfdefffff pref]
[ 0.128244] NET: Registered protocol family 2
[ 0.128431] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.130274] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[ 0.135856] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.136574] TCP: Hash tables configured (established 524288 bind 65536)
[ 0.136578] TCP reno registered
[ 0.136595] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.136652] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.136829] NET: Registered protocol family 1
[ 0.137068] ACPI: PCI Interrupt Link [APCF] enabled at IRQ 23
[ 0.208173] ACPI: PCI Interrupt Link [APCG] enabled at IRQ 22
[ 0.280168] ACPI: PCI Interrupt Link [APCL] enabled at IRQ 21
[ 0.280228] pci 0000:01:00.0: Boot video device
[ 0.280238] PCI: CLS 64 bytes, default 64
[ 0.280312] Unpacking initramfs...
[ 0.583889] Freeing initrd memory: 10236k freed
[ 0.591186] agpgart-amd64 0000:00:00.0: AGP bridge [10de/00e1]
[ 0.591193] agpgart-amd64 0000:00:00.0: aperture size 4096 MB is not right, using settings from NB
[ 0.591200] agpgart-amd64 0000:00:00.0: setting up Nforce3 AGP
[ 0.595225] agpgart-amd64 0000:00:00.0: AGP aperture is 128M @ 0xf0000000
[ 0.595606] audit: initializing netlink socket (disabled)
[ 0.595618] type=2000 audit(1412457086.592:1): initialized
[ 0.613228] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.613998] VFS: Disk quotas dquot_6.5.2
[ 0.614032] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.614121] msgmni has been set to 7301
[ 0.614296] alg: No test for stdrng (krng)
[ 0.614328] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.614332] io scheduler noop registered
[ 0.614334] io scheduler deadline registered
[ 0.614347] io scheduler cfq registered (default)
[ 0.614509] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.614539] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.614542] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.615087] ERST: Table is not found!
[ 0.615089] GHES: HEST is not enabled!
[ 0.615165] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.635465] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.656068] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.656284] Linux agpgart interface v0.103
[ 0.656412] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 0.659080] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.659087] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.659234] mousedev: PS/2 mouse device common for all mice
[ 0.659290] rtc_cmos 00:05: RTC can wake from S4
[ 0.659405] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[ 0.659430] rtc0: alarms up to one year, y3k, 242 bytes nvram
[ 0.659444] cpuidle: using governor ladder
[ 0.659446] cpuidle: using governor menu
[ 0.659678] TCP cubic registered
[ 0.659727] NET: Registered protocol family 10
[ 0.660309] Mobile IPv6
[ 0.660312] NET: Registered protocol family 17
[ 0.660317] Registering the dns_resolver key type
[ 0.660451] PM: Hibernation image not present or could not be loaded.
[ 0.660466] registered taskstats version 1
[ 0.661005] rtc_cmos 00:05: setting system clock to 2014-10-04 21:11:27 UTC (1412457087)
[ 0.661046] Initializing network drop monitor service
[ 0.662709] Freeing unused kernel memory: 580k freed
[ 0.663015] Write protecting the kernel read-only data: 6144k
[ 0.668299] Freeing unused kernel memory: 648k freed
[ 0.672566] Freeing unused kernel memory: 688k freed
[ 0.682854] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 0.692268] udevd[44]: starting version 175
[ 0.747652] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
[ 0.747837] ACPI: PCI Interrupt Link [APCH] enabled at IRQ 20
[ 0.747858] forcedeth 0000:00:05.0: setting latency timer to 64
[ 0.747916] forcedeth 0000:00:05.0: Invalid MAC address detected: fb:ff:ff:ff:ff:ff - Please complain to your hardware vendor.
[ 0.747977] forcedeth 0000:00:05.0: Using random MAC address: b6:88:e4:c2:0f:79
[ 0.830095] SCSI subsystem initialized
[ 0.835598] usbcore: registered new interface driver usbfs
[ 0.835627] usbcore: registered new interface driver hub
[ 0.866836] usbcore: registered new device driver usb
[ 0.867442] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.887877] Floppy drive(s): fd0 is 1.44M
[ 0.914180] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.928135] FDC 0 is a post-1991 82077
[ 0.930827] libata version 3.00 loaded.
[ 1.272707] forcedeth 0000:00:05.0: ifname eth0, PHY OUI 0x5043 @ 1, addr b6:88:e4:c2:0f:79
[ 1.272712] forcedeth 0000:00:05.0: csum timirq gbit lnktim desc-v2
[ 1.273758] ehci_hcd 0000:00:02.2: setting latency timer to 64
[ 1.273763] ehci_hcd 0000:00:02.2: EHCI Host Controller
[ 1.273794] ehci_hcd 0000:00:02.2: new USB bus registered, assigned bus number 1
[ 1.273820] ehci_hcd 0000:00:02.2: debug port 1
[ 1.273825] ehci_hcd 0000:00:02.2: cache line size of 64 is not supported
[ 1.273850] ehci_hcd 0000:00:02.2: irq 21, io mem 0xfe02d000
[ 1.284024] ehci_hcd 0000:00:02.2: USB 2.0 started, EHCI 1.00
[ 1.284063] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.284066] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.284068] usb usb1: Product: EHCI Host Controller
[ 1.284071] usb usb1: Manufacturer: Linux 3.2.0-4-amd64 ehci_hcd
[ 1.284073] usb usb1: SerialNumber: 0000:00:02.2
[ 1.284224] hub 1-0:1.0: USB hub found
[ 1.284230] hub 1-0:1.0: 8 ports detected
[ 1.285619] ohci_hcd 0000:00:02.0: setting latency timer to 64
[ 1.285623] ohci_hcd 0000:00:02.0: OHCI Host Controller
[ 1.285645] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2
[ 1.285682] ohci_hcd 0000:00:02.0: irq 23, io mem 0xfe02f000
[ 1.342036] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.342041] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.342044] usb usb2: Product: OHCI Host Controller
[ 1.342046] usb usb2: Manufacturer: Linux 3.2.0-4-amd64 ohci_hcd
[ 1.342049] usb usb2: SerialNumber: 0000:00:02.0
[ 1.342285] hub 2-0:1.0: USB hub found
[ 1.342293] hub 2-0:1.0: 4 ports detected
[ 1.342419] ohci_hcd 0000:00:02.1: setting latency timer to 64
[ 1.342423] ohci_hcd 0000:00:02.1: OHCI Host Controller
[ 1.342432] ohci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 3
[ 1.342465] ohci_hcd 0000:00:02.1: irq 22, io mem 0xfe02e000
[ 1.398019] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.398022] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.398025] usb usb3: Product: OHCI Host Controller
[ 1.398027] usb usb3: Manufacturer: Linux 3.2.0-4-amd64 ohci_hcd
[ 1.398029] usb usb3: SerialNumber: 0000:00:02.1
[ 1.398924] hub 3-0:1.0: USB hub found
[ 1.398936] hub 3-0:1.0: 4 ports detected
[ 1.400282] sata_nv 0000:00:09.0: version 3.5
[ 1.400503] ACPI: PCI Interrupt Link [APSI] enabled at IRQ 23
[ 1.400552] sata_nv 0000:00:09.0: setting latency timer to 64
[ 1.402681] scsi0 : sata_nv
[ 1.404518] scsi1 : sata_nv
[ 1.404700] ata1: SATA max UDMA/133 cmd 0x9e0 ctl 0xbe0 bmdma 0xc800 irq 23
[ 1.404705] ata2: SATA max UDMA/133 cmd 0x960 ctl 0xb60 bmdma 0xc808 irq 23
[ 1.405030] ACPI: PCI Interrupt Link [APSJ] enabled at IRQ 22
[ 1.405079] sata_nv 0000:00:0a.0: setting latency timer to 64
[ 1.405550] scsi2 : sata_nv
[ 1.405671] scsi3 : sata_nv
[ 1.405814] ata3: SATA max UDMA/133 cmd 0x9f0 ctl 0xbf0 bmdma 0xb000 irq 22
[ 1.405818] ata4: SATA max UDMA/133 cmd 0x970 ctl 0xb70 bmdma 0xb008 irq 22
[ 1.406107] pata_amd 0000:00:08.0: version 0.4.1
[ 1.406117] pata_amd 0000:00:08.0: power state changed by ACPI to D0
[ 1.406121] pata_amd 0000:00:08.0: power state changed by ACPI to D0
[ 1.406166] pata_amd 0000:00:08.0: setting latency timer to 64
[ 1.406698] scsi4 : pata_amd
[ 1.406852] scsi5 : pata_amd
[ 1.407472] ata5: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xdc00 irq 14
[ 1.407475] ata6: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xdc08 irq 15
[ 1.572247] ata5.00: ATAPI: LITE-ON LTR-48246S, SPS1, max UDMA/33
[ 1.572257] ata5: nv_mode_filter: 0x739f&0x739f->0x739f, BIOS=0x7000 (0xc0000000) ACPI=0x701f (60:120:0x1b)
[ 1.588176] ata5.00: configured for UDMA/33
[ 1.596024] usb 1-8: new high-speed USB device number 2 using ehci_hcd
[ 1.716021] ata3: SATA link down (SStatus 0 SControl 300)
[ 1.730245] usb 1-8: New USB device found, idVendor=058f, idProduct=6362
[ 1.730249] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.730252] usb 1-8: Product: Mass Storage Device
[ 1.730254] usb 1-8: Manufacturer: Generic
[ 1.730256] usb 1-8: SerialNumber: 058F312D81B
[ 1.734213] Initializing USB Mass Storage driver...
[ 1.734326] scsi6 : usb-storage 1-8:1.0
[ 1.734420] usbcore: registered new interface driver usb-storage
[ 1.734422] USB Mass Storage support registered.
[ 1.872079] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.889768] ata1.00: HPA detected: current 488395055, native 488397168
[ 1.889774] ata1.00: ATA-8: WDC WD2500AAJS-00VTA0, 01.01B01, max UDMA/133
[ 1.889778] ata1.00: 488395055 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 1.904779] ata1.00: configured for UDMA/133
[ 1.904903] scsi 0:0:0:0: Direct-Access ATA WDC WD2500AAJS-0 01.0 PQ: 0 ANSI: 5
[ 2.216024] ata2: SATA link down (SStatus 0 SControl 300)
[ 2.528023] ata4: SATA link down (SStatus 0 SControl 300)
[ 2.528481] scsi 4:0:0:0: CD-ROM LITE-ON LTR-48246S SPS1 PQ: 0 ANSI: 5
[ 2.707846] sd 0:0:0:0: [sda] 488395055 512-byte logical blocks: (250 GB/232 GiB)
[ 2.707986] sd 0:0:0:0: [sda] Write Protect is off
[ 2.707990] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.708049] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.709172] sr0: scsi3-mmc drive: 235x/48x writer cd/rw xa/form2 cdda tray
[ 2.709177] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 2.709556] sr 4:0:0:0: Attached scsi CD-ROM sr0
[ 2.732761] scsi 6:0:0:0: Direct-Access Generic USB SD Reader 1.00 PQ: 0 ANSI: 0
[ 2.733260] scsi 6:0:0:1: Direct-Access Generic USB CF Reader 1.01 PQ: 0 ANSI: 0
[ 2.733758] scsi 6:0:0:2: Direct-Access Generic USB SM Reader 1.02 PQ: 0 ANSI: 0
[ 2.734258] scsi 6:0:0:3: Direct-Access Generic USB MS Reader 1.03 PQ: 0 ANSI: 0
[ 2.742013] sd 6:0:0:1: [sdc] Attached SCSI removable disk
[ 2.742634] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[ 2.744883] sd 6:0:0:2: [sdd] Attached SCSI removable disk
[ 2.745633] sd 6:0:0:3: [sde] Attached SCSI removable disk
[ 2.747967] sda: sda1 sda2
[ 2.748484] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.771136] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 2.771697] sr 4:0:0:0: Attached scsi generic sg1 type 5
[ 2.772255] sd 6:0:0:0: Attached scsi generic sg2 type 0
[ 2.773471] sd 6:0:0:1: Attached scsi generic sg3 type 0
[ 2.774027] sd 6:0:0:2: Attached scsi generic sg4 type 0
[ 2.774483] sd 6:0:0:3: Attached scsi generic sg5 type 0
[ 3.049621] PM: Starting manual resume from disk
[ 3.049626] PM: Hibernation image partition 8:1 present
[ 3.049628] PM: Looking for hibernation image.
[ 3.049884] PM: Image not found (code -22)
[ 3.049887] PM: Hibernation image not present or could not be loaded.
[ 3.069668] EXT4-fs (sda2): INFO: recovery required on readonly filesystem
[ 3.069673] EXT4-fs (sda2): write access will be enabled during recovery
[ 3.147559] EXT4-fs (sda2): orphan cleanup on readonly fs
[ 3.147570] EXT4-fs (sda2): ext4_orphan_cleanup: deleting unreferenced inode 4456461
[ 3.147664] EXT4-fs (sda2): 1 orphan inode deleted
[ 3.147667] EXT4-fs (sda2): recovery complete
[ 3.322910] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 4.992718] udevd[401]: starting version 175
[ 5.271466] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[ 5.271474] ACPI: Power Button [PWRB]
[ 5.271573] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 5.271577] ACPI: Power Button [PWRF]
[ 5.322314] parport_pc 00:0a: reported by Plug and Play ACPI
[ 5.322362] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
[ 5.429416] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 5.577144] EDAC MC: Ver: 2.1.0
[ 5.590881] MCE: In-kernel MCE decoding enabled.
[ 5.598742] AMD64 EDAC driver v3.4.0
[ 5.598779] EDAC amd64: DRAM ECC disabled.
[ 5.598783] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
[ 5.598785] Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
[ 5.598786] (Note that use of the override may cause unknown side effects.)
[ 5.752429] input: PC Speaker as /devices/platform/pcspkr/input/input3
[ 5.827840] powernow-k8: Found 1 AMD Athlon(tm) 64 Processor 3200+ (1 cpu cores) (version 2.20.00)
[ 5.835262] [Firmware Bug]: powernow-k8: No PSB or ACPI _PSS objects
[ 5.835307] powernow-k8: Make sure that your BIOS is up to date and Cool'N'Quiet support is enabled in BIOS setup
[ 5.957714] Linux media interface: v0.10
[ 6.071709] Linux video capture interface: v2.00
[ 6.182446] i2c i2c-0: nForce2 SMBus adapter at 0x4c00
[ 6.182476] i2c i2c-1: nForce2 SMBus adapter at 0x4c40
[ 6.230886] cfg80211: Calling CRDA to update world regulatory domain
[ 6.315479] IR NEC protocol handler initialized
[ 6.394801] ACPI: PCI Interrupt Link [APCJ] enabled at IRQ 21
[ 6.394836] snd_intel8x0 0000:00:06.0: setting latency timer to 64
[ 6.411789] ACPI: PCI Interrupt Link [APC2] enabled at IRQ 17
[ 6.411817] rt61pci 0000:02:07.0: setting latency timer to 64
[ 6.467543] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 6.468230] Registered led device: rt61pci-phy0::radio
[ 6.468255] Registered led device: rt61pci-phy0::assoc
[ 6.509147] IR RC5(x) protocol handler initialized
[ 6.636807] IR RC6 protocol handler initialized
[ 6.697983] IR JVC protocol handler initialized
[ 6.716024] intel8x0_measure_ac97_clock: measured 54385 usecs (2672 samples)
[ 6.716028] intel8x0: clocking to 46895
[ 6.816741] bttv: driver version 0.9.19 loaded
[ 6.816747] bttv: using 8 buffers with 2080k (520 pages) each for capture
[ 6.817104] bttv: Bt8xx card found (0)
[ 6.817243] ACPI: PCI Interrupt Link [APC3] enabled at IRQ 18
[ 6.817271] bttv: 0: Bt878 (rev 2) at 0000:02:08.0, irq: 18, latency: 16, mmio: 0xfdeff000
[ 6.817291] bttv: 0: subsystem: ffff:a0ff (UNKNOWN)
[ 6.817293] bttv: 0: using: *** UNKNOWN/GENERIC *** [card=0,autodetected]
[ 6.846309] bttv: 0: detected by eeprom: Hauppauge (bt848) [card=2]
[ 6.875642] tveeprom 2-0050: Hauppauge model 61001, rev A2MA, serial# 1187095
[ 6.875647] tveeprom 2-0050: tuner model is Philips FI1236 MK2 (idx 10, type 2)
[ 6.875651] tveeprom 2-0050: TV standards NTSC(M) (eeprom 0x08)
[ 6.875654] tveeprom 2-0050: audio processor is None (idx 0)
[ 6.875657] tveeprom 2-0050: has no radio
[ 6.875659] bttv: 0: Hauppauge eeprom indicates model#61001
[ 6.875662] bttv: 0: tuner type=2
[ 6.961820] i2c-core: driver [msp3400] using legacy suspend method
[ 6.961823] i2c-core: driver [msp3400] using legacy resume method
[ 6.965846] IR Sony protocol handler initialized
[ 7.018352] IR MCE Keyboard/mouse protocol handler initialized
[ 7.173841] lirc_dev: IR Remote Control driver registered, major 251
[ 7.174948] IR LIRC bridge handler initialized
[ 7.177081] bttv: 0: audio absent, no audio device found!
[ 7.205308] input: ImPS/2 Logitech Wheel Mouse as /devices/platform/i8042/serio1/input/input4
[ 7.273753] i2c-core: driver [tuner] using legacy suspend method
[ 7.273757] i2c-core: driver [tuner] using legacy resume method
[ 7.280462] tuner 2-0061: Tuner -1 found with type(s) Radio TV.
[ 7.322796] tuner-simple 2-0061: creating new instance
[ 7.322802] tuner-simple 2-0061: type set to 2 (Philips NTSC (FI1236,FM1236 and compatibles))
[ 7.323475] bttv: 0: registered device video0
[ 7.323568] bttv: 0: registered device vbi0
[ 7.733626] nvidia: module license 'NVIDIA' taints kernel.
[ 7.733631] Disabling lock debugging due to kernel taint
[ 8.309899] NVRM: The NVIDIA GeForce4 MX 440 with AGP8X GPU installed in this system is
[ 8.309902] NVRM: supported through the NVIDIA 96.43.xx Legacy drivers. Please
[ 8.309904] NVRM: visit http://www.nvidia.com/object/unix.html for more
[ 8.309905] NVRM: information. The 173.14.35 NVIDIA driver will ignore
[ 8.309906] NVRM: this GPU. Continuing probe...
[ 8.309916] NVRM: No NVIDIA graphics adapter found!
[ 8.526182] cfg80211: World regulatory domain updated:
[ 8.526187] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 8.526191] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 8.526195] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 8.526198] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm)
[ 8.526201] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[ 8.526204] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[ 8.526207] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm)
[ 9.642452] Adding 3906556k swap on /dev/sda1. Priority:-1 extents:1 across:3906556k
[ 9.661612] EXT4-fs (sda2): re-mounted. Opts: (null)
[ 9.870456] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[ 9.988502] loop: module loaded
[ 11.560829] RPC: Registered named UNIX socket transport module.
[ 11.560833] RPC: Registered udp transport module.
[ 11.560836] RPC: Registered tcp transport module.
[ 11.560838] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 11.606013] FS-Cache: Loaded
[ 11.655939] FS-Cache: Netfs 'nfs' registered for caching
[ 11.669048] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 13.659108] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input5
[ 14.595724] Bluetooth: Core ver 2.16
[ 14.595750] NET: Registered protocol family 31
[ 14.595753] Bluetooth: HCI device and connection manager initialized
[ 14.595757] Bluetooth: HCI socket layer initialized
[ 14.595760] Bluetooth: L2CAP socket layer initialized
[ 14.595954] Bluetooth: SCO socket layer initialized
[ 14.623122] Bluetooth: RFCOMM TTY layer initialized
[ 14.623131] Bluetooth: RFCOMM socket layer initialized
[ 14.623133] Bluetooth: RFCOMM ver 1.11
[ 14.631140] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 14.631144] Bluetooth: BNEP filters: protocol multicast
[ 14.705462] lp0: using parport0 (interrupt-driven).
[ 14.741623] ppdev: user-space parallel port driver
[ 17.095936] rt61pci 0000:02:07.0: firmware: agent loaded rt2561s.bin into memory
[ 17.136875] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 17.783703] [drm] Initialized drm 1.1.0 20060810
[ 17.991577] wmi: Mapper loaded
[ 18.046945] ACPI: PCI Interrupt Link [APC1] enabled at IRQ 16
[ 18.049919] nouveau 0000:01:00.0: setting latency timer to 64
[ 18.049950] [drm] nouveau 0000:01:00.0: Detected an NV10 generation card (0x018100c1)
[ 18.050710] [drm] nouveau 0000:01:00.0: Checking PRAMIN for VBIOS
[ 18.111705] [drm] nouveau 0000:01:00.0: ... appears to be valid
[ 18.111708] [drm] nouveau 0000:01:00.0: Using VBIOS from PRAMIN
[ 18.112092] [drm] nouveau 0000:01:00.0: BMP BIOS found
[ 18.112094] [drm] nouveau 0000:01:00.0: BMP version 5.38
[ 18.112097] [drm] nouveau 0000:01:00.0: Bios version 04.18.20.21
[ 18.114980] [drm] nouveau 0000:01:00.0: MXM: no VBIOS data, nothing to do
[ 18.114986] [drm] nouveau 0000:01:00.0: DCB version 2.2
[ 18.114990] [drm] nouveau 0000:01:00.0: DCB outp 00: 01000300 000088b8
[ 18.114993] [drm] nouveau 0000:01:00.0: DCB outp 01: 01000302 00000000
[ 18.114996] [drm] nouveau 0000:01:00.0: DCB outp 02: 02010321 00000003
[ 18.115321] [drm] nouveau 0000:01:00.0: Loading NV17 power sequencing microcode
[ 18.115326] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0x71CA
[ 18.117357] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0x76D4
[ 18.117385] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0x733F
[ 18.132338] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0x79FA
[ 18.132344] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0x7A17
[ 18.132350] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 5 at offset 0x751E
[ 18.153750] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 6 at offset 0x766F
[ 18.159077] [TTM] Zone kernel: Available graphics memory: 1870234 kiB
[ 18.159081] [TTM] Initializing pool allocator
[ 18.159088] [TTM] Initializing DMA pool allocator
[ 18.159106] [drm] nouveau 0000:01:00.0: Detected 64MiB VRAM (DDR1)
[ 18.159287] agpgart-amd64 0000:00:00.0: AGP 3.0 bridge
[ 18.159304] agpgart: kworker/0:4 tried to set rate=x12. Setting to AGP3 x8 mode.
[ 18.159312] agpgart-amd64 0000:00:00.0: putting AGP V3 device into 8x mode
[ 18.159347] nouveau 0000:01:00.0: putting AGP V3 device into 8x mode
[ 18.159357] [drm] nouveau 0000:01:00.0: 128 MiB GART (aperture)
[ 18.159449] [drm] nouveau 0000:01:00.0: Saving VGA fonts
[ 18.229869] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 18.229873] [drm] No driver support for vblank timestamp query.
[ 18.556036] [drm] nouveau 0000:01:00.0: 0 available performance level(s)
[ 18.556042] [drm] nouveau 0000:01:00.0: c: core 274MHz memory 405MHz
[ 18.557966] [drm] nouveau 0000:01:00.0: 0xDD81: Parsing digital output script table
[ 18.588016] [drm] nouveau 0000:01:00.0: Setting dpms mode 3 on TV encoder (output 2)
[ 18.668313] [drm] nouveau 0000:01:00.0: allocated 1280x1024 fb: 0x49000, bo ffff8800e0be8400
[ 18.668990] fbcon: nouveaufb (fb0) is primary device
[ 18.669483] Console: switching to colour frame buffer device 160x64
[ 18.669495] fb0: nouveaufb frame buffer device
[ 18.669497] drm: registered panic notifier
[ 18.669505] [drm] Initialized nouveau 1.0.0 20120316 for 0000:01:00.0 on minor 0
[ 19.663725] [drm] nouveau 0000:01:00.0: 0xDD81: Parsing digital output script table
[ 27.984017] eth0: no IPv6 routers present
[ 319.828051] wlan0: authenticate with 00:16:b6:4a:5e:80 (try 1)
[ 319.830579] wlan0: authenticated
[ 319.830963] wlan0: associate with 00:16:b6:4a:5e:80 (try 1)
[ 319.833108] wlan0: RX AssocResp from 00:16:b6:4a:5e:80 (capab=0x411 status=0 aid=3)
[ 319.833112] wlan0: associated
[ 319.834267] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 330.896016] wlan0: no IPv6 routers present
[ 335.003966] wlan0: deauthenticating from 00:16:b6:4a:5e:80 by local choice (reason=3)
[ 335.020112] cfg80211: Calling CRDA to update world regulatory domain
[ 335.073838] cfg80211: World regulatory domain updated:
[ 335.073844] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 335.073848] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 335.073851] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 335.073854] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm)
[ 335.073857] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[ 335.073860] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[ 335.073863] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm)
[ 343.548946] wlan0: authenticate with 00:1c:df:ba:14:01 (try 1)
[ 343.556233] wlan0: authenticated
[ 343.556593] wlan0: associate with 00:1c:df:ba:14:01 (try 1)
[ 343.571209] wlan0: RX AssocResp from 00:1c:df:ba:14:01 (capab=0x431 status=0 aid=3)
[ 343.571214] wlan0: associated
[ 343.573186] cfg80211: Calling CRDA for country: US
[ 343.579687] cfg80211: Regulatory domain changed to country: US
[ 343.579691] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 343.579695] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm)
[ 343.579699] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 1700 mBm)
[ 343.579702] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz), (N/A, 2300 mBm)
[ 343.579705] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm)
[ 343.579708] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm)
[ 347.320041] ieee80211 phy0: wlan0: No probe response from AP 00:1c:df:ba:14:01 after 500ms, disconnecting.
[ 347.328530] cfg80211: Calling CRDA to update world regulatory domain
[ 347.337097] cfg80211: World regulatory domain updated:
[ 347.337102] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 347.337106] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 347.337110] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 347.337113] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm)
[ 347.337116] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[ 347.337119] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[ 347.337122] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm)
[ 348.573192] wlan0: authenticate with 00:1c:df:ba:14:01 (try 1)
[ 348.595691] wlan0: authenticated
[ 348.596224] wlan0: associate with 00:1c:df:ba:14:01 (try 1)
[ 348.796028] wlan0: associate with 00:1c:df:ba:14:01 (try 2)
[ 348.996029] wlan0: associate with 00:1c:df:ba:14:01 (try 3)
[ 349.016684] wlan0: RX ReassocResp from 00:1c:df:ba:14:01 (capab=0x431 status=0 aid=10)
[ 349.016688] wlan0: associated
[ 349.018100] cfg80211: Calling CRDA for country: US
[ 349.025143] cfg80211: Regulatory domain changed to country: US
[ 349.025148] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 349.025151] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm)
[ 349.025155] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 1700 mBm)
[ 349.025158] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz), (N/A, 2300 mBm)
[ 349.025161] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm)
[ 349.025164] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm)
[ 367.120016] wlan0: no IPv6 routers present
[ 401.456043] wlan0: deauthenticating from 00:1c:df:ba:14:01 by local choice (reason=3)
[ 401.472176] cfg80211: Calling CRDA to update world regulatory domain
[ 401.517984] cfg80211: World regulatory domain updated:
[ 401.517989] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 401.517993] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 401.517996] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 401.517999] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm)
[ 401.518002] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[ 401.518005] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[ 401.518009] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm)
[ 402.728952] wlan0: authenticate with 00:16:b6:4a:5e:80 (try 1)
[ 402.732257] wlan0: authenticated
[ 402.732607] wlan0: associate with 00:16:b6:4a:5e:80 (try 1)
[ 402.736101] wlan0: RX AssocResp from 00:16:b6:4a:5e:80 (capab=0x411 status=0 aid=3)
[ 402.736105] wlan0: associated
[ 408.622993] forcedeth 0000:00:05.0: eth0: link down
[ 413.376018] wlan0: no IPv6 routers present
--- Edit ---

Another note: My system doesn't seem to be taking advantage of the GPU hardware. Seems a little laggy.

--- Edit ---

I am updating to sid.

---Edit ---

After upgrading to sid, lxrandr works to change resolution. Still, not getting resolution I want & I still think that the system is not taking advantage of the hardware.

Code: Select all

$ uname -vro
4.2.0-1-amd64 #1 SMP Debian 4.2.1-2 (2015-09-27) GNU/Linux

User avatar
millusions
Posts: 58
Joined: 2014-10-05 14:02

Re: LXDE w Nvidia card: Trying to change resolution

#3 Post by millusions »

wrong driver for your Nvidia.

you need NVIDIA 96.43.xx Legacy drivers

bash$ nvidia-settings
will create xorg.conf as root...

you can then configure your preferrences in X with the nvidia gui. in the last tab:
save to .nvidia-settings-rc
as the settings configured by gui are user only, not system.

you then need to add your settings from nvidia-settings-rc to a start up script of your choice, like this:
nvidia-settings --load-config-only

User avatar
Deluge
Posts: 82
Joined: 2010-04-30 01:15
Location: U.S.

Re: LXDE w Nvidia card: Trying to change resolution

#4 Post by Deluge »

Do I need to add another repository? I don't see nVidia legacy driver 96.43.xx.

--- Edit ---

Sorry about my sig. I'm actually using Sid repositories. I think I need to enable the older repos to get the driver.

Code: Select all

$ uname -vro
4.2.0-1-amd64 #1 SMP Debian 4.2.1-2 (2015-09-27) GNU/Linux

kmathern
Posts: 603
Joined: 2011-02-05 19:20

Re: LXDE w Nvidia card: Trying to change resolution

#5 Post by kmathern »

Deluge wrote:Do I need to add another repository? I don't see nVidia legacy driver 96.43.xx.

--- Edit ---

Sorry about my sig. I'm actually using Sid repositories. I think I need to enable the older repos to get the driver.
The 3.2.0-4-amd64 kernel you're using is the Wheezy kernel, so it looks like you're using Wheezy. If that's the case there's no good reason to have Sid repos enabled.

Assuming you haven't hopelessly wrecked your Wheezy install by using the Sid repos, disable all Sid and/or Jessie repos & enable the Wheezy repos (all three components - main, contrib, non-free) and there will be a nvidia legacy 96xx driver available for installation. Then follow the wiki instructions: https://wiki.debian.org/NvidiaGraphicsDrivers


Btw, Wheezy is the last Debian release where you'll be able to use a proprietary nvidia driver with your NVIDIA GeForce4 MX 440 graphics card. The nvidia legacy 96xx driver it uses only supports Xorg versions up to and including the 1.12 version, Sid & Jessie are using Xorg 1.16. Because of that the 96xx nvidia legacy driver has been removed from the Jessie (and Sid) repos. The 173xx nvidia legacy driver has also been removed from the Jessie (and Sid) repos, because it only supports Xorg versions up to the 1.15 version.

User avatar
Deluge
Posts: 82
Joined: 2010-04-30 01:15
Location: U.S.

Re: LXDE w Nvidia card: Trying to change resolution

#6 Post by Deluge »

kmathern wrote:The 3.2.0-4-amd64 kernel you're using is the Wheezy kernel, so it looks like you're using Wheezy. If that's the case there's no good reason to have Sid repos enabled.
Thanks for pointing out the kernel. I didn't realize that Wheezy was still loading. I have now upgraded all files from the Sid repo:
$ uname -a
Linux AntumDeluge-Debian 3.16-3-amd64 #1 SMP Debian 3.16.5-1 (2014-10-10) x86_64 GNU/Linux
On a side note, these upgrades fixed some issues I was having with LXDE.
kmathern wrote:Btw, Wheezy is the last Debian release where you'll be able to use a proprietary nvidia driver with your NVIDIA GeForce4 MX 440 graphics card...
I may try what debianxfce says, but it sounds like the proprietary driver won't work. Is this because nVidia no longer supports the card & does not create new builds against new xorg releases? Do any of the open source drivers support my card for Sid?

Code: Select all

$ uname -vro
4.2.0-1-amd64 #1 SMP Debian 4.2.1-2 (2015-09-27) GNU/Linux

User avatar
dilberts_left_nut
Administrator
Administrator
Posts: 5347
Joined: 2009-10-05 07:54
Location: enzed
Has thanked: 13 times
Been thanked: 66 times

Re: LXDE w Nvidia card: Trying to change resolution

#7 Post by dilberts_left_nut »

Yes, Nvidia no longer supplies a proprietary blob for that card that works with xorg past that which is supplied with wheezy, so if you now have the sid xorg then it's nouveau only.
AdrianTM wrote:There's no hacker in my grandma...

User avatar
Deluge
Posts: 82
Joined: 2010-04-30 01:15
Location: U.S.

Re: LXDE w Nvidia card: Trying to change resolution

#8 Post by Deluge »

Alright. I'll see if I can get the nouveau driver working.

Code: Select all

$ uname -vro
4.2.0-1-amd64 #1 SMP Debian 4.2.1-2 (2015-09-27) GNU/Linux

User avatar
Deluge
Posts: 82
Joined: 2010-04-30 01:15
Location: U.S.

Re: LXDE w Nvidia card: Trying to change resolution

#9 Post by Deluge »

I am now using the nouveau driver.

Code: Select all

$ rmmod nouveau
$ modprobe nouveau
I figured out how to use the xrandr command to change my screen resolution:

Code: Select all

$ xrandr --output DVI-I-1 --mode 1920x1080
I was still having some problems though. My system kept freezing up using both Debian & Fedora. I finally decided that I would trade out the graphics card to see if that was causing the issue. Seems to have worked. The card I put in is a little older but the system seems to run smoother. Also, the display was automatically set to 1920x1080 after installing this card. I was going to try placing the xrandr command in a startup script. But, now it looks like I don't have to. Thanks for the help.

Code: Select all

$ lspci | grep -i vga
01:00.0 VGA compatible controller: NVIDIA Corporation NV20 [GeForce3 Ti 200] (rev a3)

Code: Select all

$ uname -vro
4.2.0-1-amd64 #1 SMP Debian 4.2.1-2 (2015-09-27) GNU/Linux

Post Reply