Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Nvidia i GLX - Niekończąca się opowieść :/
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish)
View previous topic :: View next topic  
Author Message
AcidWeb
Tux's lil' helper
Tux's lil' helper


Joined: 31 Mar 2005
Posts: 86
Location: Wrocław, Poland

PostPosted: Fri Apr 01, 2005 8:11 pm    Post subject: Nvidia i GLX - Niekończąca się opowieść :/ Reply with quote

Niebęde ukrywał że wiem że jest o tym w google poprostu MULTUM najprawdopodobniej jest to gdzieś na tym forum ale zapytam: Jak do cholery zrobić/naprawić/załatać (niepotrzebne skreślić :? ) następujący błąd:

x-ksów
Code:

Xlib:  extension "GLX" missing on display ":0.0".

glxgears
Code:

glxgears: Error: couldn't get an RGB, Double-buffered visual.


Dużo wszędzie o tym błędzie pisze ale ja nigdzie nie znalazłem miejsca gdzie po ludzku było napisane co zrobić.
Odpowiadam odrazu na pytania:
Tak, mam odhashowanego glx w xorg.config
Tak, mam zahashowanego dri
Tak, moduł nvidia jest i ładuje się przy starcie systemu
Tak, wiem że jagbym poszukał bardziej to tym znalazł
Nie szukam bo już niemam na to sił.
Tak, czytałem poradnik co do konfiguracji nviidi na gentoo.org
Mam zintegrowanego geforce 2

Uff.... to chyba wszystko 8) Naprawde prosze bardzo o pomoc... juz za długo przytym błędzie siedze... :cry:
_________________
AcidWeb
Vox Rootis, Vox Dei!
Back to top
View user's profile Send private message
arsen
Bodhisattva
Bodhisattva


Joined: 10 Apr 2004
Posts: 1803
Location: Tychy, Poland

PostPosted: Fri Apr 01, 2005 8:23 pm    Post subject: Reply with quote

AcidWeb wrote:

zapytam: Jak do cholery zrobić/naprawić/załatać (niepotrzebne skreślić Confused ) następujący błąd:

1) jak masz od takich słow zaczynać posta to sobie daruj pisanie takich wątków
2) Nie napisałeś jakiej wersji sterów urzywasz, w ogóle mało info, poczytaj apel
3) Zrobiłeś ?
Code:

opengl-update nvidia
Back to top
View user's profile Send private message
Polin
Guru
Guru


Joined: 09 Oct 2004
Posts: 318

PostPosted: Fri Apr 01, 2005 9:50 pm    Post subject: Reply with quote

Co do pierwszego: U mnie pojawialo sie, jak wylaczalem w BIOSIE opcje "Assign IRQ to PCI VGA" (czy jakos tak).
Drugie zas mialem, jak ustawilem 8bitowy kolor w X-ach.
Back to top
View user's profile Send private message
rzezioo
Apprentice
Apprentice


Joined: 02 Nov 2004
Posts: 260
Location: Szczecin, Poland

PostPosted: Fri Apr 01, 2005 11:26 pm    Post subject: Reply with quote

to jak nie szukasz to chociaz wrzuc xorg.conf bo mowienie co masz odhaszowane a co nie przynajmniej mi malo mowi. pewnie nie zaznaczyles jakiejs opcji albo nie zaladowales rozszerzenia.
moj xorg.conf:
Code:
Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

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

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

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

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "Protocol" "auto"
   Option       "Device" "/dev/mouse"
   Option       "ZAxisMapping" "4 5"
EndSection

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

Section "Device"
   Identifier  "Card0"
   Driver      "nvidia"
   VendorName  "nVidia Corporation"
   BoardName   "NV17 [GeForce4 MX 440]"
   BusID       "PCI:1:0:0"
   Option   "RenderAccel" "on"
   Option   "AllowGLXWithComposite" "yes"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   DefaultDepth 24
   DefaultFbBPP 32
   SubSection "Display"
      Viewport   0 0
      Depth     1
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     4
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     8
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection


Section "Extensions"
   Option "Composite" "Enable"
EndSection

wez go na probe wrzuc i powiedz czy dziala
przydal by sie tez log xorga (/var/log/Xorg.0.log)
[edit]no i milo by jeszcze bylo wiedziec jaka masz karte:) [/edit]
_________________
USE="refrigerator" emerge beer
http://fun.from.hell.pl/2003-05-27/russian_linux.jpg
Back to top
View user's profile Send private message
AcidWeb
Tux's lil' helper
Tux's lil' helper


Joined: 31 Mar 2005
Posts: 86
Location: Wrocław, Poland

PostPosted: Sat Apr 02, 2005 5:49 am    Post subject: Reply with quote

No to po kolei:

Mam zintegrowanego Geforce 2.
Wykonałem
Code:
opengl-update nvidia

już wcześniej.
Mam zainstalowane:
Code:

*  media-video/nvidia-glx
      Latest version available: 1.0.6629-r1
      Latest version installed: 1.0.6629-r1
      Size of downloaded files: 16,116 kB
      Homepage:    http://www.nvidia.com/
      Description: NVIDIA X11 driver and GLX libraries
      License:     NVIDIA

*  media-video/nvidia-kernel
      Latest version available: 1.0.6629-r1
      Latest version installed: 1.0.6629-r1
      Size of downloaded files: 16,116 kB
      Homepage:    http://www.nvidia.com/
      Description: Linux kernel module for the NVIDIA X11 driver
      License:     NVIDIA


Rzezioo: Po modyfikacjach mój xorg.conf wygląda tak:
Code:

Section "Module"

   Load  "glx"
   Load  "record"
   Load  "extmod"
   Load  "dbe"
   Load  "xtrap"
   Load  "freetype"
   Load  "type1"
   
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"

    Option "AutoRepeat" "500 30"
    Option "XkbRules"   "xorg"
    Option "XkbModel"   "pc101"
    Option "XkbLayout"   "pl"

EndSection

Section "InputDevice"

    Identifier   "Mouse1"
    Driver   "mouse"
    Option "Protocol"    "Auto"
    Option "Device"      "/dev/mouse"
    Option "Emulate3Buttons"

EndSection


Section "Monitor"

    Identifier  "My Monitor"

    HorizSync   31.5 - 57.0
    VertRefresh 50-70

EndSection


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

Section "Device"
    Identifier  "** NVIDIA (generic)                   [nv]"
    Driver      "nvidia"
    Option   "RenderAccel" "on"
    Option   "AllowGLXWithComposite" "yes"
 EndSection


Section "Screen"
    Identifier  "Screen 1"
    Device      "** NVIDIA (generic)                   [nv]"
    Monitor     "My Monitor"
    DefaultDepth 24
   
    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"


    Identifier  "Simple Layout"

    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

Section "Extensions"
   Option "Composite" "Enable"
EndSection

Po uruchomieniu z powyższymi ustawieniami X-ksów system wiesza się na czarnym ekranie i muszę wykonać hard-reboota.
Oto logi:
Code:


X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.10-gentoo-r6 i686 [ELF]
Current Operating System: Linux acidweb 2.6.10-gentoo-r6 #7 Thu Mar 24 18:04:55 CET 2005 i686
Build Date: 14 March 2005
   Before reporting problems, check http://wiki.X.Org
   to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Apr  2 06:50:30 2005
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) |   |-->Monitor "My Monitor"
(**) |   |-->Device "** NVIDIA (generic)                   [nv]"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) FontPath set to "/usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/Type1/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/,/usr/share/fonts/local/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/lib/modules"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.2
   X.Org Video Driver: 0.7
   X.Org XInput driver : 0.4
   X.Org Server Extension : 0.2
   X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.7
Using vt 7
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,01a4 card 0000,0000 rev b2 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 10de,01ac card 10de,0c11 rev b2 class 05,00,00 hdr 80
(II) PCI: 00:00:2: chip 10de,01ad card 10de,0c11 rev b2 class 05,00,00 hdr 80
(II) PCI: 00:00:3: chip 10de,01aa card 10de,0c11 rev b2 class 05,00,00 hdr 80
(II) PCI: 00:01:0: chip 10de,01b2 card 10de,0c11 rev c3 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,01b4 card 10de,0c11 rev c1 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,01c2 card 10de,0c11 rev c3 class 0c,03,10 hdr 00
(II) PCI: 00:03:0: chip 10de,01c2 card 10de,0c11 rev c3 class 0c,03,10 hdr 00
(II) PCI: 00:05:0: chip 10de,01b0 card 1043,0c11 rev c2 class 04,01,00 hdr 00
(II) PCI: 00:06:0: chip 10de,01b1 card 1043,8384 rev c2 class 04,01,00 hdr 80
(II) PCI: 00:08:0: chip 10de,01b8 card 0000,0000 rev c2 class 06,04,00 hdr 01
(II) PCI: 00:09:0: chip 10de,01bc card 10de,0c11 rev c3 class 01,01,8a hdr 00
(II) PCI: 00:1e:0: chip 10de,01b7 card 0000,0000 rev b2 class 06,04,00 hdr 01
(II) PCI: 01:08:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: 02:00:0: chip 10de,01a0 card 10de,0c11 rev b1 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: 0x0000 (VGA_EN is cleared)
(II) Bus 1 I/O range:
   [0] -1   0   0x0000b000 - 0x0000bfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
   [0] -1   0   0xe4800000 - 0xe4ffffff (0x800000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 2 non-prefetchable memory range:
   [0] -1   0   0xe3000000 - 0xe47fffff (0x1800000) MX[B]
(II) Bus 2 prefetchable memory range:
   [0] -1   0   0xe7f00000 - 0xefffffff (0x8100000) MX[B]
(--) PCI:*(2:0:0) nVidia Corporation NVCrush11 [GeForce2 MX Integrated Graphics] rev 177, Mem @ 0xe3000000/24, 0xe8000000/27, BIOS @ 0xe7ff0000/16
(II) Addressable bus resource ranges are
   [0] -1   0   0x00000000 - 0xffffffff (0x0) MX[B]
   [1] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [6] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xf0000000 from 0xf7ffffff to 0xefffffff
(II) Active PCI resource ranges:
   [0] -1   0   0xe4800000 - 0xe48000ff (0x100) MX[B]
   [1] -1   0   0xe5000000 - 0xe5000fff (0x1000) MX[B]
   [2] -1   0   0xe5800000 - 0xe587ffff (0x80000) MX[B]
   [3] -1   0   0xe6800000 - 0xe6800fff (0x1000) MX[B]
   [4] -1   0   0xe7000000 - 0xe7000fff (0x1000) MX[B]
   [5] -1   0   0xf0000000 - 0xefffffff (0x0) MX[B]O
   [6] -1   0   0xe7ff0000 - 0xe7ffffff (0x10000) MX[B](B)
   [7] -1   0   0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
   [8] -1   0   0xe3000000 - 0xe3ffffff (0x1000000) MX[B](B)
   [9] -1   0   0x0000b800 - 0x0000b8ff (0x100) IX[B]
   [10] -1   0   0x0000a800 - 0x0000a80f (0x10) IX[B]
   [11] -1   0   0x0000e000 - 0x0000e07f (0x80) IX[B]
   [12] -1   0   0x0000e100 - 0x0000e1ff (0x100) IX[B]
   [13] -1   0   0x00005100 - 0x0000511f (0x20) IX[B]
   [14] -1   0   0x00005500 - 0x0000550f (0x10) IX[B]
   [15] -1   0   0x00005000 - 0x0000500f (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xe4800000 - 0xe48000ff (0x100) MX[B]
   [1] -1   0   0xe5000000 - 0xe5000fff (0x1000) MX[B]
   [2] -1   0   0xe5800000 - 0xe587ffff (0x80000) MX[B]
   [3] -1   0   0xe6800000 - 0xe6800fff (0x1000) MX[B]
   [4] -1   0   0xe7000000 - 0xe7000fff (0x1000) MX[B]
   [5] -1   0   0xf0000000 - 0xefffffff (0x0) MX[B]O
   [6] -1   0   0xe7ff0000 - 0xe7ffffff (0x10000) MX[B](B)
   [7] -1   0   0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
   [8] -1   0   0xe3000000 - 0xe3ffffff (0x1000000) MX[B](B)
   [9] -1   0   0x0000b800 - 0x0000b8ff (0x100) IX[B]
   [10] -1   0   0x0000a800 - 0x0000a80f (0x10) IX[B]
   [11] -1   0   0x0000e000 - 0x0000e07f (0x80) IX[B]
   [12] -1   0   0x0000e100 - 0x0000e1ff (0x100) IX[B]
   [13] -1   0   0x00005100 - 0x0000511f (0x20) IX[B]
   [14] -1   0   0x00005500 - 0x0000550f (0x10) IX[B]
   [15] -1   0   0x00005000 - 0x0000500f (0x10) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [6] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0xe4800000 - 0xe48000ff (0x100) MX[B]
   [6] -1   0   0xe5000000 - 0xe5000fff (0x1000) MX[B]
   [7] -1   0   0xe5800000 - 0xe587ffff (0x80000) MX[B]
   [8] -1   0   0xe6800000 - 0xe6800fff (0x1000) MX[B]
   [9] -1   0   0xe7000000 - 0xe7000fff (0x1000) MX[B]
   [10] -1   0   0xf0000000 - 0xefffffff (0x0) MX[B]O
   [11] -1   0   0xe7ff0000 - 0xe7ffffff (0x10000) MX[B](B)
   [12] -1   0   0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
   [13] -1   0   0xe3000000 - 0xe3ffffff (0x1000000) MX[B](B)
   [14] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [15] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [16] -1   0   0x0000b800 - 0x0000b8ff (0x100) IX[B]
   [17] -1   0   0x0000a800 - 0x0000a80f (0x10) IX[B]
   [18] -1   0   0x0000e000 - 0x0000e07f (0x80) IX[B]
   [19] -1   0   0x0000e100 - 0x0000e1ff (0x100) IX[B]
   [20] -1   0   0x00005100 - 0x0000511f (0x20) IX[B]
   [21] -1   0   0x00005500 - 0x0000550f (0x10) IX[B]
   [22] -1   0   0x00005000 - 0x0000500f (0x10) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "type1"
(II) Loading /usr/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.2
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
   compiled for 6.8.2, module version = 2.1.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
   compiled for 4.0.2, module version = 1.0.6629
   Module class: XFree86 Server Extension
   ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "nv"
(II) Loading /usr/lib/modules/drivers/nv_drv.o
(II) Module nv: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.1
   Module class: X.Org Video Driver
   ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "kbd"
(II) Loading /usr/lib/modules/input/kbd_drv.o
(II) Module kbd: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.4
(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, Quadro4 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 280 NVS, 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,
   0x0252, 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, 0x0313, GeForce FX 5600SE,
   0x0316, 0x0317, GeForce FX Go5600, GeForce FX Go5650,
   Quadro FX Go700, 0x031D, 0x031E, 0x031F, GeForce FX 5200,
   GeForce FX 5200 Ultra, GeForce FX 5200, GeForce FX 5200SE,
   GeForce FX Go5200, GeForce FX Go5250, GeForce FX 5500,
   GeForce FX 5100, GeForce FX Go5200 32M/64M, 0x0329,
   Quadro NVS 280 PCI, Quadro FX 500/600 PCI, GeForce FX Go53xx Series,
   GeForce FX Go5100, 0x032F, GeForce FX 5900 Ultra, GeForce FX 5900,
   GeForce FX 5900XT, GeForce FX 5950 Ultra, Quadro FX 700,
   GeForce FX 5900ZT, Quadro FX 3000, GeForce FX 5700 Ultra,
   GeForce FX 5700, GeForce FX 5700LE, GeForce FX 5700VE, 0x0345,
   GeForce FX Go5700, GeForce FX Go5700, 0x0349, 0x034B,
   Quadro FX Go1000, Quadro FX 1100, 0x034F, GeForce 6800 Ultra,
   GeForce 6800, GeForce 6800 LE, 0x0043, GeForce 6800 GT, 0x0049,
   Quadro FX 4000, Quadro FX 4400, 0x00C0, 0x00C1, GeForce 6800 LE,
   0x00C8, 0x00C9, 0x00CC, 0x00CE, GeForce 6600 GT, GeForce 6600,
   0x0142, 0x0143, GeForce Go 6600, GeForce 6610 XL,
   GeForce Go 6600 TE/6200 TE, 0x0147, GeForce Go 6600, 0x0149, 0x014B,
   0x014C, 0x014D, Quadro FX 540, GeForce 6200, 0x0160, 0x0166, 0x0210,
   0x0211, 0x021D, 0x021E
(II) Primary Device is: PCI 02:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset GeForce2 Integrated GPU found
(II) resource ranges after xf86ClaimFixedResources() call:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0xe4800000 - 0xe48000ff (0x100) MX[B]
   [6] -1   0   0xe5000000 - 0xe5000fff (0x1000) MX[B]
   [7] -1   0   0xe5800000 - 0xe587ffff (0x80000) MX[B]
   [8] -1   0   0xe6800000 - 0xe6800fff (0x1000) MX[B]
   [9] -1   0   0xe7000000 - 0xe7000fff (0x1000) MX[B]
   [10] -1   0   0xf0000000 - 0xefffffff (0x0) MX[B]O
   [11] -1   0   0xe7ff0000 - 0xe7ffffff (0x10000) MX[B](B)
   [12] -1   0   0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
   [13] -1   0   0xe3000000 - 0xe3ffffff (0x1000000) MX[B](B)
   [14] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [15] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [16] -1   0   0x0000b800 - 0x0000b8ff (0x100) IX[B]
   [17] -1   0   0x0000a800 - 0x0000a80f (0x10) IX[B]
   [18] -1   0   0x0000e000 - 0x0000e07f (0x80) IX[B]
   [19] -1   0   0x0000e100 - 0x0000e1ff (0x100) IX[B]
   [20] -1   0   0x00005100 - 0x0000511f (0x20) IX[B]
   [21] -1   0   0x00005500 - 0x0000550f (0x10) IX[B]
   [22] -1   0   0x00005000 - 0x0000500f (0x10) IX[B]
(II) resource ranges after probing:
   [0] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](B)
   [1] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [2] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [3] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [4] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [5] -1   0   0xe4800000 - 0xe48000ff (0x100) MX[B]
   [6] -1   0   0xe5000000 - 0xe5000fff (0x1000) MX[B]
   [7] -1   0   0xe5800000 - 0xe587ffff (0x80000) MX[B]
   [8] -1   0   0xe6800000 - 0xe6800fff (0x1000) MX[B]
   [9] -1   0   0xe7000000 - 0xe7000fff (0x1000) MX[B]
   [10] -1   0   0xf0000000 - 0xefffffff (0x0) MX[B]O
   [11] -1   0   0xe7ff0000 - 0xe7ffffff (0x10000) MX[B](B)
   [12] -1   0   0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
   [13] -1   0   0xe3000000 - 0xe3ffffff (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   0x0000b800 - 0x0000b8ff (0x100) IX[B]
   [20] -1   0   0x0000a800 - 0x0000a80f (0x10) IX[B]
   [21] -1   0   0x0000e000 - 0x0000e07f (0x80) IX[B]
   [22] -1   0   0x0000e100 - 0x0000e1ff (0x100) IX[B]
   [23] -1   0   0x00005100 - 0x0000511f (0x20) IX[B]
   [24] -1   0   0x00005500 - 0x0000550f (0x10) IX[B]
   [25] -1   0   0x00005000 - 0x0000500f (0x10) IX[B]
   [26] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [27] 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/modules/linux/libint10.a
(II) Module int10: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.7
(II) NV(0): Initializing int10
(II) NV(0): Primary V_BIOS segment is: 0xc000
(--) NV(0): Chipset: "GeForce2 Integrated GPU"
(**) 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/modules/libvgahw.a
(II) Module vgahw: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 0.1.0
   ABI class: X.Org Video Driver, version 0.7
(==) NV(0): Using HW cursor
(--) NV(0): Linear framebuffer at 0xE8000000
(--) NV(0): MMIO registers at 0xE3000000
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/lib/modules/libi2c.a
(II) Module i2c: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.2.0
   ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.7
(II) NV(0): I2C bus "DDC" initialized.
(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
(--) NV(0): HW is currently programmed for CRT
(II) NV(0): Using CRT on CRTC 0
(--) NV(0): VideoRAM: 32768 kBytes
(==) NV(0): Using gamma correction (1.0, 1.0, 1.0)
(II) NV(0): My Monitor: Using hsync range of 31.50-57.00 kHz
(II) NV(0): My Monitor: Using vrefresh range of 50.00-70.00 Hz
(II) NV(0): Clock range:  12.00 to 350.00 MHz
(II) NV(0): Not using default mode "640x350" (vrefresh out of range)
(II) NV(0): Not using default mode "320x175" (vrefresh out of range)
(II) NV(0): Not using default mode "640x400" (vrefresh out of range)
(II) NV(0): Not using default mode "320x200" (vrefresh out of range)
(II) NV(0): Not using default mode "720x400" (vrefresh out of range)
(II) NV(0): Not using default mode "360x200" (vrefresh out of range)
(II) NV(0): Not using default mode "640x480" (vrefresh out of range)
(II) NV(0): Not using default mode "320x240" (vrefresh out of range)
(II) NV(0): Not using default mode "640x480" (vrefresh out of range)
(II) NV(0): Not using default mode "320x240" (vrefresh out of range)
(II) NV(0): Not using default mode "640x480" (vrefresh out of range)
(II) NV(0): Not using default mode "320x240" (vrefresh out of range)
(II) NV(0): Not using default mode "800x600" (vrefresh out of range)
(II) NV(0): Not using default mode "400x300" (vrefresh out of range)
(II) NV(0): Not using default mode "800x600" (vrefresh out of range)
(II) NV(0): Not using default mode "400x300" (vrefresh out of range)
(II) NV(0): Not using default mode "800x600" (vrefresh out of range)
(II) NV(0): Not using default mode "400x300" (vrefresh out of range)
(II) NV(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "512x384" (hsync out of range)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "512x384" (hsync out of range)
(II) NV(0): Not using default mode "1152x864" (hsync out of range)
(II) NV(0): Not using default mode "576x432" (hsync out of range)
(II) NV(0): Not using default mode "1280x960" (hsync out of range)
(II) NV(0): Not using default mode "640x480" (hsync out of range)
(II) NV(0): Not using default mode "1280x960" (hsync out of range)
(II) NV(0): Not using default mode "640x480" (hsync out of range)
(II) NV(0): Not using default mode "1280x1024" (hsync out of range)
(II) NV(0): Not using default mode "640x512" (hsync out of range)
(II) NV(0): Not using default mode "1280x1024" (hsync out of range)
(II) NV(0): Not using default mode "640x512" (hsync out of range)
(II) NV(0): Not using default mode "1280x1024" (hsync out of range)
(II) NV(0): Not using default mode "640x512" (hsync out of range)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (hsync out of range)
(II) NV(0): Not using default mode "1792x1344" (hsync out of range)
(II) NV(0): Not using default mode "896x672" (hsync out of range)
(II) NV(0): Not using default mode "1792x1344" (hsync out of range)
(II) NV(0): Not using default mode "896x672" (hsync out of range)
(II) NV(0): Not using default mode "1856x1392" (hsync out of range)
(II) NV(0): Not using default mode "928x696" (hsync out of range)
(II) NV(0): Not using default mode "1856x1392" (hsync out of range)
(II) NV(0): Not using default mode "928x696" (hsync out of range)
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(II) NV(0): Not using default mode "832x624" (vrefresh out of range)
(II) NV(0): Not using default mode "416x312" (vrefresh out of range)
(II) NV(0): Not using default mode "1400x1050" (hsync out of range)
(II) NV(0): Not using default mode "700x525" (hsync out of range)
(II) NV(0): Not using default mode "1400x1050" (hsync out of range)
(II) NV(0): Not using default mode "700x525" (hsync out of range)
(II) NV(0): Not using default mode "1600x1024" (hsync out of range)
(II) NV(0): Not using default mode "800x512" (hsync out of range)
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(II) NV(0): Not using default mode "960x720" (hsync out of range)
(II) NV(0): Not using default mode "2048x1536" (hsync out of range)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "2048x1536" (hsync out of range)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using mode "1280x1024" (no mode of this name)
(II) NV(0): Not using default mode "1152x768" (width too large for virtual size)
(--) NV(0): Virtual size is 1024x768 (pitch 1024)
(**) NV(0): *Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(II) NV(0): Modeline "1024x768"   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync
(**) NV(0): *Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) NV(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync
(**) NV(0): *Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) NV(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync
(**) NV(0):  Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) NV(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync
(**) NV(0):  Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) NV(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync
(**) NV(0):  Default mode "576x384": 32.5 MHz, 44.2 kHz, 54.8 Hz (D)
(II) NV(0): Modeline "576x384"   32.50  576 589 657 736  384 385 388 403 doublescan +hsync +vsync
(**) NV(0):  Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(II) NV(0): Modeline "512x384"   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync
(**) NV(0):  Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(II) NV(0): Modeline "512x384"   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync
(**) NV(0):  Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(II) NV(0): Modeline "400x300"   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync
(**) NV(0):  Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(II) NV(0): Modeline "400x300"   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync
(**) NV(0):  Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) NV(0): Modeline "320x240"   12.60  320 328 376 400  240 245 246 262 doublescan -hsync -vsync
(==) NV(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/modules/libxaa.a
(II) Module xaa: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 1.2.0
   ABI class: X.Org Video Driver, version 0.7
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
   compiled for 6.8.2, module version = 0.1.0
   ABI class: X.Org Video Driver, version 0.7
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
   [0] 0   0   0xe8000000 - 0xefffffff (0x8000000) MX[B]
   [1] 0   0   0xe3000000 - 0xe3ffffff (0x1000000) MX[B]
   [2] -1   0   0xffe00000 - 0xffffffff (0x200000) MX[B](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   0xe4800000 - 0xe48000ff (0x100) MX[B]
   [8] -1   0   0xe5000000 - 0xe5000fff (0x1000) MX[B]
   [9] -1   0   0xe5800000 - 0xe587ffff (0x80000) MX[B]
   [10] -1   0   0xe6800000 - 0xe6800fff (0x1000) MX[B]
   [11] -1   0   0xe7000000 - 0xe7000fff (0x1000) MX[B]
   [12] -1   0   0xf0000000 - 0xefffffff (0x0) MX[B]O
   [13] -1   0   0xe7ff0000 - 0xe7ffffff (0x10000) MX[B](B)
   [14] -1   0   0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
   [15] -1   0   0xe3000000 - 0xe3ffffff (0x1000000) MX[B](B)
   [16] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
   [17] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
   [18] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
   [19] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [20] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [21] -1   0   0x0000b800 - 0x0000b8ff (0x100) IX[B]
   [22] -1   0   0x0000a800 - 0x0000a80f (0x10) IX[B]
   [23] -1   0   0x0000e000 - 0x0000e07f (0x80) IX[B]
   [24] -1   0   0x0000e100 - 0x0000e1ff (0x100) IX[B]
   [25] -1   0   0x00005100 - 0x0000511f (0x20) IX[B]
   [26] -1   0   0x00005500 - 0x0000550f (0x10) IX[B]
   [27] -1   0   0x00005000 - 0x0000500f (0x10) IX[B]
   [28] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
   [29] 0   0   0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) NV(0): Write-combining range (0xe8000000,0x2000000)
(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
(WW) NV(0): Option "AllowGLXWithComposite" is not used
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(EE) Failed to initialize GLX extension (NVIDIA X driver not found)
(**) Option "Protocol" "Auto"
(**) Mouse1: Device: "/dev/mouse"
(**) Mouse1: Protocol: "Auto"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/mouse"
(**) Option "Emulate3Buttons"
(**) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(==) Mouse1: Buttons: 3
(**) Mouse1: SmartScroll: 1
(**) Option "CoreKeyboard"
(**) Keyboard1: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard1: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard1: XkbRules: "xorg"
(**) Option "XkbModel" "pc101"
(**) Keyboard1: XkbModel: "pc101"
(**) Option "XkbLayout" "pl"
(**) Keyboard1: XkbLayout: "pl"
(**) Option "CustomKeycodes" "off"
(**) Keyboard1: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(--) Mouse1: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse1: ps2EnableDataReporting: succeeded
Could not init font path element /usr/share/fonts/local/, removing from list!


Nie przypominam sobie żeby to:
Code:

...
(II) NV(0): Not using default mode "640x350" (vrefresh out of range)
(II) NV(0): Not using default mode "320x175" (vrefresh out of range)
(II) NV(0): Not using default mode "640x400" (vrefresh out of range)
(II) NV(0): Not using default mode "320x200" (vrefresh out of range)
(II) NV(0): Not using default mode "720x400" (vrefresh out of range)
(II) NV(0): Not using default mode "360x200" (vrefresh out of range)
(II) NV(0): Not using default mode "640x480" (vrefresh out of range)
...

pojawiało się wlogach przed wprowadzieniem fragmentów twojego xorg.conf
_________________
AcidWeb
Vox Rootis, Vox Dei!
Back to top
View user's profile Send private message
galimedes
Guru
Guru


Joined: 26 Jun 2004
Posts: 316
Location: Poland->Home

PostPosted: Sat Apr 02, 2005 7:19 am    Post subject: Reply with quote

Też mam gf2 i mam tak
Code:


    Load        "dbe"     


    SubSection  "extmod"
      Option    "omit xfree86-dga"   
    EndSubSection

    Load        "type1"
    Load        "freetype"

    Load       "glx"

EndSection

Section "Files"

    RgbPath   "/usr/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/corefonts"
    FontPath    "/usr/local/share/fonts"
    FontPath    "/usr/share/fonts"
    FontPath    "/usr/share/fonts/artwiz-aleczapka-en"
    FontPath    "/usr/share/fonts/cyrillic"
    FontPath    "/usr/share/fonts/local"
    FontPath    "/usr/share/fonts/ukr"
    FontPath    "/usr/share/fonts"
    FontPath    "/usr/share/fonts/artwiz"
    FontPath    "/usr/share/fonts/default"
EndSection

Section "ServerFlags"

Option "BlankTime"  "999"

EndSection

Section "InputDevice"

    Identifier   "Keyboard1"
    Driver   "kbd"

    Option "AutoRepeat" "500 30"


    Option "XkbModel"   "pc104"
    Option "XkbLayout"   "pl"

EndSection


Section "InputDevice"

    Identifier   "Mouse1"
    Driver   "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/psaux"
    Option "ZAXisMapping" "4 5"
   
EndSection

Section "Monitor"

    Identifier  "moniek"

    HorizSync   31.5 - 82.0

    VertRefresh 40-150

EndSection

Section "Device"
    Identifier   "Standard VGA"
    VendorName   "Unknown"
    BoardName   "Unknown"

    Driver     "vga"

EndSection
Section "Device"
    Identifier  "gf2"
#    Driver   "nv"
    Driver      "nvidia"
    VideoRam    65536
    Option "RenderAccel" "on"
    Option "DigitalVibrance" "3"
    Option "CursorShadow" "true"
    Option "CursorShadowAlpha" "60"
    Option "CursorShadowXOffset" "4"
    Option "CursorShadowYOffset" "2"
    Option "TransparentIndex" "195"            
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "gf2"
    Monitor     "moniek"
    DefaultDepth 24

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

Section "ServerLayout"

    Identifier  "Simple Layout"

    Screen "Screen 1"

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

Code:
gali::max gali% qpkg -I -vv |grep nvidia
media-video/nvidia-glx-1.0.6629-r5 *
media-video/nvidia-kernel-1.0.6629-r4 *
media-video/nvidia-settings-1.0.6629 *

i śmiga bez problemów. Zapodaj mojego konfiga i powiedz czy działa uwaga rozdzielczość ustawiona jest na 1280x1024 :)
Pozdro
_________________
"Tylko dwie rzeczy są nieskończone: wszechświat i ludzka głupota, chociaż co do pierwszego nie mam pewności"

-- Albert Einstein
Back to top
View user's profile Send private message
Zwierzak
Veteran
Veteran


Joined: 19 Sep 2003
Posts: 1012
Location: /dev/null

PostPosted: Sat Apr 02, 2005 8:32 am    Post subject: Reply with quote

Code:
opengl-update nvidia

To polecenie z tego co wiem robi się PO instalacji sterowników nvidi!
Back to top
View user's profile Send private message
adam1957
Tux's lil' helper
Tux's lil' helper


Joined: 30 Aug 2004
Posts: 121

PostPosted: Sat Apr 02, 2005 9:32 am    Post subject: Reply with quote

Cześć !!
Zobacz czy masz w /usr/lib/modules/extensions dowiązanie libglx.so do libglx.so.1.0.xxx.
Ja po instalce sterów od nvidii i opengl -update miałem plik libglx.so.1.0.xxx bez linku i OS nie mógł załadować modułu "glx".
_________________
Linux Registered User #376200
Gentoo2007.0
Mowa jest srebrem, a milczenie złotem
Back to top
View user's profile Send private message
lazy_bum
l33t
l33t


Joined: 16 Feb 2005
Posts: 691

PostPosted: Sat Apr 02, 2005 1:47 pm    Post subject: Reply with quote

Twój .log z Xów trochę przypomina problem który miałem na kompie z wbudowaną grafiką i810. Wyglądało to tak, że karta nie mogła znaleźć ,wspólnego języka' z monitorem (a jak już się udało odpalić to następowała desynchronizacja (?) i pomagał tylko hard-reboot). Monitor był staruszkiem i miał jakieś wydziwione ustawienia Horizontal/Vertical sync, a grafika była mocno kiepska (typowy komp biurowy).
Back to top
View user's profile Send private message
AcidWeb
Tux's lil' helper
Tux's lil' helper


Joined: 31 Mar 2005
Posts: 86
Location: Wrocław, Poland

PostPosted: Sat Apr 02, 2005 6:21 pm    Post subject: Reply with quote

adam: link jest ok
Zwierzak: wiem
galimedes: nie działa... czarny ekran dalej...

No coż tak jak na innych forach/grupach dyskusyjnych nie znalazlem rozwiazania :cry:
_________________
AcidWeb
Vox Rootis, Vox Dei!
Back to top
View user's profile Send private message
adam1957
Tux's lil' helper
Tux's lil' helper


Joined: 30 Aug 2004
Posts: 121

PostPosted: Sat Apr 02, 2005 7:52 pm    Post subject: Reply with quote

Cześć !!
Zauważyłem w Twoim logu:
Code:
(II) LoadModule: "nv"

Jakim cudem ładowany jest stary "nv", a nie "nvidia" chociaż w xorg.conf masz "nvidia".
Myślę, że to jest istota Twoich kłopotów.
_________________
Linux Registered User #376200
Gentoo2007.0
Mowa jest srebrem, a milczenie złotem
Back to top
View user's profile Send private message
AcidWeb
Tux's lil' helper
Tux's lil' helper


Joined: 31 Mar 2005
Posts: 86
Location: Wrocław, Poland

PostPosted: Sat Apr 02, 2005 7:57 pm    Post subject: Reply with quote

lol... nietego loga wkleiłem :P
_________________
AcidWeb
Vox Rootis, Vox Dei!
Back to top
View user's profile Send private message
rzezioo
Apprentice
Apprentice


Joined: 02 Nov 2004
Posts: 260
Location: Szczecin, Poland

PostPosted: Sat Apr 02, 2005 11:17 pm    Post subject: Reply with quote

no to daj tego co trzeba :) a poza tym raczej mozesz wyrzucic
Code:
Option "RenderAccel" "on"
bo o ile ta twoja gf2 nie jest jakims nowszym modelem (chyba fx czy jakos tak) to tej opcjii nie obsluguje :(
composite tez mozesz wylaczyc chyba ze masz zamiar go uzywac
_________________
USE="refrigerator" emerge beer
http://fun.from.hell.pl/2003-05-27/russian_linux.jpg
Back to top
View user's profile Send private message
AcidWeb
Tux's lil' helper
Tux's lil' helper


Joined: 31 Mar 2005
Posts: 86
Location: Wrocław, Poland

PostPosted: Sun Apr 03, 2005 7:17 am    Post subject: Reply with quote

Czego bym wlaczyl/wylaczyl pojawia sie tylko czarny ekran i w logach blad:
Code:

(EE) Failed to initialize GLX extension (NVIDIA X driver not found)

:/
_________________
AcidWeb
Vox Rootis, Vox Dei!
Back to top
View user's profile Send private message
AcidWeb
Tux's lil' helper
Tux's lil' helper


Joined: 31 Mar 2005
Posts: 86
Location: Wrocław, Poland

PostPosted: Mon Apr 04, 2005 1:35 pm    Post subject: Reply with quote

eee... coraz ciekawiej wymieniłem kernela... wywaliłem stery nvidii i jak chce je instalać (dokładnie przy instalacji nvidia-kernel) dostaje:
Code:
/var/tmp/portage/nvidia-kernel-1.0.6629-r1/work/NVIDIA-Linux-x86-1.0-6629-pkg1/usr/src/nv/os-agp.c: In function `KernFreeAGPPages':
/var/tmp/portage/nvidia-kernel-1.0.6629-r1/work/NVIDIA-Linux-x86-1.0-6629-pkg1/usr/src/nv/os-agp.c:444: error: request for member `unbind_memory' in something not a structure or union
/var/tmp/portage/nvidia-kernel-1.0.6629-r1/work/NVIDIA-Linux-x86-1.0-6629-pkg1/usr/src/nv/os-agp.c:445: error: request for member `free_memory' in something not a structure or union
make[3]: *** [/var/tmp/portage/nvidia-kernel-1.0.6629-r1/work/NVIDIA-Linux-x86-1.0-6629-pkg1/usr/src/nv/os-agp.o] Error 1
make[2]: *** [_module_/var/tmp/portage/nvidia-kernel-1.0.6629-r1/work/NVIDIA-Linux-x86-1.0-6629-pkg1/usr/src/nv] Error 2
NVIDIA: left KBUILD.
nvidia.ko failed to build!
make[1]: *** [module] Error 1
make: *** [module] Error 2

!!! ERROR: media-video/nvidia-kernel-1.0.6629-r1 failed.
!!! Function linux-mod_src_compile, Line 418, Exitcode 2
!!! Unable to make                                  IGNORE_CC_MISMATCH=yes V=1 SYSSRC=/usr/src/linux SYSOUT=/usr/src/linux clean module.
!!! If you need support, post the topmost build error, NOT this status message.


EDIT:
Dobra już nie aktualne :P Zainstalował się ale i tak nie rusza :/
_________________
AcidWeb
Vox Rootis, Vox Dei!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) 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