Ciao a tutti! Finalmente, dopo più di un mese di assenza son tornato, con il computer nuovo. Ho richiesto la spedizione dei cd di ubuntu 7.10 e nel frattempo ho messo la "vecchia" 7.04, forse uno di sti giorni la scarico direttamente la gutsy. Comunque ne frattempo c'ho questa, e c'è un piccolo problemino. Innanzitutto vi elenco l'hardware:
Processore intel d 3.06Ghz
Ram ddr2 1Gb X2
scheda video integrata intel da 256Mb
Scheda audio 8 canali high definition (non so dirvi altro)
Alimentatore venduto col case da 450W
L'hard disk è quello "vecchio" da 250Gb e anche il lettore cd è lo stesso.
Quanto mi è costato? 173,9€
Ho un solo piccolo problema: avviata l'ubuntu 7.04 la prima volta tutto ok con la scheda video, riconosciuta, e sono riuscito senza alcun problema ad attivare gli effetti 3d e le trasparenze sena il minimo impallo. Poi ho spento, riacceso, mi parte a 640X480. Dò una sistemata all'xorg.conf, cancello le risoluzioni superflue, levo l'opzione "dri", ma quando provo ad attivare gli effetti lo schermo diventa bianco e devo riaviare il server x. Penso basti dare una sistemata all'xorg.conf, lo posto va:
PS: Ora che ho il processore a 64 bit mi verrebbe voglia di usarlo per bene, datemi un po il link di qualche discussione recente almeno mi regolo ^^codice:Section "Module" Load "i2c" Load "bitmap" Load "ddc" #Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "it" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" EndSection Section "InputDevice" Driver "wacom" Identifier "stylus" Option "Device" "/dev/input/wacom" Option "Type" "stylus" #Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "eraser" Option "Device" "/dev/input/wacom" Option "Type" "eraser" #Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "cursor" Option "Device" "/dev/input/wacom" Option "Type" "cursor" #Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "Device" Identifier "Intel Corporation 82945G/GZ Integrated Graphics Controller" Driver "i810" BusID "PCI:0:2:0" EndSection Section "Monitor" Identifier "COMPAQ S720" Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "Intel Corporation 82945G/GZ Integrated Graphics Controller" Monitor "COMPAQ S720" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "stylus" "SendCoreEvents" InputDevice "cursor" "SendCoreEvents" InputDevice "eraser" "SendCoreEvents" EndSection Section "DRI" Mode 0666 EndSection