You are not logged in.

#1 2008-04-09 07:41:44

roberto88h
Member
Registered: 2008-04-09
Posts: 7

Nvidia 3D driver driving me crazy

Hey guys, I made the jump to Arch after about 1.5 years with Ubuntu and so far I'm very happy big_smile. One big thing bugs me though. The 3D Nvidia driver causes the xserver to display absolutely nothing. My lcd monitor just sits there and says "no input". It will do this forever and I'm forced to ctrl+alt+backspace to get out to a command line.

In my xorg.conf, if I set the driver to "nvidia" (under the "Device" section), the previously mentioned "no input" problem occurs. However, if I change the driver to "nv"  in my xorg.conf, everything is fine except I have no 3D capability. I created the xorg.conf using hwd -xa, nvidia-xconfig, and editing by hand as per the suggestions on this very forum. I installed the "nvidia" driver using:

pacman -S nvidia

Here is my xorg.conf too:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Thu Feb 14 18:20:37 PST 2008

# Auto-generated by Archie mkxcfg
# Auto-generated by Archie mkxcfg

Section "ServerLayout"

# Serial Mouse not detected
# USB Mouse not detected
    Identifier     "Xorg Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "PS/2 Mouse" "CorePointer"
EndSection

Section "Files"

# Additional fonts: Locale, Gimp, TTF...
#    FontPath     "/usr/share/lib/X11/fonts/latin2/75dpi"
#    FontPath     "/usr/share/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    RgbPath         "/usr/share/X11/rgb"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath        "/usr/share/fonts/misc:unscaled"
    FontPath        "/usr/share/fonts/misc"
    FontPath        "/usr/share/fonts/75dpi:unscaled"
    FontPath        "/usr/share/fonts/75dpi"
    FontPath        "/usr/share/fonts/100dpi:unscaled"
    FontPath        "/usr/share/fonts/100dpi"
    FontPath        "/usr/share/fonts/PEX"
    FontPath        "/usr/share/fonts/cyrillic"
    FontPath        "/usr/share/fonts/Type1"
    FontPath        "/usr/share/fonts/ttf/western"
    FontPath        "/usr/share/fonts/ttf/decoratives"
    FontPath        "/usr/share/fonts/truetype"
    FontPath        "/usr/share/fonts/truetype/openoffice"
    FontPath        "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath        "/usr/share/fonts/latex-ttf-fonts"
    FontPath        "/usr/share/fonts/defoma/CID"
    FontPath        "/usr/share/fonts/defoma/TrueType"
EndSection

Section "Module"
    Load           "ddc"  # ddc probing of monitor
    Load           "dbe"
    Load           "extmod"
    Load           "glx"
    Load           "bitmap" # bitmap-fonts
    Load           "type1"
    Load           "freetype"
    Load           "record"
    #   Load  "synaptics"
EndSection

Section "ServerFlags"
    Option         "AllowMouseOpenFail" "true"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "keyboard"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "us"
    Option         "XkbVariant" ""
EndSection

Section "InputDevice"
    Identifier     "Serial Mouse"
    Driver         "mouse"
    Option         "Protocol" "Microsoft"
    Option         "Device" "/dev/ttyS0"
    Option         "Emulate3Buttons" "true"
    Option         "Emulate3Timeout" "70"
    Option         "SendCoreEvents" "true"
EndSection

Section "InputDevice"
    Identifier     "PS/2 Mouse"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "ZAxisMapping" "4 5"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "true"
    Option         "Emulate3Timeout" "70"
    Option         "SendCoreEvents" "true"
EndSection

Section "InputDevice"
    Identifier     "USB Mouse"
    Driver         "mouse"
    Option         "Device" "/dev/input/mice"
    Option         "SendCoreEvents" "true"
    Option         "Protocol" "IMPS/2"
    Option         "ZAxisMapping" "4 5"
    Option         "Buttons" "5"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    HorizSync       31.0 - 81.0
    VertRefresh     56.0 - 76.0
    Option         "DPMS" "true"
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nv"
    VendorName     "All"
    BoardName      "All"
    Option "ConnectedMonitor" "DFP"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
    Viewport    0 0
        Depth       24
        Modes      "1680x1050" "1440x900" "1400x1050" "1280x1024" 
           "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

You'll notice that the driver is currently "nv". I had to do that to post here. If I change the driver to "nvidia", and change absolutely nothing else, I have the "no input" problem. I've been working on this off and on for 3 days using this forum, the ubuntu forums and google searches trying to find an answer. Hopefully it's something simple and you guys will be able to help me. I'll gladly post any other pertinent files (logs, etc.) if I need to.


Thanks

Offline

#2 2008-04-09 07:48:17

Misbah
Member
Registered: 2008-02-27
Posts: 218

Re: Nvidia 3D driver driving me crazy

deleted

Last edited by Misbah (2012-02-14 05:26:18)

Offline

#3 2008-04-09 08:11:24

roberto88h
Member
Registered: 2008-04-09
Posts: 7

Re: Nvidia 3D driver driving me crazy

Thanks for the fast response. I commented out the "Load Type 1" and you are right, it was not the cause of my problems. I'll compare your xorg.conf to mine and see if anything helps.

Offline

#4 2008-04-09 08:19:41

Misbah
Member
Registered: 2008-02-27
Posts: 218

Re: Nvidia 3D driver driving me crazy

deleted

Last edited by Misbah (2012-02-14 05:14:01)

Offline

#5 2008-04-09 08:25:44

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: Nvidia 3D driver driving me crazy

Might need to specify modelines - see thread.

Offline

#6 2008-04-09 09:27:07

Leigh
Member
From: USA
Registered: 2004-06-25
Posts: 533

Re: Nvidia 3D driver driving me crazy

Glancing through your file, I dont see anything wrong with it. If it helps my xorg.conf using nvidia is here...
http://files.myopera.com/allisonleigh/l … /xorg.conf

It's a three card set up, but maybe it can help.


-- archlinux 是一个极好的 linux

Offline

#7 2008-04-09 12:59:28

broch
Banned
From: L.A. California
Registered: 2006-11-13
Posts: 975

Re: Nvidia 3D driver driving me crazy

Glancing through your file, I dont see anything wrong with it. If it helps my xorg.conf using nvidia is here...

..except "nv" is not nvidia driver, so obviously no 3D
he needs
Driver         "nvidia"
in the
Section "Device"

which supports 3D

Offline

#8 2008-04-09 13:37:04

Dirhael
Member
From: /cold/north
Registered: 2008-03-12
Posts: 46

Re: Nvidia 3D driver driving me crazy

Try removing...

Option "ConnectedMonitor" "DFP"

...from the Device section (having that enabled stopped X from working here).

Also, try to replace:

    SubSection     "Display"
    Viewport    0 0
        Depth       24
        Modes      "1680x1050" "1440x900" "1400x1050" "1280x1024" 
           "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection

with:

    SubSection     "Display"
        Depth       24
        Modes      "nvidia-auto-select"
    EndSubSection

Finally, try removing...

    HorizSync       31.0 - 81.0
    VertRefresh     56.0 - 76.0

...from your monitor section.

Offline

#9 2008-04-09 19:42:36

axion419
Member
Registered: 2007-04-12
Posts: 185

Re: Nvidia 3D driver driving me crazy

Misbah wrote:

What card do you have by the way? Have you tried the nvidia-71xx or nvidia-96xx drivers?

Is that a driver for Geforce 9600 ?  I just bought one, and nvidia has been giving me hell, I wonder if its because im using the nvidia driver instead of isntalling nvidia-96.

Offline

#10 2008-04-09 20:19:56

GGLucas
Member
Registered: 2008-03-13
Posts: 113

Re: Nvidia 3D driver driving me crazy

They're not for the new ones, 71xx and 96xx are legacy drivers for old cards

Last edited by GGLucas (2022-06-24 09:13:09)

Offline

#11 2008-04-09 21:07:26

roberto88h
Member
Registered: 2008-04-09
Posts: 7

Re: Nvidia 3D driver driving me crazy

My video card is an nvidia 6600 (non gt) 256MB card. I shouldn't be using a legacy driver right?

@broch: Thank you for trying to help, but If you had actually read my original post you would know that "nvidia" isn't in my xorg.conf because I can't see anything with it in there. Hence "nv" is in my xorg.conf because that allows my monitor to display information (such as the very helpful Archlinux forums). I don't want to start a flame war. I only want to make sure that my problem is properly conveyed. If there is anything confusing about the original post, please tell me.

Edit:

spelling/grammer

Last edited by roberto88h (2008-04-09 23:37:33)

Offline

#12 2008-04-09 21:26:03

Misbah
Member
Registered: 2008-02-27
Posts: 218

Re: Nvidia 3D driver driving me crazy

deleted

Last edited by Misbah (2012-02-14 05:13:50)

Offline

#13 2008-04-10 00:03:18

roberto88h
Member
Registered: 2008-04-09
Posts: 7

Re: Nvidia 3D driver driving me crazy

I'll try installing the driver directly from nvidia.  (Done, see edit)

@Dirhael:

I did all of your suggestions, but the same problem still persists. If I put in "nvidia" instead of "nv", nothing is displayed on my monitor. Here is my new xorg.conf with all of my changes so far.

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Thu Feb 14 18:20:37 PST 2008

# Auto-generated by Archie mkxcfg
# Auto-generated by Archie mkxcfg

Section "ServerLayout"

# Serial Mouse not detected
# USB Mouse not detected
    Identifier     "Xorg Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "PS/2 Mouse" "CorePointer"
EndSection

Section "Files"

# Additional fonts: Locale, Gimp, TTF...
#    FontPath     "/usr/share/lib/X11/fonts/latin2/75dpi"
#    FontPath     "/usr/share/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    RgbPath         "/usr/share/X11/rgb"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath        "/usr/share/fonts/misc:unscaled"
    FontPath        "/usr/share/fonts/misc"
    FontPath        "/usr/share/fonts/75dpi:unscaled"
    FontPath        "/usr/share/fonts/75dpi"
    FontPath        "/usr/share/fonts/100dpi:unscaled"
    FontPath        "/usr/share/fonts/100dpi"
    FontPath        "/usr/share/fonts/PEX"
    FontPath        "/usr/share/fonts/cyrillic"
    FontPath        "/usr/share/fonts/Type1"
    FontPath        "/usr/share/fonts/ttf/western"
    FontPath        "/usr/share/fonts/ttf/decoratives"
    FontPath        "/usr/share/fonts/truetype"
    FontPath        "/usr/share/fonts/truetype/openoffice"
    FontPath        "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath        "/usr/share/fonts/latex-ttf-fonts"
    FontPath        "/usr/share/fonts/defoma/CID"
    FontPath        "/usr/share/fonts/defoma/TrueType"
EndSection

Section "Module"
    Load           "ddc"  # ddc probing of monitor
    Load           "dbe"
    Load           "extmod"
    Load           "glx"
    Load           "bitmap" # bitmap-fonts
#    Load           "type1"
    Load           "freetype"
    Load           "record"
    #   Load  "synaptics"
EndSection

Section "ServerFlags"
    Option         "AllowMouseOpenFail" "true"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "keyboard"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "us"
    Option         "XkbVariant" ""
EndSection

Section "InputDevice"
    Identifier     "Serial Mouse"
    Driver         "mouse"
    Option         "Protocol" "Microsoft"
    Option         "Device" "/dev/ttyS0"
    Option         "Emulate3Buttons" "true"
    Option         "Emulate3Timeout" "70"
    Option         "SendCoreEvents" "true"
EndSection

Section "InputDevice"
    Identifier     "PS/2 Mouse"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "ZAxisMapping" "4 5"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "true"
    Option         "Emulate3Timeout" "70"
    Option         "SendCoreEvents" "true"
EndSection

Section "InputDevice"
    Identifier     "USB Mouse"
    Driver         "mouse"
    Option         "Device" "/dev/input/mice"
    Option         "SendCoreEvents" "true"
    Option         "Protocol" "IMPS/2"
    Option         "ZAxisMapping" "4 5"
    Option         "Buttons" "5"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    Option         "DPMS" "true"
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nv"
    VendorName     "All"
    BoardName      "All"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    DefaultDepth    24
     SubSection     "Display"
        Depth       24
        Modes      "nvidia-auto-select"
    EndSubSection
EndSection

@brebs:

I'll look into the modelines. I've never used them before and I'm not sure what they do exactly, but that's what learning is all about.

Thanks for the suggestions. Keep 'em coming...

**EDIT**

I went to nvidia's website and downloaded the file called NVIDIA-Linux-x86-169.12-pkg1.run

I put the file in my home/username directory. I installed the drivers by following these steps:

As Root:

cd /home/username
sh NVIDIA-Linux-x86-169.12-pkg1.run

The driver appeared to install succesfully, but it failed to solve my problem. I still have the exact same issue as before.

Last edited by roberto88h (2008-04-10 00:19:59)

Offline

#14 2008-04-10 00:13:41

Dirhael
Member
From: /cold/north
Registered: 2008-03-12
Posts: 46

Re: Nvidia 3D driver driving me crazy

Could you post the content of your

/var/log/Xorg.0.log

file?

Offline

#15 2008-04-10 00:17:53

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: Nvidia 3D driver driving me crazy

Install "directly"?  No no no. You'll just stick a load of orphan files on your disk, ready to screw up the library versions in the future. There's a reason we use pacman to handle our files, and nvidia is not an exception to this rule.

Take a look at nvnews forum to find the right version. Then alter your custom pkgbuild accordingly.

Last edited by brebs (2008-04-10 00:20:12)

Offline

#16 2008-04-10 00:31:59

roberto88h
Member
Registered: 2008-04-09
Posts: 7

Re: Nvidia 3D driver driving me crazy

I already tried the "direct" install of the nvidia drivers and it didn't work. (See edited post above)

Here is my Xorg.0.log:

This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.

X.Org X Server 1.4.0.90
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-ARCH i686 
Current Operating System: Linux robsdesktop 2.6.24-ARCH #1 SMP PREEMPT Sun Mar 30 11:40:06 CEST 2008 i686
Build Date: 23 March 2008  11:53:09AM
 
    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 Apr  9 20:12:59 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Xorg Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "PS/2 Mouse"
(**) Option "AllowMouseOpenFail" "true"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/PEX" does not exist.
    Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/cyrillic".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/cyrillic").
(WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/ttf/western" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/ttf/decoratives" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/truetype" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/truetype/openoffice" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/truetype/ttf-bitstream-vera" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/latex-ttf-fonts" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/defoma/CID" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/defoma/TrueType" does not exist.
    Entry deleted from font path.
(==) Including the default font path /usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1.
(**) FontPath set to:
    /usr/share/fonts/misc:unscaled,
    /usr/share/fonts/misc,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/75dpi,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/100dpi,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
(**) 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) Loader magic: 0x81d77c0
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 2.0
    X.Org XInput driver : 2.0
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,01e0 card 147b,1c09 rev c1 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 10de,01eb card 10de,0c17 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:2: chip 10de,01ee card 10de,0c17 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:3: chip 10de,01ed card 10de,0c17 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:4: chip 10de,01ec card 10de,0c17 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:5: chip 10de,01ef card 10de,0c17 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:01:0: chip 10de,0080 card 147b,1c09 rev a3 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0084 card 147b,1c09 rev a1 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,0087 card 147b,1c09 rev a1 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,0087 card 147b,1c09 rev a1 class 0c,03,10 hdr 80
(II) PCI: 00:02:2: chip 10de,0088 card 147b,1c09 rev a2 class 0c,03,20 hdr 80
(II) PCI: 00:08:0: chip 10de,008b card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:09:0: chip 10de,0085 card f47b,1c09 rev a3 class 01,01,8a hdr 00
(II) PCI: 00:0b:0: chip 10de,008e card 147b,1c09 rev a3 class 01,01,85 hdr 00
(II) PCI: 00:1e:0: chip 10de,01e8 card 0000,0000 rev c1 class 06,04,00 hdr 01
(II) PCI: 01:07:0: chip 14f1,8800 card 107d,663d rev 05 class 04,00,00 hdr 80
(II) PCI: 01:07:2: chip 14f1,8802 card 107d,663d rev 05 class 04,80,00 hdr 80
(II) PCI: 01:09:0: chip 13f6,0111 card 13f6,0111 rev 10 class 04,01,00 hdr 00
(II) PCI: 01:0b:0: chip 1106,3065 card 147b,1c09 rev 8d class 02,00,00 hdr 00
(II) PCI: 02:00:0: chip 10de,00f2 card 0000,0000 rev a2 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,2), 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-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:8:0), (0,1,1), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 1 I/O range:
    [0] -1    0    0x0000b000 - 0x0000b0ff (0x100) IX[b]
    [1] -1    0    0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [2] -1    0    0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [3] -1    0    0x0000bc00 - 0x0000bcff (0x100) IX[b]
(II) Bus 1 non-prefetchable memory range:
    [0] -1    0    0xeb000000 - 0xedffffff (0x3000000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x000e (VGA_EN is set)
(II) Bus 2 non-prefetchable memory range:
    [0] -1    0    0xe8000000 - 0xeaffffff (0x3000000) MX[b]
(II) Bus 2 prefetchable memory range:
    [0] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[b]
(--) PCI: (1:7:0) unknown vendor (0x14f1) unknown chipset (0x8800) rev 5, Mem @ 0xeb000000/24
(--) PCI:*(2:0:0) nVidia Corporation NV43 [GeForce 6600] rev 162, Mem @ 0xe8000000/24, 0xd0000000/28, 0xe9000000/24
(II) Addressable bus resource ranges are
    [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
    [1] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) OS-reported resource ranges:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
(II) PCI Memory resource overlap reduced 0xe0000000 from 0xe7ffffff to 0xdfffffff
(II) Active PCI resource ranges:
    [0] -1    0    0xed000000 - 0xed0000ff (0x100) MX[b]
    [1] -1    0    0xec000000 - 0xecffffff (0x1000000) MX[b]
    [2] -1    0    0xee004000 - 0xee0040ff (0x100) MX[b]
    [3] -1    0    0xee003000 - 0xee003fff (0x1000) MX[b]
    [4] -1    0    0xee002000 - 0xee002fff (0x1000) MX[b]
    [5] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [6] -1    0    0xe9000000 - 0xe9ffffff (0x1000000) MX[b](B)
    [7] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [8] -1    0    0xe8000000 - 0xe8ffffff (0x1000000) MX[b](B)
    [9] -1    0    0xeb000000 - 0xebffffff (0x1000000) MX[b](B)
    [10] -1    0    0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [11] -1    0    0x0000b000 - 0x0000b0ff (0x100) IX[b]
    [12] -1    0    0x0000e400 - 0x0000e47f (0x80) IX[b]
    [13] -1    0    0x0000e000 - 0x0000e00f (0x10) IX[b]
    [14] -1    0    0x00000b70 - 0x00000b73 (0x4) IX[b]
    [15] -1    0    0x00000970 - 0x00000977 (0x8) IX[b]
    [16] -1    0    0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [17] -1    0    0x000009f0 - 0x000009f7 (0x8) IX[b]
    [18] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[b]
    [19] -1    0    0x0000cc00 - 0x0000cc1f (0x20) IX[b]
(II) Active PCI resource ranges after removing overlaps:
    [0] -1    0    0xed000000 - 0xed0000ff (0x100) MX[b]
    [1] -1    0    0xec000000 - 0xecffffff (0x1000000) MX[b]
    [2] -1    0    0xee004000 - 0xee0040ff (0x100) MX[b]
    [3] -1    0    0xee003000 - 0xee003fff (0x1000) MX[b]
    [4] -1    0    0xee002000 - 0xee002fff (0x1000) MX[b]
    [5] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [6] -1    0    0xe9000000 - 0xe9ffffff (0x1000000) MX[b](B)
    [7] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [8] -1    0    0xe8000000 - 0xe8ffffff (0x1000000) MX[b](B)
    [9] -1    0    0xeb000000 - 0xebffffff (0x1000000) MX[b](B)
    [10] -1    0    0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [11] -1    0    0x0000b000 - 0x0000b0ff (0x100) IX[b]
    [12] -1    0    0x0000e400 - 0x0000e47f (0x80) IX[b]
    [13] -1    0    0x0000e000 - 0x0000e00f (0x10) IX[b]
    [14] -1    0    0x00000b70 - 0x00000b73 (0x4) IX[b]
    [15] -1    0    0x00000970 - 0x00000977 (0x8) IX[b]
    [16] -1    0    0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [17] -1    0    0x000009f0 - 0x000009f7 (0x8) IX[b]
    [18] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[b]
    [19] -1    0    0x0000cc00 - 0x0000cc1f (0x20) IX[b]
(II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
(II) All system resource ranges:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    0    0xed000000 - 0xed0000ff (0x100) MX[b]
    [5] -1    0    0xec000000 - 0xecffffff (0x1000000) MX[b]
    [6] -1    0    0xee004000 - 0xee0040ff (0x100) MX[b]
    [7] -1    0    0xee003000 - 0xee003fff (0x1000) MX[b]
    [8] -1    0    0xee002000 - 0xee002fff (0x1000) MX[b]
    [9] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [10] -1    0    0xe9000000 - 0xe9ffffff (0x1000000) MX[b](B)
    [11] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [12] -1    0    0xe8000000 - 0xe8ffffff (0x1000000) MX[b](B)
    [13] -1    0    0xeb000000 - 0xebffffff (0x1000000) MX[b](B)
    [14] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [15] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [16] -1    0    0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [17] -1    0    0x0000b000 - 0x0000b0ff (0x100) IX[b]
    [18] -1    0    0x0000e400 - 0x0000e47f (0x80) IX[b]
    [19] -1    0    0x0000e000 - 0x0000e00f (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    0x0000cc00 - 0x0000cc1f (0x20) IX[b]
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded by default.
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.4.0.90, 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: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.4.0.90, 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: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.1
(II) NVIDIA GLX Module  169.12  Thu Feb 14 18:45:56 PST 2008
(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 1.4.0.90, 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: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
    compiled for 1.4.0.90, 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: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "nv"
(II) Loading /usr/lib/xorg/modules/drivers//nv_drv.so
(II) Module nv: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 2.1.7
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.2.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.2.3
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
(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, GeForce 8800 GTX, GeForce 8800 GTS,
    GeForce 8800 Ultra, Quadro FX 5600, Quadro FX 4600, GeForce 8600 GTS,
    GeForce 8600 GT, GeForce 8400 GS, GeForce 8600M GT, GeForce 8700M GT,
    Quadro FX 370, Quadro NVS 320M, Quadro FX 570M, Quadro FX 1600M,
    Quadro FX 570, Quadro FX 1700, GeForce 8500 GT, GeForce 8400 GS,
    GeForce 8300 GS, GeForce 8600M GS, GeForce 8400M GT,
    GeForce 8400M GS, GeForce 8400M G, Quadro NVS 140M, Quadro NVS 130M,
    Quadro NVS 135M, Quadro FX 360M, Quadro NVS 290, GeForce 8800 GT,
    Quadro FX 3700
(II) Primary Device is: PCI 02:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset GeForce 6600 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    0xed000000 - 0xed0000ff (0x100) MX[b]
    [5] -1    0    0xec000000 - 0xecffffff (0x1000000) MX[b]
    [6] -1    0    0xee004000 - 0xee0040ff (0x100) MX[b]
    [7] -1    0    0xee003000 - 0xee003fff (0x1000) MX[b]
    [8] -1    0    0xee002000 - 0xee002fff (0x1000) MX[b]
    [9] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [10] -1    0    0xe9000000 - 0xe9ffffff (0x1000000) MX[b](B)
    [11] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [12] -1    0    0xe8000000 - 0xe8ffffff (0x1000000) MX[b](B)
    [13] -1    0    0xeb000000 - 0xebffffff (0x1000000) MX[b](B)
    [14] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [15] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [16] -1    0    0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [17] -1    0    0x0000b000 - 0x0000b0ff (0x100) IX[b]
    [18] -1    0    0x0000e400 - 0x0000e47f (0x80) IX[b]
    [19] -1    0    0x0000e000 - 0x0000e00f (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    0x0000cc00 - 0x0000cc1f (0x20) IX[b]
(II) resource ranges after probing:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    0    0xed000000 - 0xed0000ff (0x100) MX[b]
    [5] -1    0    0xec000000 - 0xecffffff (0x1000000) MX[b]
    [6] -1    0    0xee004000 - 0xee0040ff (0x100) MX[b]
    [7] -1    0    0xee003000 - 0xee003fff (0x1000) MX[b]
    [8] -1    0    0xee002000 - 0xee002fff (0x1000) MX[b]
    [9] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [10] -1    0    0xe9000000 - 0xe9ffffff (0x1000000) MX[b](B)
    [11] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [12] -1    0    0xe8000000 - 0xe8ffffff (0x1000000) MX[b](B)
    [13] -1    0    0xeb000000 - 0xebffffff (0x1000000) MX[b](B)
    [14] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b]
    [15] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [16] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b]
    [17] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [18] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [19] -1    0    0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [20] -1    0    0x0000b000 - 0x0000b0ff (0x100) IX[b]
    [21] -1    0    0x0000e400 - 0x0000e47f (0x80) IX[b]
    [22] -1    0    0x0000e000 - 0x0000e00f (0x10) IX[b]
    [23] -1    0    0x00000b70 - 0x00000b73 (0x4) IX[b]
    [24] -1    0    0x00000970 - 0x00000977 (0x8) IX[b]
    [25] -1    0    0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [26] -1    0    0x000009f0 - 0x000009f7 (0x8) IX[b]
    [27] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[b]
    [28] -1    0    0x0000cc00 - 0x0000cc1f (0x20) IX[b]
    [29] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b]
    [30] 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 1.4.0.90, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
(II) NV(0): Initializing int10
(WW) NV(0): Bad V_BIOS checksum
(II) NV(0): Primary V_BIOS segment is: 0xc000
(--) NV(0): Chipset: "GeForce 6600"
(**) 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 1.4.0.90, module version = 0.1.0
    ABI class: X.Org Video Driver, version 2.0
(==) NV(0): Using HW cursor
(--) NV(0): Linear framebuffer at 0xD0000000
(--) NV(0): MMIO registers at 0xE8000000
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"(II) Module "i2c" already built-in
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(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):   ...found 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 1680 x 1050
(II) NV(0): Panel is TMDS
(--) NV(0): VideoRAM: 262144 kBytes
(==) NV(0): Using gamma correction (1.0, 1.0, 1.0)
(II) NV(0): Monitor0: Using hsync range of 0.00-64.67 kHz
(II) NV(0): Monitor0: Using vrefresh range of 0.00-59.88 Hz
(II) NV(0): Clock range:  12.00 to 400.00 MHz
(II) NV(0): Not using default mode "640x350" (vrefresh out of range)
(II) NV(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "640x400" (vrefresh out of range)
(II) NV(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "720x400" (vrefresh 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" (vrefresh out of range)
(II) NV(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "640x480" (vrefresh out of range)
(II) NV(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "640x480" (vrefresh out of range)
(II) NV(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "800x600" (vrefresh out of range)
(II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "800x600" (vrefresh out of range)
(II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "800x600" (vrefresh 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 "512x384" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1024x768" (vrefresh 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 "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 "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" (exceeds panel dimensions)
(II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1600x1200" (exceeds panel dimensions)
(II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) NV(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1792x1344" (exceeds panel dimensions)
(II) NV(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) NV(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1856x1392" (exceeds panel dimensions)
(II) NV(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) NV(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) NV(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "832x624" (vrefresh out of range)
(II) NV(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "640x384" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "640x400" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "576x384" (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 "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 "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 "720x450" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1920x1200" (exceeds panel dimensions)
(II) NV(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1920x1200" (exceeds panel dimensions)
(II) NV(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1920x1440" (exceeds panel dimensions)
(II) NV(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) NV(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) NV(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "2048x1536" (exceeds panel dimensions)
(II) NV(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using mode "nvidia-auto-select" (no mode of this name)
(--) NV(0): Virtual size is 1680x1050 (pitch 1680)
(**) NV(0):  Driver mode "1680x1050": 119.0 MHz, 64.7 kHz, 59.9 Hz
(II) NV(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz)
(**) NV(0):  Default mode "1680x1050": 147.1 MHz, 65.2 kHz, 60.0 Hz
(II) NV(0): Modeline "1680x1050"x60.0  147.14  1680 1784 1968 2256  1050 1051 1054 1087 (65.2 kHz)
(**) NV(0):  Default mode "1400x1050": 122.0 MHz, 64.9 kHz, 60.0 Hz
(II) NV(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz)
(**) NV(0):  Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
(II) NV(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(**) NV(0):  Default mode "1440x900": 108.8 MHz, 56.9 kHz, 60.2 Hz
(II) NV(0): Modeline "1440x900"x60.2  108.84  1440 1472 1880 1912  900 918 927 946 +hsync +vsync (56.9 kHz)
(**) NV(0):  Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz
(II) NV(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz)
(**) NV(0):  Default mode "1280x800": 83.5 MHz, 49.7 kHz, 60.0 Hz
(II) NV(0): Modeline "1280x800"x60.0   83.46  1280 1344 1480 1680  800 801 804 828 (49.7 kHz)
(**) NV(0):  Default mode "1280x768": 80.1 MHz, 47.7 kHz, 60.0 Hz
(II) NV(0): Modeline "1280x768"x60.0   80.14  1280 1344 1480 1680  768 769 772 795 (47.7 kHz)
(**) NV(0):  Default mode "1152x768": 65.0 MHz, 44.2 kHz, 54.8 Hz
(II) NV(0): Modeline "1152x768"x54.8   65.00  1152 1178 1314 1472  768 771 777 806 +hsync +vsync (44.2 kHz)
(**) NV(0):  Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) NV(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(**) NV(0):  Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) NV(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(**) NV(0):  Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) NV(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(**) NV(0):  Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz
(II) NV(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(==) NV(0): DPI set to (96, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
    compiled for 1.4.0.90, 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 1.4.0.90, module version = 1.2.0
    ABI class: X.Org Video Driver, version 2.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
    [0] 0    0    0xe9000000 - 0xe9ffffff (0x1000000) MX[b]
    [1] 0    0    0xd0000000 - 0xdfffffff (0x10000000) MX[b]
    [2] 0    0    0xe8000000 - 0xe8ffffff (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    0xed000000 - 0xed0000ff (0x100) MX[b]
    [8] -1    0    0xec000000 - 0xecffffff (0x1000000) MX[b]
    [9] -1    0    0xee004000 - 0xee0040ff (0x100) MX[b]
    [10] -1    0    0xee003000 - 0xee003fff (0x1000) MX[b]
    [11] -1    0    0xee002000 - 0xee002fff (0x1000) MX[b]
    [12] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [13] -1    0    0xe9000000 - 0xe9ffffff (0x1000000) MX[b](B)
    [14] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [15] -1    0    0xe8000000 - 0xe8ffffff (0x1000000) MX[b](B)
    [16] -1    0    0xeb000000 - 0xebffffff (0x1000000) MX[b](B)
    [17] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
    [18] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
    [19] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
    [20] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [21] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [22] -1    0    0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [23] -1    0    0x0000b000 - 0x0000b0ff (0x100) IX[b]
    [24] -1    0    0x0000e400 - 0x0000e47f (0x80) IX[b]
    [25] -1    0    0x0000e000 - 0x0000e00f (0x10) IX[b]
    [26] -1    0    0x00000b70 - 0x00000b73 (0x4) IX[b]
    [27] -1    0    0x00000970 - 0x00000977 (0x8) IX[b]
    [28] -1    0    0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [29] -1    0    0x000009f0 - 0x000009f7 (0x8) IX[b]
    [30] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[b]
    [31] -1    0    0x0000cc00 - 0x0000cc1f (0x20) IX[b]
    [32] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [33] 0    0    0x000003c0 - 0x000003df (0x20) IS[b](OprU)
(==) NV(0): Write-combining range (0xd0000000,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
(**) Option "dpms" "true"
(**) NV(0): DPMS enabled
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
(**) Option "CoreKeyboard"
(**) Keyboard0: always reports core events
(**) 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"
(WW) Option "XkbVariant" requires an string value
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(**) Option "Protocol" "auto"
(**) PS/2 Mouse: Device: "/dev/psaux"
(**) PS/2 Mouse: Protocol: "auto"
(**) Option "SendCoreEvents" "true"
(**) Option "CorePointer"
(**) PS/2 Mouse: always reports core events
(**) Option "Device" "/dev/psaux"
(**) Option "Emulate3Buttons" "true"
(**) Option "Emulate3Timeout" "70"
(**) PS/2 Mouse: Emulate3Buttons, Emulate3Timeout: 70
(**) Option "ZAxisMapping" "4 5"
(**) PS/2 Mouse: ZAxisMapping: buttons 4 and 5
(**) PS/2 Mouse: Buttons: 9
(**) PS/2 Mouse: Sensitivity: 1
(II) evaluating device (PS/2 Mouse)
(II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE)
(II) evaluating device (Keyboard0)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(--) PS/2 Mouse: PnP-detected protocol: "ExplorerPS/2"
(II) PS/2 Mouse: ps2EnableDataReporting: succeeded
Could not init font path element /usr/share/fonts/Type1, removing from list!
tossed event which came in late
mieqEnequeue: out-of-order valuator event; dropping.
tossed event which came in late
mieqEnequeue: out-of-order valuator event; dropping.
tossed event which came in late
mieqEnequeue: out-of-order valuator event; dropping.
tossed event which came in late
mieqEnequeue: out-of-order valuator event; dropping.
tossed event which came in late
mieqEnequeue: out-of-order valuator event; dropping.
tossed event which came in late
mieqEnequeue: out-of-order valuator event; dropping.
tossed event which came in late
mieqEnequeue: out-of-order valuator event; dropping.

The file continues to say

tossed event which came in late
mieqEnequeue: out-of-order valuator event: dropping.

a whole bunch of times until the end of the file. I actually had to shorten it in order for it to fit under the 64kb limit of the forums.

Offline

#17 2008-04-10 00:41:28

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: Nvidia 3D driver driving me crazy

Submit a bug report.

Offline

#18 2008-04-10 01:23:45

Dirhael
Member
From: /cold/north
Registered: 2008-03-12
Posts: 46

Re: Nvidia 3D driver driving me crazy

Could you try reposting your Xorg after trying to use the Nvidia driver? The output you posted is for the "nv" one which doesn't really help all that much.. I also have another suggesting, try installing "acpid" (pacman -S acpid) and reboot (or restart hal + X). The reason I'm suggesting this is that I seem to recall something about the nvidia driver complaining and failing to load some component if it can't find it.

Offline

#19 2008-04-10 04:32:58

roberto88h
Member
Registered: 2008-04-09
Posts: 7

Re: Nvidia 3D driver driving me crazy

Here is my Xorg.0.log after I try and run the "nvidia" driver.

This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.

X.Org X Server 1.4.0.90
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-ARCH i686 
Current Operating System: Linux robsdesktop 2.6.24-ARCH #1 SMP PREEMPT Sun Mar 30 11:40:06 CEST 2008 i686
Build Date: 23 March 2008  11:53:09AM
 
    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: Thu Apr 10 00:23:01 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Xorg Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "PS/2 Mouse"
(**) Option "AllowMouseOpenFail" "true"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/PEX" does not exist.
    Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/cyrillic".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/cyrillic").
(WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/ttf/western" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/ttf/decoratives" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/truetype" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/truetype/openoffice" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/truetype/ttf-bitstream-vera" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/latex-ttf-fonts" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/defoma/CID" does not exist.
    Entry deleted from font path.
(WW) The directory "/usr/share/fonts/defoma/TrueType" does not exist.
    Entry deleted from font path.
(==) Including the default font path /usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1.
(**) FontPath set to:
    /usr/share/fonts/misc:unscaled,
    /usr/share/fonts/misc,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/75dpi,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/100dpi,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
(**) RgbPath set to "/usr/share/X11/rgb"
(**) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81d77c0
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 2.0
    X.Org XInput driver : 2.0
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,01e0 card 147b,1c09 rev c1 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 10de,01eb card 10de,0c17 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:2: chip 10de,01ee card 10de,0c17 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:3: chip 10de,01ed card 10de,0c17 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:4: chip 10de,01ec card 10de,0c17 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:5: chip 10de,01ef card 10de,0c17 rev c1 class 05,00,00 hdr 80
(II) PCI: 00:01:0: chip 10de,0080 card 147b,1c09 rev a3 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0084 card 147b,1c09 rev a1 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,0087 card 147b,1c09 rev a1 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,0087 card 147b,1c09 rev a1 class 0c,03,10 hdr 80
(II) PCI: 00:02:2: chip 10de,0088 card 147b,1c09 rev a2 class 0c,03,20 hdr 80
(II) PCI: 00:08:0: chip 10de,008b card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:09:0: chip 10de,0085 card f47b,1c09 rev a3 class 01,01,8a hdr 00
(II) PCI: 00:0b:0: chip 10de,008e card 147b,1c09 rev a3 class 01,01,85 hdr 00
(II) PCI: 00:1e:0: chip 10de,01e8 card 0000,0000 rev c1 class 06,04,00 hdr 01
(II) PCI: 01:07:0: chip 14f1,8800 card 107d,663d rev 05 class 04,00,00 hdr 80
(II) PCI: 01:07:2: chip 14f1,8802 card 107d,663d rev 05 class 04,80,00 hdr 80
(II) PCI: 01:09:0: chip 13f6,0111 card 13f6,0111 rev 10 class 04,01,00 hdr 00
(II) PCI: 01:0b:0: chip 1106,3065 card 147b,1c09 rev 8d class 02,00,00 hdr 00
(II) PCI: 02:00:0: chip 10de,00f2 card 0000,0000 rev a2 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,2), 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-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:8:0), (0,1,1), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 1 I/O range:
    [0] -1    0    0x0000b000 - 0x0000b0ff (0x100) IX[b]
    [1] -1    0    0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [2] -1    0    0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [3] -1    0    0x0000bc00 - 0x0000bcff (0x100) IX[b]
(II) Bus 1 non-prefetchable memory range:
    [0] -1    0    0xeb000000 - 0xedffffff (0x3000000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x000e (VGA_EN is set)
(II) Bus 2 non-prefetchable memory range:
    [0] -1    0    0xe8000000 - 0xeaffffff (0x3000000) MX[b]
(II) Bus 2 prefetchable memory range:
    [0] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[b]
(--) PCI: (1:7:0) unknown vendor (0x14f1) unknown chipset (0x8800) rev 5, Mem @ 0xeb000000/24
(--) PCI:*(2:0:0) nVidia Corporation NV43 [GeForce 6600] rev 162, Mem @ 0xe8000000/24, 0xd0000000/28, 0xe9000000/24
(II) Addressable bus resource ranges are
    [0] -1    0    0x00000000 - 0xffffffff (0x0) MX[b]
    [1] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) OS-reported resource ranges:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
(II) PCI Memory resource overlap reduced 0xe0000000 from 0xe7ffffff to 0xdfffffff
(II) Active PCI resource ranges:
    [0] -1    0    0xed000000 - 0xed0000ff (0x100) MX[b]
    [1] -1    0    0xec000000 - 0xecffffff (0x1000000) MX[b]
    [2] -1    0    0xee004000 - 0xee0040ff (0x100) MX[b]
    [3] -1    0    0xee003000 - 0xee003fff (0x1000) MX[b]
    [4] -1    0    0xee002000 - 0xee002fff (0x1000) MX[b]
    [5] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [6] -1    0    0xe9000000 - 0xe9ffffff (0x1000000) MX[b](B)
    [7] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [8] -1    0    0xe8000000 - 0xe8ffffff (0x1000000) MX[b](B)
    [9] -1    0    0xeb000000 - 0xebffffff (0x1000000) MX[b](B)
    [10] -1    0    0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [11] -1    0    0x0000b000 - 0x0000b0ff (0x100) IX[b]
    [12] -1    0    0x0000e400 - 0x0000e47f (0x80) IX[b]
    [13] -1    0    0x0000e000 - 0x0000e00f (0x10) IX[b]
    [14] -1    0    0x00000b70 - 0x00000b73 (0x4) IX[b]
    [15] -1    0    0x00000970 - 0x00000977 (0x8) IX[b]
    [16] -1    0    0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [17] -1    0    0x000009f0 - 0x000009f7 (0x8) IX[b]
    [18] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[b]
    [19] -1    0    0x0000cc00 - 0x0000cc1f (0x20) IX[b]
(II) Active PCI resource ranges after removing overlaps:
    [0] -1    0    0xed000000 - 0xed0000ff (0x100) MX[b]
    [1] -1    0    0xec000000 - 0xecffffff (0x1000000) MX[b]
    [2] -1    0    0xee004000 - 0xee0040ff (0x100) MX[b]
    [3] -1    0    0xee003000 - 0xee003fff (0x1000) MX[b]
    [4] -1    0    0xee002000 - 0xee002fff (0x1000) MX[b]
    [5] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [6] -1    0    0xe9000000 - 0xe9ffffff (0x1000000) MX[b](B)
    [7] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [8] -1    0    0xe8000000 - 0xe8ffffff (0x1000000) MX[b](B)
    [9] -1    0    0xeb000000 - 0xebffffff (0x1000000) MX[b](B)
    [10] -1    0    0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [11] -1    0    0x0000b000 - 0x0000b0ff (0x100) IX[b]
    [12] -1    0    0x0000e400 - 0x0000e47f (0x80) IX[b]
    [13] -1    0    0x0000e000 - 0x0000e00f (0x10) IX[b]
    [14] -1    0    0x00000b70 - 0x00000b73 (0x4) IX[b]
    [15] -1    0    0x00000970 - 0x00000977 (0x8) IX[b]
    [16] -1    0    0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [17] -1    0    0x000009f0 - 0x000009f7 (0x8) IX[b]
    [18] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[b]
    [19] -1    0    0x0000cc00 - 0x0000cc1f (0x20) IX[b]
(II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
(II) All system resource ranges:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    0    0xed000000 - 0xed0000ff (0x100) MX[b]
    [5] -1    0    0xec000000 - 0xecffffff (0x1000000) MX[b]
    [6] -1    0    0xee004000 - 0xee0040ff (0x100) MX[b]
    [7] -1    0    0xee003000 - 0xee003fff (0x1000) MX[b]
    [8] -1    0    0xee002000 - 0xee002fff (0x1000) MX[b]
    [9] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [10] -1    0    0xe9000000 - 0xe9ffffff (0x1000000) MX[b](B)
    [11] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [12] -1    0    0xe8000000 - 0xe8ffffff (0x1000000) MX[b](B)
    [13] -1    0    0xeb000000 - 0xebffffff (0x1000000) MX[b](B)
    [14] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [15] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [16] -1    0    0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [17] -1    0    0x0000b000 - 0x0000b0ff (0x100) IX[b]
    [18] -1    0    0x0000e400 - 0x0000e47f (0x80) IX[b]
    [19] -1    0    0x0000e000 - 0x0000e00f (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    0x0000cc00 - 0x0000cc1f (0x20) IX[b]
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded by default.
(II) LoadModule: "ddc"(II) Module "ddc" already built-in
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.4.0.90, 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: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.4.0.90, 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: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.1
(II) NVIDIA GLX Module  169.12  Thu Feb 14 18:45:56 PST 2008
(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 1.4.0.90, 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: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
    compiled for 1.4.0.90, 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: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(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.0
    Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.2.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.2.3
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
(II) NVIDIA dlloader X Driver  169.12  Thu Feb 14 17:55:38 PST 2008
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 02: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 1.4.0.90, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/lib/xorg/modules//libwfb.so
(II) Module wfb: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(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    0xed000000 - 0xed0000ff (0x100) MX[b]
    [5] -1    0    0xec000000 - 0xecffffff (0x1000000) MX[b]
    [6] -1    0    0xee004000 - 0xee0040ff (0x100) MX[b]
    [7] -1    0    0xee003000 - 0xee003fff (0x1000) MX[b]
    [8] -1    0    0xee002000 - 0xee002fff (0x1000) MX[b]
    [9] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [10] -1    0    0xe9000000 - 0xe9ffffff (0x1000000) MX[b](B)
    [11] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [12] -1    0    0xe8000000 - 0xe8ffffff (0x1000000) MX[b](B)
    [13] -1    0    0xeb000000 - 0xebffffff (0x1000000) MX[b](B)
    [14] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [15] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [16] -1    0    0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [17] -1    0    0x0000b000 - 0x0000b0ff (0x100) IX[b]
    [18] -1    0    0x0000e400 - 0x0000e47f (0x80) IX[b]
    [19] -1    0    0x0000e000 - 0x0000e00f (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    0x0000cc00 - 0x0000cc1f (0x20) IX[b]
(II) resource ranges after probing:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    0    0xed000000 - 0xed0000ff (0x100) MX[b]
    [5] -1    0    0xec000000 - 0xecffffff (0x1000000) MX[b]
    [6] -1    0    0xee004000 - 0xee0040ff (0x100) MX[b]
    [7] -1    0    0xee003000 - 0xee003fff (0x1000) MX[b]
    [8] -1    0    0xee002000 - 0xee002fff (0x1000) MX[b]
    [9] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [10] -1    0    0xe9000000 - 0xe9ffffff (0x1000000) MX[b](B)
    [11] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [12] -1    0    0xe8000000 - 0xe8ffffff (0x1000000) MX[b](B)
    [13] -1    0    0xeb000000 - 0xebffffff (0x1000000) MX[b](B)
    [14] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b]
    [15] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [16] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b]
    [17] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [18] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [19] -1    0    0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [20] -1    0    0x0000b000 - 0x0000b0ff (0x100) IX[b]
    [21] -1    0    0x0000e400 - 0x0000e47f (0x80) IX[b]
    [22] -1    0    0x0000e000 - 0x0000e00f (0x10) IX[b]
    [23] -1    0    0x00000b70 - 0x00000b73 (0x4) IX[b]
    [24] -1    0    0x00000970 - 0x00000977 (0x8) IX[b]
    [25] -1    0    0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [26] -1    0    0x000009f0 - 0x000009f7 (0x8) IX[b]
    [27] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[b]
    [28] -1    0    0x0000cc00 - 0x0000cc1f (0x20) IX[b]
    [29] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b]
    [30] 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): Enabling RENDER acceleration
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0):     enabled.
(II) NVIDIA(GPU-0): No display devices connected; falling back to: CRT-0
(WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-0
(II) NVIDIA(0): NVIDIA GPU GeForce 6600 (NV43) at PCI:2:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 262144 kBytes
(--) NVIDIA(0): VideoBIOS: 05.43.02.46.01
(II) NVIDIA(0): Detected AGP rate: 8X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce 6600 at PCI:2:0:0:
(--) NVIDIA(0):     CRT-0
(--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
(II) NVIDIA(0): Assigned Display Device: CRT-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "nvidia-auto-select"
(II) NVIDIA(0): Virtual screen size determined to be 640 x 480
(WW) NVIDIA(0): Unable to get display device CRT-0's EDID; cannot compute DPI
(WW) NVIDIA(0):     from CRT-0's EDID.
(==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
(==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
    [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    0xed000000 - 0xed0000ff (0x100) MX[b]
    [5] -1    0    0xec000000 - 0xecffffff (0x1000000) MX[b]
    [6] -1    0    0xee004000 - 0xee0040ff (0x100) MX[b]
    [7] -1    0    0xee003000 - 0xee003fff (0x1000) MX[b]
    [8] -1    0    0xee002000 - 0xee002fff (0x1000) MX[b]
    [9] -1    0    0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [10] -1    0    0xe9000000 - 0xe9ffffff (0x1000000) MX[b](B)
    [11] -1    0    0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [12] -1    0    0xe8000000 - 0xe8ffffff (0x1000000) MX[b](B)
    [13] -1    0    0xeb000000 - 0xebffffff (0x1000000) MX[b](B)
    [14] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b]
    [15] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [16] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b]
    [17] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [18] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [19] -1    0    0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [20] -1    0    0x0000b000 - 0x0000b0ff (0x100) IX[b]
    [21] -1    0    0x0000e400 - 0x0000e47f (0x80) IX[b]
    [22] -1    0    0x0000e000 - 0x0000e00f (0x10) IX[b]
    [23] -1    0    0x00000b70 - 0x00000b73 (0x4) IX[b]
    [24] -1    0    0x00000970 - 0x00000977 (0x8) IX[b]
    [25] -1    0    0x00000bf0 - 0x00000bf3 (0x4) IX[b]
    [26] -1    0    0x000009f0 - 0x000009f7 (0x8) IX[b]
    [27] -1    0    0x0000f000 - 0x0000f00f (0x10) IX[b]
    [28] -1    0    0x0000cc00 - 0x0000cc1f (0x20) IX[b]
    [29] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b]
    [30] 0    0    0x000003c0 - 0x000003df (0x20) IS[b]
(II) NVIDIA(0): Initialized AGP GART.
(II) NVIDIA(0): Setting mode "nvidia-auto-select"
(II) NVIDIA(0): Built-in logo is bigger than the screen.
(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
(**) Option "dpms" "true"
(**) NVIDIA(0): DPMS 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 XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(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 "CoreKeyboard"
(**) Keyboard0: always reports core events
(**) 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"
(WW) Option "XkbVariant" requires an string value
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(**) Option "Protocol" "auto"
(**) PS/2 Mouse: Device: "/dev/psaux"
(**) PS/2 Mouse: Protocol: "auto"
(**) Option "SendCoreEvents" "true"
(**) Option "CorePointer"
(**) PS/2 Mouse: always reports core events
(**) Option "Device" "/dev/psaux"
(**) Option "Emulate3Buttons" "true"
(**) Option "Emulate3Timeout" "70"
(**) PS/2 Mouse: Emulate3Buttons, Emulate3Timeout: 70
(**) Option "ZAxisMapping" "4 5"
(**) PS/2 Mouse: ZAxisMapping: buttons 4 and 5
(**) PS/2 Mouse: Buttons: 9
(**) PS/2 Mouse: Sensitivity: 1
(II) evaluating device (PS/2 Mouse)
(II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE)
(II) evaluating device (Keyboard0)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(--) PS/2 Mouse: PnP-detected protocol: "ExplorerPS/2"
(II) PS/2 Mouse: ps2EnableDataReporting: succeeded
Could not init font path element /usr/share/fonts/Type1, removing from list!
FreeFontPath: FPE "/usr/share/fonts/misc:unscaled" refcount is 2, should be 1; fixing.

I also installed acpid (and rebooted) and it did not resolve the issue. Thanks for all the help so far.

EDIT

I used "hwd -x" and "nvidia-xconfig" to generate a new xorg.conf and it kind of worked. I have 3D now, but a new problem has arisen. I am stuck at 640x480 resolution. I am unable to change it to anything different with both the nvidia settings and with System>Preferences>Screen Resolution. Here is my new xorg.conf after the "hwd -x" and "nvidia-xconfig":

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Thu Feb 14 18:20:37 PST 2008

# Auto-generated by Archie mkxcfg
# Auto-generated by Archie mkxcfg
#Section "DRI"
#    Mode 0666
#EndSection

Section "ServerLayout"

# Serial Mouse not detected
# USB Mouse not detected
    Identifier     "Xorg Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "PS/2 Mouse" "CorePointer"
EndSection

Section "Files"

# Additional fonts: Locale, Gimp, TTF...
#    FontPath     "/usr/share/lib/X11/fonts/latin2/75dpi"
#    FontPath     "/usr/share/lib/X11/fonts/latin2/100dpi"
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    RgbPath         "/usr/share/X11/rgb"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath        "/usr/share/fonts/misc:unscaled"
    FontPath        "/usr/share/fonts/misc"
    FontPath        "/usr/share/fonts/75dpi:unscaled"
    FontPath        "/usr/share/fonts/75dpi"
    FontPath        "/usr/share/fonts/100dpi:unscaled"
    FontPath        "/usr/share/fonts/100dpi"
    FontPath        "/usr/share/fonts/PEX"
    FontPath        "/usr/share/fonts/cyrillic"
    FontPath        "/usr/share/fonts/Type1"
    FontPath        "/usr/share/fonts/ttf/western"
    FontPath        "/usr/share/fonts/ttf/decoratives"
    FontPath        "/usr/share/fonts/truetype"
    FontPath        "/usr/share/fonts/truetype/openoffice"
    FontPath        "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath        "/usr/share/fonts/latex-ttf-fonts"
    FontPath        "/usr/share/fonts/defoma/CID"
    FontPath        "/usr/share/fonts/defoma/TrueType"
EndSection

Section "Module"

#    Load  "type1"
    Load           "ddc"  # ddc probing of monitor
    Load           "dbe"
#    Load  "dri"
    Load           "extmod"
    Load           "glx"
    Load           "bitmap" # bitmap-fonts
    Load           "freetype"
    Load           "record"
    #   Load  "synaptics"
EndSection

Section "ServerFlags"
    Option         "AllowMouseOpenFail" "true"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "keyboard"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "us"
    Option         "XkbVariant" ""
EndSection

Section "InputDevice"
    Identifier     "Serial Mouse"
    Driver         "mouse"
    Option         "Protocol" "Microsoft"
    Option         "Device" "/dev/ttyS0"
    Option         "Emulate3Buttons" "true"
    Option         "Emulate3Timeout" "70"
    Option         "SendCoreEvents" "true"
EndSection

Section "InputDevice"
    Identifier     "PS/2 Mouse"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "ZAxisMapping" "4 5"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "true"
    Option         "Emulate3Timeout" "70"
    Option         "SendCoreEvents" "true"
EndSection

Section "InputDevice"
    Identifier     "USB Mouse"
    Driver         "mouse"
    Option         "Device" "/dev/input/mice"
    Option         "SendCoreEvents" "true"
    Option         "Protocol" "IMPS/2"
    Option         "ZAxisMapping" "4 5"
    Option         "Buttons" "5"
EndSection

Section "Monitor"

#    HorizSync    28.0 - 96.0 # Warning: This may fry old Monitors
#    VertRefresh  50.0 - 75.0 # Very conservative. May flicker.
#    VertRefresh  50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
    #  Default modes distilled from
    #      "VESA and Industry Standards and Guide for Computer Display Monitor
    #       Timing", version 1.0, revision 0.8, adopted September 17, 1998.
    #  $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $
    # 640x350 @ 85Hz (VESA) hsync: 37.9kHz
    Identifier     "Monitor0"
    ModeLine       "640x350" 31.5 640 672 736 832 350 382 385 445 +hsync -vsync
    ModeLine       "640x400" 31.5 640 672 736 832 400 401 404 445 -hsync +vsync
    ModeLine       "720x400" 35.5 720 756 828 936 400 401 404 446 -hsync +vsync
    ModeLine       "640x480" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
    ModeLine       "640x480" 31.5 640 664 704 832 480 489 491 520 -hsync -vsync
    ModeLine       "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
    ModeLine       "640x480" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync
    ModeLine       "800x600" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
    ModeLine       "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    ModeLine       "800x600" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
    ModeLine       "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
    ModeLine       "800x600" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
    ModeLine       "1024x768" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync interlace
    ModeLine       "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
    ModeLine       "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
    ModeLine       "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
    ModeLine       "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
    ModeLine       "1152x864" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
    ModeLine       "1280x960" 108.0 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync
    ModeLine       "1280x960" 148.5 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync
    ModeLine       "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    ModeLine       "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
    ModeLine       "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
    ModeLine       "1600x1200" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine       "1600x1200" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine       "1600x1200" 189.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine       "1600x1200" 202.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine       "1600x1200" 229.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine       "1792x1344" 204.8 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync
    ModeLine       "1792x1344" 261.0 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync
    ModeLine       "1856x1392" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync
    ModeLine       "1856x1392" 288.0 1856 1984 2208 2560 1392 1393 1396 1500 -hsync +vsync
    ModeLine       "1920x1440" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
    ModeLine       "1920x1440" 297.0 1920 2064 2288 2640 1440 1441 1444 1500 -hsync +vsync
    ModeLine       "1800x1440" 230.0 1800 1896 2088 2392 1440 1441 1444 1490 +hsync +vsync
    ModeLine       "1800x1440" 250.0 1800 1896 2088 2392 1440 1441 1444 1490 +hsync +vsync
    ModeLine       "640x480" 43.2 640 680 744 848 480 481 484 509 -hsync +vsync
    ModeLine       "768x576" 35.0 768 792 872 976 576 577 580 597 -hsync +vsync
    ModeLine       "768x576" 42.9 768 800 880 992 576 577 580 601 -hsync +vsync
    ModeLine       "768x576" 45.5 768 808 888 1008 576 577 580 602 -hsync +vsync
    ModeLine       "768x576" 51.8 768 808 888 1008 576 577 580 605 -hsync +vsync
    ModeLine       "768x576" 62.6 768 816 896 1024 576 577 580 611 -hsync +vsync
    ModeLine       "800x600" 68.2 800 848 936 1072 600 601 604 636 -hsync +vsync
    ModeLine       "1024x768" 113.3 1024 1096 1208 1392 768 769 772 814 -hsync +vsync
    ModeLine       "1152x864" 81.6 1152 1216 1336 1520 864 865 868 895 -hsync +vsync
    ModeLine       "1152x864" 119.7 1152 1224 1352 1552 864 865 868 907 -hsync +vsync
    ModeLine       "1152x864" 143.5 1152 1232 1360 1568 864 865 868 915 -hsync +vsync
    ModeLine       "1280x960" 124.5 1280 1368 1504 1728 960 961 964 1001 -hsync +vsync
    ModeLine       "1280x960" 129.9 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync
    ModeLine       "1280x960" 179.0 1280 1376 1520 1760 960 961 964 1017 -hsync +vsync
    ModeLine       "1280x1024" 191.0 1280 1376 1520 1760 1024 1025 1028 1085 -hsync +vsync
    ModeLine       "1400x1050" 122.6 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
    ModeLine       "1400x1050" 149.3 1400 1496 1648 1896 1050 1051 1054 1094 -hsync +vsync
    ModeLine       "1400x1050" 155.8 1400 1496 1648 1896 1050 1051 1054 1096 -hsync +vsync
    ModeLine       "1400x1050" 179.3 1400 1504 1656 1912 1050 1051 1054 1103 -hsync +vsync
    ModeLine       "1400x1050" 214.4 1400 1512 1664 1928 1050 1051 1054 1112 -hsync +vsync
    ModeLine       "1600x1200" 280.6 1600 1728 1904 2208 1200 1201 1204 1271 -hsync +vsync
    ModeLine       "1680x1050" 154.2 1680 1712 2296 2328 1050 1071 1081 1103
    Option         "DPMS" "true"
#    HorizSync    28.0 - 78.0 # Warning: This may fry very old Monitors
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "All"
    BoardName      "All"
    Option "ConnectedMonitor" "DFP"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "nvidia-auto-select"
    EndSubSection
EndSection

I added the modeline for 1680x1050 and the "Option "ConnectedMonitor" "DFP"" line (this xorg.conf won't work without it). I'm not sure I did the modeline correctly (I've never made one before).

Now I have 3D, but at a very low resolution.

Last edited by roberto88h (2008-04-10 05:48:28)

Offline

#20 2008-04-10 06:42:11

Leigh
Member
From: USA
Registered: 2004-06-25
Posts: 533

Re: Nvidia 3D driver driving me crazy

I'm pretty sure under "Section Monitor" you'll need to specify the HorizSync  VertRefresh for your specific monitor. I see you have that part commented out. I suspect that might be why your mode lines aren't working and your stuck at 640x480.

If your able to start X, take a look at your Xorg.0.log again. you'll probably see some messages about rejected modelines / resolutions. Sometimes it takes a lot of tweaking and trial and error, getting all the right settings for your card and monitor. Also try googling your monitor, nvidia, and xorg.conf. Chances are you'll find some clues to help with your specific hardware. That's how I got my triple screen setup. I had tons of trouble at first, and I kept going back and forth between xorg.conf and Xorg.0.log, and googling for similar setups as mine. I just kept tweaking until I finally had no EE or WW's in Xorg.0.log

Also, once I had a configuration that at least started X, I saved it as xorg.confbak, so If one of my tweaks caused X not to start, I could just open up xorg.confbak in vi, or nano, and rename it to xorg.conf so I could at least get a graphical interface back to do some more searches and try again. smile

Last edited by Leigh (2008-04-10 06:44:18)


-- archlinux 是一个极好的 linux

Offline

#21 2008-04-10 10:06:44

Dirhael
Member
From: /cold/north
Registered: 2008-03-12
Posts: 46

Re: Nvidia 3D driver driving me crazy

As the poster above me said, your best bet right now would be to google your monitor and modeline. That said, almost all LCD panels will run 60hz at the resolution you're looking for so you could try the following one:

"1680x1050" 119.0 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync

(taken from a Dell 2005FPW)

I can't remember the last time I needed to set a modeline in X so I'm afraid I wouldn't be much help with that if the above doesn't work sad

Last edited by Dirhael (2008-04-10 10:07:27)

Offline

#22 2008-04-10 10:15:03

dabski
Member
Registered: 2008-02-07
Posts: 101
Website

Re: Nvidia 3D driver driving me crazy

Not sure if this will help but you could try changing:

Modes      "nvidia-auto-select"

back to:

Modes      "1680x1050" "1440x900" "1400x1050" "1280x1024" "1280x800" "1024x768" "800x600" "640x480"

I also noticed in your log that the monitor it detected as a CRT but I got the impression that you had an LCD? If so are you using a DVI cable?

Last edited by dabski (2008-04-10 10:17:57)

Offline

#23 2008-04-10 20:52:09

attila
Member
Registered: 2006-11-14
Posts: 293

Re: Nvidia 3D driver driving me crazy

@roberto88h I recognized this in your log:

(WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-0
...
(WW) NVIDIA(0): Unable to get display device CRT-0's EDID; cannot compute DPI
(WW) NVIDIA(0):     from CRT-0's EDID.
(==) NVIDIA(0): DPI set to (75, 75); computed from built-in default

This remembers me that i have had problems too with my older tft because i have only lower resolutions. I put this in my xorg.conf for the nvidia device:

Option      "UseEDIDFreqs" "FALSE"
Option      "UseEDIDDpi" "FALSE"
Option      "DPI" "96 x 96"

And you should put your resolutions back in the Screen Section. A good idea would be too to extract it "sh NVIDIA-* -x" and read about "UseEDIDFreqs", "UseEDIDDpi" and "NoEDIDModes" in NVIDIA-Linux-x86-169.12-pkg1/usr/share/doc/README.txt.

Now with an NEC 2190 this problem is gone but before with an ImageQuest L70A i never have had 1280x1024 and another dpi as 96dpi from a certain nvidia driver version on.

Offline

#24 2008-04-10 21:38:21

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: Nvidia 3D driver driving me crazy

nvidia 173.08 is out - it fixes the sky in ut2004, finally. Give it a try.

lib32-nvidia-utils-173.08 is available pre-compiled here smile

Offline

#25 2008-04-11 01:59:54

roberto88h
Member
Registered: 2008-04-09
Posts: 7

Re: Nvidia 3D driver driving me crazy

Yes, I am using an LCD monitor and it's connected with a DVI cable. It's a BenQ fp202w to be exact.

I put my resolutions, and the EDID/DPI options into the xorg.conf, but no dice. The latest nvidia drivers seemed to have no effect. I'm messing around with modelines right now. I'll report my progress later.

Offline

Board footer

Powered by FluxBB