I'm getting the following error or warning in dmesg, but I'm not sure if its a problem. Occassionally my monitor and keyboard lock up but I'm not sure if that's related (I'm running a vga tube and ps2 keytronic keyboard). Anyway here's the output and machine info, any insight would be appreciated:
Code:
[ 22.164947] NVRM: Your system is not currently configured to drive a VGA console
[ 22.164951] NVRM: on the primary VGA device. The NVIDIA Linux graphics driver
[ 22.164953] NVRM: requires the use of a text-mode VGA console. Use of other console
[ 22.164955] NVRM: drivers including, but not limited to, vesafb, may result in
[ 22.164957] NVRM: corruption and stability problems, and is not supported.
Code:
Host/Kernel/OS "siduxbox64a" running Linux 3.5-0.slh.4-aptosid-amd64 x86_64 [ sidux 2009-03 Μώμος - kde-lite - (200911110039) ]
CPU Info 2x Intel Core2 Duo E8200 @ clocked at [ 2000.000 MHz ]
Videocard NVIDIA G86 [GeForce 8500 GT] X.Org 1.12.3 [ 1280x1024@60.0hz ]
Processes 122 | Uptime 15min | Memory 533.2/7991.2MB | HDD Size 1000GB (19%used) | GLX Renderer GeForce 8500 GT/PCIe/SSE2 | GLX Version 3.3.0 NVIDIA 302.17 | Client Shell | Infobash v3.45
Code:
browe@siduxbox64a:/etc/X11/xorg.conf.d$ cat 20-nvidia.conf
# /etc/X11/xorg.conf
Section "Device"
Identifier "Device 0"
Driver "nvidia"
Option "Coolbits" "2"
Option "AddARGBGLXVisuals" "true"
Option "TripleBuffer" "false"
Option "DPI" "108x101"
BusID "PCI:2:0:0"
EndSection
#Section "Monitor"
# DisplaySize 322 241
#EndSection
Section "Module"
Load "glx"
EndSection
#Section "Extensions"
# Option "Composite" "disable"
# Option "RENDER" "disable"
#EndSection
# Trailing line required
|