Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Solved] Can't get X working with nvidia 7050 graphics chip
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

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


Joined: 20 Mar 2005
Posts: 14
Location: Germany

PostPosted: Mon Aug 27, 2007 11:51 pm    Post subject: [Solved] Can't get X working with nvidia 7050 graphics chip Reply with quote

Hi everybody,

I'm trying to configure a nvidia 7050 onboard card on a nforce 630a chipset. (My mainboard is an Asrock ALiveNF7G-HDready) - my system is an Athlon64x2 (amd64) arch. I got everything else from this nforce chipsets running so far, and I'm using vesa-framebuffer successfully (no X!).

Now I already have some experiences from other graphic board with X, including old TNT2, intel i810, ... on other machines but i totally seem to fail, getting this 7050 board running in X.

My xorg.conf is quite simple by now:

Code:

/etc/X11/xorg.conf

Section "Module"               
    Load        "dbe"   # Double buffer extension
    SubSection  "extmod"       
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection               
    Load        "type1"         
    Load        "freetype"     
    Load       "glx"           
#    Load       "dri"           
EndSection                     
                               
Section "Files"
    RgbPath     "/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/TTF/"
    FontPath   "/usr/share/fonts/Type1/"
    FontPath   "/usr/share/fonts/75dpi/"
    FontPath   "/usr/share/fonts/100dpi/"
    FontPath   "/usr/share/fonts/local/"
EndSection

Section "ServerFlags"
EndSection

Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "Auto"
    Option "Device"      "/dev/input/mice"
    Option "ChordMiddle"
    Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier  "tft0"
    VertRefresh 60-75
    Option "DPMS"
EndSection

Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Driver     "vga"
EndSection

Section "Device"
       Identifier  "nvidia0"
       Driver      "nvidia"
       BusID       "PCI:0:18:0"
       Option "NVAGP"          "1"
       Option "RenderAccel"    "1"
#     VideoRam    131072
#     Insert Clocks lines here if appropriate
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "nvidia0"
    Monitor     "tft0"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1024x768" "1280x1024" "800x600"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "1280x1024" "800x600"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "1280x1024" "800x600"
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Section "DRI"
    Mode 0666
EndSection


When I start my xserver, i get the message
Code:

...
(WW) NVIDIA: No matching Device section for instance (BusID PCI:0:1:3) found
(EE) NVIDIA(0): Failed to allocate 2D engine 0x0000502d
...


I'm not so sure about that second "device" on 0:1:3, which seems not to be the right choice for the device-section. When I use the xorg.conf above (with 0:18:0) I get a short screen flashing while trying to start X - with the 0:1:3 guy nothing happens.

My /var/log/Xorg.0.log tells me:

Code:

/var/log/Xorg.0.log

X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: Linux 2.6.22-gentoo-r5 x86_64
Current Operating System: Linux FRANK 2.6.22-gentoo-r5 #5 SMP Mon Aug 27 13:30:09 CEST 2007 x86_64
Build Date: 27 August 2007
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Aug 28 01:15:27 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) |   |-->Monitor "tft0"
(**) |   |-->Device "nvidia0"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(WW) The directory "/usr/share/fonts/TTF/" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/local/" does not exist.
        Entry deleted from font path.
(**) FontPath set to:
        /usr/share/fonts/misc/,
        /usr/share/fonts/Type1/,
        /usr/share/fonts/75dpi/,
        /usr/share/fonts/100dpi/
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/lib64/xorg/modules"
(WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x69a0a0
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.3
        X.Org Video Driver: 1.1
        X.Org XInput driver : 0.7
        X.Org Server Extension : 0.3
        X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib64/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.1
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,0547 card 1849,0547 rev a2 class 05,00,00 hdr 00
(II) PCI: 00:01:0: chip 10de,0548 card 1849,0548 rev a2 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0542 card 1849,0542 rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:01:3: chip 10de,0543 card 1849,0543 rev a2 class 0b,40,00 hdr 80
(II) PCI: 00:02:0: chip 10de,055e card 1849,055e rev a2 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,055f card 1849,055f rev a2 class 0c,03,20 hdr 80
(II) PCI: 00:04:0: chip 10de,055e card 1849,055e rev a2 class 0c,03,10 hdr 80
(II) PCI: 00:04:1: chip 10de,055f card 1849,055f rev a2 class 0c,03,20 hdr 80
(II) PCI: 00:06:0: chip 10de,0560 card 1849,0560 rev a1 class 01,01,8a hdr 00
(II) PCI: 00:07:0: chip 10de,055c card 1849,0888 rev a1 class 04,03,00 hdr 80
(II) PCI: 00:08:0: chip 10de,0561 card 0000,0000 rev a2 class 06,04,01 hdr 01
(II) PCI: 00:09:0: chip 10de,0550 card 1849,0550 rev a2 class 01,01,85 hdr 80
(II) PCI: 00:0a:0: chip 10de,054c card 1849,054c rev a2 class 02,00,00 hdr 00
(II) PCI: 00:0b:0: chip 10de,0562 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:0c:0: chip 10de,0563 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:0d:0: chip 10de,0563 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:0e:0: chip 10de,0563 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:0f:0: chip 10de,0563 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:10:0: chip 10de,0563 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:11:0: chip 10de,0563 card 0000,0000 rev a2 class 06,04,00 hdr 01
(II) PCI: 00:12:0: chip 10de,053b card 1849,053b rev a2 class 03,00,00 hdr 00
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:07:0: chip 104c,8023 card 1849,8023 rev 00 class 0c,00,10 hdr 00
(II) PCI: 01:08:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:8:0), (0,1,1), BCTRL: 0x0202 (VGA_EN is cleared)
(II) Bus 1 I/O range:
        [0] -1  0       0x0000e000 - 0x0000efff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0       0xfeb00000 - 0xfebfffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:11:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:12:0), (0,3,3), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:13:0), (0,4,4), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:14:0), (0,5,5), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 6: bridge is at (0:15:0), (0,6,6), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 7: bridge is at (0:16:0), (0,7,7), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 8: bridge is at (0:17:0), (0,8,8), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:24:0), (0,0,8), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x100000000) MX[B]
(--) PCI:*(0:18:0) nVidia Corporation unknown chipset (0x053b) rev 162, Mem @ 0xfd000000/24, 0xd0000000/28, 0xfc000000/24, BIOS @ 0xfea40000/17
(II) Addressable bus resource ranges are
        [0] -1  0       0x00000000 - 0xffffffff (0x100000000) MX[B]
        [1] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
        [0] -1  0       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) Active PCI resource ranges:
        [0] -1  0       0xfebff400 - 0xfebff4ff (0x100) MX[B]
        [1] -1  0       0xfebf8000 - 0xfebfbfff (0x4000) MX[B]
        [2] -1  0       0xfebff800 - 0xfebfffff (0x800) MX[B]
        [3] -1  0       0xfea7e000 - 0xfea7e00f (0x10) MX[B]
        [4] -1  0       0xfea7e400 - 0xfea7e4ff (0x100) MX[B]
        [5] -1  0       0xfea7c000 - 0xfea7cfff (0x1000) MX[B]
        [6] -1  0       0xfea76000 - 0xfea77fff (0x2000) MX[B]
        [7] -1  0       0xfea78000 - 0xfea7bfff (0x4000) MX[B]
        [8] -1  0       0xfea7e800 - 0xfea7e8ff (0x100) MX[B]
        [9] -1  0       0xfea7d000 - 0xfea7dfff (0x1000) MX[B]
        [10] -1 0       0xfea7ec00 - 0xfea7ecff (0x100) MX[B]
        [11] -1 0       0xfea7f000 - 0xfea7ffff (0x1000) MX[B]
        [12] -1 0       0xfea40000 - 0xfea5ffff (0x20000) MX[B](B)
        [13] -1 0       0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
        [14] -1 0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [15] -1 0       0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [16] -1 0       0xfea80000 - 0xfeafffff (0x80000) MX[B]
        [17] -1 0       0x0000e800 - 0x0000e8ff (0x100) IX[B]
        [18] -1 0       0x0000c880 - 0x0000c887 (0x8) IX[B]
        [19] -1 0       0x0000cc00 - 0x0000cc0f (0x10) IX[B]
        [20] -1 0       0x00000e00 - 0x00000e03 (0x4) IX[B]
        [21] -1 0       0x00000e80 - 0x00000e87 (0x8) IX[B]
        [22] -1 0       0x00000f00 - 0x00000f03 (0x4) IX[B]
        [23] -1 0       0x00000f80 - 0x00000f87 (0x8) IX[B]
        [24] -1 0       0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
        [25] -1 0       0x00001e00 - 0x00001e3f (0x40) IX[B]
        [26] -1 0       0x00001d00 - 0x00001d3f (0x40) IX[B]
        [27] -1 0       0x0000dc00 - 0x0000dc3f (0x40) IX[B]
        [28] -1 0       0x00001f00 - 0x00001fff (0x100) IX[B]
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xfebff400 - 0xfebff4ff (0x100) MX[B]
        [1] -1  0       0xfebf8000 - 0xfebfbfff (0x4000) MX[B]
        [2] -1  0       0xfebff800 - 0xfebfffff (0x800) MX[B]
        [3] -1  0       0xfea7e000 - 0xfea7e00f (0x10) MX[B]
        [4] -1  0       0xfea7e400 - 0xfea7e4ff (0x100) MX[B]
        [5] -1  0       0xfea7c000 - 0xfea7cfff (0x1000) MX[B]
        [6] -1  0       0xfea76000 - 0xfea77fff (0x2000) MX[B]
        [7] -1  0       0xfea78000 - 0xfea7bfff (0x4000) MX[B]
        [8] -1  0       0xfea7e800 - 0xfea7e8ff (0x100) MX[B]
        [9] -1  0       0xfea7d000 - 0xfea7dfff (0x1000) MX[B]
        [10] -1 0       0xfea7ec00 - 0xfea7ecff (0x100) MX[B]
        [11] -1 0       0xfea7f000 - 0xfea7ffff (0x1000) MX[B]
        [12] -1 0       0xfea40000 - 0xfea5ffff (0x20000) MX[B](B)
        [13] -1 0       0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
        [14] -1 0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [15] -1 0       0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [16] -1 0       0xfea80000 - 0xfeafffff (0x80000) MX[B]
        [17] -1 0       0x0000e800 - 0x0000e8ff (0x100) IX[B]
        [18] -1 0       0x0000c880 - 0x0000c887 (0x8) IX[B]
        [19] -1 0       0x0000cc00 - 0x0000cc0f (0x10) IX[B]
        [20] -1 0       0x00000e00 - 0x00000e03 (0x4) IX[B]
        [21] -1 0       0x00000e80 - 0x00000e87 (0x8) IX[B]
        [22] -1 0       0x00000f00 - 0x00000f03 (0x4) IX[B]
        [23] -1 0       0x00000f80 - 0x00000f87 (0x8) IX[B]
        [24] -1 0       0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
        [25] -1 0       0x00001e00 - 0x00001e3f (0x40) IX[B]
        [26] -1 0       0x00001d00 - 0x00001d3f (0x40) IX[B]
        [27] -1 0       0x0000dc00 - 0x0000dc3f (0x40) IX[B]
        [28] -1 0       0x00001f00 - 0x00001fff (0x100) 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       0xfebff400 - 0xfebff4ff (0x100) MX[B]
        [5] -1  0       0xfebf8000 - 0xfebfbfff (0x4000) MX[B]
        [6] -1  0       0xfebff800 - 0xfebfffff (0x800) MX[B]
        [7] -1  0       0xfea7e000 - 0xfea7e00f (0x10) MX[B]
        [8] -1  0       0xfea7e400 - 0xfea7e4ff (0x100) MX[B]
        [9] -1  0       0xfea7c000 - 0xfea7cfff (0x1000) MX[B]
        [10] -1 0       0xfea76000 - 0xfea77fff (0x2000) MX[B]
        [11] -1 0       0xfea78000 - 0xfea7bfff (0x4000) MX[B]
        [12] -1 0       0xfea7e800 - 0xfea7e8ff (0x100) MX[B]
        [13] -1 0       0xfea7d000 - 0xfea7dfff (0x1000) MX[B]
        [14] -1 0       0xfea7ec00 - 0xfea7ecff (0x100) MX[B]
        [15] -1 0       0xfea7f000 - 0xfea7ffff (0x1000) MX[B]
        [16] -1 0       0xfea40000 - 0xfea5ffff (0x20000) MX[B](B)
        [17] -1 0       0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
        [18] -1 0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [19] -1 0       0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [20] -1 0       0xfea80000 - 0xfeafffff (0x80000) MX[B]
        [21] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [22] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [23] -1 0       0x0000e800 - 0x0000e8ff (0x100) IX[B]
        [24] -1 0       0x0000c880 - 0x0000c887 (0x8) IX[B]
        [25] -1 0       0x0000cc00 - 0x0000cc0f (0x10) IX[B]
        [26] -1 0       0x00000e00 - 0x00000e03 (0x4) IX[B]
        [27] -1 0       0x00000e80 - 0x00000e87 (0x8) IX[B]
        [28] -1 0       0x00000f00 - 0x00000f03 (0x4) IX[B]
        [29] -1 0       0x00000f80 - 0x00000f87 (0x8) IX[B]
        [30] -1 0       0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
        [31] -1 0       0x00001e00 - 0x00001e3f (0x40) IX[B]
        [32] -1 0       0x00001d00 - 0x00001d3f (0x40) IX[B]
        [33] -1 0       0x0000dc00 - 0x0000dc3f (0x40) IX[B]
        [34] -1 0       0x00001f00 - 0x00001fff (0x100) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/lib64/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 7.2.0, 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/lib64/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 7.2.0, 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 DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "type1"
(II) Loading /usr/lib64/xorg/modules/fonts//libtype1.so
(II) Module type1: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "freetype"
(II) Loading /usr/lib64/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 7.2.0, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib64/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  100.14.09  Sat May 26 01:26:01 PDT 2007
(II) Loading extension GLX
(II) LoadModule: "nvidia"
(II) Loading /usr/lib64/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: "mouse"
(II) Loading /usr/lib64/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.1.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "kbd"
(II) Loading /usr/lib64/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.1.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.7
(II) NVIDIA dlloader X Driver  100.14.09  Sat May 26 00:45:12 PDT 2007
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 00:12:0
(WW) NVIDIA: No matching Device section for instance (BusID PCI:0:1:3) found
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib64/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
        compiled for 7.2.0, 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/lib64/xorg/modules/extensions//libwfb.so
(II) Module wfb: vendor="NVIDIA Corporation"
        compiled for 7.1.99.2, module version = 1.0.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib64/xorg/modules//libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 0.1.0
        ABI class: X.Org Video Driver, version 1.1
(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       0xfebff400 - 0xfebff4ff (0x100) MX[B]
        [5] -1  0       0xfebf8000 - 0xfebfbfff (0x4000) MX[B]
        [6] -1  0       0xfebff800 - 0xfebfffff (0x800) MX[B]
        [7] -1  0       0xfea7e000 - 0xfea7e00f (0x10) MX[B]
        [8] -1  0       0xfea7e400 - 0xfea7e4ff (0x100) MX[B]
        [9] -1  0       0xfea7c000 - 0xfea7cfff (0x1000) MX[B]
        [10] -1 0       0xfea76000 - 0xfea77fff (0x2000) MX[B]
        [11] -1 0       0xfea78000 - 0xfea7bfff (0x4000) MX[B]
        [12] -1 0       0xfea7e800 - 0xfea7e8ff (0x100) MX[B]
        [13] -1 0       0xfea7d000 - 0xfea7dfff (0x1000) MX[B]
        [14] -1 0       0xfea7ec00 - 0xfea7ecff (0x100) MX[B]
        [15] -1 0       0xfea7f000 - 0xfea7ffff (0x1000) MX[B]
        [16] -1 0       0xfea40000 - 0xfea5ffff (0x20000) MX[B](B)
        [17] -1 0       0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
        [18] -1 0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [19] -1 0       0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [20] -1 0       0xfea80000 - 0xfeafffff (0x80000) MX[B]
        [21] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [22] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [23] -1 0       0x0000e800 - 0x0000e8ff (0x100) IX[B]
        [24] -1 0       0x0000c880 - 0x0000c887 (0x8) IX[B]
        [25] -1 0       0x0000cc00 - 0x0000cc0f (0x10) IX[B]
        [26] -1 0       0x00000e00 - 0x00000e03 (0x4) IX[B]
        [27] -1 0       0x00000e80 - 0x00000e87 (0x8) IX[B]
        [28] -1 0       0x00000f00 - 0x00000f03 (0x4) IX[B]
        [29] -1 0       0x00000f80 - 0x00000f87 (0x8) IX[B]
        [30] -1 0       0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
        [31] -1 0       0x00001e00 - 0x00001e3f (0x40) IX[B]
        [32] -1 0       0x00001d00 - 0x00001d3f (0x40) IX[B]
        [33] -1 0       0x0000dc00 - 0x0000dc3f (0x40) IX[B]
        [34] -1 0       0x00001f00 - 0x00001fff (0x100) 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       0xfebff400 - 0xfebff4ff (0x100) MX[B]
        [5] -1  0       0xfebf8000 - 0xfebfbfff (0x4000) MX[B]
        [6] -1  0       0xfebff800 - 0xfebfffff (0x800) MX[B]
        [7] -1  0       0xfea7e000 - 0xfea7e00f (0x10) MX[B]
        [8] -1  0       0xfea7e400 - 0xfea7e4ff (0x100) MX[B]
        [9] -1  0       0xfea7c000 - 0xfea7cfff (0x1000) MX[B]
        [10] -1 0       0xfea76000 - 0xfea77fff (0x2000) MX[B]
        [11] -1 0       0xfea78000 - 0xfea7bfff (0x4000) MX[B]
        [12] -1 0       0xfea7e800 - 0xfea7e8ff (0x100) MX[B]
        [13] -1 0       0xfea7d000 - 0xfea7dfff (0x1000) MX[B]
        [14] -1 0       0xfea7ec00 - 0xfea7ecff (0x100) MX[B]
        [15] -1 0       0xfea7f000 - 0xfea7ffff (0x1000) MX[B]
        [16] -1 0       0xfea40000 - 0xfea5ffff (0x20000) MX[B](B)
        [17] -1 0       0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
        [18] -1 0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [19] -1 0       0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [20] -1 0       0xfea80000 - 0xfeafffff (0x80000) MX[B]
        [21] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [22] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [23] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [24] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [25] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [26] -1 0       0x0000e800 - 0x0000e8ff (0x100) IX[B]
        [27] -1 0       0x0000c880 - 0x0000c887 (0x8) IX[B]
        [28] -1 0       0x0000cc00 - 0x0000cc0f (0x10) IX[B]
        [29] -1 0       0x00000e00 - 0x00000e03 (0x4) IX[B]
        [30] -1 0       0x00000e80 - 0x00000e87 (0x8) IX[B]
        [31] -1 0       0x00000f00 - 0x00000f03 (0x4) IX[B]
        [32] -1 0       0x00000f80 - 0x00000f87 (0x8) IX[B]
        [33] -1 0       0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
        [34] -1 0       0x00001e00 - 0x00001e3f (0x40) IX[B]
        [35] -1 0       0x00001d00 - 0x00001d3f (0x40) IX[B]
        [36] -1 0       0x0000dc00 - 0x0000dc3f (0x40) IX[B]
        [37] -1 0       0x00001f00 - 0x00001fff (0x100) IX[B]
        [38] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [39] 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): Option "NvAGP" "1"
(**) NVIDIA(0): Option "RenderAccel" "1"
(**) NVIDIA(0): Enabling RENDER acceleration
(**) NVIDIA(0): Use of NVIDIA internal AGP requested
(II) NVIDIA(0): NVIDIA GPU GeForce 7050 PV / NVIDIA nForce 630a (C68) at
(II) NVIDIA(0):     PCI:0:18:0 (GPU-0)
(--) NVIDIA(0): Memory: 524288 kBytes
(--) NVIDIA(0): VideoBIOS: 05.67.32.10.17
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce 7050 PV / NVIDIA nForce
(--) NVIDIA(0):     630a at PCI:0:18:0:
(--) NVIDIA(0):     BenQ FP767-12 (CRT-0)
(--) NVIDIA(0): BenQ FP767-12 (CRT-0): 350.0 MHz maximum pixel clock
(II) NVIDIA(0): Assigned Display Device: CRT-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "1024x768"
(II) NVIDIA(0):     "1280x1024"
(II) NVIDIA(0):     "800x600"
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
(--) NVIDIA(0): DPI set to (76, 72); computed from "UseEdidDpi" X config
(--) NVIDIA(0):     option
(==) NVIDIA(0): Disabling 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] 0   0       0xfc000000 - 0xfcffffff (0x1000000) MX[B]
        [1] 0   0       0xd0000000 - 0xdfffffff (0x10000000) MX[B]
        [2] 0   0       0xfd000000 - 0xfdffffff (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       0xfebff400 - 0xfebff4ff (0x100) MX[B]
        [8] -1  0       0xfebf8000 - 0xfebfbfff (0x4000) MX[B]
        [9] -1  0       0xfebff800 - 0xfebfffff (0x800) MX[B]
        [10] -1 0       0xfea7e000 - 0xfea7e00f (0x10) MX[B]
        [11] -1 0       0xfea7e400 - 0xfea7e4ff (0x100) MX[B]
        [12] -1 0       0xfea7c000 - 0xfea7cfff (0x1000) MX[B]
        [13] -1 0       0xfea76000 - 0xfea77fff (0x2000) MX[B]
        [14] -1 0       0xfea78000 - 0xfea7bfff (0x4000) MX[B]
        [15] -1 0       0xfea7e800 - 0xfea7e8ff (0x100) MX[B]
        [16] -1 0       0xfea7d000 - 0xfea7dfff (0x1000) MX[B]
        [17] -1 0       0xfea7ec00 - 0xfea7ecff (0x100) MX[B]
        [18] -1 0       0xfea7f000 - 0xfea7ffff (0x1000) MX[B]
        [19] -1 0       0xfea40000 - 0xfea5ffff (0x20000) MX[B](B)
        [20] -1 0       0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
        [21] -1 0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [22] -1 0       0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [23] -1 0       0xfea80000 - 0xfeafffff (0x80000) MX[B]
        [24] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [25] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [26] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [27] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [28] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [29] -1 0       0x0000e800 - 0x0000e8ff (0x100) IX[B]
        [30] -1 0       0x0000c880 - 0x0000c887 (0x8) IX[B]
        [31] -1 0       0x0000cc00 - 0x0000cc0f (0x10) IX[B]
        [32] -1 0       0x00000e00 - 0x00000e03 (0x4) IX[B]
        [33] -1 0       0x00000e80 - 0x00000e87 (0x8) IX[B]
        [34] -1 0       0x00000f00 - 0x00000f03 (0x4) IX[B]
        [35] -1 0       0x00000f80 - 0x00000f87 (0x8) IX[B]
        [36] -1 0       0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
        [37] -1 0       0x00001e00 - 0x00001e3f (0x40) IX[B]
        [38] -1 0       0x00001d00 - 0x00001d3f (0x40) IX[B]
        [39] -1 0       0x0000dc00 - 0x0000dc3f (0x40) IX[B]
        [40] -1 0       0x00001f00 - 0x00001fff (0x100) IX[B]
        [41] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [42] 0  0       0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(EE) NVIDIA(0): Failed to allocate 2D engine 0x0000502d

Backtrace:
0: /usr/bin/X(xf86SigHandler+0x6d) [0x499b8d]
1: /lib/libc.so.6 [0x2b68e1df7940]

Fatal server error:
Caught signal 11.  Server aborting


As I said above - when I try to start X I only get a short blinking / distorted image, before I fall back into console. I really don't know how I can handle this because all my suggestions, like other BusIDs / leaving them away / ... won't work. By the way "nv" driver does at this time not seem to have support for my card. I did not find any other posts on this specific kind of problem.

Any soon help would be very much appreciated. I hope some of you guys have some ideas / suggestions, what to do...

Thanks!
_________________
I just need chewing gum, a cable and... gentoo linux


Last edited by MrMacGyver on Tue Aug 28, 2007 11:44 am; edited 1 time in total
Back to top
View user's profile Send private message
xorserer
Tux's lil' helper
Tux's lil' helper


Joined: 07 Oct 2004
Posts: 119
Location: Israel

PostPosted: Tue Aug 28, 2007 12:30 am    Post subject: Reply with quote

well it's obvious from the log file that the nvidia module does find your card in 0:18:0
i'm not sure if that warning about 0:1:3 is relevant..

need more info-
please post your lspci output..
_________________
Prescott-2.8GHz | ThermalTake SilentTower | Asus P4P800-Deluxe | 1536mb | 7600GS | Gentoo
ThinkPad T41 | Pentium-M 1.5GHz | 1024mb | Windows XP
Back to top
View user's profile Send private message
MrMacGyver
n00b
n00b


Joined: 20 Mar 2005
Posts: 14
Location: Germany

PostPosted: Tue Aug 28, 2007 12:40 am    Post subject: Reply with quote

My (non-detailed) lspci produces:

Code:

00:00.0 RAM memory: nVidia Corporation Unknown device 0547 (rev a2)
00:01.0 ISA bridge: nVidia Corporation Unknown device 0548 (rev a2)
00:01.1 SMBus: nVidia Corporation Unknown device 0542 (rev a2)
00:01.3 Co-processor: nVidia Corporation Unknown device 0543 (rev a2)
00:02.0 USB Controller: nVidia Corporation Unknown device 055e (rev a2)
00:02.1 USB Controller: nVidia Corporation Unknown device 055f (rev a2)
00:04.0 USB Controller: nVidia Corporation Unknown device 055e (rev a2)
00:04.1 USB Controller: nVidia Corporation Unknown device 055f (rev a2)
00:06.0 IDE interface: nVidia Corporation Unknown device 0560 (rev a1)
00:07.0 Audio device: nVidia Corporation Unknown device 055c (rev a1)
00:08.0 PCI bridge: nVidia Corporation Unknown device 0561 (rev a2)
00:09.0 IDE interface: nVidia Corporation Unknown device 0550 (rev a2)
00:0a.0 Ethernet controller: nVidia Corporation Unknown device 054c (rev a2)
00:0b.0 PCI bridge: nVidia Corporation Unknown device 0562 (rev a2)
00:0c.0 PCI bridge: nVidia Corporation Unknown device 0563 (rev a2)
00:0d.0 PCI bridge: nVidia Corporation Unknown device 0563 (rev a2)
00:0e.0 PCI bridge: nVidia Corporation Unknown device 0563 (rev a2)
00:0f.0 PCI bridge: nVidia Corporation Unknown device 0563 (rev a2)
00:10.0 PCI bridge: nVidia Corporation Unknown device 0563 (rev a2)
00:11.0 PCI bridge: nVidia Corporation Unknown device 0563 (rev a2)
00:12.0 VGA compatible controller: nVidia Corporation Unknown device 053b (rev a2)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
01:07.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link)
01:08.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)


The specific VGA-...-entry says: (-vv)
Code:

...
00:12.0 VGA compatible controller: nVidia Corporation Unknown device 053b (rev a2) (prog-if 00 [VGA])
        Subsystem: ASRock Incorporation Unknown device 053b
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
        Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
        Latency: 0
        Interrupt: pin A routed to IRQ 20
        Region 0: Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
        Region 1: Memory at d0000000 (64-bit, prefetchable) [size=256M]
        Region 3: Memory at fc000000 (64-bit, non-prefetchable) [size=16M]
        Expansion ROM at fea40000 [disabled] [size=128K]
        Capabilities: [48] Power Management version 2
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [50] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
                Address: 0000000000000000  Data: 0000

00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
        Capabilities: [80] HyperTransport: Host or Secondary Interface
                !!! Possibly incomplete decoding
                Command: WarmRst+ DblEnd-
                Link Control: CFlE- CST- CFE- <LkFail- Init+ EOC- TXO- <CRCErr=0
                Link Config: MLWI=16bit MLWO=16bit LWI=16bit LWO=16bit
                Revision ID: 1.02
...


An addition to my xorg.conf in the post above: The NVAGP-Option in the device section was just an desperate try-out - it doesn't work with or without it ;-)
_________________
I just need chewing gum, a cable and... gentoo linux
Back to top
View user's profile Send private message
xorserer
Tux's lil' helper
Tux's lil' helper


Joined: 07 Oct 2004
Posts: 119
Location: Israel

PostPosted: Tue Aug 28, 2007 1:43 am    Post subject: Reply with quote

it could be just my lack of knowledge,
but is it supposed to be that your VGA is 0:12:0 but xorg.conf has 0:18:0?
did you try with 12 instead?

by the way, how did you create xorg.conf? (auto, manual?)

edit: in the log i see both 12 & 18... i guess this is not the problem. still i wonder what happens if you try with 12
_________________
Prescott-2.8GHz | ThermalTake SilentTower | Asus P4P800-Deluxe | 1536mb | 7600GS | Gentoo
ThinkPad T41 | Pentium-M 1.5GHz | 1024mb | Windows XP
Back to top
View user's profile Send private message
MrMacGyver
n00b
n00b


Joined: 20 Mar 2005
Posts: 14
Location: Germany

PostPosted: Tue Aug 28, 2007 9:28 am    Post subject: Reply with quote

Yeah sorry, i forgot to post, that I already tried that out in the beginning. In fact, when I enter NO BusID, xorg comes up with "no associated device section" for the 0:18:0 and the 0:1:3 thing. While the 0:1:3 selected as BusID leads to no reaction at all, the 0:18:0 adress at least switches the screen around for a short moment as described above.
The 0:12:0 device as BusID did also lead to nothing, when selected.

Regarding to my xorg.conf: I let xorgcfg create a default xorg.conf with my favourite options, to see if there are new X standards / paths i did not already recognize. But the xorg.conf you finally see is a personally edited one. Anyway neither the automatically created one (changed for nvidia) nor the one above are working.

The only thing working, is starting X with a standard vesa driver ;-).

edit: ACPI (warning in log) is also not the problem - activating it leads to no difference at all, apart from no reportet warning.
_________________
I just need chewing gum, a cable and... gentoo linux
Back to top
View user's profile Send private message
xorserer
Tux's lil' helper
Tux's lil' helper


Joined: 07 Oct 2004
Posts: 119
Location: Israel

PostPosted: Tue Aug 28, 2007 11:00 am    Post subject: Reply with quote

what happens when you run just "X" (i mean, start X using the command: "X")?

also, can you post the log of when starting with vesa? maybe it can give a clue..

what version of nvidia-drivers do you have?
_________________
Prescott-2.8GHz | ThermalTake SilentTower | Asus P4P800-Deluxe | 1536mb | 7600GS | Gentoo
ThinkPad T41 | Pentium-M 1.5GHz | 1024mb | Windows XP
Back to top
View user's profile Send private message
MrMacGyver
n00b
n00b


Joined: 20 Mar 2005
Posts: 14
Location: Germany

PostPosted: Tue Aug 28, 2007 11:10 am    Post subject: Reply with quote

Starting X by typing X leads, as expected, to the same error / log.
My driver version is:

nvidia-drivers-100.14.09

I will try to emerge an ~amd64 release now... perhaps this helps...

vesa-log coming in some minutes...
_________________
I just need chewing gum, a cable and... gentoo linux
Back to top
View user's profile Send private message
MrMacGyver
n00b
n00b


Joined: 20 Mar 2005
Posts: 14
Location: Germany

PostPosted: Tue Aug 28, 2007 11:27 am    Post subject: Reply with quote

This is Xorg.0.log with vesa-driver:

edit: I deleted this log to avoid unnecessary diskspace-usage on the gentoo servers ;-), and because it's not of any interest anymore...
_________________
I just need chewing gum, a cable and... gentoo linux


Last edited by MrMacGyver on Tue Aug 28, 2007 11:54 am; edited 1 time in total
Back to top
View user's profile Send private message
MrMacGyver
n00b
n00b


Joined: 20 Mar 2005
Posts: 14
Location: Germany

PostPosted: Tue Aug 28, 2007 11:42 am    Post subject: Reply with quote

Thanks a lot for your help - but all this errors were simply because of a not-already-compatible nvidia-driver - the new unstable one (~amd64):

nvidia-drivers-100.14.11

works great! Perhaps I should have tried it earlier... No problems appeared until now - I will report later, if i experience any other bugs with it!
_________________
I just need chewing gum, a cable and... gentoo linux
Back to top
View user's profile Send private message
xorserer
Tux's lil' helper
Tux's lil' helper


Joined: 07 Oct 2004
Posts: 119
Location: Israel

PostPosted: Tue Aug 28, 2007 11:54 am    Post subject: Reply with quote

great :)

(although both versions should support the 7050)
_________________
Prescott-2.8GHz | ThermalTake SilentTower | Asus P4P800-Deluxe | 1536mb | 7600GS | Gentoo
ThinkPad T41 | Pentium-M 1.5GHz | 1024mb | Windows XP
Back to top
View user's profile Send private message
Kubiekdriehoekje
n00b
n00b


Joined: 14 Oct 2007
Posts: 6
Location: Hellevoetsluis

PostPosted: Sun Oct 14, 2007 10:33 am    Post subject: Reply with quote

MrMacGyver wrote:
Thanks a lot for your help - but all this errors were simply because of a not-already-compatible nvidia-driver - the new unstable one (~amd64):

nvidia-drivers-100.14.11

works great! Perhaps I should have tried it earlier... No problems appeared until now - I will report later, if i experience any other bugs with it!


Had the same problem with the 100.14.09 driver on an Acer Aspire 7520 equiped with a 7000m / 610m. Setting the keywords to ~amd64 for the nvidia-drivers let portage emerge 100.14.19 which works for me

Thanks
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

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