Ci avevo pensato ma in questo modo non mi si attiva la wifi, quindi yum non funziona.
Ho provato a fare init 3
X -configure
mv /root/xorg.conf.new /etc/X11/xorg.conf
init 5
X -configure da degli errori.
(EE) Failed to load module “vmwgfx” (module does not exist, 0)
(EE) vmware: che mi dice di ignorare l’errore sopra
e così via, dovrei copiare tutto O.o
Poi mi dice "Number of created screens does not match number of detected devices.
Configuration failde.
(dove trovo il file di log?)
quando premo init 5 mi ritorna allo schermo nero (wifi accesa) con un trattino lampeggiante
Ho provato a modificare il fie xorg.conf in
[code]Section “ServerLayout”
Identifier “X.org Configured”
Screen 0 “Screen0” 0 0
InputDevice “Mouse0” “CorePointer”
InputDevice “Keyboard0” “CoreKeyboard”
EndSection
Section “Files”
ModulePath “/usr/lib64/xorg/modules”
FontPath “catalogue:/etc/X11/fontpath.d”
FontPath “built-ins”
EndSection
Section “Module”
Load “dri”
Load “dri2”
Load “dbe”
Load “record”
Load “glx”
Load “extmod”
EndSection
Section “InputDevice”
Identifier “Keyboard0”
Driver “kbd”
EndSection
Section “InputDevice”
Identifier “Mouse0”
Driver “mouse”
Option “Protocol” “auto”
Option “Device” “/dev/input/mice”
Option “ZAxisMapping” “4 5 6 7”
EndSection
Section “Monitor”
Identifier “Monitor0”
VendorName “Monitor Vendor”
ModelName “Monitor Model”
EndSection
Section “Device”
Identifier “Card0”
Driver “radeon”
BusID “PCI:1:5:0”
EndSection
Section “Screen”
Identifier “Screen0”
Device “Card0”
Monitor “Monitor0”
SubSection “Display”
Viewport 0 0
Depth 1
EndSubSection
SubSection “Display”
Viewport 0 0
Depth 4
EndSubSection
SubSection “Display”
Viewport 0 0
Depth 8
EndSubSection
SubSection “Display”
Viewport 0 0
Depth 15
EndSubSection
SubSection “Display”
Viewport 0 0
Depth 16
EndSubSection
SubSection “Display”
Viewport 0 0
Depth 24
EndSubSection
EndSection [/code]
Però anche qui l’esperimento è fallito T_T
Edit: Ok ora funziona, ho usato i driver “vesa”. Ovviamente il problema è tutt’altro che risolto, non me lo posso tenere così (luminosità 0, risoluzione 800*600)