Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problema con accelerazione3d (non il solito problema :D)
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
aokmanga
n00b
n00b


Joined: 10 Mar 2005
Posts: 47
Location: Roma

PostPosted: Thu Mar 10, 2005 7:36 pm    Post subject: Problema con accelerazione3d (non il solito problema :D) Reply with quote

Raga ho un ati radeon 9000.
Ho configurato l'accelerazione 3d. Funziona.
L'unico problema che ho rilevato è che se termino la sessione con l'utente principale e poi rifaccio il login, l'accelerazione hardware non funziona più.
Se riavvio invece funziona tranquillamente.
è come se non si caricasse qualche modulo. Non capisco proprio :cry:
Aiutatemi :(

P.s. Essendo il mio primo messaggio voglio salutare mia madre, mio padre e tutti quelli che mi conoscono 8) (Magica Formula di Sonia di Super3)
Scherzi a parte saluto tutti.
Ciau
Back to top
View user's profile Send private message
hardskinone
Guru
Guru


Joined: 02 Jan 2004
Posts: 460

PostPosted: Thu Mar 10, 2005 7:44 pm    Post subject: Reply with quote

Una volta rientrato prova a lanciare di nuovo opengl-update.
_________________
Playlinux.net
Back to top
View user's profile Send private message
aokmanga
n00b
n00b


Joined: 10 Mar 2005
Posts: 47
Location: Roma

PostPosted: Thu Mar 10, 2005 7:57 pm    Post subject: Reply with quote

grazie 1000 per la celerità della risposta
quando se ne presenta l'occasione lo provo e ti faccio sapere (ora ho terminato la sessione e l'accelerazione 3d và, mah...) :roll:
Back to top
View user's profile Send private message
rakim
Apprentice
Apprentice


Joined: 08 Mar 2005
Posts: 231

PostPosted: Thu Mar 10, 2005 10:33 pm    Post subject: Re: Problema con accelerazione3d (non il solito problema :D) Reply with quote

aokmanga wrote:
Raga ho un ati radeon 9000.
Ho configurato l'accelerazione 3d. Funziona.

Anch'io ho un'ati 9000 siccome sto installando gentoo, mi puoi postare il tuo xorg?
Utilizzi gli ati-drivers??
Back to top
View user's profile Send private message
aokmanga
n00b
n00b


Joined: 10 Mar 2005
Posts: 47
Location: Roma

PostPosted: Thu Mar 10, 2005 10:39 pm    Post subject: Reply with quote

ecco come ho fatto io per configurare
non è difficile
fai cosi
emerge ati-drivers
fglrxconfig
e ti sistemi tutto.
Dopo aver creato il file ti consiglio di editarlo e cambiare il driver della tastiera da "Keyboard" a "kbd"
Cmq è spiegato tutto in modo migliore nelle docs specifiche proprio su questo sito :)
se fglrxconfig ti dà command not found
fai cosi

$whereis fglrxconfig

segui il percorso e lo avvii

Se usi Xfree stai a cavallo
se usi Xorg invece in seguito devi modificare il nome del file che ti crea in xorg.conf
Se hai problemi basta postare :wink:
Spero di essermi fatto capire abbastanza

P.s. Dimenticavo, prima di avviare fglrxconfig esegui il comando

$opengl-update ati

altrimenti nn funziona l'accelerazione 3d
Back to top
View user's profile Send private message
aokmanga
n00b
n00b


Joined: 10 Mar 2005
Posts: 47
Location: Roma

PostPosted: Thu Mar 10, 2005 10:47 pm    Post subject: Reply with quote

se poi ti accontenti di una configurazione pronta (non dovresti farlo visto che devi configurarla in base al tuo monitor, al tuo mouse, alla tua tastiera ecco il mio xorg.conf tagliato delle parti da me inutilizzate :P
Quote:

Section "dri"
Mode 0666
EndSection
Section "Module"
Load "dbe"
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
Load "glx" # libglx.a
Load "dri" # libdri.a
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/mouse"
Option "Emulate3Buttons"
EndSection
Section "Monitor"
Identifier "Monitor0"
HorizSync 31.5 - 60.0
VertRefresh 60 - 75
Option "DPMS"
EndSection
Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"
Driver "vga"
EndSection
Section "Device"
Identifier "ATI Graphics Adapter"
Driver "fglrx"
Option "no_accel" "no"
Option "no_dri" "no"
Option "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mtrr
Option "DesktopSetup" "0x00000000"
Option "MonitorLayout" "AUTO, AUTO"
Option "IgnoreEDID" "off"
Option "HSync2" "unspecified"
Option "VRefresh2" "unspecified"
Option "ScreenOverlap" "0"
Option "NoTV" "yes"
Option "TVStandard" "NTSC-M"
Option "TVHSizeAdj" "0"
Option "TVVSizeAdj" "0"
Option "TVHPosAdj" "0"
Option "TVVPosAdj" "0"
Option "TVHStartAdj" "0"
Option "TVColorAdj" "0"
Option "GammaCorrectionI" "0x06419064"
Option "GammaCorrectionII" "0x00000000"
Option "Capabilities" "0x00000000"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "CenterMode" "off"
Option "PseudoColorVisuals" "off"
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
Option "FSAAEnable" "no"
Option "FSAAScale" "1"
Option "FSAADisableGamma" "no"
Option "FSAACustomizeMSPos" "no"
Option "FSAAMSPosX0" "0.000000"
Option "FSAAMSPosY0" "0.000000"
Option "FSAAMSPosX1" "0.000000"
Option "FSAAMSPosY1" "0.000000"
Option "FSAAMSPosX2" "0.000000"
Option "FSAAMSPosY2" "0.000000"
Option "FSAAMSPosX3" "0.000000"
Option "FSAAMSPosY3" "0.000000"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY4" "0.000000"
Option "FSAAMSPosX5" "0.000000"
Option "FSAAMSPosY5" "0.000000"
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "yes"
Option "ForceGenericCPU" "no"
BusID "PCI:1:0:0" # vendor=1002, device=4966
Screen 0
EndSection
Section "Screen"
Identifier "Screen0"
Device "ATI Graphics Adapter"
Monitor "Monitor0"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1024x768"
ViewPort 0 0 # initial origin if mode is smaller than desktop
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Server Layout"
Screen "Screen0"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Back to top
View user's profile Send private message
rakim
Apprentice
Apprentice


Joined: 08 Mar 2005
Posts: 231

PostPosted: Fri Mar 11, 2005 11:07 am    Post subject: Reply with quote

aokmanga wrote:
se poi ti accontenti di una configurazione pronta

No, non mi accontento, era solo per prendere spunto! :lol:
Sinceramente a me interessava vedere la parte relativa alla scheda video ma...siccomeme ho un problema con il touchpad synaptics, speravo che tu avessi un portatile ed utilizzassi udev! (come si suol dire...prendere due piccioni con una fava! :wink: ) Comunque, il tempo che finisca di compilare e posto i miei risultati!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum