You are not logged in.

#1 2006-06-04 17:13:28

KerowynM
Member
Registered: 2006-06-04
Posts: 78

X stuck in 640x480 since nvidia 7862 upgrade

Hi all

I've tried searching for an answer but to no avail.  Ever since the upgrade to 7862 I can't get X to start at 1400x1050, or anything other then 640x480 for that matter.  I've tried different settings in xorg.conf but I'm not very skilled with it.  this is what it looks like


# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Dec 14 16:39:22 PST 2005


Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    FontPath        "/usr/share/fonts/misc/"
    FontPath        "/usr/share/fonts/TTF/"
    FontPath        "/usr/share/fonts/Type1/"
    FontPath        "/usr/share/fonts/CID/"
    FontPath        "/usr/share/fonts/75dpi/"
    FontPath        "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
    Load           "extmod"
    Load           "dbe"
    Load           "record"
    Load           "xtrap"
    Load           "glx"
    Load           "type1"
    Load           "freetype"
EndSection

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

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "IMPS/2"
    Option         "Device" "/dev/psaux"
    Option         "Buttions" "5"
    Option         "ZAxisMapping" "4 5"
EndSection

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

Section "Device"

        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"               # [<bool>]
        #Option     "HWcursor"               # [<bool>]
        #Option     "NoAccel"                # [<bool>]
        #Option     "ShadowFB"               # [<bool>]
        #Option     "UseFBDev"               # [<bool>]
        #Option     "Rotate"                 # [<str>]
        #Option     "VideoKey"               # <i>
        #Option     "FlatPanel"              # [<bool>]
        #Option     "FPDither"               # [<bool>]
        #Option     "CrtcNumber"             # <i>
        #Option     "FPScale"                # [<bool>]
        #Option     "FPTweak"                # <i>
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "NV25 [GeForce4 Ti 4200]"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
       Modes       "1400x1050"
       EndSubSection
#    SubSection     "Display"
#        Viewport    0 0
#       Modes       "1152x864"
#    EndSubSection
#    SubSection     "Display"
#        Viewport    0 0
#       Modes       "1024x768"
#        Depth       4
#    EndSubSection
#    SubSection     "Display"
#        Viewport    0 0
#        Depth       8
#    EndSubSection
#    SubSection     "Display"
#        Viewport    0 0
#        Depth       15
#    EndSubSection
#    SubSection     "Display"
#        Viewport    0 0
#        Depth       16
#    EndSubSection
#    SubSection     "Display"
#        Viewport    0 0
#        Depth       24
#    EndSubSection
EndSection

any help would be appreciated I've tried searching all over for an answer but I seem to be the only person with the the problem heh.

Offline

#2 2006-06-04 18:01:47

stonecrest
Member
From: Boulder
Registered: 2005-01-22
Posts: 1,190

Re: X stuck in 640x480 since nvidia 7862 upgrade

What does your xorg log say?


I am a gated community.

Offline

#3 2006-06-04 18:29:30

KerowynM
Member
Registered: 2006-06-04
Posts: 78

Re: X stuck in 640x480 since nvidia 7862 upgrade

I hope this doesn't double post my DNS is acting strangely today

I forgot to check my xorg log  :oops:  but here it is.  Interesting the part about no valid modes, since it worked fine up untill I upgraded the driver.  also I think the resolution may be 1024x786, its been so long since I"ve used another resoultion it seemed really small  :oops:

might be easier to search the answer now that I know what resolution I'm stuck in.


X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.16-ARCH i686
Current Operating System: Linux kimsbox 2.6.16-ARCH #1 SMP PREEMPT Wed May 31 06:41:53 UTC 2006 i686
Build Date: 04 May 2006
    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: Sun Jun  4 12:54:55 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF/".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/TTF/").
(WW) The directory "/usr/share/fonts/CID/" does not exist.
    Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
(**) FontPath set to "/usr/share/fonts/misc/,/usr/share/fonts/Type1/"
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.2
    X.Org Video Driver: 0.8
    X.Org XInput driver : 0.5
    X.Org Server Extension : 0.2
    X.Org Font Renderer : 0.4
(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.0.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/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 0.8
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3116 card 1509,9012 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b091 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:0a:0: chip 109e,036e card 1002,0003 rev 11 class 04,00,00 hdr 80
(II) PCI: 00:0a:1: chip 109e,0878 card 1002,0003 rev 11 class 04,80,00 hdr 80
(II) PCI: 00:0b:0: chip 10ec,8139 card 1509,9012 rev 10 class 02,00,00 hdr 00
(II) PCI: 00:10:0: chip 1106,3038 card 1509,9012 rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1509,9012 rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1509,9012 rev 80 class 0c,03,00 hdr 80
(II) PCI: 00:10:3: chip 1106,3104 card 1509,9012 rev 82 class 0c,03,20 hdr 00
(II) PCI: 00:11:0: chip 1106,3177 card 1509,9012 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:1: chip 1106,0571 card 1509,9012 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:11:5: chip 1106,3059 card 1509,9012 rev 50 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0253 card 1462,8702 rev a3 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: 0x000c (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
    [0] -1    0    0xe8000000 - 0xe9ffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
    [0] -1    0    0xd8000000 - 0xe7ffffff (0x10000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI: (0:10:0) Brooktree Corporation Bt878 Video Capture rev 17, Mem @ 0xeb002000/12
(--) PCI:*(1:0:0) nVidia Corporation NV25 [GeForce4 Ti 4200] rev 163, Mem @ 0xe8000000/24, 0xd8000000/27, 0xe0000000/19
(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    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) PCI Memory resource overlap reduced 0xd0000000 from 0xd7ffffff to 0xcfffffff
(II) Active PCI resource ranges:
    [0] -1    0    0xeb003000 - 0xeb0030ff (0x100) MX[B]
    [1] -1    0    0xeb001000 - 0xeb0010ff (0x100) MX[B]
    [2] -1    0    0xeb000000 - 0xeb000fff (0x1000) MX[B]
    [3] -1    0    0xd0000000 - 0xcfffffff (0x0) MX[B]O
    [4] -1    0    0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
    [5] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
    [6] -1    0    0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
    [7] -1    0    0xeb002000 - 0xeb002fff (0x1000) MX[B](B)
    [8] -1    0    0x0000e400 - 0x0000e4ff (0x100) IX[B]
    [9] -1    0    0x0000e000 - 0x0000e00f (0x10) IX[B]
    [10] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[B]
    [11] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
    [12] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
    [13] -1    0    0x0000d000 - 0x0000d0ff (0x100) IX[B]
(II) Active PCI resource ranges after removing overlaps:
    [0] -1    0    0xeb003000 - 0xeb0030ff (0x100) MX[B]
    [1] -1    0    0xeb001000 - 0xeb0010ff (0x100) MX[B]
    [2] -1    0    0xeb000000 - 0xeb000fff (0x1000) MX[B]
    [3] -1    0    0xd0000000 - 0xcfffffff (0x0) MX[B]O
    [4] -1    0    0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
    [5] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
    [6] -1    0    0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
    [7] -1    0    0xeb002000 - 0xeb002fff (0x1000) MX[B](B)
    [8] -1    0    0x0000e400 - 0x0000e4ff (0x100) IX[B]
    [9] -1    0    0x0000e000 - 0x0000e00f (0x10) IX[B]
    [10] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[B]
    [11] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
    [12] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
    [13] -1    0    0x0000d000 - 0x0000d0ff (0x100) 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    0xeb003000 - 0xeb0030ff (0x100) MX[B]
    [6] -1    0    0xeb001000 - 0xeb0010ff (0x100) MX[B]
    [7] -1    0    0xeb000000 - 0xeb000fff (0x1000) MX[B]
    [8] -1    0    0xd0000000 - 0xcfffffff (0x0) MX[B]O
    [9] -1    0    0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
    [10] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
    [11] -1    0    0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
    [12] -1    0    0xeb002000 - 0xeb002fff (0x1000) MX[B](B)
    [13] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [14] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    [15] -1    0    0x0000e400 - 0x0000e4ff (0x100) IX[B]
    [16] -1    0    0x0000e000 - 0x0000e00f (0x10) IX[B]
    [17] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[B]
    [18] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
    [19] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
    [20] -1    0    0x0000d000 - 0x0000d0ff (0x100) IX[B]
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 7.0.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 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: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 7.0.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: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "xtrap"
(II) Loading /usr/lib/xorg/modules/extensions/libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DEC-XTRAP
(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.8762
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
    compiled for 7.0.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) 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.0.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: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.8762
    Module class: X.Org Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.4
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.5
(II) NVIDIA dlloader X Driver  1.0-8762  Mon May 15 13:08:07 PDT 2006
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(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.0.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/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 0.1.0
    ABI class: X.Org Video Driver, version 0.8
(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    0xeb003000 - 0xeb0030ff (0x100) MX[B]
    [6] -1    0    0xeb001000 - 0xeb0010ff (0x100) MX[B]
    [7] -1    0    0xeb000000 - 0xeb000fff (0x1000) MX[B]
    [8] -1    0    0xd0000000 - 0xcfffffff (0x0) MX[B]O
    [9] -1    0    0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
    [10] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
    [11] -1    0    0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
    [12] -1    0    0xeb002000 - 0xeb002fff (0x1000) MX[B](B)
    [13] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [14] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    [15] -1    0    0x0000e400 - 0x0000e4ff (0x100) IX[B]
    [16] -1    0    0x0000e000 - 0x0000e00f (0x10) IX[B]
    [17] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[B]
    [18] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
    [19] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
    [20] -1    0    0x0000d000 - 0x0000d0ff (0x100) IX[B]
(II) resource ranges after probing:
    [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    0xeb003000 - 0xeb0030ff (0x100) MX[B]
    [6] -1    0    0xeb001000 - 0xeb0010ff (0x100) MX[B]
    [7] -1    0    0xeb000000 - 0xeb000fff (0x1000) MX[B]
    [8] -1    0    0xd0000000 - 0xcfffffff (0x0) MX[B]O
    [9] -1    0    0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
    [10] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
    [11] -1    0    0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
    [12] -1    0    0xeb002000 - 0xeb002fff (0x1000) MX[B](B)
    [13] 0    0    0x000a0000 - 0x000affff (0x10000) MS[B]
    [14] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[B]
    [15] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[B]
    [16] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[B]
    [17] -1    0    0x00000000 - 0x000000ff (0x100) IX[B]
    [18] -1    0    0x0000e400 - 0x0000e4ff (0x100) IX[B]
    [19] -1    0    0x0000e000 - 0x0000e00f (0x10) IX[B]
    [20] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[B]
    [21] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
    [22] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
    [23] -1    0    0x0000d000 - 0x0000d0ff (0x100) IX[B]
    [24] 0    0    0xe00803b0 - 0xe00803bb (0xc) IS[B]
    [25] 0    0    0xe00803c0 - 0xe00803df (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): Enabling RENDER acceleration
(II) NVIDIA(0): NVIDIA GPU GeForce4 Ti 4200 at PCI:1:0:0
(--) NVIDIA(0): VideoRAM: 131072 kBytes
(--) NVIDIA(0): VideoBIOS: 04.25.00.29.00
(II) NVIDIA(0): Detected AGP rate: 4X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce4 Ti 4200 at PCI:1:0:0:
(--) NVIDIA(0):     EMC (CRT-1)
(--) NVIDIA(0): EMC (CRT-1): 350.0 MHz maximum pixel clock
(II) NVIDIA(0): Assigned Display Device: CRT-1
(WW) NVIDIA(0): No valid modes for "1400x1050"; removing.
(WW) NVIDIA(0):
(WW) NVIDIA(0): Unable to validate any modes; falling back to the default mode
(WW) NVIDIA(0):     "nvidia-auto-select".
(WW) NVIDIA(0):
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "nvidia-auto-select"
(II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
(WW) NVIDIA(0): No size information available in CRT-1's EDID; cannot compute
(WW) NVIDIA(0):     DPI from EDID.
(==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
    [0] 0    0    0xe0000000 - 0xe007ffff (0x80000) MX[B]
    [1] 0    0    0xd8000000 - 0xdfffffff (0x8000000) MX[B]
    [2] 0    0    0xe8000000 - 0xe8ffffff (0x1000000) MX[B]
    [3] -1    0    0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [4] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [5] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[B]
    [6] -1    0    0x000c0000 - 0x000effff (0x30000) MX[B]
    [7] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [8] -1    0    0xeb003000 - 0xeb0030ff (0x100) MX[B]
    [9] -1    0    0xeb001000 - 0xeb0010ff (0x100) MX[B]
    [10] -1    0    0xeb000000 - 0xeb000fff (0x1000) MX[B]
    [11] -1    0    0xd0000000 - 0xcfffffff (0x0) MX[B]O
    [12] -1    0    0xe0000000 - 0xe007ffff (0x80000) MX[B](B)
    [13] -1    0    0xd8000000 - 0xdfffffff (0x8000000) MX[B](B)
    [14] -1    0    0xe8000000 - 0xe8ffffff (0x1000000) MX[B](B)
    [15] -1    0    0xeb002000 - 0xeb002fff (0x1000) 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    0x0000e400 - 0x0000e4ff (0x100) IX[B]
    [22] -1    0    0x0000e000 - 0x0000e00f (0x10) IX[B]
    [23] -1    0    0x0000dc00 - 0x0000dc1f (0x20) IX[B]
    [24] -1    0    0x0000d800 - 0x0000d81f (0x20) IX[B]
    [25] -1    0    0x0000d400 - 0x0000d41f (0x20) IX[B]
    [26] -1    0    0x0000d000 - 0x0000d0ff (0x100) IX[B]
    [27] 0    0    0xe00803b0 - 0xe00803bb (0xc) IS[B]
    [28] 0    0    0xe00803c0 - 0xe00803df (0x20) IS[B]
(II) NVIDIA(0): Setting mode "nvidia-auto-select"
(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) Setting vga for screen 0.
(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" "IMPS/2"
(**) Mouse0: Device: "/dev/psaux"
(**) Mouse0: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/psaux"
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 9
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
(II) Mouse0: ps2EnableDataReporting: succeeded
(II) NVIDIA(0): Setting mode "nvidia-auto-select"
(II) Mouse0: ps2EnableDataReporting: succeeded

Offline

Board footer

Powered by FluxBB