PDA

View Full Version : Avviare l'ambiente grafico su kubuntu


xolix
05-02-2007, 12:02
Ciao a tutti,
oggi dopo innumerevoli letture di guide su questo forum mi sono deciso a provare Kubuntu 6.10.
L'installazione e' andata bene, al riavvio parte grub che mi chiede cosa voglio avviare, scelgo Kubuntu,arriva a linea di comando dove mi chiede nome utente e password,le inserisco correttamente e poi si ferma sempre su linea di comando con il mio nome utente.
Adesso cosa devo fare per far partire l'ambiente grafico (che dovrebbe essere kde)?
Grazie :)

vampirodolce1
05-02-2007, 13:00
Da root prova a digitare startx o kdm.

xolix
05-02-2007, 13:29
Ciao,
allora provando a digitare startx mi viene fuori questo errore
http://img116.imageshack.us/img116/3733/errorelinuxbv1.th.jpg (http://img116.imageshack.us/my.php?image=errorelinuxbv1.jpg)
mentre kdm lo prende solo da root ed io sinceramente sono nuovo dell'ambiente linux e non so ancora come loggarmi da root.
Intanto grazie!

VegetaSSJ5
05-02-2007, 20:28
dai il comando

sudo dpkg-reconfigure xserver-xorg

così riconfigurerai il server x e hai buone probabilità che funzioni. una volta fatto questo riavvia il pc con

sudo reboot

e se è andato tutto bene dovrebbe partirti direttamente in modalità grafica.
altrimenti se non va dai il comando

sudo nano /etc/X11/xorg.conf (attento alle maiuscole)

e dacci info sul tuo hardware così vediamo cosa si può fare...

xolix
05-02-2007, 20:54
dai il comando

sudo dpkg-reconfigure xserver-xorg

così riconfigurerai il server x e hai buone probabilità che funzioni. una volta fatto questo riavvia il pc con

sudo reboot

e se è andato tutto bene dovrebbe partirti direttamente in modalità grafica.
altrimenti se non va dai il comando

sudo nano /etc/X11/xorg.conf (attento alle maiuscole)

e dacci info sul tuo hardware così vediamo cosa si può fare...

Ciao,
intanto ti ringrazio della risposta.
Allora per quanto riguarda il primo problema ho risolto (con non poca fatca a dire la verita) era la scheda video che dava problemi,una ati x700, ho impostato il driver vesa al posto di quello ati ed e' partito, poi una volta avviato dal kde ho installato il suo driver ed e' andato tutto bene, solo che ora ho altri due problemi.
Il primo e' l'audio un realtek alc 850 integrata sulla scheda madre,per quel poco che mi e' sembrato di capire il chip dovrebbe averlo riconosciuto,almeno da questa schermata
http://img232.imageshack.us/img232/429/suonoqo4.th.png (http://img232.imageshack.us/my.php?image=suonoqo4.png)
ma non viene emesso nessun suono e non riesco a venirne a capo.
Invece il mouse, un intellimouse a 5 pulsanti, viene visto a tre pulsanti (anche se in fase di installazione mi aveva riconosciuto il modello esatto)ed i 2 pulsanti laterali non vanno.
Comunque se ti serve eccoti il contenuto di xorg.conf
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection

Section "Files"
EndSection

Section "Module"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

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

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"

# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"

# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"

# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28.0 - 51.0
VertRefresh 43.0 - 60.0
Option "DPMS"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Device"
Identifier "ATI Technologies, Inc. Radeon X700 (RV410)"
Driver "vesa"
BusID "PCI:1:0:0"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon X700 (RV410)"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection
Grazie Ciao :)

VegetaSSJ5
05-02-2007, 21:06
se ci fai caso nella sezione relativa al suono sulla riga synth.... c'è scritto not enabled in config. quindi probabilmente è disabilitato da qualche parte... ora però non so dirti dove guardare per vedere come abilitarlo...