LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-13-2007, 02:05 PM   #1
driftboy
Member
 
Registered: Dec 2006
Location: USA
Distribution: Debian etch 4.0 net installed
Posts: 79

Rep: Reputation: 16
Debian 4.0r net upgrade kernel


Hello,

I want to upgrade my kernel to the latest version, I think it is kernel-2.6.23.1. And if possible upgrade my nVidia TNT2 64 32Mb graphics driver at the same time. I tried following websites but I am having trouble. So could you please walk me through the steps?

My computer is an AMD 3000+ 80GB HD 250Mb RAM on Debian4.0 netinstall.

thanks
 
Old 11-14-2007, 11:59 AM   #2
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
You do not say which sites you tried but you will not get a kernel that new using the stable/etch version of stock Debian and since you have such an old video card it might be trouble getting a version of the legacy nvidia driver working on newer kernels as well. What you can try is www.backports.org to see if they have anything newer that you can install they have newer packages that are built to install on the stable/etch version.

Edit: BTW you probably should have put this post in the Debian section.

Last edited by HappyTux; 11-14-2007 at 12:00 PM.
 
Old 11-14-2007, 01:24 PM   #3
driftboy
Member
 
Registered: Dec 2006
Location: USA
Distribution: Debian etch 4.0 net installed
Posts: 79

Original Poster
Rep: Reputation: 16
Hi,
Thanks for the responce.

I have learn how to compile my kernel from http://www.howtoforge.com/kernel_com...on_debian_etch
 
Old 11-14-2007, 02:08 PM   #4
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally Posted by driftboy View Post
Hi,
Thanks for the responce.

I have learn how to compile my kernel from http://www.howtoforge.com/kernel_com...on_debian_etch
Alright so have you installed a new kernel then and are having problems with the nvidia driver or are you having problems with the compile of the kernel? You should try to include as much information in your posts as possible as it allows us to try to figure how to best solve your problem.
 
Old 11-15-2007, 01:59 AM   #5
driftboy
Member
 
Registered: Dec 2006
Location: USA
Distribution: Debian etch 4.0 net installed
Posts: 79

Original Poster
Rep: Reputation: 16
Hi,

No I was able to compile and install kernel-2.6.23.1, I just can't install the NVIDIA-Linux-x86-1.0-7184-pkg1.run driver. I think there is still crud left in my
system from my last attemp to install the nvidia driver.

nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Thu Nov 15 01:38:49 2007

option status:
license pre-accepted : false
update : false
force update : false
expert : false
uninstall : false
driver info : false
precompiled interfaces : true
no ncurses color : false
query latest version : false
OpenGL header files : true
no questions : false
silent : false
no recursion : false
no backup : false
kernel module only : false
sanity : false
add this kernel : false
no runlevel check : false
no network : false
no ABI note : false
no RPMs : false
no kernel module : false
force SELinux : default
no X server check : false
force tls : (not specified)
X install prefix : (not specified)
X library install path : (not specified)
X module install path : (not specified)
OpenGL install prefix : (not specified)
OpenGL install libdir : (not specified)
utility install prefix : (not specified)
utility install libdir : (not specified)
doc install prefix : (not specified)
kernel name : (not specified)
kernel include path : (not specified)
kernel source path : (not specified)
kernel output path : (not specified)
kernel install path : (not specified)
proc mount point : /proc
ui : (not specified)
tmpdir : /tmp
ftp mirror : ftp://download.nvidia.com
RPM file list : (not specified)

Using: nvidia-installer ncurses user interface
-> License accepted.
-> No precompiled kernel interface was found to match your kernel; would you li
ke the installer to attempt to download a kernel interface for your kernel f
rom the NVIDIA ftp site (ftp://download.nvidia.com)? (Answer: No)
-> No precompiled kernel interface was found to match your kernel; this means
that the installer will need to compile a new kernel interface.
-> Performing CC sanity check with CC="cc".
-> Performing CC version check with CC="cc".
-> Kernel source path: '/lib/modules/2.6.23.1-custom/source'
-> Kernel output path: '/lib/modules/2.6.23.1-custom/build'
-> Performing rivafb check.
-> Performing nvidiafb check.
-> Cleaning kernel module build directory.
executing: 'cd ./usr/src/nv; make clean'...
rm -f -f nv.o nv-vm.o os-agp.o os-interface.o os-registry.o nv.o nv-vm.o os-
agp.o os-interface.o os-registry.o nvidia.mod.o
rm -f -f build-in.o nv-linux.o *.d .*.{cmd,flags}
rm -f -f nvidia.{o,ko,mod.{o,c}} nv_compiler.h *~
rm -f -rf .tmp_versions
-> Building kernel module:
executing: 'cd ./usr/src/nv; make module SYSSRC=/lib/modules/2.6.23.1-custom
/source SYSOUT=/lib/modules/2.6.23.1-custom/build'...

NVIDIA: calling KBUILD...
make CC=cc KBUILD_OUTPUT=/lib/modules/2.6.23.1-custom/build KBUILD_VERBOSE=1
-C /lib/modules/2.6.23.1-custom/source SUBDIRS=/tmp/selfgz3272/NVIDIA-Linux-
x86-1.0-7184-pkg1/usr/src/nv modules
make -C /lib/modules/2.6.23.1-custom/build \
KBUILD_SRC=/usr/src/linux-2.6.23.1 \
KBUILD_EXTMOD="/tmp/selfgz3272/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv" -
f /usr/src/linux-2.6.23.1/Makefile modules
test -e include/linux/autoconf.h -a -e include/config/auto.conf || ( \
echo; \
echo " ERROR: Kernel configuration is invalid."; \
echo " include/linux/autoconf.h or include/config/auto.conf are mis
sing."; \
echo " Run 'make oldconfig && make prepare' on kernel src to fix it
."; \
echo; \
/bin/false)
mkdir -p /tmp/selfgz3272/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/.tmp_vers
ions
rm -f /tmp/selfgz3272/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/.tmp_version
s/*
make -f /usr/src/linux-2.6.23.1/scripts/Makefile.build obj=/tmp/selfgz3272/N
VIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv
echo \#define NV_COMPILER \"`cc -v 2>&1 | tail -n 1`\" > /tmp/selfgz3272/NVI
DIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/nv_compiler.h
cc -Wp,-MD,/tmp/selfgz3272/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/.nv.o
.d -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.1.2/include -D__KERNEL_
_ -Iinclude -Iinclude2 -I/usr/src/linux-2.6.23.1/include -include include/li
nux/autoconf.h -I/tmp/selfgz3272/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv
-Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-c
ommon -Werror-implicit-function-declaration -Os -pipe -msoft-float -mregparm
=3 -freg-struct-return -mpreferred-stack-boundary=2 -march=i486 -mtune=i686
-ffreestanding -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_
SIGNAL_FRAME=1 -I/usr/src/linux-2.6.23.1/include/asm-i386/mach-default -Iinc
lude/asm-i386/mach-default -fomit-frame-pointer -fno-stack-protector -Wdecla
ration-after-statement -Wno-pointer-sign -I/tmp/selfgz3272/NVIDIA-Linux-x86
-1.0-7184-pkg1/usr/src/nv -Wall -Wimplicit -Wr
eturn-type -Wswitch -Wformat -Wchar-subscripts -Wparentheses -Wpointer-arith
-Wno-multichar -Werror -O -fno-common -MD -Wsign-compare -Wno-cast-qual -Wno
-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNTRM -D_GNU_SOURCE -D_L
OOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNV_MAJOR_VERSION=1 -DNV_MINOR_VERS
ION=0 -DNV_PATCHLEVEL=7184 -DNV_UNIX -DNV_LINUX -DNV_INT64_OK -DNVCPU_X86 -U
DEBUG -U_DEBUG -DNDEBUG -DNV_SIGNAL_STRUCT_RLIM -DNV_MULTIPLE_BRIDGE_AGPGART
_PRESENT -DNV_PCI_GET_CLASS_PRESENT -DNV_PM_MESSAGE_T_PRESENT -DNV_PCI_CHOOS
E_STATE_PRESENT -DNV_VM_INSERT_PAGE_PRESENT -DNV_REMAP_PFN_RANGE_PRESENT -DN
V_CHANGE_PAGE_ATTR_PRESENT -DNV_VMAP_4_PRESENT -DMODULE -D"KBUILD_STR(s)=#s"
-D"KBUILD_BASENAME=KBUILD_STR(nv)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c
-o /tmp/selfgz3272/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/.tmp_nv.o /tmp/
selfgz3272/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/nv.c
In file included from /tmp/selfgz3272/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src
/nv/nv.c:14:
/tmp/selfgz3272/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/nv-linux.h:17:26:
error: linux/config.h: No such file or directory
In file included from include/linux/list.h:8,
from include/linux/preempt.h:11,
from include/linux/spinlock.h:49,
from include/linux/seqlock.h:29,
from include/linux/time.h:8,
from include/linux/timex.h:57,
from include/linux/sched.h:53,
from include/linux/utsname.h:35,
from /tmp/selfgz3272/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src
/nv/nv-linux.h:19,
from /tmp/selfgz3272/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src
/nv/nv.c:14:
include/linux/prefetch.h: In function ‘prefetch_range’:
include/linux/prefetch.h:62: warning: pointer of type ‘void *’ used in a
rithmetic
/tmp/selfgz3272/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/nv.c: At top level
:
/tmp/selfgz3272/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/nv.c:93: error: ex
pected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before â€
˜*’ token
/tmp/selfgz3272/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/nv.c: In function
‘nvos_create_alloc’:
/tmp/selfgz3272/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/nv.c:388: error: â
€˜nv_pte_t_cache’ undeclared (first use in this function)
/tmp/selfgz3272/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/nv.c:388: error: (
Each undeclared identifier is reported only once
/tmp/selfgz3272/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/nv.c:388: error: f
or each function it appears in.)
/tmp/selfgz3272/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/nv.c: In function
‘nvos_free_alloc’:
/tmp/selfgz3272/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/nv.c:425: error: â
€˜nv_pte_t_cache’ undeclared (first use in this function)
/tmp/selfgz3272/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/nv.c: In function
‘nvidia_init_module’:
/tmp/selfgz3272/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/nv.c:1286: error:
‘nv_pte_t_cache’ undeclared (first use in this function)
/tmp/selfgz3272/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/nv.c:1286: error:
too many arguments to function ‘kmem_cache_create’
/tmp/selfgz3272/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/nv.c:1407: error:
void value not ignored as it ought to be
/tmp/selfgz3272/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/nv.c: In function
‘nvidia_exit_module’:
/tmp/selfgz3272/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/nv.c:1432: error:
void value not ignored as it ought to be
/tmp/selfgz3272/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/nv.c:1534: error:
‘nv_pte_t_cache’ undeclared (first use in this function)
/tmp/selfgz3272/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/nv.c: In function
‘nv_kern_open’:
/tmp/selfgz3272/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/nv.c:1763: warning
: ‘deprecated_irq_flag’ is deprecated (declared at include/linux/interru
pt.h:64)
/tmp/selfgz3272/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/nv.c:1763: warning
: ‘deprecated_irq_flag’ is deprecated (declared at include/linux/interru
pt.h:64)
/tmp/selfgz3272/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/nv.c:1764: warning
: passing argument 2 of ‘request_irq’ from incompatible pointer type
make[4]: *** [/tmp/selfgz3272/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src/nv/nv.o
] Error 1
make[3]: *** [_module_/tmp/selfgz3272/NVIDIA-Linux-x86-1.0-7184-pkg1/usr/src
/nv] Error 2
make[2]: *** [modules] Error 2
NVIDIA: left KBUILD.
nvidia.ko failed to build!
make[1]: *** [module] Error 1
make: *** [module] Error 2
-> Error.
ERROR: Unable to build the NVIDIA kernel module.
ERROR: Installation has failed. Please see the file
'/var/log/nvidia-installer.log' for details. You may find suggestions
on fixing installation problems in the README available on the Linux
driver download page at www.nvidia.com.

thanks

p.s. my objective is to get 3D acceleration
 
Old 11-15-2007, 10:57 AM   #6
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
I doubt if that driver will build on a 2.6.23 kernel have you checked for a newer version of the legacy driver on nvidia's site or you could solve the problem with the newest regular driver (you need 100.14.19 or newer for 2.6.23 kernel) if you were able to put a 440mx or better card in the machine.
 
Old 11-15-2007, 12:50 PM   #7
driftboy
Member
 
Registered: Dec 2006
Location: USA
Distribution: Debian etch 4.0 net installed
Posts: 79

Original Poster
Rep: Reputation: 16
Hi,
I have a mess in my /usr/src directory. Think you can help me clean it up?
Here's what it looks like.

driftboy@debian:/usr/src$ ls
linux
linux-2.6.21.3.tar.bz2
linux-2.6.23.1
linux-2.6.23.1.tar.bz2
linux-2.6.23.tar.gz
linux-headers-2.6.18-5
linux-headers-2.6.18-5-486
linux-headers-2.6.23.1-custom
linux-headers-2.6.23.1-custom_2.6.23.1-custom-10.00.Custom_i386.deb
linux-image-2.6.23.1-custom_2.6.23.1-custom-10.00.Custom_i386.deb
linux-kbuild-2.6.18
linux-OLDVERSION.1194905626
linux-source-2.6.18
linux-source-2.6.18.tar.bz2
modules
nvidia-kernel-2.6.18-5-486_1.0.8776-4+2.6.18.dfsg.1-13etch4_i386.deb
nvidia-kernel-legacy-source.tar.gz
nvidia-kernel-source.tar.gz
patch-2.6.23.bz2


I would like to get rid of all the old files. I don't know how. rm ?
I think maybe my system is just dirty and if I clean it up I will be able to compile the nvidia driver.

notice : nvidia-kernel-2.6.18-5-486_1.0.8776-4+2.6.18.dfsg.1-13etch4_i386.deb

the suffix is 486, should it be 686 or maybe k-something?

thanks
 
Old 11-15-2007, 01:49 PM   #8
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
That is not that much of a mess try with the newest version of the driver for the legacy tnt/tnt2 below. You can see in your output from the installer log that it finds the proper directory for the kernel-headers so it should be able to build if the latest driver supports a 2.6.23 kernel. You should remove the nvidia-kernel-source, nvidia-glx and nvidia-glx-dev if present from the Debian sources if you want to continue trying to install the official nvidia driver they cannot co-exist on the same system. For your 486 question the installed kernel for Debian in the base install is a generic kernel to support as much hardware as possible so it is built for a 486 class machine or better which includes your machine, for yours you would want a k7 or amd64 if your machine supports 64bit but if you install the 64bit kernel on 32bit system the nvidia installer will never work it is not supported you would need a 64bit install using the 64bit driver. Anyways try the newest driver below and see what kind of result you get.

http://www.nvidia.com/object/linux_d..._71.86.01.html
 
Old 11-15-2007, 03:42 PM   #9
driftboy
Member
 
Registered: Dec 2006
Location: USA
Distribution: Debian etch 4.0 net installed
Posts: 79

Original Poster
Rep: Reputation: 16
Hi,

I removed the nvidia-kernel-source, nvidia-glx and downloaded 71.86.01 driver. Now I need to figure out how to exit my Xserver. The only way I know is to make it error which would bring me back into the login consel after booting up. I think this is how I initially messed up.

I tried to exit X with the command :init 3
but nothing happened

thanks
 
Old 11-15-2007, 04:09 PM   #10
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally Posted by driftboy View Post
Hi,

I removed the nvidia-kernel-source, nvidia-glx and downloaded 71.86.01 driver. Now I need to figure out how to exit my Xserver. The only way I know is to make it error which would bring me back into the login consel after booting up. I think this is how I initially messed up.

I tried to exit X with the command :init 3
but nothing happened

thanks
When looking at the login screen use the CTRL + ALT + F1 keys at the same time to get to the first virtual console then /etc/int.d/kdm stop to stop the KDE Display Manager if using Gnome then use gdm in the line other options can be wdm or xdm. Now once the display is stopped use sh ./Nvidia....run in the directory you downloaded the installer in to run the Nvidia installer. Then you would need to edit your /etc/X11/xorg.conf file to remove/comment out the references to the Load "dri" and Load "GLcore" plus you need to put Load "glx" in the Modules section similar to below.

Code:
Section "Module"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
#       Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "record"
        Load    "type1"
        Load    "vbe"
#       Load    "xtrap"
EndSection

Then you need to change the driver to nvidia like in the section below.

Code:
Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        #Option     "NoAccel"                   # [<bool>]
        #Option     "ShowCache"                 # [<bool>]
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "UseFBDev"                  # [<bool>]
        #Option     "Rotate"                    # [<str>]
        #Option     "VideoKey"                  # <i>
        #Option     "FlatPanel"                 # [<bool>]
        #Option     "FPDither"                  # [<bool>]
        #Option     "CrtcNumber"                # <i>
        Identifier  "Card0"
        Driver      "nvidia"
        Option      "NoLogo" "on"
        Option      "NvAgp"  "3"
        Option      "RenderAccel" "true"
        Option      "BackingStore" "On"
#       Option      "DPI" "100x100"
        Option      "Coolbits"    "1"
#       Option      "IgnoreEDID"  "on"
        Option      "IgnoreDisplayDevices"  "TV"
#       Option      "NoBandWidthTest" "1"
        Option      "AllowGLXWithComposite" "false"
        Screen       0
        VendorName  "EVGA"
        BoardName   "e-Geforce 7900 GS KO"
        BusID       "PCI:1:0:0"
EndSection
Once you have made the edits use /etc/init.d/kdm start to start the X server using the new settings of course changing the kdm to the proper one if you are using another display manager. One thing you might want to check while editing the file is that you refresh rates are set properly for your monitor as Debian always has set these very low whenever I have installed thus preventing you from getting higher resolutions that your monitor can support the section can look like the below you would of course use setting for your monitor here.

Code:
# Dell 2007WFP
Section "Monitor"
       DisplaySize      431   272     # mm
       Identifier   "Monitor0"
       VendorName   "Dell"
       ModelName    "2007WFP"
       HorizSync    30-81
       VertRefresh  56-76
       Option       "UseDisplayDevice" "DFP-0"
       Option       "AllowDDCCI" "on"
       Option       "DPMS" "true"
       Option       "BackingStore" "On"
EndSection
Also take a look at the resolution you have set in the screen section as well like below.

Code:
Section "Screen"
        Identifier "Screen1"
        Device     "Card1"
        Monitor    "Monitor1"
        DefaultDepth 24
        SubSection "Display"
                Depth     24
                Modes     "1600x1200" "1280x960"
        EndSubSection
EndSection
This can look rather different than I have here as usually there are many different colour depths in the section. The Modes line for the DefaultDepth you are using is the one that sets the resolution you should put the highest resolution you want that you know your monitor will support at the beginning of the line then it will be used as the default.
 
Old 11-15-2007, 07:41 PM   #11
driftboy
Member
 
Registered: Dec 2006
Location: USA
Distribution: Debian etch 4.0 net installed
Posts: 79

Original Poster
Rep: Reputation: 16
Ok,

The driver was install, however X starts in a blank screen and computer locks up. I've tried to configure X to the above but, I get errors.

My xorg configurations :

Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
# Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection

Section "Device"
Identifier "nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
Driver "nv" # nvidia
BusID "PCI:1:0:0" # should this be changed for AGP
EndSection

Section "Monitor"
Identifier "COMPAQ MV720"
Option "DPMS"
HorizSync 30-69
VertRefresh 50-100
EndSection

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
Monitor "COMPAQ MV720"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "720x400" "640x480" "640x350"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "720x400" "640x480" "640x350"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "720x400" "640x480" "640x350"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "720x400" "640x480" "640x350"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "720x400" "640x480" "640x350"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "720x400" "640x480" "640x350"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

#Section "DRI"
# Mode 0666
#EndSection
 
Old 11-16-2007, 12:18 AM   #12
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Try without the BusID line in this section.

Code:
Section "Device"
 Identifier "nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
 Driver "nv" # nvidia
 BusID "PCI:1:0:0" # should this be changed for AGP
EndSection
It should not be needed for a single monitor setup. Then restart the X server with the nvidia for the driver if it does not start then can you post the /var/log/Xorg.0.log it is rather big so you will need to put it into two posts. If you have a hard lockup and you need to use the reset button then when booting again choose the recovery option login as root and copy the file to a backup otherwise it will be overwritten when X starts make the edit to your xorg.conf to change back to nv for the driver so when you reboot (shutdown -r now at the console) X will start back up normally.
 
Old 11-16-2007, 05:16 AM   #13
driftboy
Member
 
Registered: Dec 2006
Location: USA
Distribution: Debian etch 4.0 net installed
Posts: 79

Original Poster
Rep: Reputation: 16
ok,

I added the nvidia driver and (shutdown -r now), my computer rebooted into the Xserver to a blank screen lock up dead with no keyboard control. I waited 10mins and it never loaded the desktop.

I think I should tell you about the history of this computer. It was given to me non-fictional. The previous owner had it lock up in a desk cabin with no ventilation. When I inspected it the onboard intergrade graphic chip's (sis) heat sink had fallen off. Though that chip still works with limited resolutions there was damage from overheating.


here's my /var/log/Xorg.0.log

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux debian 2.6.23.1-custom #1 Thu Nov 15 00:25:07 CST 2007 i686
Build Date: 04 September 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Nov 16 04:44:40 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) | |-->Monitor "COMPAQ MV720"
(**) | |-->Device "nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
Entry deleted from font path.
(**) FontPath set to:
/usr/share/fonts/X11/misc,
/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
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.0
X.Org XInput driver : 0.6
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1039,0760 card 103c,2a04 rev 02 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1039,0002 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 1039,0964 card 0000,0000 rev 36 class 06,01,00 hdr 80
(II) PCI: 00:02:5: chip 1039,5513 card 103c,2a04 rev 01 class 01,01,80 hdr 00
(II) PCI: 00:02:7: chip 1039,7012 card 103c,2a05 rev a0 class 04,01,00 hdr 00
(II) PCI: 00:03:0: chip 1039,7001 card 103c,2a04 rev 0f class 0c,03,10 hdr 80
(II) PCI: 00:03:1: chip 1039,7001 card 103c,2a04 rev 0f class 0c,03,10 hdr 00
(II) PCI: 00:03:2: chip 1039,7001 card 103c,2a04 rev 0f class 0c,03,10 hdr 00
(II) PCI: 00:03:3: chip 1039,7002 card 103c,2a04 rev 00 class 0c,03,20 hdr 00
(II) PCI: 00:04:0: chip 1039,0900 card 103c,2a04 rev 90 class 02,00,00 hdr 00
(II) PCI: 00:05:0: chip 1039,0180 card 103c,2a04 rev 01 class 01,01,85 hdr 00
(II) PCI: 00:0a:0: chip 11c1,048c card 11c1,044c rev 03 class 07,80,00 hdr 00
(II) PCI: 00:0b:0: chip 1106,3044 card 103c,2a04 rev 80 class 0c,00,10 hdr 00
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:00:0: chip 10de,002d card 0000,0000 rev 15 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000e (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xe6000000 - 0xe7ffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xe4000000 - 0xe5ffffff (0x2000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:2:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro] rev 21, Mem @ 0xe6000000/24, 0xe4000000/25
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xe0000000 from 0xe3ffffff to 0xdfffffff
(II) Active PCI resource ranges:
[0] -1 0 0xe9006000 - 0xe90067ff (0x800) MX[B]
[1] -1 0 0xe9005000 - 0xe90050ff (0x100) MX[B]
[2] -1 0 0xe9003000 - 0xe9003fff (0x1000) MX[B]
[3] -1 0 0xe9002000 - 0xe9002fff (0x1000) MX[B]
[4] -1 0 0xe9001000 - 0xe9001fff (0x1000) MX[B]
[5] -1 0 0xe9000000 - 0xe9000fff (0x1000) MX[B]
[6] -1 0 0xe9004000 - 0xe9004fff (0x1000) MX[B]
[7] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[8] -1 0 0xe4000000 - 0xe5ffffff (0x2000000) MX[B](B)
[9] -1 0 0xe6000000 - 0xe6ffffff (0x1000000) MX[B](B)
[10] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
[11] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[12] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B]
[13] -1 0 0x0000e000 - 0x0000e07f (0x80) IX[B]
[14] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[B]
[15] -1 0 0x0000d800 - 0x0000d803 (0x4) IX[B]
[16] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B]
[17] -1 0 0x0000d000 - 0x0000d003 (0x4) IX[B]
[18] -1 0 0x0000cc00 - 0x0000cc07 (0x8) IX[B]
[19] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]
[20] -1 0 0x0000c400 - 0x0000c47f (0x80) IX[B]
[21] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B]
[22] -1 0 0x00004000 - 0x0000400f (0x10) IX[B]
[23] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[24] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[25] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[26] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xe9006000 - 0xe90067ff (0x800) MX[B]
[1] -1 0 0xe9005000 - 0xe90050ff (0x100) MX[B]
[2] -1 0 0xe9003000 - 0xe9003fff (0x1000) MX[B]
[3] -1 0 0xe9002000 - 0xe9002fff (0x1000) MX[B]
[4] -1 0 0xe9001000 - 0xe9001fff (0x1000) MX[B]
[5] -1 0 0xe9000000 - 0xe9000fff (0x1000) MX[B]
[6] -1 0 0xe9004000 - 0xe9004fff (0x1000) MX[B]
[7] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[8] -1 0 0xe4000000 - 0xe5ffffff (0x2000000) MX[B](B)
[9] -1 0 0xe6000000 - 0xe6ffffff (0x1000000) MX[B](B)
[10] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
[11] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[12] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B]
[13] -1 0 0x0000e000 - 0x0000e07f (0x80) IX[B]
[14] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[B]
[15] -1 0 0x0000d800 - 0x0000d803 (0x4) IX[B]
[16] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B]
[17] -1 0 0x0000d000 - 0x0000d003 (0x4) IX[B]
[18] -1 0 0x0000cc00 - 0x0000cc07 (0x8) IX[B]
[19] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]
[20] -1 0 0x0000c400 - 0x0000c47f (0x80) IX[B]
[21] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B]
[22] -1 0 0x00004000 - 0x0000400f (0x10) IX[B]
[23] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[24] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[25] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[26] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xe9006000 - 0xe90067ff (0x800) MX[B]
[5] -1 0 0xe9005000 - 0xe90050ff (0x100) MX[B]
[6] -1 0 0xe9003000 - 0xe9003fff (0x1000) MX[B]
[7] -1 0 0xe9002000 - 0xe9002fff (0x1000) MX[B]
[8] -1 0 0xe9001000 - 0xe9001fff (0x1000) MX[B]
[9] -1 0 0xe9000000 - 0xe9000fff (0x1000) MX[B]
[10] -1 0 0xe9004000 - 0xe9004fff (0x1000) MX[B]
[11] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[12] -1 0 0xe4000000 - 0xe5ffffff (0x2000000) MX[B](B)
[13] -1 0 0xe6000000 - 0xe6ffffff (0x1000000) MX[B](B)
[14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[16] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
[17] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[18] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B]
[19] -1 0 0x0000e000 - 0x0000e07f (0x80) IX[B]
[20] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[B]
[21] -1 0 0x0000d800 - 0x0000d803 (0x4) IX[B]
[22] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B]
[23] -1 0 0x0000d000 - 0x0000d003 (0x4) IX[B]
[24] -1 0 0x0000cc00 - 0x0000cc07 (0x8) IX[B]
[25] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]
[26] -1 0 0x0000c400 - 0x0000c47f (0x80) IX[B]
[27] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B]
[28] -1 0 0x00004000 - 0x0000400f (0x10) IX[B]
[29] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[30] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[31] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[32] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
(II) LoadModule: "i2c"
(II) Loading /usr/lib/xorg/modules/libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.2.0
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "bitmap"
(II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Loading font Bitmap
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 7.1.1, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.0
Module class: XFree86 Server Extension
ABI class: XFree86 Server Extension, version 0.1
(II) NVIDIA GLX Module 71.86.01 Wed Sep 5 20:40:19 PDT 2007
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "nv"
(II) Loading /usr/lib/xorg/modules/drivers/nv_drv.so
(II) Module nv: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.2.0
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2,
Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64,
Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400,
GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go,
GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra,
Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420,
GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go,
GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL,
GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL,
GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X,
GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X,
GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL,
Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI,
GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3,
GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600,
GeForce4 Ti 4400, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL,
Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X,
GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL,
Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra,
GeForce FX 5800, Quadro FX 2000, Quadro FX 1000,
GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT,
GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700,
GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200,
GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250,
GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M,
Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI,
GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX 5900 Ultra,
GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra,
GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700,
GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE,
GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700,
Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra, GeForce 6800,
GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 XT, GeForce 6800 GT,
GeForce 6800 GT, GeForce 6800 GS, GeForce 6800 XT, Quadro FX 4000,
GeForce 6800 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 XT,
GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400,
Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT,
GeForce 6600, GeForce 6600 LE, GeForce 6600 VE, GeForce Go 6600,
GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL,
GeForce Go 6600, GeForce Go 6600 GT, Quadro FX 550, Quadro FX 550,
Quadro FX 540, GeForce 6200, GeForce 6500,
GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM),
GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6400,
GeForce Go 6200, GeForce Go 6400, GeForce 6250, GeForce 6800,
GeForce 6800 LE, GeForce 6800 GT, GeForce 6800 XT, GeForce 6200,
GeForce 6200 A-LE, GeForce 7800 GTX, GeForce 7800 GTX,
GeForce 7800 GT, GeForce 7800 GS, GeForce 7800 SLI, GeForce Go 7800,
GeForce Go 7800 GTX, Quadro FX 4500, GeForce 7300 LE,
GeForce 7300 SE, GeForce Go 7200, GeForce Go 7300, GeForce Go 7400,
GeForce Go 7400 GS, Quadro NVS 110M, Quadro NVS 120M, Quadro FX 350M,
GeForce 7500 LE, Quadro FX 350, GeForce 7300 GS, GeForce 7600 GT,
GeForce 7600 GS, GeForce 7300 GT, GeForce 7600 LE, GeForce 7300 GT,
GeForce Go 7700, GeForce Go 7600, GeForce Go 7600 GT,
Quadro NVS 300M, GeForce Go 7900 SE, Quadro FX 550M, Quadro FX 560,
GeForce 7900 GTX, GeForce 7900 GT, GeForce 7900 GS,
GeForce Go 7900 GS, GeForce Go 7900 GTX, Quadro FX 2500M,
Quadro FX 1500M, Quadro FX 5500, Quadro FX 3500, Quadro FX 1500,
Quadro FX 4500 X2, GeForce 6150, GeForce 6150 LE, GeForce 6100,
GeForce Go 6150, GeForce Go 6100
 
Old 11-16-2007, 05:22 AM   #14
driftboy
Member
 
Registered: Dec 2006
Location: USA
Distribution: Debian etch 4.0 net installed
Posts: 79

Original Poster
Rep: Reputation: 16
(II) Primary Device is: PCI 01:00:0
(--) Chipset RIVA TNT2 Model 64 found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xe9006000 - 0xe90067ff (0x800) MX[B]
[5] -1 0 0xe9005000 - 0xe90050ff (0x100) MX[B]
[6] -1 0 0xe9003000 - 0xe9003fff (0x1000) MX[B]
[7] -1 0 0xe9002000 - 0xe9002fff (0x1000) MX[B]
[8] -1 0 0xe9001000 - 0xe9001fff (0x1000) MX[B]
[9] -1 0 0xe9000000 - 0xe9000fff (0x1000) MX[B]
[10] -1 0 0xe9004000 - 0xe9004fff (0x1000) MX[B]
[11] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[12] -1 0 0xe4000000 - 0xe5ffffff (0x2000000) MX[B](B)
[13] -1 0 0xe6000000 - 0xe6ffffff (0x1000000) MX[B](B)
[14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[16] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
[17] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[18] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B]
[19] -1 0 0x0000e000 - 0x0000e07f (0x80) IX[B]
[20] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[B]
[21] -1 0 0x0000d800 - 0x0000d803 (0x4) IX[B]
[22] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B]
[23] -1 0 0x0000d000 - 0x0000d003 (0x4) IX[B]
[24] -1 0 0x0000cc00 - 0x0000cc07 (0x8) IX[B]
[25] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]
[26] -1 0 0x0000c400 - 0x0000c47f (0x80) IX[B]
[27] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B]
[28] -1 0 0x00004000 - 0x0000400f (0x10) IX[B]
[29] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[30] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[31] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[32] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
(II) resource ranges after probing:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xe9006000 - 0xe90067ff (0x800) MX[B]
[5] -1 0 0xe9005000 - 0xe90050ff (0x100) MX[B]
[6] -1 0 0xe9003000 - 0xe9003fff (0x1000) MX[B]
[7] -1 0 0xe9002000 - 0xe9002fff (0x1000) MX[B]
[8] -1 0 0xe9001000 - 0xe9001fff (0x1000) MX[B]
[9] -1 0 0xe9000000 - 0xe9000fff (0x1000) MX[B]
[10] -1 0 0xe9004000 - 0xe9004fff (0x1000) MX[B]
[11] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[12] -1 0 0xe4000000 - 0xe5ffffff (0x2000000) MX[B](B)
[13] -1 0 0xe6000000 - 0xe6ffffff (0x1000000) MX[B](B)
[14] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[15] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[16] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[19] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
[20] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[21] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B]
[22] -1 0 0x0000e000 - 0x0000e07f (0x80) IX[B]
[23] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[B]
[24] -1 0 0x0000d800 - 0x0000d803 (0x4) IX[B]
[25] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B]
[26] -1 0 0x0000d000 - 0x0000d003 (0x4) IX[B]
[27] -1 0 0x0000cc00 - 0x0000cc07 (0x8) IX[B]
[28] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]
[29] -1 0 0x0000c400 - 0x0000c47f (0x80) IX[B]
[30] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B]
[31] -1 0 0x00004000 - 0x0000400f (0x10) IX[B]
[32] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[33] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[34] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[35] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[36] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[37] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/lib/xorg/modules/libint10.so
(II) NV(0): Initializing int10
(II) Loading sub module "vm86"
(II) LoadModule: "vm86"
(II) Loading /usr/lib/xorg/modules/libvm86.so
(II) Module vm86: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(II) NV(0): Primary V_BIOS segment is: 0xc000
(--) NV(0): Chipset: "RIVA TNT2 Model 64"
(**) NV(0): Depth 24, (--) framebuffer bpp 32
(==) NV(0): RGB weight 888
(==) NV(0): Default visual is TrueColor
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules/libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 0.1.0
ABI class: X.Org Video Driver, version 1.0
(==) NV(0): Using HW cursor
(--) NV(0): Linear framebuffer at 0xE4000000
(--) NV(0): MMIO registers at 0xE6000000
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Reloading /usr/lib/xorg/modules/libi2c.so
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/lib/xorg/modules/libddc.so
(II) NV(0): I2C bus "DDC" initialized.
(II) NV(0): Probing for EDID on I2C bus A...
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(--) NV(0): DDC detected a CRT:
(II) NV(0): Manufacturer: CPQ Model: 3026 Serial#: 1211250488
(II) NV(0): Year: 2000 Week: 9
(II) NV(0): EDID Version: 1.1
(II) NV(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
(II) NV(0): Sync: Separate
(II) NV(0): Max H-Image Size [cm]: horiz.: 32 vert.: 24
(II) NV(0): Gamma: 2.77
(II) NV(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) NV(0): redX: 0.630 redY: 0.340 greenX: 0.280 greenY: 0.601
(II) NV(0): blueX: 0.145 blueY: 0.061 whiteX: 0.281 whiteY: 0.311
(II) NV(0): Supported VESA Video Modes:
(II) NV(0): 720x400@70Hz
(II) NV(0): 640x480@60Hz
(II) NV(0): 640x480@75Hz
(II) NV(0): 800x600@60Hz
(II) NV(0): 800x600@75Hz
(II) NV(0): 1024x768@60Hz
(II) NV(0): 1024x768@75Hz
(II) NV(0): 1152x870@75Hz
(II) NV(0): Manufacturer's mask: 0
(II) NV(0): Supported Future Video Modes:
(II) NV(0): #0: hsize: 640 vsize 480 refresh: 85 vid: 22833
(II) NV(0): #1: hsize: 800 vsize 600 refresh: 85 vid: 22853
(II) NV(0): #2: hsize: 1024 vsize 768 refresh: 85 vid: 22881
(II) NV(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
(II) NV(0): Supported additional Video Mode:
(II) NV(0): clock: 25.2 MHz Image Size: 300 x 225 mm
(II) NV(0): h_active: 640 h_sync: 656 h_sync_end 752 h_blank_end 800 h_border: 0
(II) NV(0): v_active: 350 v_sync: 387 v_sync_end 389 v_blanking: 449 v_border: 0
(II) NV(0): Ranges: V min: 50 V max: 120 Hz, H min: 30 H max: 70 kHz, PixClock max 110 MHz
(II) NV(0): Serial No: 009CE43SH278
(II) NV(0): Monitor name: COMPAQ MV720
(II) NV(0): Using CRT on CRTC 0
(--) NV(0): VideoRAM: 32768 kBytes
(==) NV(0): Using gamma correction (1.0, 1.0, 1.0)
(II) NV(0): COMPAQ MV720: Using hsync range of 30.00-69.00 kHz
(II) NV(0): COMPAQ MV720: Using vrefresh range of 50.00-100.00 Hz
(II) NV(0): Clock range: 12.00 to 350.00 MHz
(WW) (1280x960,COMPAQ MV720) mode clock 148.5MHz exceeds DDC maximum 110MHz
(II) NV(0): Not using default mode "1280x960" (hsync out of range)
(II) NV(0): Not using default mode "640x480" (hsync out of range)
(WW) (1280x1024,COMPAQ MV720) mode clock 135MHz exceeds DDC maximum 110MHz
(II) NV(0): Not using default mode "1280x1024" (hsync out of range)
(II) NV(0): Not using default mode "640x512" (hsync out of range)
(WW) (1280x1024,COMPAQ MV720) mode clock 157.5MHz exceeds DDC maximum 110MHz
(II) NV(0): Not using default mode "1280x1024" (hsync out of range)
(II) NV(0): Not using default mode "640x512" (hsync out of range)
(WW) (1600x1200,COMPAQ MV720) mode clock 162MHz exceeds DDC maximum 110MHz
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(WW) (1600x1200,COMPAQ MV720) mode clock 175.5MHz exceeds DDC maximum 110MHz
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(WW) (1600x1200,COMPAQ MV720) mode clock 189MHz exceeds DDC maximum 110MHz
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(WW) (1600x1200,COMPAQ MV720) mode clock 202.5MHz exceeds DDC maximum 110MHz
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(WW) (1600x1200,COMPAQ MV720) mode clock 229.5MHz exceeds DDC maximum 110MHz
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(WW) (800x600,COMPAQ MV720) mode clock 114.75MHz exceeds DDC maximum 110MHz
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(WW) (1792x1344,COMPAQ MV720) mode clock 204.8MHz exceeds DDC maximum 110MHz
(II) NV(0): Not using default mode "1792x1344" (hsync out of range)
(II) NV(0): Not using default mode "896x672" (hsync out of range)
(WW) (1792x1344,COMPAQ MV720) mode clock 261MHz exceeds DDC maximum 110MHz
(II) NV(0): Not using default mode "1792x1344" (hsync out of range)
(WW) (896x672,COMPAQ MV720) mode clock 130.5MHz exceeds DDC maximum 110MHz
(II) NV(0): Not using default mode "896x672" (hsync out of range)
(WW) (1856x1392,COMPAQ MV720) mode clock 218.3MHz exceeds DDC maximum 110MHz
(II) NV(0): Not using default mode "1856x1392" (hsync out of range)
(II) NV(0): Not using default mode "928x696" (hsync out of range)
(WW) (1856x1392,COMPAQ MV720) mode clock 288MHz exceeds DDC maximum 110MHz
(II) NV(0): Not using default mode "1856x1392" (hsync out of range)
(WW) (928x696,COMPAQ MV720) mode clock 144MHz exceeds DDC maximum 110MHz
(II) NV(0): Not using default mode "928x696" (hsync out of range)
(WW) (1920x1440,COMPAQ MV720) mode clock 234MHz exceeds DDC maximum 110MHz
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(WW) (960x720,COMPAQ MV720) mode clock 117MHz exceeds DDC maximum 110MHz
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(WW) (1920x1440,COMPAQ MV720) mode clock 297MHz exceeds DDC maximum 110MHz
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(WW) (960x720,COMPAQ MV720) mode clock 148.5MHz exceeds DDC maximum 110MHz
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(WW) (1152x864,COMPAQ MV720) mode clock 121.5MHz exceeds DDC maximum 110MHz
(II) NV(0): Not using default mode "1152x864" (hsync out of range)
(II) NV(0): Not using default mode "576x432" (hsync out of range)
(WW) (1400x1050,COMPAQ MV720) mode clock 122MHz exceeds DDC maximum 110MHz
(WW) (1400x1050,COMPAQ MV720) mode clock 151MHz exceeds DDC maximum 110MHz
(II) NV(0): Not using default mode "1400x1050" (hsync out of range)
(II) NV(0): Not using default mode "700x525" (hsync out of range)
(WW) (1400x1050,COMPAQ MV720) mode clock 155.8MHz exceeds DDC maximum 110MHz
(II) NV(0): Not using default mode "1400x1050" (hsync out of range)
(II) NV(0): Not using default mode "700x525" (hsync out of range)
(WW) (1400x1050,COMPAQ MV720) mode clock 184MHz exceeds DDC maximum 110MHz
(II) NV(0): Not using default mode "1400x1050" (hsync out of range)
(II) NV(0): Not using default mode "700x525" (hsync out of range)
(WW) (1680x1050,COMPAQ MV720) mode clock 147.14MHz exceeds DDC maximum 110MHz
(WW) (1920x1200,COMPAQ MV720) mode clock 193.16MHz exceeds DDC maximum 110MHz
(II) NV(0): Not using default mode "1920x1200" (hsync out of range)
(II) NV(0): Not using default mode "960x600" (hsync out of range)
(WW) (1920x1200,COMPAQ MV720) mode clock 230MHz exceeds DDC maximum 110MHz
(II) NV(0): Not using default mode "1920x1200" (hsync out of range)
(WW) (960x600,COMPAQ MV720) mode clock 115MHz exceeds DDC maximum 110MHz
(II) NV(0): Not using default mode "960x600" (hsync out of range)
(WW) (1920x1440,COMPAQ MV720) mode clock 341.35MHz exceeds DDC maximum 110MHz
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(WW) (960x720,COMPAQ MV720) mode clock 170.675MHz exceeds DDC maximum 110MHz
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(II) NV(0): Not using default mode "2048x1536" (width requires unsupported line pitch)
(WW) (1024x768,COMPAQ MV720) mode clock 133.475MHz exceeds DDC maximum 110MHz
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "2048x1536" (width requires unsupported line pitch)
(WW) (1024x768,COMPAQ MV720) mode clock 170.24MHz exceeds DDC maximum 110MHz
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "2048x1536" (width requires unsupported line pitch)
(WW) (1024x768,COMPAQ MV720) mode clock 194.02MHz exceeds DDC maximum 110MHz
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "1680x1050" (width too large for virtual size)
(II) NV(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) NV(0): Not using default mode "1280x1024" (width too large for virtual size)
(II) NV(0): Not using default mode "1440x900" (width too large for virtual size)
(II) NV(0): Not using default mode "1280x960" (width too large for virtual size)
(II) NV(0): Not using default mode "1280x800" (width too large for virtual size)
(II) NV(0): Not using default mode "1152x864" (width too large for virtual size)
(II) NV(0): Not using default mode "1280x768" (width too large for virtual size)
(II) NV(0): Not using default mode "1152x768" (width too large for virtual size)
 
Old 11-16-2007, 05:24 AM   #15
driftboy
Member
 
Registered: Dec 2006
Location: USA
Distribution: Debian etch 4.0 net installed
Posts: 79

Original Poster
Rep: Reputation: 16
(--) NV(0): Virtual size is 1024x768 (pitch 1024)
(**) NV(0): *Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(II) NV(0): Modeline "1024x768" 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
(**) NV(0): *Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(II) NV(0): Modeline "800x600" 56.30 800 832 896 1048 600 601 604 631 +hsync +vsync
(**) NV(0): *Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz
(II) NV(0): Modeline "720x400" 35.50 720 756 828 936 400 401 404 446 -hsync +vsync
(**) NV(0): *Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(II) NV(0): Modeline "640x480" 36.00 640 696 752 832 480 481 484 509 -hsync -vsync
(**) NV(0): *Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) NV(0): Modeline "640x350" 31.50 640 672 736 832 350 382 385 445 +hsync -vsync
(**) NV(0): Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(II) NV(0): Modeline "1024x768" 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
(**) NV(0): Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(II) NV(0): Modeline "1024x768" 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
(**) NV(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) NV(0): Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
(**) NV(0): Default mode "1024x768": 44.9 MHz, 35.5 kHz, 86.9 Hz (I)
(II) NV(0): Modeline "1024x768" 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync
(**) NV(0): Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(II) NV(0): Modeline "832x624" 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync
(**) NV(0): Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) NV(0): Modeline "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync
(**) NV(0): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(II) NV(0): Modeline "800x600" 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync
(**) NV(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) NV(0): Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync
(**) NV(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) NV(0): Modeline "800x600" 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync
(**) NV(0): Default mode "840x525": 73.6 MHz, 65.2 kHz, 60.1 Hz (D)
(II) NV(0): Modeline "840x525" 73.57 840 892 984 1128 525 525 527 543 doublescan
(**) NV(0): Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "700x525" 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync
(**) NV(0): Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "640x512" 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync
(**) NV(0): Default mode "720x450": 54.4 MHz, 56.9 kHz, 60.2 Hz (D)
(II) NV(0): Modeline "720x450" 54.42 720 736 940 956 450 459 463 473 doublescan +hsync +vsync
(**) NV(0): Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) NV(0): Modeline "640x480" 31.50 640 656 720 840 480 481 484 500 -hsync -vsync
(**) NV(0): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(II) NV(0): Modeline "640x480" 31.50 640 664 704 832 480 489 491 520 -hsync -vsync
(**) NV(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) NV(0): Modeline "640x480" 25.20 640 656 752 800 480 490 492 525 -hsync -vsync
(**) NV(0): Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "640x480" 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync
(**) NV(0): Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) NV(0): Modeline "640x400" 31.50 640 672 736 832 400 401 404 445 -hsync +vsync
(**) NV(0): Default mode "640x400": 41.7 MHz, 49.7 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "640x400" 41.73 640 672 740 840 400 400 402 414 doublescan
(**) NV(0): Default mode "576x432": 54.0 MHz, 67.5 kHz, 75.0 Hz (D)
(II) NV(0): Modeline "576x432" 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync
(**) NV(0): Default mode "640x384": 40.1 MHz, 47.7 kHz, 60.1 Hz (D)
(II) NV(0): Modeline "640x384" 40.07 640 672 740 840 384 384 386 397 doublescan
(**) NV(0): Default mode "576x384": 32.5 MHz, 44.2 kHz, 54.8 Hz (D)
(II) NV(0): Modeline "576x384" 32.50 576 589 657 736 384 385 388 403 doublescan +hsync +vsync
(**) NV(0): Default mode "512x384": 47.2 MHz, 68.7 kHz, 85.0 Hz (D)
(II) NV(0): Modeline "512x384" 47.25 512 536 584 688 384 384 386 404 doublescan +hsync +vsync
(**) NV(0): Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D)
(II) NV(0): Modeline "512x384" 39.40 512 520 568 656 384 384 386 400 doublescan +hsync +vsync
(**) NV(0): Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(II) NV(0): Modeline "512x384" 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync
(**) NV(0): Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "512x384" 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync
(**) NV(0): Default mode "512x384": 22.4 MHz, 35.5 kHz, 86.6 Hz (D)
(II) NV(0): Modeline "512x384" 22.45 512 516 604 632 384 384 388 409 interlace doublescan +hsync +vsync
(**) NV(0): Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(II) NV(0): Modeline "416x312" 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync
(**) NV(0): Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D)
(II) NV(0): Modeline "400x300" 28.15 400 416 448 524 300 300 302 315 doublescan +hsync +vsync
(**) NV(0): Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(II) NV(0): Modeline "400x300" 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync
(**) NV(0): Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(II) NV(0): Modeline "400x300" 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync
(**) NV(0): Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(II) NV(0): Modeline "400x300" 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync
(**) NV(0): Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(II) NV(0): Modeline "400x300" 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync
(**) NV(0): Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D)
(II) NV(0): Modeline "320x240" 18.00 320 348 376 416 240 240 242 254 doublescan -hsync -vsync
(**) NV(0): Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(II) NV(0): Modeline "320x240" 15.75 320 328 360 420 240 240 242 250 doublescan -hsync -vsync
(**) NV(0): Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(II) NV(0): Modeline "320x240" 15.75 320 332 352 416 240 244 245 260 doublescan -hsync -vsync
(**) NV(0): Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) NV(0): Modeline "320x240" 12.60 320 328 376 400 240 245 246 262 doublescan -hsync -vsync
(**) NV(0): Default mode "360x200": 17.8 MHz, 37.9 kHz, 85.0 Hz (D)
(II) NV(0): Modeline "360x200" 17.75 360 378 414 468 200 200 202 223 doublescan -hsync +vsync
(**) NV(0): Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(II) NV(0): Modeline "320x200" 15.75 320 336 368 416 200 200 202 222 doublescan -hsync +vsync
(**) NV(0): Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(II) NV(0): Modeline "320x175" 15.75 320 336 368 416 175 191 192 222 doublescan +hsync -vsync
(++) NV(0): DPI set to (96, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules/libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.2.0
ABI class: X.Org Video Driver, version 1.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 0.1.0
ABI class: X.Org Video Driver, version 1.0
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0xe4000000 - 0xe5ffffff (0x2000000) MX[B]
[1] 0 0 0xe6000000 - 0xe6ffffff (0x1000000) MX[B]
[2] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[6] -1 0 0xe9006000 - 0xe90067ff (0x800) MX[B]
[7] -1 0 0xe9005000 - 0xe90050ff (0x100) MX[B]
[8] -1 0 0xe9003000 - 0xe9003fff (0x1000) MX[B]
[9] -1 0 0xe9002000 - 0xe9002fff (0x1000) MX[B]
[10] -1 0 0xe9001000 - 0xe9001fff (0x1000) MX[B]
[11] -1 0 0xe9000000 - 0xe9000fff (0x1000) MX[B]
[12] -1 0 0xe9004000 - 0xe9004fff (0x1000) MX[B]
[13] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[14] -1 0 0xe4000000 - 0xe5ffffff (0x2000000) MX[B](B)
[15] -1 0 0xe6000000 - 0xe6ffffff (0x1000000) MX[B](B)
[16] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
[17] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
[18] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
[19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[21] -1 0 0x0000ec00 - 0x0000ec7f (0x80) IX[B]
[22] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B]
[23] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B]
[24] -1 0 0x0000e000 - 0x0000e07f (0x80) IX[B]
[25] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[B]
[26] -1 0 0x0000d800 - 0x0000d803 (0x4) IX[B]
[27] -1 0 0x0000d400 - 0x0000d407 (0x8) IX[B]
[28] -1 0 0x0000d000 - 0x0000d003 (0x4) IX[B]
[29] -1 0 0x0000cc00 - 0x0000cc07 (0x8) IX[B]
[30] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]
[31] -1 0 0x0000c400 - 0x0000c47f (0x80) IX[B]
[32] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[B]
[33] -1 0 0x00004000 - 0x0000400f (0x10) IX[B]
[34] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[35] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[36] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[B]
[37] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B]
[38] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[39] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) NV(0): Write-combining range (0xe4000000,0x2000000)
(II) NV(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
8x8 mono pattern filled rectangles
Indirect CPU to Screen color expansion
Solid Lines
Scanline Image Writes
Offscreen Pixmaps
Setting up tile and stipple cache:
32 128x128 slots
32 256x256 slots
16 512x512 slots
(==) NV(0): Backing store disabled
(==) NV(0): Silken mouse enabled
(**) Option "dpms"
(**) NV(0): DPMS enabled
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(EE) Failed to initialize GLX extension (NVIDIA X driver not found)
(**) Option "CoreKeyboard"
(**) Generic Keyboard: Core Keyboard
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc104"
(**) Generic Keyboard: XkbModel: "pc104"
(**) Option "XkbLayout" "us"
(**) Generic Keyboard: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "ImPS/2"
(**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
xkb_keycodes { include "xfree86+aliases(qwerty)" };
xkb_types { include "complete" };
xkb_compatibility { include "complete" };
xkb_symbols { include "pc(pc105)+us" };
xkb_geometry { include "pc(pc104)" };
(II) Configured Mouse: ps2EnableDataReporting: succeeded
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ps/2 mouse not detected after debian kernel upgrade to 2.6 silex_88 Linux - Hardware 5 06-24-2008 04:34 AM
help debian sound issue after kernel upgrade Lleb_KCir Linux - Software 6 07-11-2005 10:34 AM
upgrade kernel to 2.6 net not working Longinus Linux - Networking 8 08-06-2004 09:46 PM
kernel upgrade problem debian h_lina_k Linux - Newbie 3 03-19-2004 01:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:24 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration