Notizia:
  • Rilasciata Precise Pangolin 12.04. Per ottenerla, visitate questa pagina, oppure provate il tour dal vivo con un browser web moderno.
  • Nuovo forum di Ubuntu-it, l'annuncio. È consigliato aggiornare il proprio profilo e controllare la sezione Gruppo Forum per problemi noti.
  • Rilasciata la versione italiana di Precise Pangolin 12.04. Per maggiori informazioni, consultare questa discussione.
  • Il vincitore del Concorso desktop del mese di aprile è Jerico. L'elenco dei precedenti vincitori è qui.
  • È uscito il numero 17 della Newsletter italiana di Ubuntu. Lo trovate a questo indirizzo.
  • È uscito il numero 59 di Full Circle Magazine in italiano. Lo trovate a questo indirizzo.

DRIVER CON RESTRIZIONE

Riconoscimento, installazione e configurazione delle periferiche.

DRIVER CON RESTRIZIONE

Messaggioda زΛςκΛζ » martedì 1 maggio 2007, 17:47

Salve ho visto la guida per abilitare il 3D in schede ati eper feisty:

dice di usare quella simpatica applicazione "gestore driver con restrizione"

il problema è che a me non lo apre dicendo:

"L'hardware in uso non necessita di alcun driver con restrizioni."

come faccio ad installare i miei driver??...


la mia scheda video:01:05.0 VGA compatible controller: ATI Technologies Inc Radeon IGP 330M/340M/350M


il mio xorg.conf

Codice: Seleziona tutto
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Module"
   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"
   Identifier   "Synaptics Touchpad"
   Driver      "synaptics"
   Option      "SendCoreEvents"   "true"
   Option      "Device"      "/dev/psaux"
   Option      "Protocol"      "auto-dev"
   Option      "HorizScrollDelta"   "0"
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   "Scheda video generica"
   Driver      "ati"
   BusID      "PCI:1:5:0"
   VideoRam   64000
EndSection

Section "Monitor"
   Identifier   "Monitor Generico"
   Option      "DPMS"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "Scheda video generica"
   Monitor      "Monitor Generico"
   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 "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
   InputDevice   "Generic Keyboard"
   InputDevice   "Configured Mouse"
   InputDevice     "stylus"   "SendCoreEvents"
   InputDevice     "cursor"   "SendCoreEvents"
   InputDevice     "eraser"   "SendCoreEvents"
   InputDevice   "Synaptics Touchpad"
EndSection

Section "DRI"
   Mode   0666
EndSection

Section "Extensions"
         Option          "Composite"     "0"
 EndSection



il 3d non mi funziona, ho seguito varie guide ma niente...HELP ME
Non ho più dubbi, Ubuntu è la piattaforma Linux che userò fino alla fine dei miei giorni
Avatar utente
زΛςκΛζ
Scoppiettante Seguace
Scoppiettante Seguace
 
Messaggi: 417
Iscrizione: aprile 2006
Località: Roma

Re: DRIVER CON RESTRIZIONE

Messaggioda maxfact » martedì 1 maggio 2007, 17:52

prova a riconfigurare xorg.conf da diciamo recovery mode
Codice: Seleziona tutto
sudo dpkg-reconfigure xserver-xorg

e dopo riprova a vedere se ti permette o meno di attivare i driver per la 3d
Per sicurezza fai un backup del tuo xorg cosi se ci sono problemi puoi sempre riutilizzare il vecchio xorg.conf
Massimiliano Ubuntu user # 16155 archubu@jabber.linux.it
Potrete ingannare tutti per un po'. Potrete ingannare qualcuno per sempre.
Ma non potrete ingannare tutti per sempre [Abramo Lincoln]
Avatar utente
maxfact
Imperturbabile Insigne
Imperturbabile Insigne
 
Messaggi: 3188
Iscrizione: gennaio 2007

Re: DRIVER CON RESTRIZIONE

Messaggioda زΛςκΛζ » martedì 1 maggio 2007, 17:54

che driver metto da recovery mode??
Non ho più dubbi, Ubuntu è la piattaforma Linux che userò fino alla fine dei miei giorni
Avatar utente
زΛςκΛζ
Scoppiettante Seguace
Scoppiettante Seguace
 
Messaggi: 417
Iscrizione: aprile 2006
Località: Roma

Re: DRIVER CON RESTRIZIONE

Messaggioda maxfact » martedì 1 maggio 2007, 17:55

ati o vesa
Massimiliano Ubuntu user # 16155 archubu@jabber.linux.it
Potrete ingannare tutti per un po'. Potrete ingannare qualcuno per sempre.
Ma non potrete ingannare tutti per sempre [Abramo Lincoln]
Avatar utente
maxfact
Imperturbabile Insigne
Imperturbabile Insigne
 
Messaggi: 3188
Iscrizione: gennaio 2007


Torna a Driver e periferiche

Chi c’è in linea

Visualizzano questa pagina: Nessuno e 7 ospiti