View Full Version : Geforce 440 64MB che non va in ubuntu alla risoluzione giusta
su una ubuntu i386 8.04 monitor lcd 15" 1024*768
1)se uso i driver normali che installa da default (ma non usa il 3d) funziona alla ris. giusta
2) se metto quelli restritcet consigliati da ubuntu mi va solo in 640x480 e non riesco a cambiarli da System-Preferenze-Risoluzione Schermo
come fare per usare i driver proprietari ma mettere la ris.giusta?
Ho usato questa scheda video con Ubuntu 8.04 fino a poco tempo fa e non ho avuto nessunissimo problema di risoluzione, anzi ti posso dire che compiz girava alla grande. Detto questo, non so come aiutarti a risolvere il problema
Gimli[2BV!2B]
03-10-2008, 20:01
Proviamo con quello che ormai sta diventando il metodo classico: posta il tuo file /etc/X11/xorg.conf.
È probabile che basti modificarlo appena specificando i Modes (le risoluzioni che si vogliono utilizzare); l'opinabile politica *buntu "l'xorg.conf non serve più a nulla" va spesso a discapito di chi usa schede video con driver non molto recenti (la tua scheda è supportata dai proprietari Legacy, cioè non più aggiornati con nuove funzionalità).
lo xorg è questo, con driver generici che installa da solo la ris.è<giusta
ma non ha il 3d
con quelli RESTRICTED solo 640x480, qualcuno ha dei suggerimenti?
tutto il resto mi funziona ok
# xorg.conf (X.Org 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 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 "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
Option "AddARGBGLXVisuals" "True"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
EndSection
Section "Module"
Load "glx"
EndSection
Gimli[2BV!2B]
03-10-2008, 22:50
Ecco qua: la modifica riguarda solo la Section "Screen".
Fai un backup di quello funzionante (oppure puoi rigenerare il file con il comando consigliato: sudo dpkg-reconfigure -phigh xserver-xorg).# xorg.conf (X.Org 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 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 "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
SubSection "Display"
Depth 16
Modes "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600"
EndSubSection
Option "AddARGBGLXVisuals" "True"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
EndSection
Section "Module"
Load "glx"
EndSection
medicina
04-10-2008, 08:03
Occhio che se si tratta dello stesso modello che ho io (GeForce 4 MX AGP 8x) la sospensione non funzionerà con i driver binari.
;24411469']Ecco qua: la modifica riguarda solo la Section "Screen".
[/CODE]
ringrazio tutti e in particolare Gimli, ora sto sotto Gos e con le modifiche va bene
vBulletin® v3.6.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.