
Perfavore sapete come aiutarmi

Moderatore: Staff
Codice: Seleziona tutto
glxinfo | grep version
Codice: Seleziona tutto
glxinfo | grep version
server glx version string: 1.2
client glx version string: 1.4
GLX version: 1.2
OpenGL version string: 1.3 Mesa 7.4.1
Codice: Seleziona tutto
Section "Screen"
Identifier "Screen 1"
Device "VESA Framebuffer"
Monitor "My Monitor"
# If your card can handle it, a higher default color depth (like 24 or 32)
# is highly recommended.
# DefaultDepth 8
# DefaultDepth 16
DefaultDepth 24
# DefaultDepth 32
# "1024x768" is also a conservative usable default resolution. If you
# have a better monitor, feel free to try resolutions such as
# "1152x864", "1280x1024", "1600x1200", and "1800x1400" (or whatever your
# card/monitor can produce)
Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 32
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubsection
Codice: Seleziona tutto
# **********************************************************************
# Graphics device section
# **********************************************************************
# Any number of graphics device sections may be present
Section "Device"
Identifier "VESA Framebuffer"
Driver "vesa"
#VideoRam 4096
# Insert Clocks lines here if appropriate
EndSection
Puoi usareDarkstar89 ha scritto:Ma xorgcfg si installa a parte?..
Codice: Seleziona tutto
xorgsetup
Codice: Seleziona tutto
Shared OpenGl non supportati
Dalla risposta che ti ha dato glxinfo e' impossibile usare gli shaders sulla tua macchina. E temo che non esisti orpello per risolvere il problema degli shaders.I driver propietari di questa scheda video non esistono per i kernel > al 2.6.27, e poi con gli open non ho problemi, ora che uso le mesa 7.4 vanno..Codice: Seleziona tutto
glxinfo | grep version server glx version string: 1.2 client glx version string: 1.4 GLX version: 1.2 OpenGL version string: 1.3 Mesa 7.4.1
Codice: Seleziona tutto
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Darkstar89 ha scritto:Sono riuscito a far partire la risoluzione in automatico con xorg setup e poi modificando xorg così:All'inizio kde mi ha dato un messaggio che diceva che gli effetti sono stati disattivati per non rallentare il tutto, riassumendo e che si potevano riattivare con alt+shift+F12..ora la risoluzione è ok ma le Gl ancora non vanno.. Sapete cosa modificare da xorg.confCodice: Seleziona tutto
Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" EndSubSection EndSection
Offtopic: Non ho il pci express, altrimenti avrei già comprato una sheda video NON ati
Perchè mi hai citato!?brainvision ha scritto:Darkstar89 ha scritto:Sono riuscito a far partire la risoluzione in automatico con xorg setup e poi modificando xorg così:All'inizio kde mi ha dato un messaggio che diceva che gli effetti sono stati disattivati per non rallentare il tutto, riassumendo e che si potevano riattivare con alt+shift+F12..ora la risoluzione è ok ma le Gl ancora non vanno.. Sapete cosa modificare da xorg.confCodice: Seleziona tutto
Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" EndSubSection EndSection
Offtopic: Non ho il pci express, altrimenti avrei già comprato una sheda video NON ati![]()
Grazie umaga, comunque in fstab quelle righe sono già presentiumaga ha scritto:Per lo Shared OpenGl non supportato la butto li:
centra per caso questa linea da aggiungere in /etc/fstab:
tmpfs /dev/shm tmpfs defaults 0 0
mi pare ci fosse un problema simile per i driver fglrx, ma non ne sono sicuro.
ciao
quà nel forum ho letto che altre persone che hanno la stessa scheda video, ma diverso Xorg funzionaGioPower ha scritto: Dalla risposta che ti ha dato glxinfo e' impossibile usare gli shaders sulla tua macchina.h