Debianizzati.Org | Forum | Blog | Guide | IRC
 
 
Forum Italiano Debian - Debianizzati.Org
Dicembre 01, 2008, 08:46:02 pm *
Benvenuto! Accedi o registrati.
Hai dimenticato l'e-mail di attivazione?

Accesso con nome utente, password e durata della sessione
Notizia:
 
   Indice   Aiuto Ricerca Agenda Accedi Registrati  
Pagine: [1]   Vai giù
  Stampa  
Autore Discussione: Driver Ati proprietari  (Letto 367 volte)
0 utenti e 1 Utente non registrato stanno visualizzando questa discussione.
mrdebug
Full Member
***

Karma: +1/-0
Scollegato Scollegato

Messaggi: 101


Mostra profilo E-mail
« inserita:: Maggio 29, 2008, 05:35:31 pm »

Ho installato il driver Ati proprietario il quale non mi ha dato nessun errore. Quando però avvio la sessione grafica lo schermo rimane nero: La sessione grafica però è attiva perché si sentono i tipici suoni di avvio sessione.
Ho eseguito aticonfig --initial senza alcun risultato.

Avete idee?
Registrato
loerian
Full Member
***

Karma: +0/-0
Scollegato Scollegato

Messaggi: 135



Mostra profilo
« Risposta #1 inserita:: Maggio 29, 2008, 11:33:55 pm »

Ciao,

ma il file xorg.conf lo hai modificato in qualche modo? Altrimenti l'unica per me sarebbe che mettendo il proprietario hai tolto l'open e adesso X cerca un driver che non trova e i suoni dipenderebbero da servizi indipendenti da X.

Scusami se sono decisamente fuori strada.
Descriveresti la procedura di installazione del driver e posteresti xorg.conf?
Penso che possa aiutare chi è più esperto di me.
Registrato
mm-barabba
Sr. Member
****

Karma: +6/-2
Scollegato Scollegato

Messaggi: 387



Mostra profilo WWW E-mail
« Risposta #2 inserita:: Maggio 30, 2008, 12:21:14 am »

aticonfig --initial te lo sconsiglio
a me aveva azzerato il file xorg.conf
se vuoi ti posso mettere il mio file xorg.conf come riferimento
scheda video ATI9600 monitor Dell 19" LCD
driver ATI 8.5
accelerazione 3D e compiz-fusion funzionanti
Codice:
# xorg.conf (X.Org 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 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 "Files"
    Fontpath        "/usr/share/fonts/X11/misc"
    Fontpath        "/usr/share/fonts/X11/100dpi/:unscaled"
    Fontpath        "/usr/share/fonts/X11/75dpi/:unscaled"
    Fontpath        "/usr/share/fonts/X11/Type1"
    Fontpath        "/usr/share/fonts/X11/100dpi"
    Fontpath        "/usr/share/fonts/X11/75dpi"
    Fontpath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

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


Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "Emulate3Buttons" "true"
EndSection

Section "Device"
        Identifier      "ati"
        Driver          "fglrx"
        Option          "VideoOverlay"  "on"
        Option          "OpenGLOverlay" "off"
        Busid           "PCI:1:0:0"
EndSection

Section "Monitor"
        Identifier      "dell"
        Option          "DPMS"
        Horizsync       30-81
        Vertrefresh     56-76
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "ati"
        Monitor         "dell"
        Defaultdepth    24
        SubSection "Display"
        Option         "AllowGLXWithComposite" "On"
        Depth   1
        Modes           "1280x1024"     "1024x768"      "800x600"       "640x480"
        EndSubSection
        SubSection "Display"
        Depth   4
        Modes           "1280x1024"     "1024x768"      "800x600"       "640x480"
        EndSubSection
        SubSection "Display"
        Depth   8
        Modes           "1280x1024"     "1024x768"      "800x600"       "640x480"
        EndSubSection
        SubSection "Display"
        Depth   15
        Modes           "1280x1024"     "1024x768"      "800x600"       "640x480"
        EndSubSection
        SubSection "Display"
        Depth   16
        Modes           "1280x1024"     "1024x768"      "800x600"       "640x480"
        EndSubSection
        SubSection "Display"
        Depth   24
        Modes           "1280x1024"     "1024x768"      "800x600"       "640x480"
        EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection

Section "ServerFlags"
    Option          "AIGLX" "true"
EndSection

Section "DRI"
    Mode    0666
EndSection

sarebbe interessante cpntrollare anche i log /var/log/xorg.0.log
potresti provare a entrare senza X
e correggre eventuali errori nel file /etc/X11/xorg.conf  Undecided

tu come li hai installati ?
se non ricordo male mi pare di aver fatto così
Codice:
sh ati-driver-installer-8-5-x86.x86_64.run --buildpkg Debian/lenny
dpkg -i fglrx-*.deb
sudo module-assistant prepare
sudo module-assistant update
sudo module-assistant a-i fglrx
« Ultima modifica: Maggio 30, 2008, 12:29:39 am da mm-barabba » Registrato

Debian testing
mrdebug
Full Member
***

Karma: +1/-0
Scollegato Scollegato

Messaggi: 101


Mostra profilo E-mail
« Risposta #3 inserita:: Maggio 30, 2008, 11:21:54 am »

Usando i tuoi suggerimenti sono riuscito a configurare correttamente i driver, noto che la grafica è più definita.
Non riesco però ad utilizzare compiz, quando lo avvio si vedono cose prove di senso.
Nel fine di log di xorg non trovo nessun errore. Io ho 2 monitor collegati al pc, forse compiz con 2 monitor non funziona?

Allego il mio xorg.conf
Codice:
Section "ServerLayout"
Identifier     "Default Layout"
Screen      0  "aticonfig-Screen[0]" 0 0
InputDevice    "Generic Keyboard"
InputDevice    "Configured Mouse"
EndSection

Section "Files"

# path to defoma fonts
FontPath     "/usr/share/fonts/X11/misc"
FontPath     "/usr/X11R6/lib/X11/fonts/misc"
FontPath     "/usr/share/fonts/X11/cyrillic"
FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath     "/usr/share/fonts/X11/Type1"
FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
FontPath     "/usr/share/fonts/X11/100dpi"
FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath     "/usr/share/fonts/X11/75dpi"
FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

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"
EndSection

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

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

Section "Device"
Identifier  "aticonfig-Device[0]"
Driver      "fglrx"
BusID       "PCI:2:0:0"
Option      "DesktopSetup" "horizontal"
Option      "EnablePrivateBackZ" "yes"
        Option      "VideoOverlay"  "on"
        Option      "OpenGLOverlay" "off"
        Option      "AllowGLXWithComposite" "true"
EndSection

Section "Device"
Identifier  "aticonfig-Device[1]"
Driver      "fglrx"
BusID       "PCI:2:0:0"
Screen      1
Option      "EnablePrivateBackZ" "yes"
        Option      "VideoOverlay"  "on"
        Option      "OpenGLOverlay" "off"
        Option      "AllowGLXWithComposite" "true"
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
SubSection "Display"
Depth     24
Modes    "1280x1024"
EndSubSection
EndSection

Section "Screen"
Identifier "aticonfig-Screen[1]"
Device     "aticonfig-Device[1]"
Monitor    "aticonfig-Monitor[1]"
DefaultDepth     24
# SubSection "Display"
# Viewport   0 0
# Depth     24
# EndSubSection
SubSection "Display"
Depth     24
Modes    "1280x1024"
EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection

Section "ServerFlags"
    Option          "AIGLX" "true"
EndSection

Section "DRI"
Mode         0666
EndSection
Registrato
mm-barabba
Sr. Member
****

Karma: +6/-2
Scollegato Scollegato

Messaggi: 387



Mostra profilo WWW E-mail
« Risposta #4 inserita:: Maggio 30, 2008, 11:53:55 am »

Citazione
Non riesco però ad utilizzare compiz, quando lo avvio si vedono cose prove di senso.
per compiz esegui da konsole
Codice:
compiz --replace &
se non ricordo male dovrebbe essere quello il comando
guarda cosa ti dice , se ci sono errori dovrebbe segnalarteli
per le "cose prive di senso" non capisco di cosa parli  huh

ne file /var/log/Xorg.0.log non penso che tu possa trovare gli errori di compiz
mi pare ci sia uno script che controlla se compiz può funzionare
controlla qui http://forlong.blogage.de/article/pages/Compiz-Check

per i 2 monitor su 1 PC non ho mai provato
io uso 2 PC con 1 monitor .................sorry  grin

hai controllato :
Codice:
fglrxinfo
glxinfo |grep rendering
glxgears
se tutto è ok ?
Registrato

Debian testing
mrdebug
Full Member
***

Karma: +1/-0
Scollegato Scollegato

Messaggi: 101


Mostra profilo E-mail
« Risposta #5 inserita:: Maggio 30, 2008, 12:22:48 pm »

Ecco l'output:

Codice:
denis@debian01:~$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: Radeon X300/X550/X1050 Series
OpenGL version string: 2.1.7537 Release

denis@debian01:~$ glxinfo |grep rendering
direct rendering: Yes
denis@debian01:~$ glxgears
denis@debian01:~$

denis@debian01:~$ ./compiz-check

Gathering information about your system...

 Distribution:          Debian GNU/Linux (4.0)
 Desktop environment:   KDE
 Graphics chip:         ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]
 Driver in use:         fglrx
 Rendering method:      AIGLX

Checking if it's possible to run Compiz on your system...

 Checking for texture_from_pixmap...               [ OK ]
 Checking for non power of two support...          [ OK ]
 Checking for composite extension...               [ OK ]
 Checking for FBConfig...                          [ OK ]
 Checking for hardware/setup problems...           [FAIL]

There has been (at least) one error detected with your setup:
 Error: Your current resolution is too high to run Compiz.

Would you like to know more? (Y/n)

 Your resolution is 2560x1024 but the maximum 3D texture size that your
 graphics card is capable of is 2048x2048. Thus Compiz won't be able to run
 on this setup. You have to decrease the resolution first (in case you are
 using a dual-head setup, try disabling one monitor and run the script again).

denis@debian01:~$     


Voglio piangere!!!!
Registrato
mm-barabba
Sr. Member
****

Karma: +6/-2
Scollegato Scollegato

Messaggi: 387



Mostra profilo WWW E-mail
« Risposta #6 inserita:: Maggio 30, 2008, 01:36:27 pm »

io compiz-check non l'ho mai provato
a me è sempre andato tutto bene
per cui ............................

mi pare ti dica
Citazione
Checking for hardware/setup problems...           [FAIL]

There has been (at least) one error detected with your setup:
 Error: Your current resolution is too high to run Compiz.

Would you like to know more? (Y/n)

 Your resolution is 2560x1024 but the maximum 3D texture size that your
 graphics card is capable of is 2048x2048. Thus Compiz won't be able to run
 on this setup. You have to decrease the resolution first (in case you are
 using a dual-head setup, try disabling one monitor and run the script again).

qui mi pare chiaro
anche se non ho mai avuo esperienze con 2 monitor
adesso non so più aiutarti ........... sorry  Undecided
prova a fare una ricerca se trovi qualcosa
o riduci la risoluzione
Registrato

Debian testing
Pagine: [1]   Vai su
  Stampa  
 
Vai a:  

Altri Topic Correlati
Oggetto Aperta da Risposte Visite Ultimo messaggio
accellerazione 3D coi driver ati non proprietari Hardware pOg 11 2249 Ultimo messaggio Ottobre 31, 2006, 11:27:28 pm
da pOg
Driver Ati proprietari Multimedia e-slow 10 1115 Ultimo messaggio Febbraio 15, 2008, 03:20:28 am
da francys
[Risolto] Driver proprietari ATI 8.5 Hardware FregTuX 6 455 Ultimo messaggio Giugno 25, 2008, 08:13:03 pm
da FregTuX
Driver proprietari ati X knopflex 3 393 Ultimo messaggio Giugno 08, 2008, 10:33:57 pm
da chris70
driver proprietari ati Hardware cherly 7 376 Ultimo messaggio Luglio 20, 2008, 06:12:00 pm
da Gomna
Powered by MySQL Powered by PHP Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC XHTML 1.0 valido! CSS valido!
Pagina creata in 0.113 secondi con 20 interrogazioni al database.