PDA

View Full Version : Problema risoluzione all'avvio di Ubuntu


selion
21-11-2008, 15:38
Ciao a tutti, non so se è la sezione giusta ma vi porrei una domanda che mi sta facendo tribolare da giorni.

Ho una scheda grafica nVidia Geforce 7300 e ho settato su ubuntu 8.04 la risoluzione 1024x800, ma ogni volta che riavvio mi riparte in 800x600.... Premetto che il problema è venuto fuori dopo una smanettata assassina coi driver, attualmente ho installato quelli che mi dava Envy.

se serve posto anche il mio xorg.conf

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildd@vernadsky) Thu Jun 5 09:26:53 UTC 2008

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Synaptics Touchpad"
EndSection

Section "Module"
Load "glx"
Load "v4l"
EndSection

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

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
Option "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
VendorName "Generic LCD Display"
ModelName "LCD Panel 1280x800"
HorizSync 31.0 - 50.0
VertRefresh 56.0 - 65.0
Gamma 1
ModeLine "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
ModeLine "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
ModeLine "1280x768@60" 80.0 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
ModeLine "1280x720@60" 74.0 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
ModeLine "1280x800@60" 83.0 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
EndSection

Section "Monitor"
Identifier "monitor1"
VendorName "Plug 'n' Play"
ModelName "Plug 'n' Play"
Gamma 1
ModeLine "640x480@60" 25.0 640 656 752 800 480 490 492 525 -hsync -vsync
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "LPL"
HorizSync 30.0 - 75.0
VertRefresh 60.0
EndSection

Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
BoardName "vesa"
BusID "PCI:1:0:0"
Screen 0
EndSection

Section "Device"
Identifier "device1"
Driver "nvidia"
BoardName "vesa"
BusID "PCI:1:0:0"
Screen 1
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce Go 7300"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Virtual 1280 800
Depth 24
Modes "1280x800@60" "1280x720@60" "1280x768@60" "800x600@60" "800x600@56"
EndSubSection
EndSection

Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Depth 24
Modes "640x480@60"
EndSubSection
EndSection

Section "Screen"

# Removed Option "metamodes" "1280x800 +0+0; 800x600@60 +0+0"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "NoLogo" "True"
Option "TwinView" "0"
Option "metamodes" "1280x800 +0+0"
EndSection

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

grazie mille spero potrete darmi una mano

DReS
21-11-2008, 19:41
Ho una scheda grafica nVidia Geforce 7300 e ho settato su ubuntu 8.04 la risoluzione 1024x800, ma ogni volta che riavvio mi riparte in 800x600....

Prova a riconfigurare Xorg secondo questa (http://wiki.ubuntu-it.org/Hardware/Video/ConfigurareXorg) guida.
Oppure puoi anche disinstallare i driver, riconfigurare Xorg e reinstallarli. Ho letto di alcuni problemi molto simili al tuo: leggi anche qui. (http://forum.ubuntu-it.org/index.php/topic,179964.0.html)
Saluti.

Kampa67
23-11-2008, 20:54
Ciao a tutti, non so se è la sezione giusta ma vi porrei una domanda che mi sta facendo tribolare da giorni.

Ho una scheda grafica nVidia Geforce 7300 e ho settato su ubuntu 8.04 la risoluzione 1024x800, ma ogni volta che riavvio mi riparte in 800x600.... Premetto che il problema è venuto fuori dopo una smanettata assassina coi driver, attualmente ho installato quelli che mi dava Envy.

Il tuo xorg.conf è un bel casino... :D

Hai tre "Section Device", due le dovresti togliere. tieni solo questa e togli le altre due.

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce Go 7300"
EndSection


Poi ci sono anche tre "Section Monitor", io terrei solo questa:

Section "Monitor"
Identifier "Configured Monitor"
VendorName "Generic LCD Display"
ModelName "LCD Panel 1280x800"
HorizSync 31.0 - 50.0
VertRefresh 56.0 - 65.0
Gamma 1
ModeLine "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
ModeLine "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
ModeLine "1280x768@60" 80.0 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
ModeLine "1280x720@60" 74.0 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
ModeLine "1280x800@60" 83.0 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
EndSection


Hai tre "Section Screen", tieni solo questa.

Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Virtual 1280 800
Depth 24
Modes "1280x800@60" "1280x720@60" "1280x768@60" "800x600@60" "800x600@56"
EndSubSection
EndSection


Nel caso al riavvio ti venga fuori una risoluzione che non è la tua, lancia da terminale:
gksudo displayconfig-gtk

Da li potrai scegliere il tuo monitor, marca, modello, risoluzione e frequenza.

Ciao

ckx3009
23-11-2008, 22:50
se guardi il tuo /var/log/Xorg.0.log dovresti trovare gli eventuali errori (EE) che riporta. probabilmente li' c'e' la risposta alla tua domanda.

s.luke
24-11-2008, 13:12
ciao a tutti
anche io ho un problema che non riesco a risolvere, spero qualcuno possa aiutarmi...
premetto che sono un vero e proprio principiante di ubuntu

ho un notebook asus pro57sn (m51sn) con scheda video nvidia geforce 9500m gs

con 8.04 nessun problema
aggiornando a 8.10 è un casino...
se scarico e attivo i driver proprietari da gestione driver o con envy il sistema in avvio si blocca e mi dice che deve partire in modalità safe (ovviamente con bassa risoluzione)
se disattivo i driver nvidia in questione da gestione driver e riavvio visualizzo alla risoluzione corretta, ma ovviamente non la modalità grafica è quella base senza alcun effetto

come posso procedere?

selion
25-11-2008, 23:07
Il tuo xorg.conf è un bel casino... :D
...

ciao grazie mille, ho corretto il file come mi hai detto tu. Ora non posso piu accedere all' nvidia settings, pero' col comando che mi hai dato posso impostare tutto. Il problema è questo, mi riconosce lo schermo e la risoluzione, ma all'avvio mi torna in automatico all'800x600 !!

questo l'xorg.conf attuale
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildd@vernadsky) Thu Jun 5 09:26:53 UTC 2008

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Synaptics Touchpad"
EndSection

Section "Module"
Load "glx"
Load "v4l"
EndSection

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

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
Option "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
VendorName "Generic LCD Display"
ModelName "LCD Panel 1280x800"
HorizSync 31.0 - 50.0
VertRefresh 56.0 - 65.0
Gamma 1
ModeLine "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
ModeLine "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
ModeLine "1280x768@60" 80.0 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
ModeLine "1280x720@60" 74.0 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
ModeLine "1280x800@60" 83.0 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce Go 7300"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
SubSection "Display"
Virtual 1280 800
Depth 24
Modes "1280x800@60" "1280x720@60" "1280x768@60" "800x600@60" "800x600@56"
EndSubSection
EndSection

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


dai sento che ci siamo vicini.. aiutami ancora un attimo!! ;) :help: