Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
X and Resolution
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
Fohshizzles
n00b
n00b


Joined: 22 Aug 2006
Posts: 12

PostPosted: Sat Dec 02, 2006 1:11 am    Post subject: X and Resolution Reply with quote

I am very new to gentoo and X and just about everything about linux um when trying to setup fluxbox all goes good but the rez is to low! I followed the gentoo doc (http://www.gentoo.org/doc/en/xorg-config.xml) but I think I may have missed something. When I boot it up afther editing /etc/X11/xorg.conf it doesnt change the resolution here is my cfg

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

Section "Files"
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/OTF"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/CID/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath     "/usr/share/fonts/75dpi/"
EndSection

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

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

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/psaux"
        Option      "ZAxisMapping" "4 5 6 7"
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"
 ### [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      "nv"
        VendorName  "nVidia Corporation"
        BoardName   "Unknown Board"
        BusID       "PCI:2:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 24
        SubSection "Display"
                Viewport   0 0Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                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
                Modes     "1280x1024"

        EndSubSection
EndSection
Back to top
View user's profile Send private message
whig
l33t
l33t


Joined: 27 Nov 2004
Posts: 973
Location: New Zealand

PostPosted: Sat Dec 02, 2006 1:28 am    Post subject: Reply with quote

Look in the log to see why the requested mode is rejected,
Code:
less /var/log/Xorg.0.log
Back to top
View user's profile Send private message
Fohshizzles
n00b
n00b


Joined: 22 Aug 2006
Posts: 12

PostPosted: Sat Dec 02, 2006 2:09 am    Post subject: Reply with quote

So what im I looking for? this doc is huge.
Back to top
View user's profile Send private message
sonicbhoc
Veteran
Veteran


Joined: 24 Oct 2005
Posts: 1805
Location: In front of the computer screen

PostPosted: Sat Dec 02, 2006 2:31 am    Post subject: Reply with quote

cat /var/log/Xorg.0.log and post it here so I can see it.

You would most likely be looking for lines that start with (WW) or (EE).
Back to top
View user's profile Send private message
Fohshizzles
n00b
n00b


Joined: 22 Aug 2006
Posts: 12

PostPosted: Sat Dec 02, 2006 2:55 am    Post subject: Reply with quote

8O

Code:
lol@tux ~ $ cat /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: Linux 2.6.18-gentoo-r3 i686
Current Operating System: Linux tux 2.6.18-gentoo-r3 #1 SMP Sun Nov 26 23:09:31 Local time zone must be set--see zic  i686
Build Date: 28 November 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: Fri Dec  1 18:07:54 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) The directory "/usr/share/fonts/TTF/" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/OTF" does not exist.
        Entry deleted from font path.






















(WW) The directory "/usr/share/fonts/CID/" does not exist.
        Entry deleted from font path.
(**) FontPath set to:
        /usr/share/fonts/misc/,
        /usr/share/fonts/Type1/,
        /usr/share/fonts/100dpi/,
        /usr/share/fonts/75dpi/
(**) RgbPath set to "/usr/share/X11/rgb"
(**) ModulePath set to "/usr/lib/xorg/modules"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(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 1106,0238 card 1558,0901 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 1106,1238 card 1558,0901 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:2: chip 1106,2238 card 1558,0901 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:3: chip 1106,3238 card 1558,0901 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:4: chip 1106,4238 card 1558,0901 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:5: chip 1106,5238 card 1558,0901 rev 00 class 08,00,20 hdr 80
(II) PCI: 00:00:7: chip 1106,7238 card 1558,0901 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b188 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 1106,a238 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:03:0: chip 1106,c238 card 0000,0000 rev 00 class 06,04,00 hdr 81
(II) PCI: 00:03:2: chip 1106,e238 card 0000,0000 rev 00 class 06,04,00 hdr 81
(II) PCI: 00:05:0: chip 1524,1410 card 2400,0000 rev 01 class 06,07,00 hdr 02
(II) PCI: 00:06:0: chip 104c,8023 card 1558,0901 rev 00 class 0c,00,10 hdr 00
(II) PCI: 00:08:0: chip 10ec,8169 card 1558,0901 rev 10 class 02,00,00 hdr 00
(II) PCI: 00:0f:0: chip 1106,3149 card 1558,0901 rev 80 class 01,04,00 hdr 80
(II) PCI: 00:0f:1: chip 1106,0571 card 1558,0901 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:10:0: chip 1106,3038 card 1558,0901 rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1558,0901 rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1558,0901 rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:3: chip 1106,3038 card 1558,0901 rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:4: chip 1106,3104 card 1558,0901 rev 86 class 0c,03,20 hdr 80
(II) PCI: 00:11:0: chip 1106,3227 card 1558,0901 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:5: chip 1106,3059 card 1558,0901 rev 60 class 04,01,00 hdr 00
(II) PCI: 00:11:6: chip 1106,3068 card 1558,0901 rev 80 class 07,80,00 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: 02:00:0: chip 10de,0299 card 1558,0900 rev a1 class 03,00,00 hdr 00
(II) PCI: 05:00:0: chip 1102,0008 card 1102,2001 rev 00 class 04,01,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,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 (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: 0x0004 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:2:0), (0,2,2), BCTRL: 0x000e (VGA_EN is set)
(II) Bus 2 I/O range:
        [0] -1  0       0x00005000 - 0x000050ff (0x100) IX[B]
        [1] -1  0       0x00005400 - 0x000054ff (0x100) IX[B]
        [2] -1  0       0x00005800 - 0x000058ff (0x100) IX[B]
        [3] -1  0       0x00005c00 - 0x00005cff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
        [0] -1  0       0xd0000000 - 0xd1ffffff (0x2000000) MX[B]
(II) Bus 2 prefetchable memory range:
        [0] -1  0       0xc0000000 - 0xcfffffff (0x10000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:3:0), (0,3,3), BCTRL: 0x0004 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:3:2), (0,4,4), BCTRL: 0x0004 (VGA_EN is cleared)
(II) PCI-to-CardBus bridge:
(II) Bus 5: bridge is at (0:5:0), (0,5,8), BCTRL: 0x0500 (VGA_EN is cleared)
(II) Bus 5 I/O range:
        [0] -1  0       0x00002400 - 0x000024ff (0x100) IX[B]


















        [1] -1  0       0x00002800 - 0x000028ff (0x100) IX[B]
(II) Bus 5 non-prefetchable memory range:
        [0] -1  0       0x8a000000 - 0x8bffffff (0x2000000) MX[B]
(II) Bus 5 prefetchable memory range:
        [0] -1  0       0x88000000 - 0x89ffffff (0x2000000) 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:*(2:0:0) nVidia Corporation unknown chipset (0x0299) rev 161, Mem @ 0xd1000000/24, 0xc0000000/28, 0xd0000000/24, I/O @ 0x5000/7
(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 0xb0000000 from 0xbfffffff to 0xafffffff
(II) Active PCI resource ranges:
        [0] -1  0       0xd2204c00 - 0xd2204cff (0x100) MX[B]
        [1] -1  0       0xd2204800 - 0xd22048ff (0x100) MX[B]
        [2] -1  0       0xd2200000 - 0xd2203fff (0x4000) MX[B]
        [3] -1  0       0xd2204000 - 0xd22047ff (0x800) MX[B]
        [4] -1  0       0xb0000000 - 0xafffffff (0x0) MX[B]O
        [5] -1  0       0xd0000000 - 0xd0ffffff (0x1000000) MX[B](B)
        [6] -1  0       0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
        [7] -1  0       0xd1000000 - 0xd1ffffff (0x1000000) MX[B](B)
        [8] -1  0       0x00002400 - 0x0000243f (0x40) IX[B]
        [9] -1  0       0x00001c00 - 0x00001cff (0x100) IX[B]
        [10] -1 0       0x00001800 - 0x000018ff (0x100) IX[B]
        [11] -1 0       0x00002060 - 0x0000207f (0x20) IX[B]
        [12] -1 0       0x00002040 - 0x0000205f (0x20) IX[B]
        [13] -1 0       0x00002020 - 0x0000203f (0x20) IX[B]
        [14] -1 0       0x00002000 - 0x0000201f (0x20) IX[B]
        [15] -1 0       0x00002090 - 0x0000209f (0x10) IX[B]
        [16] -1 0       0x00001400 - 0x000014ff (0x100) IX[B]
        [17] -1 0       0x00002080 - 0x0000208f (0x10) IX[B]
        [18] -1 0       0x000020a0 - 0x000020a3 (0x4) IX[B]
        [19] -1 0       0x000020a8 - 0x000020af (0x8) IX[B]
        [20] -1 0       0x000020a4 - 0x000020a7 (0x4) IX[B]
        [21] -1 0       0x000020b0 - 0x000020b7 (0x8) IX[B]
        [22] -1 0       0x00001000 - 0x000010ff (0x100) IX[B]
        [23] -1 0       0x00005000 - 0x0000507f (0x80) IX[B](B)























(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xd2204c00 - 0xd2204cff (0x100) MX[B]
        [1] -1  0       0xd2204800 - 0xd22048ff (0x100) MX[B]
        [2] -1  0       0xd2200000 - 0xd2203fff (0x4000) MX[B]
        [3] -1  0       0xd2204000 - 0xd22047ff (0x800) MX[B]
        [4] -1  0       0xb0000000 - 0xafffffff (0x0) MX[B]O
        [5] -1  0       0xd0000000 - 0xd0ffffff (0x1000000) MX[B](B)
        [6] -1  0       0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
        [7] -1  0       0xd1000000 - 0xd1ffffff (0x1000000) MX[B](B)
        [8] -1  0       0x00002400 - 0x0000243f (0x40) IX[B]
        [9] -1  0       0x00001c00 - 0x00001cff (0x100) IX[B]
        [10] -1 0       0x00001800 - 0x000018ff (0x100) IX[B]
        [11] -1 0       0x00002060 - 0x0000207f (0x20) IX[B]
        [12] -1 0       0x00002040 - 0x0000205f (0x20) IX[B]
        [13] -1 0       0x00002020 - 0x0000203f (0x20) IX[B]
        [14] -1 0       0x00002000 - 0x0000201f (0x20) IX[B]
        [15] -1 0       0x00002090 - 0x0000209f (0x10) IX[B]
        [16] -1 0       0x00001400 - 0x000014ff (0x100) IX[B]
        [17] -1 0       0x00002080 - 0x0000208f (0x10) IX[B]
        [18] -1 0       0x000020a0 - 0x000020a3 (0x4) IX[B]
        [19] -1 0       0x000020a8 - 0x000020af (0x8) IX[B]
        [20] -1 0       0x000020a4 - 0x000020a7 (0x4) IX[B]
        [21] -1 0       0x000020b0 - 0x000020b7 (0x8) IX[B]
        [22] -1 0       0x00001000 - 0x000010ff (0x100) IX[B]
        [23] -1 0       0x00005000 - 0x0000507f (0x80) IX[B](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       0xd2204c00 - 0xd2204cff (0x100) MX[B]
        [5] -1  0       0xd2204800 - 0xd22048ff (0x100) MX[B]
        [6] -1  0       0xd2200000 - 0xd2203fff (0x4000) MX[B]
        [7] -1  0       0xd2204000 - 0xd22047ff (0x800) MX[B]
        [8] -1  0       0xb0000000 - 0xafffffff (0x0) MX[B]O
        [9] -1  0       0xd0000000 - 0xd0ffffff (0x1000000) MX[B](B)
        [10] -1 0       0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
        [11] -1 0       0xd1000000 - 0xd1ffffff (0x1000000) MX[B](B)
        [12] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]














        [13] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [14] -1 0       0x00002400 - 0x0000243f (0x40) IX[B]
        [15] -1 0       0x00001c00 - 0x00001cff (0x100) IX[B]
        [16] -1 0       0x00001800 - 0x000018ff (0x100) IX[B]
        [17] -1 0       0x00002060 - 0x0000207f (0x20) IX[B]
        [18] -1 0       0x00002040 - 0x0000205f (0x20) IX[B]
        [19] -1 0       0x00002020 - 0x0000203f (0x20) IX[B]
        [20] -1 0       0x00002000 - 0x0000201f (0x20) IX[B]
        [21] -1 0       0x00002090 - 0x0000209f (0x10) IX[B]
        [22] -1 0       0x00001400 - 0x000014ff (0x100) IX[B]
        [23] -1 0       0x00002080 - 0x0000208f (0x10) IX[B]
        [24] -1 0       0x000020a0 - 0x000020a3 (0x4) IX[B]
        [25] -1 0       0x000020a8 - 0x000020af (0x8) IX[B]
        [26] -1 0       0x000020a4 - 0x000020a7 (0x4) IX[B]
        [27] -1 0       0x000020b0 - 0x000020b7 (0x8) IX[B]
        [28] -1 0       0x00001000 - 0x000010ff (0x100) IX[B]
        [29] -1 0       0x00005000 - 0x0000507f (0x80) IX[B](B)
(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: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: 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 DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.13.0




















        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(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.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 DEC-XTRAP
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(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: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(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: "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) 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) 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
(II) Primary Device is: PCI 02:00:0
(--) Chipset GeForce Go 7900 GTX 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       0xd2204c00 - 0xd2204cff (0x100) MX[B]
        [5] -1  0       0xd2204800 - 0xd22048ff (0x100) MX[B]
        [6] -1  0       0xd2200000 - 0xd2203fff (0x4000) MX[B]
        [7] -1  0       0xd2204000 - 0xd22047ff (0x800) MX[B]
        [8] -1  0       0xb0000000 - 0xafffffff (0x0) MX[B]O
        [9] -1  0       0xd0000000 - 0xd0ffffff (0x1000000) MX[B](B)
        [10] -1 0       0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
        [11] -1 0       0xd1000000 - 0xd1ffffff (0x1000000) MX[B](B)
        [12] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [13] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [14] -1 0       0x00002400 - 0x0000243f (0x40) IX[B]
        [15] -1 0       0x00001c00 - 0x00001cff (0x100) IX[B]
        [16] -1 0       0x00001800 - 0x000018ff (0x100) IX[B]
        [17] -1 0       0x00002060 - 0x0000207f (0x20) IX[B]
        [18] -1 0       0x00002040 - 0x0000205f (0x20) IX[B]
        [19] -1 0       0x00002020 - 0x0000203f (0x20) IX[B]
        [20] -1 0       0x00002000 - 0x0000201f (0x20) IX[B]
        [21] -1 0       0x00002090 - 0x0000209f (0x10) IX[B]
        [22] -1 0       0x00001400 - 0x000014ff (0x100) IX[B]
        [23] -1 0       0x00002080 - 0x0000208f (0x10) IX[B]
        [24] -1 0       0x000020a0 - 0x000020a3 (0x4) IX[B]
        [25] -1 0       0x000020a8 - 0x000020af (0x8) IX[B]
        [26] -1 0       0x000020a4 - 0x000020a7 (0x4) IX[B]
        [27] -1 0       0x000020b0 - 0x000020b7 (0x8) IX[B]







        [28] -1 0       0x00001000 - 0x000010ff (0x100) IX[B]
        [29] -1 0       0x00005000 - 0x0000507f (0x80) IX[B](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       0xd2204c00 - 0xd2204cff (0x100) MX[B]
        [5] -1  0       0xd2204800 - 0xd22048ff (0x100) MX[B]
        [6] -1  0       0xd2200000 - 0xd2203fff (0x4000) MX[B]
        [7] -1  0       0xd2204000 - 0xd22047ff (0x800) MX[B]
        [8] -1  0       0xb0000000 - 0xafffffff (0x0) MX[B]O
        [9] -1  0       0xd0000000 - 0xd0ffffff (0x1000000) MX[B](B)
        [10] -1 0       0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
        [11] -1 0       0xd1000000 - 0xd1ffffff (0x1000000) MX[B](B)
        [12] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [13] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [14] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [15] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [16] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [17] -1 0       0x00002400 - 0x0000243f (0x40) IX[B]
        [18] -1 0       0x00001c00 - 0x00001cff (0x100) IX[B]
        [19] -1 0       0x00001800 - 0x000018ff (0x100) IX[B]
        [20] -1 0       0x00002060 - 0x0000207f (0x20) IX[B]
        [21] -1 0       0x00002040 - 0x0000205f (0x20) IX[B]
        [22] -1 0       0x00002020 - 0x0000203f (0x20) IX[B]
        [23] -1 0       0x00002000 - 0x0000201f (0x20) IX[B]
        [24] -1 0       0x00002090 - 0x0000209f (0x10) IX[B]
        [25] -1 0       0x00001400 - 0x000014ff (0x100) IX[B]
        [26] -1 0       0x00002080 - 0x0000208f (0x10) IX[B]























        [27] -1 0       0x000020a0 - 0x000020a3 (0x4) IX[B]
        [28] -1 0       0x000020a8 - 0x000020af (0x8) IX[B]
        [29] -1 0       0x000020a4 - 0x000020a7 (0x4) IX[B]
        [30] -1 0       0x000020b0 - 0x000020b7 (0x8) IX[B]
        [31] -1 0       0x00001000 - 0x000010ff (0x100) IX[B]
        [32] -1 0       0x00005000 - 0x0000507f (0x80) IX[B](B)
        [33] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [34] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(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) NV(0): Initializing int10
(II) NV(0): Primary V_BIOS segment is: 0xc000
(--) NV(0): Chipset: "GeForce Go 7900 GTX"
(**) 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 0xC0000000
(--) NV(0): MMIO registers at 0xD1000000
(II) Loading sub module "i2c"
(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) Loading sub module "ddc"
(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) NV(0): I2C bus "DDC" initialized.
(II) NV(0): Probing for analog device on output A...
(--) NV(0):   ...can't find one
(II) NV(0): Probing for analog device on output B...
(--) NV(0):   ...can't find one
(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.
(II) NV(0):   ... none found
(II) NV(0): Probing for EDID on I2C bus B...
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(II) NV(0):   ... none found
(--) NV(0): CRTC 0 is currently programmed for DFP
(II) NV(0): Using DFP on CRTC 0
(--) NV(0): Panel size is 1920 x 1200
(II) NV(0): Panel is LVDS
(--) NV(0): VideoRAM: 262144 kBytes
(==) NV(0): Using gamma correction (1.0, 1.0, 1.0)
(II) NV(0): Monitor0: Using default hsync range of 28.00-33.00 kHz
(II) NV(0): Monitor0: Using default vrefresh range of 43.00-72.00 Hz
(II) NV(0): Clock range:  12.00 to 400.00 MHz
(II) NV(0): Not using default mode "640x350" (hsync out of range)
(II) NV(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "640x400" (hsync out of range)
(II) NV(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "720x400" (hsync out of range)
(II) NV(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "640x480" (hsync out of range)
(II) NV(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "640x480" (hsync out of range)
(II) NV(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "640x480" (hsync out of range)
(II) NV(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1152x864" (hsync out of range)
(II) NV(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1280x960" (hsync out of range)
(II) NV(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1280x960" (hsync out of range)
(II) NV(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1280x1024" (hsync out of range)
(II) NV(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1280x1024" (hsync out of range)
(II) NV(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1280x1024" (hsync out of range)
(II) NV(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1792x1344" is larger than BIOS programmed panel size of 1920 x 1200.  Removing.
(II) NV(0): Not using default mode "1792x1344" (unknown reason)
(II) NV(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1792x1344" is larger than BIOS programmed panel size of 1920 x 1200.  Removing.
(II) NV(0): Not using default mode "1792x1344" (unknown reason)
(II) NV(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1856x1392" is larger than BIOS programmed panel size of 1920 x 1200.  Removing.
(II) NV(0): Not using default mode "1856x1392" (unknown reason)
(II) NV(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1856x1392" is larger than BIOS programmed panel size of 1920 x 1200.  Removing.
(II) NV(0): Not using default mode "1856x1392" (unknown reason)
(II) NV(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1920x1440" is larger than BIOS programmed panel size of 1920 x 1200.  Removing.
(II) NV(0): Not using default mode "1920x1440" (unknown reason)
(II) NV(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1920x1440" is larger than BIOS programmed panel size of 1920 x 1200.  Removing.
(II) NV(0): Not using default mode "1920x1440" (unknown reason)
(II) NV(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "832x624" (hsync out of range)
(II) NV(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1152x768" (hsync out of range)
(II) NV(0): Not using default mode "576x384" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1400x1050" (hsync out of range)
(II) NV(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1400x1050" (hsync out of range)
(II) NV(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1600x1024" (hsync out of range)
(II) NV(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "1920x1440" is larger than BIOS programmed panel size of 1920 x 1200.  Removing.
(II) NV(0): Not using default mode "1920x1440" (unknown reason)
(II) NV(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "2048x1536" is larger than BIOS programmed panel size of 1920 x 1200.  Removing.
(II) NV(0): Not using default mode "2048x1536" (unknown reason)
(II) NV(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "2048x1536" is larger than BIOS programmed panel size of 1920 x 1200.  Removing.
(II) NV(0): Not using default mode "2048x1536" (unknown reason)
(II) NV(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NV(0): Mode "2048x1536" is larger than BIOS programmed panel size of 1920 x 1200.  Removing.
(II) NV(0): Not using default mode "2048x1536" (unknown reason)
(II) NV(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using mode "1280x1024" (no mode of this name)
(--) NV(0): Virtual size is 640x480 (pitch 640)
(**) 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): DPI set to (75, 75)
(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       0xd0000000 - 0xd0ffffff (0x1000000) MX[B]





















        [1] 0   0       0xc0000000 - 0xcfffffff (0x10000000) MX[B]
        [2] 0   0       0xd1000000 - 0xd1ffffff (0x1000000) MX[B]
        [3] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [4] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [5] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [6] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [7] -1  0       0xd2204c00 - 0xd2204cff (0x100) MX[B]
        [8] -1  0       0xd2204800 - 0xd22048ff (0x100) MX[B]
        [9] -1  0       0xd2200000 - 0xd2203fff (0x4000) MX[B]
        [10] -1 0       0xd2204000 - 0xd22047ff (0x800) MX[B]
        [11] -1 0       0xb0000000 - 0xafffffff (0x0) MX[B]O
        [12] -1 0       0xd0000000 - 0xd0ffffff (0x1000000) MX[B](B)
        [13] -1 0       0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
        [14] -1 0       0xd1000000 - 0xd1ffffff (0x1000000) MX[B](B)
        [15] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [16] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [17] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [18] 0  0       0x00005000 - 0x0000507f (0x80) IX[B]
        [19] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [20] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [21] -1 0       0x00002400 - 0x0000243f (0x40) IX[B]
        [22] -1 0       0x00001c00 - 0x00001cff (0x100) IX[B]
        [23] -1 0       0x00001800 - 0x000018ff (0x100) IX[B]
        [24] -1 0       0x00002060 - 0x0000207f (0x20) IX[B]
        [25] -1 0       0x00002040 - 0x0000205f (0x20) IX[B]
        [26] -1 0       0x00002020 - 0x0000203f (0x20) IX[B]
        [27] -1 0       0x00002000 - 0x0000201f (0x20) IX[B]
        [28] -1 0       0x00002090 - 0x0000209f (0x10) IX[B]
        [29] -1 0       0x00001400 - 0x000014ff (0x100) IX[B]
        [30] -1 0       0x00002080 - 0x0000208f (0x10) IX[B]
        [31] -1 0       0x000020a0 - 0x000020a3 (0x4) IX[B]
        [32] -1 0       0x000020a8 - 0x000020af (0x8) IX[B]
        [33] -1 0       0x000020a4 - 0x000020a7 (0x4) IX[B]
        [34] -1 0       0x000020b0 - 0x000020b7 (0x8) IX[B]
        [35] -1 0       0x00001000 - 0x000010ff (0x100) IX[B]
        [36] -1 0       0x00005000 - 0x0000507f (0x80) IX[B](B)
        [37] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [38] 0  0       0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) NV(0): Write-combining range (0xc0000000,0x10000000)
(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
(==) 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) AIGLX: Screen 0 is not DRI capable
(II) Loading local sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
(**) Option "Protocol" "auto"
(**) Mouse0: Device: "/dev/psaux"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/psaux"
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5 6 7"
(**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
(**) Mouse0: Buttons: 11
(**) 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)
    xkb_keycodes             { include "xfree86+aliases(qwerty)" };
    xkb_types                { include "complete" };
    xkb_compatibility        { include "complete" };
    xkb_symbols              { include "pc(pc105)+us" };
    xkb_geometry             { include "pc(pc105)" };
(--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse0: ps2EnableDataReporting: succeeded
(II) 3rd Button detected: disabling emulate3Button
lol@tux ~ $ at /var/log/Xorg.0.log
Back to top
View user's profile Send private message
madisonicus
Veteran
Veteran


Joined: 20 Sep 2006
Posts: 1130

PostPosted: Sat Dec 02, 2006 3:55 am    Post subject: Reply with quote

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


Code:
(II) NV(0): Monitor0: Using default hsync range of 28.00-33.00 kHz
(II) NV(0): Monitor0: Using default vrefresh range of 43.00-72.00 Hz
(II) NV(0): Clock range:  12.00 to 400.00 MHz


I think you need to specify some hsync and vrefresh ranges. X isn't very good at guessing. Your monitor manufacturer should have the proper numbers.

HTH,
m
_________________
Please add [SOLVED] to your message title if you feel that your question has been answered.
------
Intel Q9300 Core2 Quad * Gigabyte GA-EP35C-DS3R
Samsung x360
AMD64 x2 4200+ * TF7050-M2 * HTPC
ZOTAC ION A-U Mini-ITX * HTPC
Back to top
View user's profile Send private message
sonicbhoc
Veteran
Veteran


Joined: 24 Oct 2005
Posts: 1805
Location: In front of the computer screen

PostPosted: Sat Dec 02, 2006 3:52 pm    Post subject: Reply with quote

Did you try running X -configure in a console?
Back to top
View user's profile Send private message
Staren
n00b
n00b


Joined: 08 Sep 2003
Posts: 27
Location: Riviere-du-Loup, Canada

PostPosted: Sat Dec 02, 2006 5:51 pm    Post subject: Reply with quote

You can try rewriting your display subsections to choose your video modes. here's mine:

Code:

    SubSection     "Display"

        Depth       8
        Modes       "1280x1024" "1024x768" "800x600"
        ViewPort    0 0
    EndSubsection

    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600"
        ViewPort    0 0
    EndSubsection

    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600"
        ViewPort    0 0
        Depth       8
    EndSubSection

EndSection


BTW, since you have an nVidia card, you can emerge and execute nvidia-settings it did a pretty good job for a basic xorg.conf...

But I don't think this is the issue. Got the same problem with my nVidia-9520. With my nVidia 9520 I have either (ai)glx with very low resolution or high resolution and no glx. I'm still working on this...
Back to top
View user's profile Send private message
kusuriya
n00b
n00b


Joined: 22 Dec 2004
Posts: 29
Location: /Earth/United-States/Washington

PostPosted: Sat Dec 02, 2006 6:03 pm    Post subject: Reply with quote

you need to set the Hsync and the Vsync in
Quote:
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection


you may also need a mode line there are 2 key parts that tell me this in the xorg log

Quote:
(II) NV(0): Not using default mode "1280x1024" (hsync out of range)

the refresh is higer than what was detected soo it is omitted from the possible config options soo that produces this line
Quote:
(II) NV(0): Not using mode "1280x1024" (no mode of this name)

soo try setting the hsync and the vsync, if that dont work and you know what refresh rate your monitor is spoused to run
at that res (if you have windows (blech) itll tell you in the display settings>settings>advanced>refresh rate (or something like that))
you can calc a modeline here

http://zaph.com/Modeline/
_________________
You can't trust us, and we don't know what we're talking about. - Sugar
Flying is easy, Just jump at the ground and miss - Ford Prefect HHGTTG
Back to top
View user's profile Send private message
Fohshizzles
n00b
n00b


Joined: 22 Aug 2006
Posts: 12

PostPosted: Sat Dec 02, 2006 9:34 pm    Post subject: Reply with quote

Sweet thank you guys for all of your great tips! I didn't know that I had to install nividia drivers ( Yes im a retard :) ) but all is looking fine and everything seems to be working. :D
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