Problemi di nvidia.

Se avete problemi con l'installazione e la configurazione di Slackware postate qui. Non usate questo forum per argomenti generali... per quelli usate Gnu/Linux in genere.

Moderatore: Staff

Regole del forum
1) Citare sempre la versione di Slackware usata, la versione del Kernel e magari anche la versione della libreria coinvolta. Questi dati aiutano le persone che possono rispondere.
2) Per evitare confusione prego inserire in questo forum solo topic che riguardano appunto Slackware, se l'argomento è generale usate il forum Gnu/Linux in genere.
3) Leggere attentamente le risposte ricevute.
4) Scrivere i messaggi con il colore di default, evitare altri colori.
5) Scrivere in Italiano o in Inglese, se possibile grammaticalmente corretto, evitate stili di scrittura poco chiari, quindi nessuna abbreviazione tipo telegramma o scrittura stile SMS o CHAT.
6) Appena registrati è consigliato presentarsi nel forum dedicato.

La non osservanza delle regole porta a provvedimenti di vari tipo da parte dello staff, in particolare la non osservanza della regola 5 porta alla cancellazione del post e alla segnalazione dell'utente. In caso di recidività l'utente rischia il ban temporaneo.
Rispondi
Avatar utente
FireEater
Linux 3.x
Linux 3.x
Messaggi: 508
Iscritto il: sab 5 feb 2005, 0:00
Nome Cognome: Giuseppe M.
Slackware: Current
Kernel: 2.6.32.7-smp
Desktop: kde 4.3.4
Località: Cagliari <---> Torino

Problemi di nvidia.

Messaggio da FireEater »

Ciao a tutti.F

Dopo un po' che stato usando il pc la risoluzione impazzisce ed il desktop si vede come diviso a metà?

Possibile che sia perchè ho disattivato dal kernel rivafb ed ho lasciato solo il VESA framebuffer??

Il fatto è che se riattivo rivafb perdo il bootsplash.

Grazie
fire

PS: qualcuno di voi ha provato splashy? dite che vale la pena abbandonare bootsplash?

Avatar utente
algol
Linux 3.x
Linux 3.x
Messaggi: 969
Iscritto il: gio 7 set 2006, 1:19
Slackware: 12.1
Kernel: 2.6.26.1
Desktop: xfce4.4.2

Messaggio da algol »

Da quello che dici, il problema si presenta nella console??!!?!?!?!?
Se no, allora il rivafb non credo c'entri, ma devi indagare riguardo ai driver di X (nv o nvidia).

Qualche info, please?? Che scheda è, che driver usi....

Avatar utente
FireEater
Linux 3.x
Linux 3.x
Messaggi: 508
Iscritto il: sab 5 feb 2005, 0:00
Nome Cognome: Giuseppe M.
Slackware: Current
Kernel: 2.6.32.7-smp
Desktop: kde 4.3.4
Località: Cagliari <---> Torino

Messaggio da FireEater »

Si scusa...

Allora ho una Nvidia 7900GS, driver 1.0-9755, il problema mi si presenta in X

Per farvi capire:
Ho un pannello di kicker in verticale sulla destra. Quando la risoluzione impazzisce questo si ritrova al centro e le finestre si trovano spezzate tra la parte destra e la sinistra.
Ovviamente i riferimenti del cursore del mouse restano quelli precedenti.

Il problema si presenta anche se non uso compiz.
Se chiudo la sessione la shell la vedo normale.

comunque ho sistemato il bootsplash, rivafb l'ho tolto dal kernel.
ma il problema si presenta comunque.

Adesso vedo un po' se nv o nvidia è nel kernel.

Grazie

Avatar utente
nuitari
Linux 3.x
Linux 3.x
Messaggi: 777
Iscritto il: dom 14 ott 2007, 12:51
Slackware: 12.0
Località: San Colombano al Lambro
Contatta:

Messaggio da nuitari »

Su come impostare la console framebuffer, leggiti questo:

http://www.slacky.eu/wikislack/index.ph ... sole_HOWTO

ti spiega tutto. Per esser brevi comunque, se rivafb è veramente il driver giusto per la tua scheda video, ti basta compilarlo staticamente nel kernel distattivando gli altri driver, fra cui vesafb, quindi impostarlo correttamente come spiegato nella guida di cui sopra (con i giusti parametri dentro lilo).

Per quanto riguarda bootsplash, resisti, sto per pubblicare i pacchetti per usare fbsplash.

Sul problema di X, credo dipenda da altro. Posta qui il tuo xorg.conf ed il file di log, insieme ad un lspci ed un lsmod, e vediamo.

Avatar utente
FireEater
Linux 3.x
Linux 3.x
Messaggi: 508
Iscritto il: sab 5 feb 2005, 0:00
Nome Cognome: Giuseppe M.
Slackware: Current
Kernel: 2.6.32.7-smp
Desktop: kde 4.3.4
Località: Cagliari <---> Torino

Messaggio da FireEater »

Xorg.conf :

Codice: Seleziona tutto

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder3)  Fri Dec 15 10:13:06 PST 2006

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

Section "Files"
    RgbPath         "/usr/lib/X11/rgb"
    FontPath        "/usr/lib/X11/fonts/misc/:unscaled"
    FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/lib/X11/fonts/misc/"
    FontPath        "/usr/lib/X11/fonts/Type1/"
    FontPath        "/usr/lib/X11/fonts/Speedo/"
    FontPath        "/usr/lib/X11/fonts/100dpi/"
    FontPath        "/usr/lib/X11/fonts/75dpi/"
    FontPath        "/usr/lib/X11/fonts/cyrillic/"
    FontPath        "/usr/lib/X11/fonts/TTF/"
EndSection

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

Section "ServerFlags"
    Option         "Xinerama" "0"
EndSection

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

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

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "LPL"
    HorizSync       30.0 - 75.0
    VertRefresh     60.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce Go 7900 GS"
    Option         "TripleBuffer" "true" 
    Option         "RenderAccel" "true"
    Option         "AllowGLXWithComposite" "true"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "metamodes" "1920x1200 +0+0; 800x600 +0+0; 640x480 +0+0"
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    Option         "AddARGBGLXVisuals" "true"
    Option         "DisableGLXRootClipping" "true"
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection
LSPCI:

Codice: Seleziona tutto

00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03)
00:01.0 PCI bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express PCI Express Root Port (rev 03)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 01)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 01)
00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 01)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller (rev 01)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)
01:00.0 VGA compatible controller: nVidia Corporation GeForce Go 7900 GS (rev a1)
03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)
03:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller
03:01.1 Generic system peripheral [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 19)
03:01.2 System peripheral: Ricoh Co Ltd Unknown device 0843 (rev 01)
03:01.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 0a)
03:01.4 System peripheral: Ricoh Co Ltd .-Picture Card Controller (rev 05)
0c:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
lsmod:

Codice: Seleziona tutto

Module                  Size  Used by
ieee80211_crypt_tkip    14336  3
cpufreq_ondemand       10508  1
mmc_block              10504  0
snd_seq_dummy           6788  0
snd_seq_oss            34816  0
snd_seq_midi_event     10112  1 snd_seq_oss
snd_seq                55152  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device         10892  3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss            51712  0
snd_mixer_oss          18560  1 snd_pcm_oss
ipv6                  254496  14
fuse                   42516  3
psmouse                39048  0
snd_hda_intel          21272  1
ipw3945               207268  1
snd_hda_codec         230528  1 snd_hda_intel
ieee80211              49260  1 ipw3945
snd_pcm                80132  3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
iTCO_wdt               12964  0
snd_timer              23940  2 snd_seq,snd_pcm
nvidia               6831476  22
sdhci                  18828  0
mmc_core               25988  2 mmc_block,sdhci
iTCO_vendor_support     7172  1 iTCO_wdt
ieee80211_crypt         8832  2 ieee80211_crypt_tkip,ieee80211
snd                    53380  12 snd_seq_dummy,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_hda_codec,snd_pcm,snd_timer
b44                    26764  0
mii                     8576  1 b44
soundcore               9824  1 snd
serio_raw               9220  0
snd_page_alloc         11912  2 snd_hda_intel,snd_pcm
ata_generic             9220  0
shpchp                 33172  0
i2c_i801               11408  0
intel_agp              25116  1
agpgart                31432  2 nvidia,intel_agp
evdev                  11904  4
cat /var/log/Xorg.0.log

Codice: Seleziona tutto


X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Slackware 12.0 Slackware Linux Project
Current Operating System: Linux fire 2.6.21.5-smp #13 SMP Thu Nov 22 01:33:06 CET 2007 i686
Build Date: 09 May 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: Fri Nov 23 00:54:38 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Layout0"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Videocard0"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "Mouse0"
(**) FontPath set to:
        /usr/lib/X11/fonts/misc/:unscaled,
        /usr/lib/X11/fonts/100dpi/:unscaled,
        /usr/lib/X11/fonts/75dpi/:unscaled,
        /usr/lib/X11/fonts/misc/,
        /usr/lib/X11/fonts/Type1/,
        /usr/lib/X11/fonts/Speedo/,
        /usr/lib/X11/fonts/100dpi/,
        /usr/lib/X11/fonts/75dpi/,
        /usr/lib/X11/fonts/cyrillic/,
        /usr/lib/X11/fonts/TTF/
(**) RgbPath set to "/usr/lib/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Option "Xinerama" "0"
(**) Extension "Composite" is enabled
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81dcd60
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.3
        X.Org Video Driver: 1.2
        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 1.3.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.2
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,27a0 card 1028,01cd rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,27a1 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:1b:0: chip 8086,27d8 card 1028,01cd rev 01 class 04,03,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,27d0 card 0000,0000 rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1c:1: chip 8086,27d2 card 0000,0000 rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1c:3: chip 8086,27d6 card 0000,0000 rev 01 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,27c8 card 1028,01cd rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,27c9 card 1028,01cd rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,27ca card 1028,01cd rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,27cb card 1028,01cd rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,27cc card 1028,01cd rev 01 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev e1 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,27b9 card 1028,01cd rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:2: chip 8086,27c4 card 1028,01cd rev 01 class 01,01,80 hdr 00
(II) PCI: 00:1f:3: chip 8086,27da card 1028,01cd rev 01 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0298 card 1028,019b rev a1 class 03,00,00 hdr 00
(II) PCI: 03:00:0: chip 14e4,170c card 1028,01cd rev 02 class 02,00,00 hdr 00
(II) PCI: 03:01:0: chip 1180,0832 card 1028,01cd rev 00 class 0c,00,10 hdr 80
(II) PCI: 03:01:1: chip 1180,0822 card 1028,01cd rev 19 class 08,05,01 hdr 80
(II) PCI: 03:01:2: chip 1180,0843 card 1028,01cd rev 01 class 08,80,00 hdr 80
(II) PCI: 03:01:3: chip 1180,0592 card 1028,01cd rev 0a class 08,80,00 hdr 80
(II) PCI: 03:01:4: chip 1180,0852 card 1028,01cd rev 05 class 08,80,00 hdr 80
(II) PCI: 0c:00:0: chip 8086,4222 card 8086,1021 rev 02 class 02,80,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,13), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x001a (VGA_EN is set)
(II) Bus 1 I/O range:
        [0] -1  0       0x0000e000 - 0x0000efff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0       0xed000000 - 0xefefffff (0x2f00000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0       0xd0000000 - 0xdfffffff (0x10000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 11: bridge is at (0:28:0), (0,11,11), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 12: bridge is at (0:28:1), (0,12,12), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 12 non-prefetchable memory range:
        [0] -1  0       0xecf00000 - 0xecffffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 13: bridge is at (0:28:3), (0,13,14), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 13 I/O range:
        [0] -1  0       0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 13 non-prefetchable memory range:
        [0] -1  0       0xecc00000 - 0xecefffff (0x300000) MX[B]
(II) Bus 13 prefetchable memory range:
        [0] -1  0       0xe0000000 - 0xe01fffff (0x200000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:30:0), (0,3,3), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 3 non-prefetchable memory range:
        [0] -1  0       0xecb00000 - 0xecbfffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation GeForce Go 7900 GS rev 161, Mem @ 0xed000000/24, 0xd0000000/28, 0xee000000/24, I/O @ 0xef00/7, BIOS @ 0xefe00000/17
(II) Addressable bus resource ranges are
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
        [0] -1  0       0xecfff000 - 0xecffffff (0x1000) MX[B]
        [1] -1  0       0xecbfd700 - 0xecbfd7ff (0x100) MX[B]
        [2] -1  0       0xecbfd600 - 0xecbfd6ff (0x100) MX[B]
        [3] -1  0       0xecbfd500 - 0xecbfd5ff (0x100) MX[B]
        [4] -1  0       0xecbfd400 - 0xecbfd4ff (0x100) MX[B]
        [5] -1  0       0xecbfd800 - 0xecbfdfff (0x800) MX[B]
        [6] -1  0       0xecbfe000 - 0xecbfffff (0x2000) MX[B]
        [7] -1  0       0xffa80000 - 0xffa803ff (0x400) MX[B]
        [8] -1  0       0xefffc000 - 0xefffffff (0x4000) MX[B]
        [9] -1  0       0xefe00000 - 0xefe1ffff (0x20000) MX[B](B)
        [10] -1 0       0xee000000 - 0xeeffffff (0x1000000) MX[B](B)
        [11] -1 0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [12] -1 0       0xed000000 - 0xedffffff (0x1000000) MX[B](B)
        [13] -1 0       0x000010c0 - 0x000010df (0x20) IX[B]
        [14] -1 0       0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
        [15] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [16] -1 0       0x00000170 - 0x00000177 (0x8) IX[B]
        [17] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [18] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]
        [19] -1 0       0x0000bf20 - 0x0000bf3f (0x20) IX[B]
        [20] -1 0       0x0000bf40 - 0x0000bf5f (0x20) IX[B]
        [21] -1 0       0x0000bf60 - 0x0000bf7f (0x20) IX[B]
        [22] -1 0       0x0000bf80 - 0x0000bf9f (0x20) IX[B]
        [23] -1 0       0x0000ef00 - 0x0000ef7f (0x80) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xecfff000 - 0xecffffff (0x1000) MX[B]
        [1] -1  0       0xecbfd700 - 0xecbfd7ff (0x100) MX[B]
        [2] -1  0       0xecbfd600 - 0xecbfd6ff (0x100) MX[B]
        [3] -1  0       0xecbfd500 - 0xecbfd5ff (0x100) MX[B]
        [4] -1  0       0xecbfd400 - 0xecbfd4ff (0x100) MX[B]
        [5] -1  0       0xecbfd800 - 0xecbfdfff (0x800) MX[B]
        [6] -1  0       0xecbfe000 - 0xecbfffff (0x2000) MX[B]
        [7] -1  0       0xffa80000 - 0xffa803ff (0x400) MX[B]
        [8] -1  0       0xefffc000 - 0xefffffff (0x4000) MX[B]
        [9] -1  0       0xefe00000 - 0xefe1ffff (0x20000) MX[B](B)
        [10] -1 0       0xee000000 - 0xeeffffff (0x1000000) MX[B](B)
        [11] -1 0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [12] -1 0       0xed000000 - 0xedffffff (0x1000000) MX[B](B)
        [13] -1 0       0x000010c0 - 0x000010df (0x20) IX[B]
        [14] -1 0       0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
        [15] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [16] -1 0       0x00000170 - 0x00000177 (0x8) IX[B]
        [17] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [18] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]
        [19] -1 0       0x0000bf20 - 0x0000bf3f (0x20) IX[B]
        [20] -1 0       0x0000bf40 - 0x0000bf5f (0x20) IX[B]
        [21] -1 0       0x0000bf60 - 0x0000bf7f (0x20) IX[B]
        [22] -1 0       0x0000bf80 - 0x0000bf9f (0x20) IX[B]
        [23] -1 0       0x0000ef00 - 0x0000ef7f (0x80) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0xecfff000 - 0xecffffff (0x1000) MX[B]
        [5] -1  0       0xecbfd700 - 0xecbfd7ff (0x100) MX[B]
        [6] -1  0       0xecbfd600 - 0xecbfd6ff (0x100) MX[B]
        [7] -1  0       0xecbfd500 - 0xecbfd5ff (0x100) MX[B]
        [8] -1  0       0xecbfd400 - 0xecbfd4ff (0x100) MX[B]
        [9] -1  0       0xecbfd800 - 0xecbfdfff (0x800) MX[B]
        [10] -1 0       0xecbfe000 - 0xecbfffff (0x2000) MX[B]
        [11] -1 0       0xffa80000 - 0xffa803ff (0x400) MX[B]
        [12] -1 0       0xefffc000 - 0xefffffff (0x4000) MX[B]
        [13] -1 0       0xefe00000 - 0xefe1ffff (0x20000) MX[B](B)
        [14] -1 0       0xee000000 - 0xeeffffff (0x1000000) MX[B](B)
        [15] -1 0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [16] -1 0       0xed000000 - 0xedffffff (0x1000000) MX[B](B)
        [17] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [18] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [19] -1 0       0x000010c0 - 0x000010df (0x20) IX[B]
        [20] -1 0       0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
        [21] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [22] -1 0       0x00000170 - 0x00000177 (0x8) IX[B]
        [23] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [24] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]
        [25] -1 0       0x0000bf20 - 0x0000bf3f (0x20) IX[B]
        [26] -1 0       0x0000bf40 - 0x0000bf5f (0x20) IX[B]
        [27] -1 0       0x0000bf60 - 0x0000bf7f (0x20) IX[B]
        [28] -1 0       0x0000bf80 - 0x0000bf9f (0x20) IX[B]
        [29] -1 0       0x0000ef00 - 0x0000ef7f (0x80) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.3.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 1.3.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 1.3.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 1.3.0, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.9755
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(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.9755
        Module class: X.Org Video Driver
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 1.2.99.905, 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  1.0-9755  Mon Feb 26 23:23:13 PST 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 1.3.0, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/lib/xorg/modules//libwfb.so
(II) Module wfb: vendor="NVIDIA Corporation"
        compiled for 7.1.99.2, module version = 1.0.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module already built-in
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0xecfff000 - 0xecffffff (0x1000) MX[B]
        [5] -1  0       0xecbfd700 - 0xecbfd7ff (0x100) MX[B]
        [6] -1  0       0xecbfd600 - 0xecbfd6ff (0x100) MX[B]
        [7] -1  0       0xecbfd500 - 0xecbfd5ff (0x100) MX[B]
        [8] -1  0       0xecbfd400 - 0xecbfd4ff (0x100) MX[B]
        [9] -1  0       0xecbfd800 - 0xecbfdfff (0x800) MX[B]
        [10] -1 0       0xecbfe000 - 0xecbfffff (0x2000) MX[B]
        [11] -1 0       0xffa80000 - 0xffa803ff (0x400) MX[B]
        [12] -1 0       0xefffc000 - 0xefffffff (0x4000) MX[B]
        [13] -1 0       0xefe00000 - 0xefe1ffff (0x20000) MX[B](B)
        [14] -1 0       0xee000000 - 0xeeffffff (0x1000000) MX[B](B)
        [15] -1 0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [16] -1 0       0xed000000 - 0xedffffff (0x1000000) MX[B](B)
        [17] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [18] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [19] -1 0       0x000010c0 - 0x000010df (0x20) IX[B]
        [20] -1 0       0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
        [21] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [22] -1 0       0x00000170 - 0x00000177 (0x8) IX[B]
        [23] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [24] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]
        [25] -1 0       0x0000bf20 - 0x0000bf3f (0x20) IX[B]
        [26] -1 0       0x0000bf40 - 0x0000bf5f (0x20) IX[B]
        [27] -1 0       0x0000bf60 - 0x0000bf7f (0x20) IX[B]
        [28] -1 0       0x0000bf80 - 0x0000bf9f (0x20) IX[B]
        [29] -1 0       0x0000ef00 - 0x0000ef7f (0x80) IX[B](B)
(II) resource ranges after probing:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0xecfff000 - 0xecffffff (0x1000) MX[B]
        [5] -1  0       0xecbfd700 - 0xecbfd7ff (0x100) MX[B]
        [6] -1  0       0xecbfd600 - 0xecbfd6ff (0x100) MX[B]
        [7] -1  0       0xecbfd500 - 0xecbfd5ff (0x100) MX[B]
        [8] -1  0       0xecbfd400 - 0xecbfd4ff (0x100) MX[B]
        [9] -1  0       0xecbfd800 - 0xecbfdfff (0x800) MX[B]
        [10] -1 0       0xecbfe000 - 0xecbfffff (0x2000) MX[B]
        [11] -1 0       0xffa80000 - 0xffa803ff (0x400) MX[B]
        [12] -1 0       0xefffc000 - 0xefffffff (0x4000) MX[B]
        [13] -1 0       0xefe00000 - 0xefe1ffff (0x20000) MX[B](B)
        [14] -1 0       0xee000000 - 0xeeffffff (0x1000000) MX[B](B)
        [15] -1 0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [16] -1 0       0xed000000 - 0xedffffff (0x1000000) MX[B](B)
        [17] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [18] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [19] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [20] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [21] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [22] -1 0       0x000010c0 - 0x000010df (0x20) IX[B]
        [23] -1 0       0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
        [24] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [25] -1 0       0x00000170 - 0x00000177 (0x8) IX[B]
        [26] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [27] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]
        [28] -1 0       0x0000bf20 - 0x0000bf3f (0x20) IX[B]
        [29] -1 0       0x0000bf40 - 0x0000bf5f (0x20) IX[B]
        [30] -1 0       0x0000bf60 - 0x0000bf7f (0x20) IX[B]
        [31] -1 0       0x0000bf80 - 0x0000bf9f (0x20) IX[B]
        [32] -1 0       0x0000ef00 - 0x0000ef7f (0x80) IX[B](B)
        [33] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [34] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) 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 "RenderAccel" "true"
(**) NVIDIA(0): Option "MetaModes" "1920x1200 +0+0; 800x600 +0+0; 640x480 +0+0"
(**) NVIDIA(0): Option "AllowGLXWithComposite" "true"
(**) NVIDIA(0): Option "TripleBuffer" "true"
(**) NVIDIA(0): Option "AddARGBGLXVisuals" "true"
(**) NVIDIA(0): Option "DisableGLXRootClipping" "true"
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0):     enabled.
(II) NVIDIA(0): NVIDIA GPU GeForce Go 7900 GS at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 262144 kBytes
(--) NVIDIA(0): VideoBIOS: 05.71.22.28.01
(II) NVIDIA(0): Detected PCI Express Link width: 16X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce Go 7900 GS at
(--) NVIDIA(0):     PCI:1:0:0:
(--) NVIDIA(0):     LPL (DFP-0)
(--) NVIDIA(0): LPL (DFP-0): 330.0 MHz maximum pixel clock
(--) NVIDIA(0): LPL (DFP-0): Internal Dual Link LVDS
(II) NVIDIA(0): Assigned Display Device: DFP-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "1920x1200+0+0"
(II) NVIDIA(0):     "800x600+0+0"
(II) NVIDIA(0):     "640x480+0+0"
(II) NVIDIA(0): Virtual screen size determined to be 1920 x 1200
(--) NVIDIA(0): DPI set to (131, 132); computed from "UseEdidDpi" X config
(--) NVIDIA(0):     option
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0   0       0xee000000 - 0xeeffffff (0x1000000) MX[B]
        [1] 0   0       0xd0000000 - 0xdfffffff (0x10000000) MX[B]
        [2] 0   0       0xed000000 - 0xedffffff (0x1000000) MX[B]
        [3] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [4] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [5] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [6] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [7] -1  0       0xecfff000 - 0xecffffff (0x1000) MX[B]
        [8] -1  0       0xecbfd700 - 0xecbfd7ff (0x100) MX[B]
        [9] -1  0       0xecbfd600 - 0xecbfd6ff (0x100) MX[B]
        [10] -1 0       0xecbfd500 - 0xecbfd5ff (0x100) MX[B]
        [11] -1 0       0xecbfd400 - 0xecbfd4ff (0x100) MX[B]
        [12] -1 0       0xecbfd800 - 0xecbfdfff (0x800) MX[B]
        [13] -1 0       0xecbfe000 - 0xecbfffff (0x2000) MX[B]
        [14] -1 0       0xffa80000 - 0xffa803ff (0x400) MX[B]
        [15] -1 0       0xefffc000 - 0xefffffff (0x4000) MX[B]
        [16] -1 0       0xefe00000 - 0xefe1ffff (0x20000) MX[B](B)
        [17] -1 0       0xee000000 - 0xeeffffff (0x1000000) MX[B](B)
        [18] -1 0       0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
        [19] -1 0       0xed000000 - 0xedffffff (0x1000000) MX[B](B)
        [20] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [21] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [22] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [23] 0  0       0x0000ef00 - 0x0000ef7f (0x80) IX[B]
        [24] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [25] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [26] -1 0       0x000010c0 - 0x000010df (0x20) IX[B]
        [27] -1 0       0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
        [28] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [29] -1 0       0x00000170 - 0x00000177 (0x8) IX[B]
        [30] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [31] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]
        [32] -1 0       0x0000bf20 - 0x0000bf3f (0x20) IX[B]
        [33] -1 0       0x0000bf40 - 0x0000bf5f (0x20) IX[B]
        [34] -1 0       0x0000bf60 - 0x0000bf7f (0x20) IX[B]
        [35] -1 0       0x0000bf80 - 0x0000bf9f (0x20) IX[B]
        [36] -1 0       0x0000ef00 - 0x0000ef7f (0x80) IX[B](B)
        [37] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [38] 0  0       0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "1920x1200+0+0"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(**) Option "Protocol" "auto"
(**) Mouse0: Device: "/dev/psaux"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/psaux"
(**) Option "Emulate3Buttons" "no"
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 9
(**) Option "Resolution" "2000"
(**) Mouse0: Resolution: 2000
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse0: ps2EnableDataReporting: succeeded
(II) NVIDIA(0): Setting mode "1024x768"
(II) NVIDIA(0): Setting mode "1280x1024"
(II) NVIDIA(0): Setting mode "1920x1200+0+0"

Ok, vi posto anche l'output di glxgears per sapere se i valori sono "nella norma" per la mia 7900S

Codice: Seleziona tutto

46645 frames in 5.0 seconds = 9327.451 FPS
80883 frames in 5.0 seconds = 16173.343 FPS
81055 frames in 5.0 seconds = 16210.883 FPS
75409 frames in 5.0 seconds = 15081.664 FPS
79689 frames in 5.0 seconds = 15937.720 FPS
80747 frames in 5.0 seconds = 16149.271 FPS
54516 frames in 5.0 seconds = 10903.165 FPS
50683 frames in 5.0 seconds = 10136.484 FPS
52284 frames in 5.0 seconds = 10456.777 FPS
53731 frames in 5.0 seconds = 10742.606 FPS
53183 frames in 5.0 seconds = 10636.438 FPS
52326 frames in 5.0 seconds = 10465.135 FPS
Grazie mille dell'aiuto, domani metterò in pratica le info del link che mi hai dato.

Avatar utente
nuitari
Linux 3.x
Linux 3.x
Messaggi: 777
Iscritto il: dom 14 ott 2007, 12:51
Slackware: 12.0
Località: San Colombano al Lambro
Contatta:

Messaggio da nuitari »

sono stanco ed è tardi, quindi magari se ne parla domani, ma già di primo acchito posso dirti che per quanto riguarda il framebuffer devi usare nvidiafb e non rivafb. Tra l'altro, nvidiafb supporta chipset <= al 7900, per cui dovresti esserci dentro d'un soffio. Se non va, usa vesafb od uvesafb come spiegato nel wiki.

notte :)

Avatar utente
FireEater
Linux 3.x
Linux 3.x
Messaggi: 508
Iscritto il: sab 5 feb 2005, 0:00
Nome Cognome: Giuseppe M.
Slackware: Current
Kernel: 2.6.32.7-smp
Desktop: kde 4.3.4
Località: Cagliari <---> Torino

Messaggio da FireEater »

Ho ricompilato il kernel(ne ho approfittato per mettere il 2.6.23.8), ho caricato vesafb il framebuffer funziona e anche bootsplash, quindi direi che per il framebuffer sono apposto.

Ora verifico se il problema della risoluzione impazzita (in X) persiste (ho aggiornato i driver nVidia (ver. 100.14.23).

Che mi potete dire sui valori di glxgears??

Grazie

Rispondi