[Risolto] Installazione driver scheda video

Reboot già effettuato, infatti l’errore non esce più.

Ecco la risposta:

195.656] X.Org XInput driver : 11.0
195.784] (==) Matched vesa as autoconfigured driver 0
195.784] (==) Matched fbdev as autoconfigured driver 1
195.784] (==) Assigned the driver to the xf86ConfigLayout
195.787] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
195.792] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
195.818] (II) VESA: driver for VESA chipsets: vesa
195.818] (II) FBDEV: driver for framebuffer: fbdev
196.213] (II) Unloading /usr/lib/xorg/modules/drivers/fbdev_drv.so
198.530] ABI class: X.Org XInput driver, version 11.0
198.677] (II) No input driver/identifier specified (ignoring)
198.759] ABI class: X.Org XInput driver, version 11.0
198.759] (II) Synaptics touchpad driver version 1.3.0
198.769] (II) No input driver/identifier specified (ignoring)
401.499] (II) No input driver/identifier specified (ignoring)

output di:

# tree /etc/X11

Ecoolo:

/etc/X11
├── applnk
├── fontpath.d
│ ├── default-ghostscript -> /usr/share/fonts/default/ghostscript
│ ├── fonts-default -> /usr/share/fonts/default/Type1
│ └── liberation-fonts -> /usr/share/fonts/liberation
├── prefdm
├── xinit
│ ├── Xclients
│ ├── Xclients.d
│ ├── xinitrc
│ ├── xinitrc-common
│ ├── xinitrc.d
│ │ ├── 00-start-message-bus.sh
│ │ ├── 50-xinput.sh
│ │ ├── localuser.sh
│ │ └── xdg-user-dirs.sh
│ ├── xinput.d
│ │ ├── ibus.conf
│ │ ├── none.conf
│ │ ├── xcompose.conf
│ │ └── xim.conf
│ ├── xinputrc -> /etc/alternatives/xinputrc
│ └── Xsession
├── Xmodmap
├── xorg.conf.d
│ └── 00-system-setup-keyboard.conf
└── Xresources

10 directories, 17 files

crea xorg in questo modo:

[code]# init 3

X -configure

cp /root/xorg.conf.new /etc/X11/xorg.conf

init 5

[/code]
a questo punto posta :

# cat /etc/X11/xorg.conf

Allora, ho dato come comando “init 3” e mi è andato semplicemente a capo dandomi la possibilità di inserire un altro comando.
Ho inserito “X -configure” e quando ho dato invio mi ha restituito un errore come se non trovasse un server, ho controllato e mi è stata disabilitata la scheda di rete!
Digito 2 volte “exit”, riavvio il pc e al riavvio vedo il monitor più piccolo e ne vedo una cinquina che si sovrappongono!!!

Cos’ho combinato?

non abbiamo detto di ravviare il sistema.
vedere :

[code]

cat /var/log/Xorg.0.log|grep driver[/code]

48.545] 	X.Org XInput driver : 11.0
48.647] (==) Matched vesa as autoconfigured driver 0
48.647] (==) Matched fbdev as autoconfigured driver 1
48.648] (==) Assigned the driver to the xf86ConfigLayout
48.649] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
48.652] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
48.675] (II) VESA: driver for VESA chipsets: vesa
48.675] (II) FBDEV: driver for framebuffer: fbdev
48.969] (II) Unloading /usr/lib/xorg/modules/drivers/fbdev_drv.so
51.231] 	ABI class: X.Org XInput driver, version 11.0
51.343] (II) No input driver/identifier specified (ignoring)
51.404] 	ABI class: X.Org XInput driver, version 11.0
51.405] (II) Synaptics touchpad driver version 1.3.0
51.410] (II) No input driver/identifier specified (ignoring)

111.939] (II) No input driver/identifier specified (ignoring)

rifai:

# init 3

dopo questo comando aspetta qualche secondo, il server x viene ucciso e passi al terminale testuale dove darai seguenti:

[code]

X -configure

cp /root/xorg.conf.new /etc/X11/xorg.conf

init 5[/code]

a quest’ultimo comando riappare l’interfaccia grafica.
posta:

# cat /etc/X11/xorg.conf

Aggiungo solo: dopo che hai dato “init 3” ti troverai davanti al login, quindi devi loggarti come root:

login: root password di root #
e procedi come indicato dal virus.

Intanto ringrazio robyduck (mi stavo già bloccando)!
Comunque questo è il risultato:

Section “ServerLayout”
Identifier “X.org Configured”
Screen 0 “Screen0” 0 0
InputDevice “Mouse0” “CorePointer”
InputDevice “Keyboard0” “CoreKeyboard”
EndSection

Section “Files”
ModulePath “/usr/lib/xorg/modules”
FontPath “catalogue:/etc/X11/fontpath.d”
FontPath “built-ins”
EndSection

Section “Module”
Load “glx”
Load “record”
Load “dbe”
Load “dri”
Load “extmod”
Load “dri2”
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”
### Available Driver options are:-
### Values: : integer, : float, : “True”/“False”,
### : “String”, : " Hz/kHz/MHz",
### : “%”
### [arg]: arg optional
#Option “ShadowFB” # ]
#Option “Rotate” #
#Option “fbdev” #
#Option “debug” # ]
Identifier “Card0”
Driver “fbdev”
BusID “PCI:0:2: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

Vi ricordo che visualizzo ancora 5 desktop sovrapposti e non si riesce a vedere niente!!!

hai sbagliato il comando, dai da root:

[code]# cp /etc/X11/org.conf /etc/X11/xorg.conf

gedit /etc/X11/xorg.conf[/code]

cambia questa sezione:

Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz", ### <percent>: "<f>%" ### [arg]: arg optional #Option "ShadowFB" # <bool>] #Option "Rotate" # <str> #Option "fbdev" # <str> #Option "debug" # <bool>] Identifier "Card0" Driver "fbdev" BusID "PCI:0:2:0" EndSection
così:

Section "Device"
    Identifier  "Card0"
    Option "MigrationHeuristic" "greedy"  
    Option "AccelMethod" "UXA" 
    Driver "psb" 
    Option "ShadowFB" "True"
    BusID       "PCI:0:2:0"
EndSection

salva chiudi

ora dai un reboot.

posta:

# cat /var/log/Xorg.0.log|grep driver

Ma devo ridare “init 3”?

Anche no, puoi farlo in modalità grafica dal terminale.
Alla fine riavvia però.

In modalità grafica mi risulta impossibile, ecco com’è diventato il mio monitor:

http://imageshack.us/photo/my-images/715/20120311085.jpg/http://img715.imageshack.us/img715/3388/20120311085.jpg

MI risulta impossibile eseguire le modifiche indicatomi!!!

vai init 3 e sostituisci al comando “gedit” il comando “nano”.

Ctrl+Alt+F2
Login da root come prima, poi:

[code]# cp /etc/X11/org.conf /etc/X11/xorg.conf

nano /etc/X11/xorg.conf[/code]

e fai le modifiche. Usa nano perché avrai bisogno di un editor da terminale, se non ce l’hai installalo prima.
Dopo le modifiche:
Salva con Ctrl + O
Esci con Ctrl + X
Dopodiche:

# reboot

Edit: oops, scusa virus.

Dando il comando “init 3” mi va a capo e non fa nulla!!!

premi i tasti ctrl + alt + F2 insieme.
ti darà l login testuale come ha detto Robyduck nel post 36

GRANDI…penso di aver risolto!!!
Volete qualche report come verifica?

Aspettate però, se non erro per verificare se i dirver sono stati aggiornati devo digitare da root

# cat /var/log/Xorg.0.log|grep driver

vediamo l’output.