dunque sono un po' niubbo di linux e ho qualche problema con ubuntu.
Ok con l'installazione no (non c'è niente da fare -_-') piuttosto per quanto riguarda la grafica. Infatti non so se sia dovuto alla mia scheda grafica (ati 9600 pro) oppure al mio monitor (philips 109p) ma non riesco a mettere una risoluzione migliore di 800x600 @ 60Hz, che non è proprio salutare per gli occhi...
Il fatto è che non so se dia dei problemi la scheda video oppure il monitor...

vi riporto la parte interessata del codice del file xorg.conf:

Section "Device"
Identifier "ATI Technologies, Inc. RV350 AP [Radeon 9600]"
Driver "ati"
BusID "PCI:3:0:0"
EndSection

Section "Monitor"
Identifier "PHILIPS 109P"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. RV350 AP [Radeon 9600]"
Monitor "PHILIPS 109P"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1792x1344" "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1792x1344" "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1792x1344" "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1792x1344" "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1792x1344" "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1792x1344" "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
:master: