Pagina 1 di 1
[Risolto] configurazione xorg.con 11.10
Inviato: domenica 30 ottobre 2011, 0:04
da akplm
Ciao a tutti,
ho installato xubuntu 11.10. sto cercando di impostare la risoluzione corretta che dovrebbe essere 1440x900 ma ho la massima che è 1024x768.
La cosa strana che il mio xorg.conf è questo sotto
Codice: Seleziona tutto
Section "Device"
Identifier "Default Device"
Option "NoLogo" "True"
EndSection
???
se provo a copiarci quello che ho sull'altra partizione della 10.04 che è funzionante il s.o. non parte.
I driver Nvidia sono installati, non capisco come fare
Grazie
Re: configurazione xorg.con 11.10
Inviato: domenica 30 ottobre 2011, 0:10
da Carlin0
Non so se funziona ancora
???
Re: configurazione xorg.con 11.10
Inviato: domenica 30 ottobre 2011, 0:14
da akplm
me l'ha riconfigurato....
bah....vediamo se va.....
Re: configurazione xorg.con 11.10
Inviato: domenica 30 ottobre 2011, 0:16
da Carlin0
Devi riavviare ...
Re: configurazione xorg.con 11.10
Inviato: domenica 30 ottobre 2011, 0:26
da akplm
ora mi ritrovo questo xorg.conf
Codice: Seleziona tutto
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 280.13 (buildmeister@swio-display-x86-rhel47-05.nvidia.com) Wed Jul 27 17:18:55 PDT 2011
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
# generated from default
EndSection
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "NoLogo" "True"
EndSection
e risoluzione bloccata 640*480
Re: configurazione xorg.con 11.10
Inviato: domenica 30 ottobre 2011, 0:30
da Carlin0
Ma non hai il tool di configurazione ?
Re: configurazione xorg.con 11.10
Inviato: domenica 30 ottobre 2011, 0:35
da akplm
si,
ma le risoluzione massima è quella....
Re: configurazione xorg.con 11.10
Inviato: domenica 30 ottobre 2011, 1:42
da GjMan78
Ho modificato il tuo file xorg.conf includendo la giusta risoluzione, con il mio monitor ha funzionato.
Codice: Seleziona tutto
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 280.13 (buildmeister@swio-display-x86-rhel47-05.nvidia.com) Wed Jul 27 17:18:55 PDT 2011
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1440x900" "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x900" "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 8
Modes "1440x900" "1280x1024" "1024x768" "800x600"
EndSubSection
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
# generated from default
EndSection
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "NoLogo" "True"
EndSection
Re: configurazione xorg.con 11.10
Inviato: domenica 30 ottobre 2011, 13:45
da akplm
ok, grazie.
avevo risolto sostituendo con un altra configurazione
Codice: Seleziona tutto
# nvidia-settings: X configuration file generated by forum.ubuntu-it.org
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "CRT-0"
HorizSync 31.0 - 79.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "1440 x 900_60 +0+0; nvidia-auto-select +0+0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Module"
Load "glx"
EndSection
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
Option "Xinerama" "0"
EndSection
Section "Device"
Identifier "Device0"
VendorName "NVIDIA Corporation"
BoardName "GeForce 7050 PV / nForce 630a"
Driver "nvidia"
Option "NoLogo" "True"
EndSection