Nowe posty

Autor Wątek: Zmiana częstotliwości odświeżania w LCD  (Przeczytany 43003 razy)

  • Gość
Zmiana częstotliwości odświeżania w LCD
« dnia: 2007-10-11, 21:32:36 »
powiem krótko, i liczę na szybką odpowiedź, bo mi zaraz monitor jeb....


jadę na zwykłym sterowniku nv. Posiadam monitor lcd 19cali LG 194WT z rozdzielczością 1440x900. Odświeżanie powinno być na poziomie 75hz. Niby takie wartości mam ustawione w rozdzielczości w gnome, ale coraz bardziej mi zaczyna monitor się "ruszać". Po prostu literki, np te które teraz piszę mrugają i dygają na boki. Co mam robić? tego problemu nie ma na windzie? Szybko pomózcie!


[EDIT xis: zmieniłem tytuł wątku z lamentów na bardziej sensowny]

norbert_ramzes

  • Gość
Zmiana częstotliwości odświeżania w LCD
« Odpowiedź #1 dnia: 2007-10-11, 21:34:27 »
Wklej xorg.conf....

  • Gość
Zmiana częstotliwości odświeżania w LCD
« Odpowiedź #2 dnia: 2007-10-11, 21:40:44 »
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Sep  5 19:29:10 PDT 2007

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "stylus" "SendCoreEvents"
    InputDevice    "cursor" "SendCoreEvents"
    InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

        # path to defoma fonts
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/usr/share/fonts/X11/cyrillic"
    FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/Type1"
    FontPath        "/usr/share/fonts/X11/100dpi"
    FontPath        "/usr/share/fonts/X11/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "vbe"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "pl"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ImPS/2"
    Option         "ZAxisMapping" "4 5"
    Option         "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
    Identifier     "stylus"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"
    Option         "Type" "stylus"
    Option         "ForceDevice" "ISDV4"                # Tablet PC ONLY
EndSection

Section "InputDevice"
    Identifier     "eraser"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"
    Option         "Type" "eraser"
    Option         "ForceDevice" "ISDV4"                # Tablet PC ONLY
EndSection

Section "InputDevice"
    Identifier     "cursor"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"
    Option         "Type" "cursor"
    Option         "ForceDevice" "ISDV4"                # Tablet PC ONLY
EndSection

Section "Monitor"
    Identifier     "L194WT"
    Option         "DPMS"
    HorizSync      31-90
    VertRefresh    59-75
EndSection

Section "Device"
    Identifier     "nVidia Corporation NV11DDR [GeForce2 MX200]"
    Driver         "nv"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "nVidia Corporation NV11DDR [GeForce2 MX200]"
    Monitor        "L194WT"
    DefaultDepth    24
    SubSection     "Display"
        Depth       1
        Modes      "1440x900"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1440x900"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1440x900"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1440x900"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1440x900"
    SubSection     "Display"
        Depth       24
        Modes      "1440x900"
    EndSubSection
EndSection

norbert_ramzes

  • Gość
Zmiana częstotliwości odświeżania w LCD
« Odpowiedź #3 dnia: 2007-10-11, 21:55:52 »
Cytat: pharao
...
    Screen         "Default Screen" 0 0
    ...
    Load           "int10"
Czy aby napewno masz 0 0?

Spróbuj to zakomentować: Load           "int10"

  • Gość
Zmiana częstotliwości odświeżania w LCD
« Odpowiedź #4 dnia: 2007-10-11, 22:31:05 »
nie pomogło

doinstalowałem sterownik nvidia, teraz nie ma tego problemu, ale za to w ustawieniach mam podaną wartość 50hz... skąd takie coś??

norbert_ramzes

  • Gość
Zmiana częstotliwości odświeżania w LCD
« Odpowiedź #5 dnia: 2007-10-11, 23:24:34 »
Te 50Hz (DUŻE H) mogło się wsiąść z instalki nvidii.

Offline

  • Users
  • Guru
  • *****
  • Wiadomości: 825
    • Zobacz profil
Zmiana częstotliwości odświeżania w LCD
« Odpowiedź #6 dnia: 2007-10-12, 09:58:40 »
A co to za dystrybucja?
Jak instalowałeś sterownik?
Jak go konfigurowałeś?

M.

  • Gość
Zmiana częstotliwości odświeżania w LCD
« Odpowiedź #7 dnia: 2007-10-12, 12:36:49 »
Ubuntu 7.04
Sterownik instalowalem przy wylaczonych xach, normalnie ze skryptu NVIDIA-Linux-x86-96.43.01-pkg1.run

konfigurowalem przy uzyciu "nvidia-xconfig"

moja karta graficzna to gf2 mx200 32 mb


Problem jednak nadal aktualny. Po wylaczeniu komputera i ponownym uruchomieniu xserwer sie wywala. Podnosi sie dopiero po ponownej instalacji sterownika, ale problem powtarza sie po ponownym uruchomieniu komputera.

Czyzbym wybral zly sterownik?

Teraz znow jade na nv, i mi monitor caly jezdzi.

aktualny stan mojego xorg.conf wyglada tak:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig                                                                                                              
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Sep  5 19:29:10 PDT 2007                                                                                            
                                                                                                                                                                                 
                                                                                                                                                                                 
Section "ServerLayout"                                                                                                                                                          
    Identifier     "Layout0"                                                                                                                                                    
    Screen      0  "Screen0" 0 0                                                                                                                                                
    InputDevice    "Keyboard0" "CoreKeyboard"                                                                                                                                    
    InputDevice    "Mouse0" "CorePointer"                                                                                                                                        
EndSection                                                                                                                                                                      
                                                                                                                                                                                 
Section "Files"                                                                                                                                                                  
    RgbPath         "/usr/X11R6/lib/X11/rgb"                                                                                                                                    
EndSection                                                                                                                                                                      
                                                                                                                                                                                 
Section "Module"                                                                                                                                                                
    Load           "dbe"                                                                                                                                                        
    Load           "extmod"                                                                                                                                                      
    Load           "type1"                                                                                                                                                      
    Load           "freetype"                                                                                                                                                    
    Load           "glx"                                                                                                                                                        
EndSection                                                                                                                                                                      
                                                                                                                                                                                 
Section "InputDevice"  

    # generated from default                                                                                                                                                    
    Identifier     "Mouse0"                                                                                                                                                      
    Driver         "mouse"                                                                                                                                                      
    Option         "Protocol" "auto"                                                                                                                                            
    Option         "Device" "/dev/psaux"                                                                                                                                        
    Option         "Emulate3Buttons" "no"                                                                                                                                        
    Option         "ZAxisMapping" "4 5"                                                                                                                                          
EndSection                                                                                                                                                                      
                                                                                                                                                                                 
Section "InputDevice"                                                                                                                                                            
                                                                                                                                                                                 
    # generated from default                                                                                                                                                    
    Identifier     "Keyboard0"                                                                                                                                                  
    Driver         "kbd"                                                                                                                                                        
EndSection                                                                                                                                                                      
                                                                                                                                                                                 
Section "Monitor"                                                                                                                                                                
    Identifier     "Monitor0"                                                                                                                                                    
    VendorName     "Unknown"                                                                                                                                                    
    ModelName      "Unknown"                                                                                                                                                    
    HorizSync       30.0 - 110.0                                                                                                                                                
    VertRefresh     50.0 - 150.0                                                                                                                                                
    Option         "DPMS"                                                                                                                                                        
EndSection                                                                                                                                                                      
                                                                                                                                                                                 
Section "Device"                                                                                                                                                                
    Identifier     "Device0"                                                                                                                                                    
    Driver         "nv"                                                                                                                                                          
    VendorName     "NVIDIA Corporation"                                                                                                                                          
EndSection                                                                                                                                                                      
                                                                                                                                                                                 
Section "Screen"                                                                                                                                                                
    Identifier     "Screen0"                                                                                                                                                    
    Device         "Device0"                                                                                                                                                    
    Monitor        "Monitor0"                                                                                                                                                    
    DefaultDepth    24                                                                                                                                                          
    SubSection     "Display"                                                                                                                                                    
        Depth       24                                                                                                                                                          
        Modes      "1600x1200" "1440x900" "1280x1024" "1024x768" "800x600" "640x480"                                                                                            
    EndSubSection                                                                                                                                                                
EndSection

  • Gość
Zmiana częstotliwości odświeżania w LCD
« Odpowiedź #8 dnia: 2007-10-12, 12:45:18 »
w monitorach LCD ta "częstotliwość odświerzania" to zupełnie co innego niż częstotliwość odświerzania w monitorach CRT. W monitorach LCD obraz jest rysowany zupełnie inaczej niż w CRT. Dla tego jeśli masz 50Hz, to nie powinno Cię to szczególnie martwić.

A jeśli jest to względnie nowy monitor, to z xorg.conf możesz wyrzucić pozycje HorizSync i VertRefresh, czyli sekcja "Monitor" będzie wyglądać tak:

Section "Monitor"
    Identifier     "L194WT"
    Option         "DPMS"
EndSection

Wtedy serwer X będzie pobierał te wartości z monitora, tak jak pobiera listę obsługiwanych rozdzielczości oraz dpi i pewnie inne rzeczy. Nowe monitory są o tyle fajne, że podłączając je do komputera na którym działa X-server nie trzeba instalować żadnych sterowników ani nie trzeba nic konfigurować. Jedynym problemem jest to, że jak zmieniasz monitor ze starego, to musisz usunąć te niepotrzebne rzeczy z konfiguracji (takie jak HorizSync, VertRefresh i mode-line'y)

  • Gość
Zmiana częstotliwości odświeżania w LCD
« Odpowiedź #9 dnia: 2007-10-12, 12:57:07 »
Jeśli używasz Ubuntu, to nie instaluj sterownika z instalki znalezionej na stronie nVidii, tylko zainstaluj paczkę z Ubuntu (w menu w Gnomie jest gdzieś taki przycisk "zainstaluj sterowniki binarne" czy jakoś tak). Jest to sposób o wiele łatwiejszy, szybszy i bezpieczniejszy.
Po całej operacji nie zapomnij sprawdzić plik xorg.conf czy w sekcji "Device" wartość Driver jest ustawiona na "nvidia" (nv oznacza sterownik standardowy a nvidia oznacza sterownik binarny od nVidii).
No i na koniec, jeśli Twój monitor jest w miarę nowy, to możesz spróbować zrobić to co pisałem poprzednio, czyli wyrzucić wszystko co niepotrzebne z sekcji "Monitor". Tym razem powinno to wyglądać tak:

Section "Monitor"                                                                                                                                                              
    Identifier     "Monitor0"                                                                                                                                                  
    VendorName     "Unknown"                                                                                                                                                    
    ModelName      "Unknown"                                                                                                                                                    
    Option         "DPMS"                                                                                                                                                      
EndSection

VendorName i ModelName też pewnie są nie potrzebne, bo to tylko taka informacja. Chcesz, to możesz tam wpisać odpowiednie informacje.

  • Gość
Zmiana częstotliwości odświeżania w LCD
« Odpowiedź #10 dnia: 2007-10-13, 12:51:54 »
Wyregulowałem "fazę" w menu monitora, i troszkę pomogło. Nadal mam jednak problem z sterownikami nvidia. Problem polega na tym, że gdy zainstaluję je z skryptu ze strony, to wszystko pięknie działa, aż do ponownego uruchmienia komputera. Wtedy wywala się serwer x zanim się włączy. Poniżej załączam log oraz conf, byście mogli zobaczyć, co źle robie:

xorg.conf:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Sep  5 19:29:10 PDT 2007


Section "ServerLayout"
    Identifier     "Layout0"
    Screen         "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    RgbPath         "/usr/X11R6/lib/X11/rgb"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
#   Load           "glx"
EndSection

Section "InputDevice"

   # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

# generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "L194WT"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "L194WT"
    DefaultDepth    24
    Option         "AddARGBGLXVisuals" "True"
    Option         "AddARGBVisuals" "True"
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1440x900" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection




oraz 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 Ubuntu
Current Operating System: Linux egypt 2.6.20-16-generic #2 SMP Sun Sep 23 19:50:39 UTC 2007 i686
Build Date: 04 April 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: Sat Oct 13 12:39:15 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Layout0"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "L194WT"
(**) |   |-->Device "Device0"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "Mouse0"
(WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
   Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
   Entry deleted from font path.
(==) FontPath set to:
   /usr/share/fonts/X11/misc,
   /usr/share/fonts/X11/100dpi/:unscaled,
   /usr/share/fonts/X11/75dpi/:unscaled,
   /usr/share/fonts/X11/Type1,
   /usr/share/fonts/X11/100dpi,
   /usr/share/fonts/X11/75dpi,
   /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81c92e0
(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/lib/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 1039,0735 card 0000,0000 rev 01 class 06,00,00 hdr 80
(II) PCI: 00:01:0: chip 1039,0001 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 1039,0018 card 0000,0000 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:02:1: chip 1039,0016 card 0000,0000 rev 00 class 0c,05,00 hdr 00
(II) PCI: 00:02:2: chip 1039,7001 card 1019,0a14 rev 07 class 0c,03,10 hdr 00
(II) PCI: 00:02:3: chip 1039,7001 card 1019,0a14 rev 07 class 0c,03,10 hdr 00
(II) PCI: 00:02:5: chip 1039,5513 card 1039,5513 rev d0 class 01,01,80 hdr 80
(II) PCI: 00:02:7: chip 1039,7012 card 13f6,0300 rev a0 class 04,01,00 hdr 00
(II) PCI: 00:0d:0: chip 109e,036e card 0000,0000 rev 11 class 04,00,00 hdr 80
(II) PCI: 00:0d:1: chip 109e,0878 card 0000,0000 rev 11 class 04,80,00 hdr 80
(II) PCI: 00:11:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0111 card 0000,0000 rev b2 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
   
  • -1   0   0x00000000 - 0x0000ffff (0x10000) IX

(II) Bus 0 non-prefetchable memory range:
   
  • -1   0   0x00000000 - 0xffffffff (0x0) MX

(II) Bus 0 prefetchable memory range:
   
  • -1   0   0x00000000 - 0xffffffff (0x0) MX

(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
   
  • -1   0   0xcde00000 - 0xcfefffff (0x2100000) MX

(II) Bus 1 prefetchable memory range:
   
  • -1   0   0xbdc00000 - 0xcdcfffff (0x10100000) MX

(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:2:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI: (0:13:0) Brooktree Corporation Bt878 Video Capture rev 17, Mem @ 0xcddfe000/12
(--) PCI:*(1:0:0) nVidia Corporation NV11DDR [GeForce2 MX 100 DDR/200 DDR] rev 178, Mem @ 0xce000000/24, 0xc0000000/27, BIOS @ 0xcfef0000/16
(II) Addressable bus resource ranges are
   
  • -1   0   0x00000000 - 0xffffffff (0x0) MX
  • [1] -1   0   0x00000000 - 0x0000ffff (0x10000) IX

(II) OS-reported resource ranges:
   
  • -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
  • [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX

   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX
   [4] -1   0   0x0000ffff - 0x0000ffff (0x1) IX
   [5] -1   0   0x00000000 - 0x000000ff (0x100) IX
(II) PCI Memory resource overlap reduced 0xd0000000 from 0xd3ffffff to 0xcfffffff
(II) Active PCI resource ranges:
   
  • -1   0   0xcfffdf00 - 0xcfffdfff (0x100) MX
  • [1] -1   0   0xcddff000 - 0xcddfffff (0x1000) MX

   [2] -1   0   0xcffff000 - 0xcfffffff (0x1000) MX
   [3] -1   0   0xcfffe000 - 0xcfffefff (0x1000) MX
   [4] -1   0   0xd0000000 - 0xcfffffff (0x0) MXO
   [5] -1   0   0xcfef0000 - 0xcfefffff (0x10000) MX(B)
   [6] -1   0   0xc0000000 - 0xc7ffffff (0x8000000) MX(B)
   [7] -1   0   0xce000000 - 0xceffffff (0x1000000) MX(B)
   [8] -1   0   0xcddfe000 - 0xcddfefff (0x1000) MX(B)
   [9] -1   0   0x0000d400 - 0x0000d4ff (0x100) IX
   [10] -1   0   0x0000d800 - 0x0000d83f (0x40) IX
   [11] -1   0   0x0000dc00 - 0x0000dcff (0x100) IX
   [12] -1   0   0x0000ff00 - 0x0000ff0f (0x10) IX
   [13] -1   0   0x00000c00 - 0x00000c1f (0x20) IX
(II) Active PCI resource ranges after removing overlaps:
   
  • -1   0   0xcfffdf00 - 0xcfffdfff (0x100) MX
  • [1] -1   0   0xcddff000 - 0xcddfffff (0x1000) MX

   [2] -1   0   0xcffff000 - 0xcfffffff (0x1000) MX
   [3] -1   0   0xcfffe000 - 0xcfffefff (0x1000) MX
   [4] -1   0   0xd0000000 - 0xcfffffff (0x0) MXO
   [5] -1   0   0xcfef0000 - 0xcfefffff (0x10000) MX(B)
   [6] -1   0   0xc0000000 - 0xc7ffffff (0x8000000) MX(B)
   [7] -1   0   0xce000000 - 0xceffffff (0x1000000) MX(B)
   [8] -1   0   0xcddfe000 - 0xcddfefff (0x1000) MX(B)
   [9] -1   0   0x0000d400 - 0x0000d4ff (0x100) IX
   [10] -1   0   0x0000d800 - 0x0000d83f (0x40) IX
   [11] -1   0   0x0000dc00 - 0x0000dcff (0x100) IX
   [12] -1   0   0x0000ff00 - 0x0000ff0f (0x10) IX
   [13] -1   0   0x00000c00 - 0x00000c1f (0x20) IX
(II) OS-reported resource ranges after removing overlaps with PCI:
   
  • -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
  • [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX

   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX
   [4] -1   0   0x0000ffff - 0x0000ffff (0x1) IX
   [5] -1   0   0x00000000 - 0x000000ff (0x100) IX
(II) All system resource ranges:
   
  • -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
  • [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX

   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX
   [4] -1   0   0xcfffdf00 - 0xcfffdfff (0x100) MX
   [5] -1   0   0xcddff000 - 0xcddfffff (0x1000) MX
   [6] -1   0   0xcffff000 - 0xcfffffff (0x1000) MX
   [7] -1   0   0xcfffe000 - 0xcfffefff (0x1000) MX
   [8] -1   0   0xd0000000 - 0xcfffffff (0x0) MXO
   [9] -1   0   0xcfef0000 - 0xcfefffff (0x10000) MX(B)
   [10] -1   0   0xc0000000 - 0xc7ffffff (0x8000000) MX(B)
   [11] -1   0   0xce000000 - 0xceffffff (0x1000000) MX(B)
   [12] -1   0   0xcddfe000 - 0xcddfefff (0x1000) MX(B)
   [13] -1   0   0x0000ffff - 0x0000ffff (0x1) IX
   [14] -1   0   0x00000000 - 0x000000ff (0x100) IX
   [15] -1   0   0x0000d400 - 0x0000d4ff (0x100) IX
   [16] -1   0   0x0000d800 - 0x0000d83f (0x40) IX
   [17] -1   0   0x0000dc00 - 0x0000dcff (0x100) IX
   [18] -1   0   0x0000ff00 - 0x0000ff0f (0x10) IX
   [19] -1   0   0x00000c00 - 0x00000c1f (0x20) IX
(II) LoadModule: "dbe"
(II) Loading /usr/lib/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/lib/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 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: "type1"
(II) Loading /usr/lib/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/lib/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: "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 7.2.0, module version = 1.1.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib/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) NVIDIA dlloader X Driver  96.43.01  Wed Sep  5 19:14:11 PDT 2007
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
   compiled for 7.2.0, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules//libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
   compiled for 7.2.0, module version = 0.1.0
   ABI class: X.Org Video Driver, version 1.1
(II) resource ranges after xf86ClaimFixedResources() call:
   
  • -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
  • [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX

   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX
   [4] -1   0   0xcfffdf00 - 0xcfffdfff (0x100) MX
   [5] -1   0   0xcddff000 - 0xcddfffff (0x1000) MX
   [6] -1   0   0xcffff000 - 0xcfffffff (0x1000) MX
   [7] -1   0   0xcfffe000 - 0xcfffefff (0x1000) MX
   [8] -1   0   0xd0000000 - 0xcfffffff (0x0) MXO
   [9] -1   0   0xcfef0000 - 0xcfefffff (0x10000) MX(B)
   [10] -1   0   0xc0000000 - 0xc7ffffff (0x8000000) MX(B)
   [11] -1   0   0xce000000 - 0xceffffff (0x1000000) MX(B)
   [12] -1   0   0xcddfe000 - 0xcddfefff (0x1000) MX(B)
   [13] -1   0   0x0000ffff - 0x0000ffff (0x1) IX
   [14] -1   0   0x00000000 - 0x000000ff (0x100) IX
   [15] -1   0   0x0000d400 - 0x0000d4ff (0x100) IX
   [16] -1   0   0x0000d800 - 0x0000d83f (0x40) IX
   [17] -1   0   0x0000dc00 - 0x0000dcff (0x100) IX
   [18] -1   0   0x0000ff00 - 0x0000ff0f (0x10) IX
   [19] -1   0   0x00000c00 - 0x00000c1f (0x20) IX
(II) resource ranges after probing:
   
  • -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
  • [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX

   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX
   [4] -1   0   0xcfffdf00 - 0xcfffdfff (0x100) MX
   [5] -1   0   0xcddff000 - 0xcddfffff (0x1000) MX
   [6] -1   0   0xcffff000 - 0xcfffffff (0x1000) MX
   [7] -1   0   0xcfffe000 - 0xcfffefff (0x1000) MX
   [8] -1   0   0xd0000000 - 0xcfffffff (0x0) MXO
   [9] -1   0   0xcfef0000 - 0xcfefffff (0x10000) MX(B)
   [10] -1   0   0xc0000000 - 0xc7ffffff (0x8000000) MX(B)
   [11] -1   0   0xce000000 - 0xceffffff (0x1000000) MX(B)
   [12] -1   0   0xcddfe000 - 0xcddfefff (0x1000) MX(B)
   [13] 0   0   0x000a0000 - 0x000affff (0x10000) MS
   [14] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS
   [15] 0   0   0x000b8000 - 0x000bffff (0x8000) MS
   [16] -1   0   0x0000ffff - 0x0000ffff (0x1) IX
   [17] -1   0   0x00000000 - 0x000000ff (0x100) IX
   [18] -1   0   0x0000d400 - 0x0000d4ff (0x100) IX
   [19] -1   0   0x0000d800 - 0x0000d83f (0x40) IX
   [20] -1   0   0x0000dc00 - 0x0000dcff (0x100) IX
   [21] -1   0   0x0000ff00 - 0x0000ff0f (0x10) IX
   [22] -1   0   0x00000c00 - 0x00000c1f (0x20) IX
   [23] 0   0   0x000003b0 - 0x000003bb (0xc) IS
   [24] 0   0   0x000003c0 - 0x000003df (0x20) IS
(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 "AddARGBGLXVisuals" "True"
(**) NVIDIA(0): Enabling RENDER acceleration
(EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
(EE) NVIDIA(0):     log file that the GLX module has been loaded in your X
(EE) NVIDIA(0):     server, and that the module is the NVIDIA GLX module.  If
(EE) NVIDIA(0):     you continue to encounter problems, Please try
(EE) NVIDIA(0):     reinstalling the NVIDIA driver.
(EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module! Please ensure
(EE) NVIDIA(0):     that there is a supported NVIDIA GPU in this system, and
(EE) NVIDIA(0):     that the NVIDIA device files have been created properly.
(EE) NVIDIA(0):     Please consult the NVIDIA README for details.
(EE) NVIDIA(0):  *** Aborting ***
(II) UnloadModule: "nvidia"
(II) UnloadModule: "ramdac"
(II) UnloadModule: "fb"
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found




Chciałbym też powiedzieć, że próbowałem instalować sterowniki przez synaptic (legacy, ponieważ mam bardzo starą kartę) ale niestety tamten sterownik nie obsługuje mojej karty, tak samo jak zwykły nvidia-glx. Próbowałem też użyć narzędzia "menadżer sterowników własnościowych" lecz on tylko próbuje zainstalować jak już wspominałem wcześniej nie działajacy na mojej karcie nvidia-glx.


Jest wstanie ktoś pomóc?

Offline

  • Users
  • Guru
  • *****
  • Wiadomości: 825
    • Zobacz profil
Zmiana częstotliwości odświeżania w LCD
« Odpowiedź #11 dnia: 2007-10-13, 13:55:22 »
W swoich logach masz rozwiązanie:
"(EE) NVIDIA(0):     Please consult the NVIDIA README for details." ;P
Zobacz jaki moduł masz załadowany wtedy kiedy Ci działa a następnie sprawdź po restarcie czy ten sam moduł jest załadowany.

M.

  • Gość
Zmiana częstotliwości odświeżania w LCD
« Odpowiedź #12 dnia: 2007-10-13, 15:24:10 »
a jak mam to sprawdzić?:P

proszę traktować mnie troszkę łopatologicznie :P

Offline

  • Users
  • Guru
  • *****
  • Wiadomości: 825
    • Zobacz profil
Zmiana częstotliwości odświeżania w LCD
« Odpowiedź #13 dnia: 2007-10-13, 15:28:19 »
Zrób tak aby dobrze działało. Wydaj polecenie: lsmod
Następnie zrób restart (mniemam, że przestanie działać) i wykonaj ponownie to polecenie. Musisz sobie zapamiętać jakoś poprzedni wynik np lsmod >> plik.tmp. Najlepiej by było abyś wyniki poleceń jakoś porównał np: diff plik1.tmp plik2.tmp
Jeśli nic nie wyjdzie to znaczy, że są identyczne, a jak coś się pojawi to podeślij zawartość drugiego pliku.

M.

  • Gość
Zmiana częstotliwości odświeżania w LCD
« Odpowiedź #14 dnia: 2007-10-13, 15:44:05 »
taki wynik uzyskałem


pharao@egypt:~/Desktop$ diff log1.log log2.log
2d1
< nvidia               4718224  32
13c12
< freq_table              5792  2 cpufreq_stats,cpufreq_ondemand
---
> freq_table              5792  2 cpufreq_stat
31,35d29
< snd_mpu401              9256  0
< snd_mpu401_uart         9472  1 snd_mpu401
< parport_pc             36388  1
< parport                36936  3 ppdev,lp,parport_pc
< analog                 12832  0
38,39c32
< gameport               16520  1 analog
< ac97_bus                3200  1 snd_ac97_codec
---
> ac97_bus                3200  1 snd_ac97_cod
42c35
< snd_pcm                79876  3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
---
> snd_pcm                79876  3 snd_intel8x0
46,52c39,55
< snd_rawmidi            25472  2 snd_mpu401_uart,snd_seq_midi
< snd_seq_midi_event      8448  2 snd_seq_oss,snd_seq_midi
< snd_seq                52592  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
< psmouse                38920  0
< serio_raw               7940  0
< snd_timer              23684  2 snd_pcm,snd_seq
< snd_seq_device          9100  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
---
> snd_seq_midi_event      8448  2 snd_seq_oss,
> nvidia               3930348  0
> snd_seq                52592  6 snd_seq_dumm
> idi_event
> snd_mpu401              9256  0
> snd_mpu401_uart         9472  1 snd_mpu401
> snd_timer              23684  2 snd_pcm,snd_
> snd_rawmidi            25472  2 snd_seq_midi
> snd_seq_device          9100  5 snd_seq_dumm
> nd_rawmidi
> parport_pc             36388  1
> parport                36936  3 ppdev,lp,par
> analog                 12832  0
> gameport               16520  1 analog
> snd                    54020  14 snd_intel8x
> er_oss,snd_pcm,snd_seq_oss,snd_seq,snd_mpu40
> idi,snd_seq_device
54,55c57
< shpchp                 34324  0
< pcspkr                  4224  0
---
> psmouse                38920  0
56a59
> serio_raw               7940  0
66c69
< v4l2_common            25216  3 tuner,bttv,videodev
---
> v4l2_common            25216  3 tuner,bttv,v
68,70d70
< sis_agp                 9604  1
< agpgart                35400  2 nvidia,sis_agp
< snd                    54020  14 snd_mpu401,snd_mpu401_uart,snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
72c72,73
< snd_page_alloc         10888  2 snd_intel8x0,snd_pcm
---
> pcspkr                  4224  0
> shpchp                 34324  0
73a75,77
> sis_agp                 9604  1
> agpgart                35400  2 nvidia,sis_a
> snd_page_alloc         10888  2 snd_intel8x0
76c80,81
< i2c_core               22656  9 nvidia,i2c_ec,tuner,tvaudio,bttv,i2c_algo_bit,tveeprom,i2c_sis630,i2c_sis96x
---
> i2c_core               22656  8 i2c_ec,tuner
> i2c_sis630,i2c_sis96x
78d82
< tsdev                   8768  0
79a84
> tsdev                   8768  0
90c95
< libata                125720  2 pata_sis,ata_generic
---
> libata                125720  2 pata_sis,ata
97c102
< mii                     6528  2 8139cp,8139too
---
> mii                     6528  2 8139cp,8139t
100c105
< usbcore               134280  3 usbhid,ohci_hcd
---
> usbcore               134280  3 usbhid,ohci_
pharao@egypt:~/Desktop$



tak wygląda zawartość drugiego pliku(tego bez załadowanej Nvidi):

Module                  Size  Used by
binfmt_misc            12680  1
rfcomm                 40856  0
l2cap                  25856  5 rfcomm
bluetooth              55908  4 rfcomm,l2cap
ppdev                  10116  0
cpufreq_conservative     8200  0
cpufreq_userspace       5408  0
cpufreq_powersave       2688  0
cpufreq_stats           7360  0
cpufreq_ondemand        9228  0
freq_table              5792  2 cpufreq_stat
dev_acpi               12292  0
pcc_acpi               13184  0
sony_acpi               6284  0
tc1100_wmi              8068  0
button                  8720  0
asus_acpi              17308  0
video                  16388  0
battery                10756  0
sbs                    15652  0
i2c_ec                  6016  1 sbs
backlight               7040  1 asus_acpi
ac                      6020  0
container               5248  0
dock                   10268  0
ipv6                  268960  8
lp                     12452  0
fuse                   46612  7
snd_intel8x0           34332  1
snd_ac97_codec         98464  1 snd_intel8x0
ac97_bus                3200  1 snd_ac97_cod
snd_pcm_oss            44544  0
snd_mixer_oss          17408  1 snd_pcm_oss
snd_pcm                79876  3 snd_intel8x0
snd_seq_dummy           4740  0
snd_seq_oss            32896  0
snd_seq_midi            9600  0
snd_seq_midi_event      8448  2 snd_seq_oss,
nvidia               3930348  0
snd_seq                52592  6 snd_seq_dumm
idi_event
snd_mpu401              9256  0
snd_mpu401_uart         9472  1 snd_mpu401
snd_timer              23684  2 snd_pcm,snd_
snd_rawmidi            25472  2 snd_seq_midi
snd_seq_device          9100  5 snd_seq_dumm
nd_rawmidi
parport_pc             36388  1
parport                36936  3 ppdev,lp,par
analog                 12832  0
gameport               16520  1 analog
snd                    54020  14 snd_intel8x
er_oss,snd_pcm,snd_seq_oss,snd_seq,snd_mpu40
idi,snd_seq_device
bt878                  11960  0
psmouse                38920  0
tuner                  61864  0
serio_raw               7940  0
tvaudio                24220  0
bttv                  173684  1 bt878
video_buf              26116  1 bttv
ir_common              31236  1 bttv
compat_ioctl32          2304  1 bttv
i2c_algo_bit            8712  1 bttv
btcx_risc               5896  1 bttv
tveeprom               15888  1 bttv
videodev               28160  1 bttv
v4l2_common            25216  3 tuner,bttv,v
v4l1_compat            15236  1 videodev
soundcore               8672  1 snd
pcspkr                  4224  0
shpchp                 34324  0
pci_hotplug            32576  1 shpchp
sis_agp                 9604  1
agpgart                35400  2 nvidia,sis_a
snd_page_alloc         10888  2 snd_intel8x0
i2c_sis630              8588  0
i2c_sis96x              6532  0
i2c_core               22656  8 i2c_ec,tuner
i2c_sis630,i2c_sis96x
af_packet              23816  2
joydev                 10816  0
tsdev                   8768  0
evdev                  11008  5
ext3                  133128  2
jbd                    59816  1 ext3
mbcache                 9604  1 ext3
ide_cd                 32672  0
cdrom                  37664  1 ide_cd
ide_disk               17024  8
8139cp                 25088  0
pata_sis               14732  0
ata_generic             9092  0
libata                125720  2 pata_sis,ata
scsi_mod              142348  1 libata
usbhid                 26592  0
hid                    27392  1 usbhid
sis5513                14856  0 [permanent]
floppy                 59524  0
8139too                27648  0
mii                     6528  2 8139cp,8139t
generic                 5124  0 [permanent]
ohci_hcd               22532  0
usbcore               134280  3 usbhid,ohci_
thermal                14856  0
processor              31048  1 thermal
fan                     5636  0
fbcon                  42656  0
tileblit                3584  1 fbcon
font                    9216  1 fbcon
bitblit                 6912  1 fbcon
softcursor              3200  1 bitblit
vesafb                  9220  0
capability              5896  0
commoncap               8192  1 capability



ja mam po prostu wrazenie że modułu do kernela się usuwa po prostu po restarcie. Tylko dlaczego?