Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
AMD 64 - problem with xorg and nvidia
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
gregik
n00b
n00b


Joined: 06 Mar 2005
Posts: 33

PostPosted: Sun Mar 06, 2005 11:10 am    Post subject: AMD 64 - problem with xorg and nvidia Reply with quote

I have AMD Athlon64 3000+ socket 939, MB ASUS A8N SLI DELUX graphic card from Asus with chipset GEFORCE 6200 GE. After installation Gentoo linux and xorg and kde on this computer I try start Xserver but with basic set-up monitor show "OUT OF SYNC". I decrease resolution with CTRL+ALT+- but on the monitor is only stripes. I tryed install graphic driver from nvidia page and also with "emerge nvidia-kernel" and I change /etc/X11/xorg.conf at nstructions at nvidia page and when I try start xserver again it tells me that driver not found.
Thank you.
Back to top
View user's profile Send private message
i92guboj
Bodhisattva
Bodhisattva


Joined: 30 Nov 2004
Posts: 10315
Location: Córdoba (Spain)

PostPosted: Sun Mar 06, 2005 11:34 am    Post subject: Re: AMD 64 - problem with xorg and nvidia Reply with quote

gregik wrote:
I have AMD Athlon64 3000+ socket 939, MB ASUS A8N SLI DELUX graphic card from Asus with chipset GEFORCE 6200 GE. After installation Gentoo linux and xorg and kde on this computer I try start Xserver but with basic set-up monitor show "OUT OF SYNC". I decrease resolution with CTRL+ALT+- but on the monitor is only stripes. I tryed install graphic driver from nvidia page and also with "emerge nvidia-kernel" and I change /etc/X11/xorg.conf at nstructions at nvidia page and when I try start xserver again it tells me that driver not found.
Thank you.

nvidia-kernel is needed for the nvidia subsystem to run, but for the use with X and opengl you need also nvidia-glx, then you can change your video driver to nvidia in xorg.conf and all should be fine.
Back to top
View user's profile Send private message
gregik
n00b
n00b


Joined: 06 Mar 2005
Posts: 33

PostPosted: Sun Mar 06, 2005 12:04 pm    Post subject: Re: AMD 64 - problem with xorg and nvidia Reply with quote

6thpink wrote:
gregik wrote:
I have AMD Athlon64 3000+ socket 939, MB ASUS A8N SLI DELUX graphic card from Asus with chipset GEFORCE 6200 GE. After installation Gentoo linux and xorg and kde on this computer I try start Xserver but with basic set-up monitor show "OUT OF SYNC". I decrease resolution with CTRL+ALT+- but on the monitor is only stripes. I tryed install graphic driver from nvidia page and also with "emerge nvidia-kernel" and I change /etc/X11/xorg.conf at nstructions at nvidia page and when I try start xserver again it tells me that driver not found.
Thank you.

nvidia-kernel is needed for the nvidia subsystem to run, but for the use with X and opengl you need also nvidia-glx, then you can change your video driver to nvidia in xorg.conf and all should be fine.


I did it but it didn't help. It was wrote at nvidia page.
Back to top
View user's profile Send private message
i92guboj
Bodhisattva
Bodhisattva


Joined: 30 Nov 2004
Posts: 10315
Location: Córdoba (Spain)

PostPosted: Sun Mar 06, 2005 12:13 pm    Post subject: Reply with quote

Maybe your driver is not starting, you need to add it on /etc/modules.autoload.d/kernel-2.6 (or kernel-2.4 in the case). You can also emerge coldplug and start it on every boot, so it will guess the drivers that are needed.
Back to top
View user's profile Send private message
Deathwing00
Bodhisattva
Bodhisattva


Joined: 13 Jun 2003
Posts: 4087
Location: Dresden, Germany

PostPosted: Sun Mar 06, 2005 6:08 pm    Post subject: Reply with quote

Moved from Installing Gentoo.
Back to top
View user's profile Send private message
gregik
n00b
n00b


Joined: 06 Mar 2005
Posts: 33

PostPosted: Tue Mar 08, 2005 6:22 pm    Post subject: Reply with quote

6thpink wrote:
Maybe your driver is not starting, you need to add it on /etc/modules.autoload.d/kernel-2.6 (or kernel-2.4 in the case). You can also emerge coldplug and start it on every boot, so it will guess the drivers that are needed.


I tryed reinstall all gentoo and set-up all again. Now when i start Xserver, it write Screen not found. I don't know what i have to do it.
Back to top
View user's profile Send private message
microry
n00b
n00b


Joined: 27 Feb 2004
Posts: 33

PostPosted: Tue Mar 08, 2005 9:48 pm    Post subject: Reply with quote

I have the same sort of problem. ... ! Please god help us !
Back to top
View user's profile Send private message
mike4148
l33t
l33t


Joined: 09 Sep 2003
Posts: 641

PostPosted: Tue Mar 08, 2005 10:45 pm    Post subject: Reply with quote

The real error message is either in the output of dmesg or in the file /var/log/Xorg.0.log. Try
Code:
dmesg | less

and
Code:
less /var/log/Xorg.0.log

after a failed attempt to start X to see what's going on. If you want to post one or both, try narrowing it down to just the nvidia-related lines.
Back to top
View user's profile Send private message
i92guboj
Bodhisattva
Bodhisattva


Joined: 30 Nov 2004
Posts: 10315
Location: Córdoba (Spain)

PostPosted: Wed Mar 09, 2005 6:14 am    Post subject: Reply with quote

microry wrote:
I have the same sort of problem. ... ! Please god help us !


I'm not god, but I'll try :D

gregik wrote:
6thpink wrote:
Maybe your driver is not starting, you need to add it on /etc/modules.autoload.d/kernel-2.6 (or kernel-2.4 in the case). You can also emerge coldplug and start it on every boot, so it will guess the drivers that are needed.


I tryed reinstall all gentoo and set-up all again. Now when i start Xserver, it write Screen not found. I don't know what i have to do it.


That error is caused in most cases by one of the following issues:

1.- Your driver is not installed, or you do not load it conveniently in your xorg.conf file. To see if it's the first you can do 'lsmod|grep nvidia', if it reports nothing then you haven't emerged or loaded the driver on a right way. To see if it's second you can do:
Code:
[ ... ]-[0]: cat /etc/X11/xorg.conf|grep nvidia
        Driver          "nvidia"

And will see something like that.

2.- Your monitor settings are not correct. This is also specified in the xorg.conf file, and the most important ones are the one relating to the monitor refresh rates. You can take your specification from the your monitor manufacturer web site. Mine are:
Code:
Section "Monitor"
        Identifier  "Philips 105e"
        HorizSync 31.5-54.0  ## This lines are the most important ones,
        VertRefresh 50-120    #if you do not set them well your X will most likely not start
        DisplaySize 283 216
EndSection
Back to top
View user's profile Send private message
gregik
n00b
n00b


Joined: 06 Mar 2005
Posts: 33

PostPosted: Wed Mar 09, 2005 10:37 am    Post subject: Reply with quote

Hi I did what you wrote. It was the second problem. But when i start X it wrote xorg.conf incomplete. Something with screen in witch was mag.. i delete everything witch mag from section driver, screen and layout. Now i run "kdm" but don't show letters and cursor and all graphics is kooky. I try change resolution but nothing. Please where is the problem? Thank you and i sorry for my english. it must be terrible :oops:
Back to top
View user's profile Send private message
kraij
n00b
n00b


Joined: 26 Feb 2005
Posts: 11

PostPosted: Wed Mar 09, 2005 10:38 am    Post subject: re Reply with quote

Hi,

guess I ve had a similiar problem 1day ago. i ve had nv-driver installed and "glxgears" only showed 800fps (5sec). After I installed the nvidia-driver it was totally messed up (conflicting libaries (libGL.so.1))

well, I did a:

Code:
echolot~# emerge -C nvidia-glx && emerge -C nvidia-kernel


then:

Code:
echolot~# emerge nvidia-kernel nvidia-glx && opengl-update nvidia



Now I m happy with 63.000fps (5.0sec)

Code:

echolot~# lspci
...
0000:01:00.0 VGA compatible controller: nVidia Corporation NV40 [GeForce 6800 GT] (rev a1)
Back to top
View user's profile Send private message
gregik
n00b
n00b


Joined: 06 Mar 2005
Posts: 33

PostPosted: Wed Mar 09, 2005 11:49 am    Post subject: Re: re Reply with quote

kraij wrote:
Hi,

guess I ve had a similiar problem 1day ago. i ve had nv-driver installed and "glxgears" only showed 800fps (5sec). After I installed the nvidia-driver it was totally messed up (conflicting libaries (libGL.so.1))

well, I did a:

Code:
echolot~# emerge -C nvidia-glx && emerge -C nvidia-kernel


then:

Code:
echolot~# emerge nvidia-kernel nvidia-glx && opengl-update nvidia



Now I m happy with 63.000fps (5.0sec)

Code:

echolot~# lspci
...
0000:01:00.0 VGA compatible controller: nVidia Corporation NV40 [GeForce 6800 GT] (rev a1)


I made it, but without result. Linux can't identify my graphic card. Linux know only, that card is from Nvidia corporation but unknown type.
I tryed hardware cursor, but it didn't help. Culd be error in KDE and not in Xorg, or graphic driver?
Back to top
View user's profile Send private message
gregik
n00b
n00b


Joined: 06 Mar 2005
Posts: 33

PostPosted: Wed Mar 09, 2005 1:31 pm    Post subject: Reply with quote

Perhaps this problem is in Xorg because when i turnoff kde and return to textmode (console) nothing is show, only same lines. When i run startx and not kde, there is the same problem.
Back to top
View user's profile Send private message
Yanaar
n00b
n00b


Joined: 11 Jan 2004
Posts: 53

PostPosted: Wed Mar 09, 2005 5:23 pm    Post subject: Reply with quote

gregik, it is the same with my graphiccard.
If your card is indeed a Geforce 6200 GE (because I never heard of "GE"), there isn't a nvidia-driver availiable yet.
You can try "nv" in xorg.conf, but with mine (it is called Geforce 6200 TC) colors brakes down and buttons/icons vanishes, so I stick with vesa-driver, which isn't very sufficient.
Using nv, you can then see in /var/log/Xorg.0.log (or somewhere in the docs) which cards are supported by the xorg-nv-driver.
Geforce 6200 is mentioned (without any addons like GE/TC) and device 0x0160, but mine is 0161 (look at lspci).
And if yours is a PCI-E, you should have at least xorg-x11-6.8.2 installed to get this nvdriver and because of a PCI-E-bug in former versions.

If it was a typo with your graphiccard and it is 6600 or 6800, forget what I told you :D
Back to top
View user's profile Send private message
gregik
n00b
n00b


Joined: 06 Mar 2005
Posts: 33

PostPosted: Wed Mar 09, 2005 8:18 pm    Post subject: Reply with quote

Yanaar wrote:
gregik, it is the same with my graphiccard.
If your card is indeed a Geforce 6200 GE (because I never heard of "GE"), there isn't a nvidia-driver availiable yet.
You can try "nv" in xorg.conf, but with mine (it is called Geforce 6200 TC) colors brakes down and buttons/icons vanishes, so I stick with vesa-driver, which isn't very sufficient.
Using nv, you can then see in /var/log/Xorg.0.log (or somewhere in the docs) which cards are supported by the xorg-nv-driver.
Geforce 6200 is mentioned (without any addons like GE/TC) and device 0x0160, but mine is 0161 (look at lspci).
And if yours is a PCI-E, you should have at least xorg-x11-6.8.2 installed to get this nvdriver and because of a PCI-E-bug in former versions.

If it was a typo with your graphiccard and it is 6600 or 6800, forget what I told you :D


Card if from ASUS and GE is Game Edition. It shuld be more powerful. I have PCI-E. Xorg is 6.8.0. I tryed update portage, but avalaible version is only 6.8.0. How i can install 6.8.2?
I tryed nv, but after run Xorg i saw only lcolor lines, but after press CTRL+ALT+Backspace console was normal and i can work, but work was slow. With vesa it was the same.
After return to console, xorg wrote some problem with /dev/mouse2. I don't know why mouse2. I have only one mouse. Also wrote some problem with open Serial port (i think). My mouse is connected to PS2.

Last sentence i can't exactly translate. :(
Back to top
View user's profile Send private message
gregik
n00b
n00b


Joined: 06 Mar 2005
Posts: 33

PostPosted: Wed Mar 09, 2005 8:43 pm    Post subject: Reply with quote

I look to log file. From xorg.conf i was delete mouse2 and the error don't show now. Bud on last line in xorg.0.log is something about font. Should be this error cause why in kde the letters don't show? But why icons disappear? And why curosr ins't see? I will try paste here the log file.
Back to top
View user's profile Send private message
gregik
n00b
n00b


Joined: 06 Mar 2005
Posts: 33

PostPosted: Thu Mar 10, 2005 9:43 am    Post subject: Reply with quote

Here is log file:

Code:


X Window System Version 6.8.0
Release Date: 8 September 2004
X Protocol Version 11, Revision 0, Release 6.8
Build Operating System: Linux 2.6.9-gentoo-r1 x86_64 [ELF]
Current Operating System: Linux AMD64 2.6.9-gentoo-r1 #1 SMP Mon Mar 7 11:27:26 GMT 2005 x86_64
Build Date: 07 March 2005
   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: Wed Mar  9 23:37:18 2005
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Main Layout"
(**) |-->Screen "Screen 1" (0)
(**) |   |-->Monitor "Samsung 753"
(**) |   |-->Device "Geforce6200"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "500 5"
(==) Keyboard: CustomKeycode disabled
(WW) The directory "/usr/share/fonts/CID/" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/Speedo/" does not exist.
   Entry deleted from font path.
(**) FontPath set to "/usr/share/fonts/local/,/usr/share/fonts/misc/,/usr/share/fonts/75dpi/:unscaled,/usr/share/fonts/100dpi/:
unscaled,/usr/share/fonts/Type1/,/usr/share/fonts/TTF/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/"
(**) RgbPath set to "/usr/lib/X11/rgb"
(==) ModulePath set to "/usr/lib/modules"
(**) Option "BlankTime" "10"
(**) Option "StandbyTime" "20"
(**) Option "SuspendTime" "30"
(**) Option "OffTime" "60"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.2
   X.Org Video Driver: 0.7
   X.Org XInput driver : 0.4
   X.Org Server Extension : 0.2
   X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
   compiled for 6.8.0, module version = 1.0.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
   compiled for 6.8.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.7
(++) using VT number 7

(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x801ff808, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,005e card 1043,815a rev a3 class 05,80,00 hdr 00
(II) PCI: 00:01:0: chip 10de,0050 card 1043,815a rev a3 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0052 card 1043,815a rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,005a card 1043,815a rev a2 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,005b card 1043,815a rev a3 class 0c,03,20 hdr 80
(II) PCI: 00:04:0: chip 10de,0059 card 1043,812a rev a2 class 04,01,00 hdr 00
(II) PCI: 00:06:0: chip 10de,0053 card 1043,815a rev a2 class 01,01,8a hdr 00
(II) PCI: 00:07:0: chip 10de,0054 card 1043,815a rev a3 class 01,01,85 hdr 00
(II) PCI: 00:08:0: chip 10de,0055 card 1043,815a rev a3 class 01,01,85 hdr 00
(II) PCI: 00:09:0: chip 10de,005c card 0000,0000 rev a2 class 06,04,01 hdr 01
(II) PCI: 00:0a:0: chip 10de,0057 card 1043,8141 rev a3 class 06,80,00 hdr 00
(II) PCI: 00:0b:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0c:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0d:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0e:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(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,014f card 1043,819e rev a2 class 03,00,00 hdr 00
(II) PCI: 05:0b:0: chip 104c,8023 card 1043,808b rev 00 class 0c,00,10 hdr 00
(II) PCI: 05:0c:0: chip 11ab,4320 card 1043,811a rev 13 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:9:0), (0,5,5), BCTRL: 0x0202 (VGA_EN is cleared)
(II) Bus 5 I/O range:
   [0] -1   0   0x0000a000 - 0x0000afff (0x1000) IX[B]
(II) Bus 5 non-prefetchable memory range:
   [0] -1   0   0xd0000000 - 0xd1ffffff (0x2000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:11:0), (0,4,4), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:12:0), (0,3,3), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:13:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:14:0), (0,1,1), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
   [0] -1   0   0xc0000000 - 0xcfffffff (0x10000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:24:0), (0,0,5), 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 (0x100000000) MX[B]
(II) Bus 0 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:1), (-1,-1,5), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
   [0] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus -1 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:2), (-1,-1,5), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
   [0] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus -1 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:3), (-1,-1,5), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
   [0] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus -1 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x100000000) MX[B]
(--) PCI:*(1:0:0) nVidia Corporation unknown chipset (0x014f) rev 162, Mem @ 0xc8000000/26, 0xcc000004c0000000/27, 0xcc000000/24
(II) Addressable bus resource ranges are
   [0] -1   0   0x00000000 - 0xffffffff (0x100000000) MX[B]
   [1] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [6] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
   [0] -1   0   0xd1000000 - 0xd1003fff (0x4000) MX[B]
   [1] -1   0   0xd1004000 - 0xd1007fff (0x4000) MX[B]
   [2] -1   0   0xd1008000 - 0xd10087ff (0x800) MX[B]
   [3] -1   0   0xd2000000 - 0xd2000fff (0x1000) MX[B]
   [4] -1   0   0xd2001000 - 0xd2001fff (0x1000) MX[B]
   [5] -1   0   0xd2002000 - 0xd2002fff (0x1000) MX[B]
   [6] -1   0   0xd2003000 - 0xd2003fff (0x1000) MX[B]
   [7] -1   0   0xd2005000 - 0xd20050ff (0x100) MX[B]
   [8] -1   0   0xd2004000 - 0xd2004fff (0x1000) MX[B]
   [9] -1   0   0xcc000000 - 0xccffffff (0x1000000) MX[B](B)
   [10] -1   0   0xcc000004c0000000 - 0xcc000004c7ffffff (0x8000000) MX[B](B)
   [11] -1   0   0xc8000000 - 0xcbffffff (0x4000000) MX[B](B)
   [12] -1   0   0x0000a000 - 0x0000a0ff (0x100) IX[B]
   [13] -1   0   0x0000b000 - 0x0000b007 (0x8) IX[B]
   [14] -1   0   0x0000c400 - 0x0000c40f (0x10) IX[B]
   [15] -1   0   0x00000b60 - 0x00000b63 (0x4) IX[B]
   [16] -1   0   0x00000960 - 0x00000967 (0x8) IX[B]
   [17] -1   0   0x00000be0 - 0x00000be3 (0x4) IX[B]
   [18] -1   0   0x000009e0 - 0x000009e7 (0x8) IX[B]
   [19] -1   0   0x0000d800 - 0x0000d80f (0x10) IX[B]
   [20] -1   0   0x00000b70 - 0x00000b73 (0x4) IX[B]
   [21] -1   0   0x00000970 - 0x00000977 (0x8) IX[B]
   [22] -1   0   0x00000bf0 - 0x00000bf3 (0x4) IX[B]
   [23] -1   0   0x000009f0 - 0x000009f7 (0x8) IX[B]
   [24] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [25] -1   0   0x0000e000 - 0x0000e0ff (0x100) IX[B]
   [26] -1   0   0x0000dc00 - 0x0000dcff (0x100) IX[B]
   [27] -1   0   0x00004c40 - 0x00004c7f (0x40) IX[B]
   [28] -1   0   0x00004c00 - 0x00004c3f (0x40) IX[B]
   [29] -1   0   0x0000e400 - 0x0000e41f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xd1000000 - 0xd1003fff (0x4000) MX[B]
   [1] -1   0   0xd1004000 - 0xd1007fff (0x4000) MX[B]
   [2] -1   0   0xd1008000 - 0xd10087ff (0x800) MX[B]
   [3] -1   0   0xd2000000 - 0xd2000fff (0x1000) MX[B]
   [4] -1   0   0xd2001000 - 0xd2001fff (0x1000) MX[B]
   [5] -1   0   0xd2002000 - 0xd2002fff (0x1000) MX[B]
   [6] -1   0   0xd2003000 - 0xd2003fff (0x1000) MX[B]
   [7] -1   0   0xd2005000 - 0xd20050ff (0x100) MX[B]
   [8] -1   0   0xd2004000 - 0xd2004fff (0x1000) MX[B]
   [9] -1   0   0xcc000000 - 0xccffffff (0x1000000) MX[B](B)
   [10] -1   0   0xcc000004c0000000 - 0xcc000004c7ffffff (0x8000000) MX[B](B)
   [11] -1   0   0xc8000000 - 0xcbffffff (0x4000000) MX[B](B)
   [12] -1   0   0x0000a000 - 0x0000a0ff (0x100) IX[B]
   [13] -1   0   0x0000b000 - 0x0000b007 (0x8) IX[B]
   [14] -1   0   0x0000c400 - 0x0000c40f (0x10) IX[B]
   [15] -1   0   0x00000b60 - 0x00000b63 (0x4) IX[B]
   [16] -1   0   0x00000960 - 0x00000967 (0x8) IX[B]
   [17] -1   0   0x00000be0 - 0x00000be3 (0x4) IX[B]
   [18] -1   0   0x000009e0 - 0x000009e7 (0x8) IX[B]
   [19] -1   0   0x0000d800 - 0x0000d80f (0x10) IX[B]
   [20] -1   0   0x00000b70 - 0x00000b73 (0x4) IX[B]
   [21] -1   0   0x00000970 - 0x00000977 (0x8) IX[B]
   [22] -1   0   0x00000bf0 - 0x00000bf3 (0x4) IX[B]
   [23] -1   0   0x000009f0 - 0x000009f7 (0x8) IX[B]
   [24] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [25] -1   0   0x0000e000 - 0x0000e0ff (0x100) IX[B]
   [26] -1   0   0x0000dc00 - 0x0000dcff (0x100) IX[B]
   [27] -1   0   0x00004c40 - 0x00004c7f (0x40) IX[B]
   [28] -1   0   0x00004c00 - 0x00004c3f (0x40) IX[B]
   [29] -1   0   0x0000e400 - 0x0000e41f (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [6] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0xd1000000 - 0xd1003fff (0x4000) MX[B]
   [6] -1   0   0xd1004000 - 0xd1007fff (0x4000) MX[B]
   [7] -1   0   0xd1008000 - 0xd10087ff (0x800) MX[B]
   [8] -1   0   0xd2000000 - 0xd2000fff (0x1000) MX[B]
   [9] -1   0   0xd2001000 - 0xd2001fff (0x1000) MX[B]
   [10] -1   0   0xd2002000 - 0xd2002fff (0x1000) MX[B]
   [11] -1   0   0xd2003000 - 0xd2003fff (0x1000) MX[B]
   [12] -1   0   0xd2005000 - 0xd20050ff (0x100) MX[B]
   [13] -1   0   0xd2004000 - 0xd2004fff (0x1000) MX[B]
   [14] -1   0   0xcc000000 - 0xccffffff (0x1000000) MX[B](B)
   [15] -1   0   0xcc000004c0000000 - 0xcc000004c7ffffff (0x8000000) MX[B](B)
   [16] -1   0   0xc8000000 - 0xcbffffff (0x4000000) MX[B](B)
   [17] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [18] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [19] -1   0   0x0000a000 - 0x0000a0ff (0x100) IX[B]
   [20] -1   0   0x0000b000 - 0x0000b007 (0x8) IX[B]
   [21] -1   0   0x0000c400 - 0x0000c40f (0x10) IX[B]
   [22] -1   0   0x00000b60 - 0x00000b63 (0x4) IX[B]
   [23] -1   0   0x00000960 - 0x00000967 (0x8) IX[B]
   [24] -1   0   0x00000be0 - 0x00000be3 (0x4) IX[B]
   [25] -1   0   0x000009e0 - 0x000009e7 (0x8) IX[B]
   [26] -1   0   0x0000d800 - 0x0000d80f (0x10) IX[B]
   [27] -1   0   0x00000b70 - 0x00000b73 (0x4) IX[B]
   [28] -1   0   0x00000970 - 0x00000977 (0x8) IX[B]
   [29] -1   0   0x00000bf0 - 0x00000bf3 (0x4) IX[B]
   [30] -1   0   0x000009f0 - 0x000009f7 (0x8) IX[B]
   [31] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [32] -1   0   0x0000e000 - 0x0000e0ff (0x100) IX[B]
   [33] -1   0   0x0000dc00 - 0x0000dcff (0x100) IX[B]
   [34] -1   0   0x00004c40 - 0x00004c7f (0x40) IX[B]
   [35] -1   0   0x00004c00 - 0x00004c3f (0x40) IX[B]
   [36] -1   0   0x0000e400 - 0x0000e41f (0x20) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 6.8.0, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 6.8.0, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(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 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: "type1"
(II) Loading /usr/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
   compiled for 6.8.0, module version = 1.0.2
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
   compiled for 6.8.0, module version = 2.1.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
   compiled for 4.0.2, module version = 1.0.6629
   Module class: XFree86 Server Extension
   ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
   compiled for 4.0.2, module version = 1.0.6629
   Module class: XFree86 Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
   compiled for 6.8.0, module version = 1.0.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "keyboard"
(II) Loading /usr/lib/modules/input/keyboard_drv.o
(II) Module keyboard: vendor="X.Org Foundation"
   compiled for 6.8.0, module version = 1.0.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.4
(II) NVIDIA X Driver  1.0-6629  Wed Nov  3 11:44:46 PST 2004
(II) NVIDIA Unified Driver for all NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(II) resource ranges after xf86ClaimFixedResources() call:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0xd1000000 - 0xd1003fff (0x4000) MX[B]
   [6] -1   0   0xd1004000 - 0xd1007fff (0x4000) MX[B]
   [7] -1   0   0xd1008000 - 0xd10087ff (0x800) MX[B]
   [8] -1   0   0xd2000000 - 0xd2000fff (0x1000) MX[B]
   [9] -1   0   0xd2001000 - 0xd2001fff (0x1000) MX[B]
   [10] -1   0   0xd2002000 - 0xd2002fff (0x1000) MX[B]
   [11] -1   0   0xd2003000 - 0xd2003fff (0x1000) MX[B]
   [12] -1   0   0xd2005000 - 0xd20050ff (0x100) MX[B]
   [13] -1   0   0xd2004000 - 0xd2004fff (0x1000) MX[B]
   [14] -1   0   0xcc000000 - 0xccffffff (0x1000000) MX[B](B)
   [15] -1   0   0xcc000004c0000000 - 0xcc000004c7ffffff (0x8000000) MX[B](B)
   [16] -1   0   0xc8000000 - 0xcbffffff (0x4000000) MX[B](B)
   [17] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [18] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [19] -1   0   0x0000a000 - 0x0000a0ff (0x100) IX[B]
   [20] -1   0   0x0000b000 - 0x0000b007 (0x8) IX[B]
   [21] -1   0   0x0000c400 - 0x0000c40f (0x10) IX[B]
   [22] -1   0   0x00000b60 - 0x00000b63 (0x4) IX[B]
   [23] -1   0   0x00000960 - 0x00000967 (0x8) IX[B]
   [24] -1   0   0x00000be0 - 0x00000be3 (0x4) IX[B]
   [25] -1   0   0x000009e0 - 0x000009e7 (0x8) IX[B]
   [26] -1   0   0x0000d800 - 0x0000d80f (0x10) IX[B]
   [27] -1   0   0x00000b70 - 0x00000b73 (0x4) IX[B]
   [28] -1   0   0x00000970 - 0x00000977 (0x8) IX[B]
   [29] -1   0   0x00000bf0 - 0x00000bf3 (0x4) IX[B]
   [30] -1   0   0x000009f0 - 0x000009f7 (0x8) IX[B]
   [31] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [32] -1   0   0x0000e000 - 0x0000e0ff (0x100) IX[B]
   [33] -1   0   0x0000dc00 - 0x0000dcff (0x100) IX[B]
   [34] -1   0   0x00004c40 - 0x00004c7f (0x40) IX[B]
   [35] -1   0   0x00004c00 - 0x00004c3f (0x40) IX[B]
   [36] -1   0   0x0000e400 - 0x0000e41f (0x20) IX[B]
(WW) ****INVALID MEM ALLOCATION**** b: 0xcc000004c0000000 e: 0xcc000004c7ffffff correcting

(II) window:
   [0] -1   0   0x00000000 - 0xffffffff (0x100000000) MX[B]
   [1] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) resSize:
(II) window fixed:
   [0] -1   0   0x00000000 - 0xffffffff (0x100000000) MX[B]
   [1] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) resource ranges after probing:
   [0] -1   0   0x40000000 - 0x47ffffff (0x8000000) MX[B](B)
   [1] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](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   0xd1000000 - 0xd1003fff (0x4000) MX[B]
   [7] -1   0   0xd1004000 - 0xd1007fff (0x4000) MX[B]
   [8] -1   0   0xd1008000 - 0xd10087ff (0x800) MX[B]
   [9] -1   0   0xd2000000 - 0xd2000fff (0x1000) MX[B]
   [10] -1   0   0xd2001000 - 0xd2001fff (0x1000) MX[B]
   [11] -1   0   0xd2002000 - 0xd2002fff (0x1000) MX[B]
   [12] -1   0   0xd2003000 - 0xd2003fff (0x1000) MX[B]
   [13] -1   0   0xd2005000 - 0xd20050ff (0x100) MX[B]
   [14] -1   0   0xd2004000 - 0xd2004fff (0x1000) MX[B]
   [15] -1   0   0xcc000000 - 0xccffffff (0x1000000) MX[B](B)
   [16] -1   0   0xc8000000 - 0xcbffffff (0x4000000) MX[B](B)
   [17] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [18] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [19] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [20] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [21] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [22] -1   0   0x0000a000 - 0x0000a0ff (0x100) IX[B]
   [23] -1   0   0x0000b000 - 0x0000b007 (0x8) IX[B]
   [24] -1   0   0x0000c400 - 0x0000c40f (0x10) IX[B]
   [25] -1   0   0x00000b60 - 0x00000b63 (0x4) IX[B]
   [26] -1   0   0x00000960 - 0x00000967 (0x8) IX[B]
   [27] -1   0   0x00000be0 - 0x00000be3 (0x4) IX[B]
   [28] -1   0   0x000009e0 - 0x000009e7 (0x8) IX[B]
   [29] -1   0   0x0000d800 - 0x0000d80f (0x10) IX[B]
   [30] -1   0   0x00000b70 - 0x00000b73 (0x4) IX[B]
   [31] -1   0   0x00000970 - 0x00000977 (0x8) IX[B]
   [32] -1   0   0x00000bf0 - 0x00000bf3 (0x4) IX[B]
   [33] -1   0   0x000009f0 - 0x000009f7 (0x8) IX[B]
   [34] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [35] -1   0   0x0000e000 - 0x0000e0ff (0x100) IX[B]
   [36] -1   0   0x0000dc00 - 0x0000dcff (0x100) IX[B]
   [37] -1   0   0x00004c40 - 0x00004c7f (0x40) IX[B]
   [38] -1   0   0x00004c00 - 0x00004c3f (0x40) IX[B]
   [39] -1   0   0x0000e400 - 0x0000e41f (0x20) IX[B]
   [40] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [41] 0   0   0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(--) NVIDIA(0): Linear framebuffer at 0x40000000
(--) NVIDIA(0): MMIO registers at 0xC8000000
(II) NVIDIA(0): NVIDIA GPU detected as: NV43
(--) NVIDIA(0): VideoBIOS: 05.43.02.27.00
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(II) NVIDIA(0): Detected PCI Express Link width: 16X
(--) NVIDIA(0): VideoRAM: 131072 kBytes
(II) NVIDIA(0): Connected display device(s): CRT-0
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at  8 bpp: 400 MHz
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 16 bpp: 400 MHz
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 32 bpp: 400 MHz
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
   compiled for 6.8.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.7
(II) NVIDIA(0): Samsung 753: Using hsync range of 31.50-54.00 kHz
(II) NVIDIA(0): Samsung 753: Using vrefresh range of 50.00-120.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 400.00 MHz
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "512x384" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "512x384" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "512x384" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1152x864" (hsync out of range)
(II) NVIDIA(0): Not using default mode "576x432" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x960" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x480" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x960" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x480" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1400x1050" (hsync out of range)
(II) NVIDIA(0): Not using default mode "700x525" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1400x1050" (hsync out of range)
(II) NVIDIA(0): Not using default mode "700x525" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using mode "1280x1024" (no mode of this name)
(II) NVIDIA(0): Not using default mode "1152x768" (width too large for virtual size)
(WW) NVIDIA(0): Not using mode "576x384":
(WW) NVIDIA(0):   horizontal sync start (589) not a multiple of 8
(WW) NVIDIA(0): Not using mode "360x200":
(WW) NVIDIA(0):   horizontal sync start (378) not a multiple of 8
(**) NVIDIA(0): Validated modes for display device CRT-0:
(**) NVIDIA(0):      Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(**) NVIDIA(0):      Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "1024x768": 44.9 MHz, 35.5 kHz, 87.0 Hz (I)
(**) NVIDIA(0):      Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(**) NVIDIA(0):      Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(**) NVIDIA(0):      Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(**) NVIDIA(0):      Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(**) NVIDIA(0):      Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(**) NVIDIA(0):      Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz
(**) NVIDIA(0):      Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz
(**) NVIDIA(0):      Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz
(**) NVIDIA(0):      Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 22.4 MHz, 35.5 kHz, 86.9 Hz (D)
(**) NVIDIA(0):      Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 28.1 MHz, 53.7 kHz, 85.3 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 18.0 MHz, 43.3 kHz, 85.2 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(**) NVIDIA(0):      Default mode "320x200": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(**) NVIDIA(0):      Default mode "320x175": 15.8 MHz, 37.9 kHz, 85.3 Hz (D)
(II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
(**) NVIDIA(0): Display dimensions: (283, 216) mm
(WW) NVIDIA(0): Probed monitor is 320x240 mm, using Displaysize 283x216 mm
(**) NVIDIA(0): DPI set to (91, 90)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
   compiled for 6.8.0, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
   compiled for 6.8.0, module version = 0.1.0
   ABI class: X.Org Video Driver, version 0.7
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
   [0] 0   0   0xcc000000 - 0xccffffff (0x1000000) MX[B]
   [1] 0   0   0x40000000 - 0x47ffffff (0x8000000) MX[B]
   [2] 0   0   0xc8000000 - 0xcbffffff (0x4000000) MX[B]
   [3] -1   0   0x40000000 - 0x47ffffff (0x8000000) MX[B](B)
   [4] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [5] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [6] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [7] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [8] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [9] -1   0   0xd1000000 - 0xd1003fff (0x4000) MX[B]
   [10] -1   0   0xd1004000 - 0xd1007fff (0x4000) MX[B]
   [11] -1   0   0xd1008000 - 0xd10087ff (0x800) MX[B]
   [12] -1   0   0xd2000000 - 0xd2000fff (0x1000) MX[B]
   [13] -1   0   0xd2001000 - 0xd2001fff (0x1000) MX[B]
   [14] -1   0   0xd2002000 - 0xd2002fff (0x1000) MX[B]
   [15] -1   0   0xd2003000 - 0xd2003fff (0x1000) MX[B]
   [16] -1   0   0xd2005000 - 0xd20050ff (0x100) MX[B]
   [17] -1   0   0xd2004000 - 0xd2004fff (0x1000) MX[B]
   [18] -1   0   0xcc000000 - 0xccffffff (0x1000000) MX[B](B)
   [19] -1   0   0xc8000000 - 0xcbffffff (0x4000000) MX[B](B)
   [20] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
   [21] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
   [22] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
   [23] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [24] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [25] -1   0   0x0000a000 - 0x0000a0ff (0x100) IX[B]
   [26] -1   0   0x0000b000 - 0x0000b007 (0x8) IX[B]
   [27] -1   0   0x0000c400 - 0x0000c40f (0x10) IX[B]
   [28] -1   0   0x00000b60 - 0x00000b63 (0x4) IX[B]
   [29] -1   0   0x00000960 - 0x00000967 (0x8) IX[B]
   [30] -1   0   0x00000be0 - 0x00000be3 (0x4) IX[B]
   [31] -1   0   0x000009e0 - 0x000009e7 (0x8) IX[B]
   [32] -1   0   0x0000d800 - 0x0000d80f (0x10) IX[B]
   [33] -1   0   0x00000b70 - 0x00000b73 (0x4) IX[B]
   [34] -1   0   0x00000970 - 0x00000977 (0x8) IX[B]
   [35] -1   0   0x00000bf0 - 0x00000bf3 (0x4) IX[B]
   [36] -1   0   0x000009f0 - 0x000009f7 (0x8) IX[B]
   [37] -1   0   0x0000f000 - 0x0000f00f (0x10) IX[B]
   [38] -1   0   0x0000e000 - 0x0000e0ff (0x100) IX[B]
   [39] -1   0   0x0000dc00 - 0x0000dcff (0x100) IX[B]
   [40] -1   0   0x00004c40 - 0x00004c7f (0x40) IX[B]
   [41] -1   0   0x00004c00 - 0x00004c3f (0x40) IX[B]
   [42] -1   0   0x0000e400 - 0x0000e41f (0x20) IX[B]
   [43] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
   [44] 0   0   0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "1024x768"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(II) Loading extension NV-CONTROL
(==) 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 LBX
(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
(II) Initializing extension GLX
(**) Option "Protocol" "Microsoft"
(**) Mouse1: Device: "/dev/mouse"
(**) Mouse1: Protocol: "Microsoft"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/mouse"
(==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(==) Mouse1: Buttons: 3
(**) Mouse1: SmartScroll: 1
(**) Option "BaudRate" "1200"
(**) Mouse1: BaudRate: 1200
(**) Option "CoreKeyboard"
(**) Keyboard1: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard1: Protocol: standard
(**) Option "XkbRules" "xorg"
(**) Keyboard1: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard1: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard1: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard1: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
Could not init font path element /usr/share/fonts/local/, removing from list!
Back to top
View user's profile Send private message
Yanaar
n00b
n00b


Joined: 11 Jan 2004
Posts: 53

PostPosted: Thu Mar 10, 2005 10:37 am    Post subject: Reply with quote

gregik, this one from your logfile:

Quote:
(WW) ****INVALID MEM ALLOCATION**** b: 0xcc000004c0000000 e: 0xcc000004c7ffffff correcting


is the PCI-E bug I told you from, so you have to update xorg.

You have to use an unstable marked one, so you have to write:
Quote:
x11-base/xorg-x11 ~amd64

in /etc/portage/package.keywords
i.e. type as root:
Quote:
echo >> /etc/portage/package.keywords 'x11-base/xorg-x11 ~amd64'


If emerge mourns about more blocked packages, write them down in package.keywords like above.

As you seem to be able to use the nvidia-driver (with mine it locks my box), you should be fine with updating xorg, because you are probably just affected from the PCI-E bug.

Of course you must install nvidia-kernel and nvidia-glx and run opengl-update again after installing xorg.

I hope that is the solution for your problem :D
Back to top
View user's profile Send private message
gregik
n00b
n00b


Joined: 06 Mar 2005
Posts: 33

PostPosted: Thu Mar 10, 2005 2:02 pm    Post subject: Reply with quote

Greate now it is OK. But i have one next problem. I can see cursor, but cursor don't move where i wont. I hope thats it is last problem. :D
Back to top
View user's profile Send private message
Yanaar
n00b
n00b


Joined: 11 Jan 2004
Posts: 53

PostPosted: Thu Mar 10, 2005 2:39 pm    Post subject: Reply with quote

Great to hear that :D

With your mouse, I can only guess.

At first look if you have /dev/input/mouse0 or /dev/input/mice and, if you have, use one of these instead of /dev/mouse in xorg.conf.
I even do not have /dev/mouse.
Protocol should be IMPS/2, but you can play with other protocols as well.
My mouse is a cheep cordless Noname and it likes to jump around.
So I tried playing with this options in xorg.conf:

Code:
Option      "Resolution" "100"
   Option      "SampleRate" "60"
   Option       "BaudRate" "1200"


For me it does not change anything, but maybe it helps you.
To be honest, I only have a vague idea for what these options are and I have absolutely no idea which values would make sense.
But these values are written from somewhere else, so they cannot be too wrong. :lol:
Back to top
View user's profile Send private message
gregik
n00b
n00b


Joined: 06 Mar 2005
Posts: 33

PostPosted: Thu Mar 10, 2005 3:25 pm    Post subject: Reply with quote

OKI. :) Now i am writing from my Gentoo. :lol: Error was in device and in Protocol. I had protokol Microsoft. :) Microsoft = ERROR :D Now i have only one problem. I hope that it is last :) . My middle button is function, but in page i can't roll. :) And i can choose resolution only 1024x768 but in xorg.conf i have also 1280x1024. Thank you. You are god. :)
Back to top
View user's profile Send private message
Yanaar
n00b
n00b


Joined: 11 Jan 2004
Posts: 53

PostPosted: Fri Mar 11, 2005 3:13 pm    Post subject: Reply with quote

Nice to hear that :D

For your last problems:

Concerning the mouse wheel, in xorg.conf in the section for your mouse add this:
Code:

Option      "ButtonNumber" "5"
Option      "ZAxisMapping" "4 5"
Option      "Emulate3Buttons" "off"


Then you should should be able to scroll wherever you want.

For your resolution, in section "Screen" you should have a DefaultDepth defined, i.e.:
Code:
DefaultDepth 16


Or DefaultDepth 24 or what ever you prefer.
In the subsection for depth 16 you can then define the resolutions you want.
So allthogether this part should look like this:
Code:

Section "Screen"
    DefaultDepth 16
    Identifier "..."
    Device     "..."
    Monitor    "..."
     SubSection "Display"
      ....
     EndSubSection
     SubSection "Display"
      Viewport   0 0
      Depth     16
      Modes     "1280x1024" "1024x768"
   EndSubSection
EndSection


Hope that helps again :D
Back to top
View user's profile Send private message
gregik
n00b
n00b


Joined: 06 Mar 2005
Posts: 33

PostPosted: Sat Mar 12, 2005 7:50 am    Post subject: Reply with quote

Hi, here is my setting from xorg.conf. I can't stil change resolution on 1280x1024
Code:

Section "Screen"

    Identifier   "Screen 1"
    Device   "Geforce6200"
    Monitor   "Samsung 753"
    DefaultDepth 24
    Subsection    "Display"
   Viewport   0 0
   Depth    16
   Modes   "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection
EndSection

And this is setting of my mouse. With middle button i can't still roll in window.
Code:

Section "InputDevice"

# Identifier and driver

    Identifier   "Mouse1"
    Driver   "mouse"

# The mouse protocol and device.  The device is normally set to /dev/mouse,
# which is usually a symbolic link to the real device.

#    Option   "Protocol"   "Microsoft"
    Option   "Device"   "/dev/input/mice"

# On platforms where PnP mouse detection is supported the following
# protocol setting can be used when using a newer PnP mouse:

#    Option   "Protocol"   "Auto"

# When using mouse connected to a PS/2 port (aka "MousePort"), set the
# the protocol as follows.  On some platforms some other settings may
# be available.

    Option "Protocol"   "PS/2"
#    Option "Protocol"   "IMPS/2"

# When using XQUEUE (only for SVR3 and SVR4, but not Solaris), use
# the following instead of any of the lines above.  The Device line
# is not required in this case.

#    Option   "Protocol"   "Xqueue"

# Baudrate and SampleRate are only for some older Logitech mice.  In
# almost every case these lines should be omitted.
    Option   "Resolution"   "100"
    Option   "BaudRate"   "1200"
    Option   "SampleRate"   "60"

# Emulate3Buttons is an option for 2-button mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
    Option   "ButtonNumber"   "5"
    Option   "ZAxisMapping"   "4 5"
    Option   "Emulate3Buttons"   "off"
#    Option   "Emulate3Timeout"   "50"

# ChordMiddle is an option for some 3-button Logitech mice, or any
# 3-button mouse where the middle button generates left+right button
# events.

    Option   "ChordMiddle"

EndSection


Thank you
Back to top
View user's profile Send private message
Yanaar
n00b
n00b


Joined: 11 Jan 2004
Posts: 53

PostPosted: Sat Mar 12, 2005 11:16 am    Post subject: Reply with quote

In your Section "Screen" you have told xorg you like to have 24 as your default color depth, but in Subsection "Display" it is only depth 16 you defined.
Copy the whole Subsection part and paste it after the first Subsection and change the depth from 16 to 24. So it looks like this:

Code:

Section "Screen"
 Identifier   "Screen 1"
    Device   "Geforce6200"
    Monitor   "Samsung 753"
    DefaultDepth 24
      Subsection    "Display"
         Viewport   0 0
         Depth    16
         Modes   "1280x1024" "1024x768" "800x600" "640x480"
      EndSubsection
      Subsection    "Display"
         Viewport   0 0
         Depth    24
         Modes   "1280x1024" "1024x768" "800x600" "640x480"
      EndSubsection
EndSection



For your mouse, I would change the Protocol from PS/2 to IMPS/2, because as far as I remember, IMPS/2 is the Protocol for wheelmouse on a ps/2.
Hope that helps :lol:
Back to top
View user's profile Send private message
gregik
n00b
n00b


Joined: 06 Mar 2005
Posts: 33

PostPosted: Thu Mar 17, 2005 9:34 pm    Post subject: Reply with quote

I did it. Mouse is OK, but resolution i can choos max 1024x768
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

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