Entra

View Full Version : Aumentare la risoluzione (sopra 1024) in Ubuntu


shockwave82
28-06-2007, 23:59
Ciao a tutti... mi sto avventurando in Linux con il mio 2' pc... vediamo come va... l'ho provato gia' molte volte ma mai senza problemi...
Ora ho messo su Ubuntu e sono del tutto deciso ad usarlo come sistema definitivo sul 2' pc...
Pero' la cosa fastidiosa e' che a piu' di 1024x768 non mi fa andare... come faccio?

ho scheda Nvidia e ho messo su i drivers anche se mi dice che sono "con restrizioni".

Grazie.

The_ouroboros
29-06-2007, 07:24
in /etc/X11/xorg.conf trova Section "Screen" č mettila cosė(č un estratto del mio...)


[...]
Section "Screen"
Identifier "Screen 1"
Device "Nvidia Fx 5500"
Monitor "Schermo"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

shockwave82
30-06-2007, 15:13
Grazie.