Monday, 19 August 2013

Installing NVIDIA Quadro K5000 in Debian 7

Installing NVIDIA Quadro K5000 in Debian 7

I have an HP DL580 server with Debian 7. This machine has an embedded
card, namely ATI ES1000. I installed an NVIDIA Quadro K5000 on the server
and followed the instructions provided in
https://wiki.debian.org/NvidiaGraphicsDrivers to set it up. I changed
/etc/X11/xorg.conf in order to get rid of some well-known bugs (such as
adding BusID option). Now, Gnome still runs in the fall-back mode and when
I run nvidia-settings, it complains that You do not appear to be using the
NVIDIA X driver. Running nvidia-xconfig does not help as well. I don't
know how to activate this card as the primary graphics card and be able to
use its 3d acceleration. Any help is appreciated.
The content of xorg.conf is as follows:
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "keyboard"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "Quadro K5000"
BusID "PCI:11:0:0"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Device1"
Option "ConnectedMonitor" "DFP"
Option "UseDisplayDevice" "DFP"
SubSection "Display"
Modes "nvidia-auto-select"
EndSubSection
EndSection
The content of /var/log/Xorg.0.log is as follows:
[ 5261.396]
X.Org X Server 1.12.4
Release Date: 2012-08-27
[ 5261.396] X Protocol Version 11, Revision 0
[ 5261.396] Build Operating System: Linux 3.2.0-4-amd64 x86_64 Debian
[ 5261.396] Current Operating System: Linux sahand 3.2.0-4-amd64 #1 SMP
Debian 3.2.46-1 x86_64
[ 5261.396] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-amd64
root=UUID=8e750507-2beb-4808-924c-a27eb4c528d6 ro quiet
[ 5261.396] Build Date: 17 April 2013 10:22:47AM
[ 5261.396] xorg-server 2:1.12.4-6 (Julien Cristau <jcristau@debian.org>)
[ 5261.396] Current version of pixman: 0.26.0
[ 5261.396] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 5261.396] Markers: (--) probed, (**) from config file, (==) default
setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 5261.397] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Aug 19
21:12:26 2013
[ 5261.397] (==) Using config file: "/etc/X11/xorg.conf"
[ 5261.397] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 5261.397] (==) ServerLayout "Default Layout"
[ 5261.397] (**) |-->Screen "Default Screen" (0)
[ 5261.397] (**) | |-->Monitor "<default monitor>"
[ 5261.398] (**) | |-->Device "Device1"
[ 5261.398] (==) No monitor specified for screen "Default Screen".
Using a default monitor configuration.
[ 5261.398] (**) |-->Input Device "Keyboard0"
[ 5261.398] (**) |-->Input Device "Mouse0"
[ 5261.398] (==) Automatically adding devices
[ 5261.398] (==) Automatically enabling devices
[ 5261.398] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/cyrillic,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
[ 5261.398] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 5261.398] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse'
or 'vmmouse' will be disabled.
[ 5261.398] (WW) Disabling Keyboard0
[ 5261.398] (WW) Disabling Mouse0
[ 5261.398] (II) Loader magic: 0x7fd684c59ae0
[ 5261.398] (II) Module ABI versions:
[ 5261.398] X.Org ANSI C Emulation: 0.4
[ 5261.398] X.Org Video Driver: 12.1
[ 5261.398] X.Org XInput driver : 16.0
[ 5261.398] X.Org Server Extension : 6.0
[ 5261.405] (--) PCI:*(0:1:3:0) 1002:515e:103c:31fb rev 2, Mem @
0xc8000000/134217728, 0xa0710000/65536, I/O @ 0x00002000/256, BIOS @
0x????????/131072
[ 5261.406] (--) PCI: (0:11:0:0) 10de:11ba:103c:0965 rev 161, Mem @
0x90000000/16777216, 0xb0000000/268435456, 0xa2000000/33554432, I/O @
0x00005000/128, BIOS @ 0x????????/524288
[ 5261.406] (II) Open ACPI successful (/var/run/acpid.socket)
[ 5261.406] (II) LoadModule: "extmod"
[ 5261.406] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 5261.407] (II) Module extmod: vendor="X.Org Foundation"
[ 5261.407] compiled for 1.12.4, module version = 1.0.0
[ 5261.407] Module class: X.Org Server Extension
[ 5261.407] ABI class: X.Org Server Extension, version 6.0
[ 5261.407] (II) Loading extension SELinux
[ 5261.407] (II) Loading extension MIT-SCREEN-SAVER
[ 5261.407] (II) Loading extension XFree86-VidModeExtension
[ 5261.407] (II) Loading extension XFree86-DGA
[ 5261.407] (II) Loading extension DPMS
[ 5261.407] (II) Loading extension XVideo
[ 5261.407] (II) Loading extension XVideo-MotionCompensation
[ 5261.407] (II) Loading extension X-Resource
[ 5261.407] (II) LoadModule: "dbe"
[ 5261.407] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 5261.408] (II) Module dbe: vendor="X.Org Foundation"
[ 5261.408] compiled for 1.12.4, module version = 1.0.0
[ 5261.408] Module class: X.Org Server Extension
[ 5261.408] ABI class: X.Org Server Extension, version 6.0
[ 5261.408] (II) Loading extension DOUBLE-BUFFER
[ 5261.408] (II) LoadModule: "glx"
[ 5261.408] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[ 5261.429] (II) Module glx: vendor="NVIDIA Corporation"
[ 5261.429] compiled for 4.0.2, module version = 1.0.0
[ 5261.429] Module class: X.Org Server Extension
[ 5261.429] (II) NVIDIA GLX Module 304.88 Wed Mar 27 14:46:57 PDT 2013
[ 5261.429] (II) Loading extension GLX
[ 5261.429] (II) LoadModule: "record"
[ 5261.429] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 5261.430] (II) Module record: vendor="X.Org Foundation"
[ 5261.430] compiled for 1.12.4, module version = 1.13.0
[ 5261.430] Module class: X.Org Server Extension
[ 5261.430] ABI class: X.Org Server Extension, version 6.0
[ 5261.430] (II) Loading extension RECORD
[ 5261.430] (II) LoadModule: "dri"
[ 5261.430] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 5261.430] (II) Module dri: vendor="X.Org Foundation"
[ 5261.430] compiled for 1.12.4, module version = 1.0.0
[ 5261.430] ABI class: X.Org Server Extension, version 6.0
[ 5261.430] (II) Loading extension XFree86-DRI
[ 5261.430] (II) LoadModule: "dri2"
[ 5261.431] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 5261.431] (II) Module dri2: vendor="X.Org Foundation"
[ 5261.431] compiled for 1.12.4, module version = 1.2.0
[ 5261.431] ABI class: X.Org Server Extension, version 6.0
[ 5261.431] (II) Loading extension DRI2
[ 5261.431] (II) LoadModule: "nvidia"
[ 5261.431] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 5261.432] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 5261.432] compiled for 4.0.2, module version = 1.0.0
[ 5261.432] Module class: X.Org Video Driver
[ 5261.433] (II) NVIDIA dlloader X Driver 304.88 Wed Mar 27 14:28:14
PDT 2013
[ 5261.433] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 5261.433] (++) using VT number 9
[ 5261.444] (II) Loading sub module "fb"
[ 5261.444] (II) LoadModule: "fb"
[ 5261.444] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 5261.444] (II) Module fb: vendor="X.Org Foundation"
[ 5261.444] compiled for 1.12.4, module version = 1.0.0
[ 5261.444] ABI class: X.Org ANSI C Emulation, version 0.4
[ 5261.444] (II) Loading sub module "wfb"
[ 5261.444] (II) LoadModule: "wfb"
[ 5261.445] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 5261.445] (II) Module wfb: vendor="X.Org Foundation"
[ 5261.445] compiled for 1.12.4, module version = 1.0.0
[ 5261.445] ABI class: X.Org ANSI C Emulation, version 0.4
[ 5261.445] (II) Loading sub module "ramdac"
[ 5261.445] (II) LoadModule: "ramdac"
[ 5261.445] (II) Module "ramdac" already built-in
[ 5261.445] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 5261.445] (==) NVIDIA(0): RGB weight 888
[ 5261.445] (==) NVIDIA(0): Default visual is TrueColor
[ 5261.445] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 5261.446] (**) NVIDIA(0): Option "ConnectedMonitor" "DFP"
[ 5261.446] (**) NVIDIA(0): Option "UseDisplayDevice" "DFP"
[ 5261.446] (**) NVIDIA(0): Enabling 2D acceleration
[ 5261.446] (**) NVIDIA(0): ConnectedMonitor string: "DFP"
[ 5262.618] (**) NVIDIA(GPU-0): Using ConnectedMonitor string "DFP-0".
[ 5262.625] (WW) NVIDIA(GPU-0): Unable to read EDID for display device DFP-0
[ 5262.627] (II) NVIDIA(0): NVIDIA GPU Quadro K5000 (GK104GL) at
PCI:11:0:0 (GPU-0)
[ 5262.627] (--) NVIDIA(0): Memory: 4194304 kBytes
[ 5262.627] (--) NVIDIA(0): VideoBIOS: 80.04.50.00.02
[ 5262.627] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 5262.627] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[ 5262.657] (--) NVIDIA(0): Valid display device(s) on Quadro K5000 at
PCI:11:0:0
[ 5262.657] (--) NVIDIA(0): CRT-0
[ 5262.657] (--) NVIDIA(0): DFP-0 (connected)
[ 5262.657] (--) NVIDIA(0): DFP-1
[ 5262.657] (--) NVIDIA(0): DFP-2
[ 5262.657] (--) NVIDIA(0): DFP-3
[ 5262.657] (--) NVIDIA(0): DFP-4
[ 5262.657] (--) NVIDIA(0): DFP-5
[ 5262.657] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[ 5262.657] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock
[ 5262.657] (--) NVIDIA(0): DFP-0: Internal Single Link TMDS
[ 5262.657] (--) NVIDIA(0): DFP-1: 165.0 MHz maximum pixel clock
[ 5262.657] (--) NVIDIA(0): DFP-1: Internal Single Link TMDS
[ 5262.657] (--) NVIDIA(0): DFP-2: 165.0 MHz maximum pixel clock
[ 5262.657] (--) NVIDIA(0): DFP-2: Internal Single Link TMDS
[ 5262.657] (--) NVIDIA(0): DFP-3: 330.0 MHz maximum pixel clock
[ 5262.657] (--) NVIDIA(0): DFP-3: Internal Single Link TMDS
[ 5262.657] (--) NVIDIA(0): DFP-4: 960.0 MHz maximum pixel clock
[ 5262.657] (--) NVIDIA(0): DFP-4: Internal DisplayPort
[ 5262.657] (--) NVIDIA(0): DFP-5: 960.0 MHz maximum pixel clock
[ 5262.658] (--) NVIDIA(0): DFP-5: Internal DisplayPort
[ 5262.658] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the
EDID for display
[ 5262.658] (**) NVIDIA(0): device DFP-0 (Using EDID frequencies has
been enabled on
[ 5262.658] (**) NVIDIA(0): all display devices.)
[ 5262.658] (II) NVIDIA(0): Validated MetaModes:
[ 5262.658] (II) NVIDIA(0): "DFP-0:nvidia-auto-select"
[ 5262.658] (II) NVIDIA(0): Virtual screen size determined to be 800 x 600
[ 5262.688] (WW) NVIDIA(0): Unable to get display device DFP-0's EDID;
cannot compute DPI
[ 5262.688] (WW) NVIDIA(0): from DFP-0's EDID.
[ 5262.688] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in
default
[ 5262.688] (WW) NVIDIA(0): UBB is incompatible with the Composite
extension. Disabling
[ 5262.688] (WW) NVIDIA(0): UBB.
[ 5262.688] (--) Depth 24 pixmap format is 32 bpp
[ 5262.688] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect
memory
[ 5262.688] (II) NVIDIA: access.
[ 5262.738] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
[ 5262.789] (II) Loading extension NV-GLX
[ 5262.801] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 5262.801] (==) NVIDIA(0): Backing store disabled
[ 5262.801] (==) NVIDIA(0): Silken mouse enabled
[ 5262.802] (==) NVIDIA(0): DPMS enabled
[ 5262.802] (II) Loading extension NV-CONTROL
[ 5262.803] (II) Loading extension XINERAMA
[ 5262.803] (II) Loading sub module "dri2"
[ 5262.803] (II) LoadModule: "dri2"
[ 5262.803] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 5262.803] (II) Module dri2: vendor="X.Org Foundation"
[ 5262.803] compiled for 1.12.4, module version = 1.2.0
[ 5262.803] ABI class: X.Org Server Extension, version 6.0
[ 5262.803] (II) NVIDIA(0): [DRI2] Setup complete
[ 5262.803] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 5262.803] (--) RandR disabled
[ 5262.803] (II) Initializing built-in extension Generic Event Extension
[ 5262.803] (II) Initializing built-in extension SHAPE
[ 5262.803] (II) Initializing built-in extension MIT-SHM
[ 5262.803] (II) Initializing built-in extension XInputExtension
[ 5262.803] (II) Initializing built-in extension XTEST
[ 5262.803] (II) Initializing built-in extension BIG-REQUESTS
[ 5262.803] (II) Initializing built-in extension SYNC
[ 5262.803] (II) Initializing built-in extension XKEYBOARD
[ 5262.803] (II) Initializing built-in extension XC-MISC
[ 5262.803] (II) Initializing built-in extension SECURITY
[ 5262.803] (II) Initializing built-in extension XINERAMA
[ 5262.803] (II) Initializing built-in extension XFIXES
[ 5262.803] (II) Initializing built-in extension RENDER
[ 5262.803] (II) Initializing built-in extension RANDR
[ 5262.803] (II) Initializing built-in extension COMPOSITE
[ 5262.803] (II) Initializing built-in extension DAMAGE
[ 5262.803] (II) SELinux: Disabled on system
[ 5262.804] (II) Initializing extension GLX
[ 5262.992] (II) config/udev: Adding input device Power Button
(/dev/input/event2)
[ 5262.992] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 5262.992] (II) LoadModule: "evdev"
[ 5262.993] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 5262.993] (II) Module evdev: vendor="X.Org Foundation"
[ 5262.993] compiled for 1.12.1, module version = 2.7.0
[ 5262.993] Module class: X.Org XInput Driver
[ 5262.993] ABI class: X.Org XInput driver, version 16.0
[ 5262.993] (II) Using input driver 'evdev' for 'Power Button'
[ 5262.993] (**) Power Button: always reports core events
[ 5262.993] (**) evdev: Power Button: Device: "/dev/input/event2"
[ 5262.993] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 5262.993] (--) evdev: Power Button: Found keys
[ 5262.993] (II) evdev: Power Button: Configuring as keyboard
[ 5262.993] (**) Option "config_info"
"udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 5262.993] (II) XINPUT: Adding extended input device "Power Button"
(type: KEYBOARD, id 6)
[ 5262.993] (**) Option "xkb_rules" "evdev"
[ 5262.993] (**) Option "xkb_model" "pc105"
[ 5262.993] (**) Option "xkb_layout" "us"
[ 5262.994] (II) config/udev: Adding input device HDA NVidia
HDMI/DP,pcm=9 (/dev/input/event4)
[ 5262.994] (II) No input driver specified, ignoring this device.
[ 5262.994] (II) This device may have been added with another device file.
[ 5262.995] (II) config/udev: Adding input device HDA NVidia
HDMI/DP,pcm=8 (/dev/input/event5)
[ 5262.995] (II) No input driver specified, ignoring this device.
[ 5262.995] (II) This device may have been added with another device file.
[ 5262.995] (II) config/udev: Adding input device HDA NVidia
HDMI/DP,pcm=7 (/dev/input/event6)
[ 5262.995] (II) No input driver specified, ignoring this device.
[ 5262.995] (II) This device may have been added with another device file.
[ 5262.996] (II) config/udev: Adding input device HDA NVidia
HDMI/DP,pcm=3 (/dev/input/event7)
[ 5262.996] (II) No input driver specified, ignoring this device.
[ 5262.996] (II) This device may have been added with another device file.
[ 5262.997] (II) config/udev: Adding input device HP Virtual Keyboard
(/dev/input/event0)
[ 5262.997] (**) HP Virtual Keyboard : Applying InputClass "evdev
keyboard catchall"
[ 5262.997] (II) Using input driver 'evdev' for 'HP Virtual Keyboard '
[ 5262.997] (**) HP Virtual Keyboard : always reports core events
[ 5262.997] (**) evdev: HP Virtual Keyboard : Device: "/dev/input/event0"
[ 5262.997] (--) evdev: HP Virtual Keyboard : Vendor 0x3f0 Product 0x7029
[ 5262.997] (--) evdev: HP Virtual Keyboard : Found keys
[ 5262.997] (II) evdev: HP Virtual Keyboard : Configuring as keyboard
[ 5262.997] (**) Option "config_info"
"udev:/sys/devices/pci0000:00/0000:00:1c.4/0000:02:00.4/usb6/6-1/6-1:1.0/input/input0/event0"
[ 5262.997] (II) XINPUT: Adding extended input device "HP Virtual
Keyboard " (type: KEYBOARD, id 7)
[ 5262.997] (**) Option "xkb_rules" "evdev"
[ 5262.997] (**) Option "xkb_model" "pc105"
[ 5262.997] (**) Option "xkb_layout" "us"
[ 5262.998] (II) config/udev: Adding input device HP Virtual Keyboard
(/dev/input/event1)
[ 5262.998] (**) HP Virtual Keyboard : Applying InputClass "evdev
pointer catchall"
[ 5262.998] (II) Using input driver 'evdev' for 'HP Virtual Keyboard '
[ 5262.998] (**) HP Virtual Keyboard : always reports core events
[ 5262.998] (**) evdev: HP Virtual Keyboard : Device: "/dev/input/event1"
[ 5262.998] (--) evdev: HP Virtual Keyboard : Vendor 0x3f0 Product 0x7029
[ 5262.998] (--) evdev: HP Virtual Keyboard : Found 3 mouse buttons
[ 5262.998] (--) evdev: HP Virtual Keyboard : Found absolute axes
[ 5262.998] (--) evdev: HP Virtual Keyboard : Found x and y absolute axes
[ 5262.998] (--) evdev: HP Virtual Keyboard : Found absolute touchscreen
[ 5262.998] (II) evdev: HP Virtual Keyboard : Configuring as touchscreen
[ 5262.998] (**) evdev: HP Virtual Keyboard : YAxisMapping: buttons 4 and 5
[ 5262.998] (**) evdev: HP Virtual Keyboard : EmulateWheelButton: 4,
EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 5262.998] (**) Option "config_info"
"udev:/sys/devices/pci0000:00/0000:00:1c.4/0000:02:00.4/usb6/6-1/6-1:1.1/input/input1/event1"
[ 5262.998] (II) XINPUT: Adding extended input device "HP Virtual
Keyboard " (type: TOUCHSCREEN, id 8)
[ 5262.998] (II) evdev: HP Virtual Keyboard : initialized for absolute
axes.
[ 5262.999] (**) HP Virtual Keyboard : (accel) keeping acceleration
scheme 1
[ 5262.999] (**) HP Virtual Keyboard : (accel) acceleration profile 0
[ 5262.999] (**) HP Virtual Keyboard : (accel) acceleration factor: 2.000
[ 5262.999] (**) HP Virtual Keyboard : (accel) acceleration threshold: 4
[ 5262.999] (II) config/udev: Adding input device HP Virtual Keyboard
(/dev/input/js0)
[ 5262.999] (II) No input driver specified, ignoring this device.
[ 5262.999] (II) This device may have been added with another device file.
[ 5263.000] (II) config/udev: Adding input device HP Virtual Keyboard
(/dev/input/mouse0)
[ 5263.000] (II) No input driver specified, ignoring this device.
[ 5263.000] (II) This device may have been added with another device file.
[ 5263.000] (II) config/udev: Adding input device PC Speaker
(/dev/input/event3)
[ 5263.000] (II) No input driver specified, ignoring this device.
[ 5263.000] (II) This device may have been added with another device file.
[ 5263.011] (**) NVIDIA(GPU-0): Using ConnectedMonitor string "DFP-0".
[ 5263.018] (WW) NVIDIA(GPU-0): Unable to read EDID for display device DFP-0
[ 5263.018] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the
EDID for display
[ 5263.018] (**) NVIDIA(0): device DFP-0 (Using EDID frequencies has
been enabled on
[ 5263.018] (**) NVIDIA(0): all display devices.)
[ 5264.099] (**) NVIDIA(GPU-0): Using ConnectedMonitor string "DFP-0".
[ 5264.107] (WW) NVIDIA(GPU-0): Unable to read EDID for display device DFP-0
[ 5264.107] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the
EDID for display
[ 5264.107] (**) NVIDIA(0): device DFP-0 (Using EDID frequencies has
been enabled on
[ 5264.107] (**) NVIDIA(0): all display devices.)

No comments:

Post a Comment