PDA

View Full Version : [FEDORA]Problema con la personalizzazione del desktop


Madchemist
25-12-2007, 18:07
Buongiorno e buon Natale!
Ho installato fedora, che adoro, ma ho un problema...

http://img176.imageshack.us/img176/7333/schermatasg0.th.png (http://img176.imageshack.us/my.php?image=schermatasg0.png)

Cosa devo fare?

Madchemist
26-12-2007, 07:58
Proprio nessuno sa rispondermi?

khelidan1980
26-12-2007, 13:38
modello scheda video?

Inoltre posta il tuo xorg.conf

Madchemist
28-12-2007, 06:02
Come posso ottenere questi dati?

Fugazi
29-12-2007, 04:17
Scheda video dovresti sapere cos'hai visto che l'hai pagata ;)
Guarda sul libretto delle istruzioni :D

xorg.conf sarebbe il file /etc/X11/xorg.conf
aprilo con un qualunque editor e copiaincolla il suo contenuto

Madchemist
29-12-2007, 09:37
# Xorg configuration created by pyxf86config

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection

Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
Option "LeftEdge" "120"
Option "RightEdge" "830"
Option "TopEdge" "120"
Option "BottomEdge" "650"
Option "FingerLow" "14"
Option "FingerHigh" "15"
Option "MaxTapMove" "110"
Option "VertScrollDelta" "20"
Option "HorizScrollDelta" "20"
Option "MinSpeed" "0.3"
Option "MaxSpeed" "0.75"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nv"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection



La scheda video l' ho comprata insieme al pc

Madchemist
30-12-2007, 08:36
Allora?

Madchemist
30-12-2007, 12:31
Grazie ragazzi, la vostra risposta è molto soddisfacente!:yeah: :tapiro: :winner: :cincin:

khelidan1980
30-12-2007, 12:46
installa i driver nvidia,lo puo fare da yum abilitando i repo livna(googla e troverai come si fa),poi cambia la voce driver nel file xorg.conf da nv a nvidia

http://www.fedorafaq.org/#nvidia

Madchemist
31-12-2007, 07:48
Ok, grazie...