Grazie, ekxius, modificherò l'xorg.conf seguendo le tue indicazioni.ekxius ha scritto:io ho una mobility radeon 9700 con i driver open che funzionano alla perfezione e il direct rendering abilitato, quindi vai tranquillo
Burroughs.
Moderatore: Staff

Grazie, ekxius, modificherò l'xorg.conf seguendo le tue indicazioni.ekxius ha scritto:io ho una mobility radeon 9700 con i driver open che funzionano alla perfezione e il direct rendering abilitato, quindi vai tranquillo


Ekxius, ho seguito alla lettera le tue indicazioni contenute nella prima pagina di questo thread, ma c'è qualcosa che non va.ekxius ha scritto:e di che?
posta il comando glxgears una volta configurata la scheda e la section device della tua scheda video, così vediamo di trovare una configurazione adeguata, io con alcune opzioni in xorg.conf sono riuscito ad incrementare i fps [CUT]
Codice: Seleziona tutto
Parse error on line 417 of section Device in file /etc/X11/xorg.conf
"Section" is not a valid keyword in this section.
(EE) Problem parsing the config file
(EE) Error parsing the config file
Fatal server error:
no screens found
(WW) xf86CloseConsole: KDSETMODE failed: Bad file descriptor
(WW) xf86CloseConsole: VT_GETMODE failed: Bad file descriptorCodice: Seleziona tutto
Section "Screen" (riga 417)
Identifier "Screen 1"
Device "VESA Framebuffer"
Monitor "My Monitor"
Codice: Seleziona tutto
grep -v "#" /etc/X11/xorg.conf
Questo è l'output:ekxius ha scritto:posta questo comando, così dò un'occhiata, dovrebbe solamente essere un errore di sintassi...
ekxiusCodice: Seleziona tutto
grep -v "#" /etc/X11/xorg.conf
Codice: Seleziona tutto
Section "Module"
SubSection "extmod"
EndSubSection
Load "type1"
Load "freetype"
Load "glx"
Load "dri"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/Speedo"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/local/share/fonts"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate 3Buttons" "no"
Option "Device" "/dev/mouse"
EndSection
Section "Monitor"
Identifier "My Monitor"
HorizSync 31.5 - 50.0
VertRefresh 40-90
EndSection
Section "Device"
Driver "radeon"
Option "DRI" "true"
Option "TripleBuffer" "true"
Option "RenderAccel" "true"
Section "Screen"
Identifier "Screen 1"
Device "VESA Framebuffer"
Monitor "My Monitor"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Option "AIGLX" "true"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Option "RENDER" "enable"
EndSection
Mode 0666
EndSection
Codice: Seleziona tutto
Section "Device"Codice: Seleziona tutto
Identifier "VESA Framebuffer"Codice: Seleziona tutto
Option "RENDER" "enable"Codice: Seleziona tutto
Section "Extensions"Codice: Seleziona tutto
Mode 0666Codice: Seleziona tutto
Section "DRI"
Codice: Seleziona tutto
Parse error on line 431 of section Screen in file /etc/X11/xorg.conf
"DefaultDepth" is not a valid keyword in this section.
(EE) Problem parsing the config file
(EE) Error parsing the config file
Fatal server error:
no screens found
(WW) xf86CloseConsole: KDSETMODE failed: Bad file descriptor
(WW) xf86CloseConsole: VT_GETMODE failed: Bad file descriptorCodice: Seleziona tutto
Section "Screen"
Identifier "Screen 1"
Device "VESA Framebuffer"
Monitor "My Monitor"
EndSection
# If your card can handle it, a higher default color depth (like 24 or 32)
# is highly recommended.
# DefaultDepth 8
# DefaultDepth 16
DefaultDepth 24 ----- riga 431
# 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 "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
EndSubsection
EndSectionCodice: Seleziona tutto
grep -v "#" /etc/X11/xorg.confCodice: Seleziona tutto
Section "Module"
SubSection "extmod"
EndSubSection
Load "type1"
Load "freetype"
Load "glx"
Load "dri"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/Speedo"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/local/share/fonts"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate 3Buttons" "no"
Option "Device" "/dev/mouse"
EndSection
Section "Monitor"
Identifier "My Monitor"
HorizSync 31.5 - 50.0
VertRefresh 40-90
EndSection
Section "Device"
Identifier "VESA Framebuffer"
Driver "radeon"
Option "DRI" "true"
Option "TripleBuffer" "true"
Option "RenderAccel" "true"
EndSection
Section "Screen"
Identifier "Screen 1"
Device "VESA Framebuffer"
Monitor "My Monitor"
EndSection
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Option "AIGLX" "true"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "Extensions"
Option "RENDER" "enable"
EndSection
Section "DRI"
Mode 0666
EndSection



Codice: Seleziona tutto
glxinfo | grep direct renderingCodice: Seleziona tutto
grep: rendering: No such file or directory
allora, ti ringrazio per aver consultato la mia guida, così mi hai aiutato a trovare un errore. in effetti quel comando presentava un imperfezione che ho corretto. ora dovrebbe essere a posto.Burroughs ha scritto:Ekxius, ho appena consultato la tua (ottima) guida e stavo verificando che l'installazione dei driver open fosse andata a buon fine.
Ora, l'output di glxinfo | grep OpenGL mi restituisce i valori che tu indichi nell'how-to, ma se do un:ottengo un:Codice: Seleziona tutto
glxinfo | grep direct renderingHo già controllato il log di X e non risulta nulla di strano.Codice: Seleziona tutto
grep: rendering: No such file or directory
Da cosa potrebbe dipendere questo messaggio d'errore?
Burroughs.

Ok, adesso funziona tutto!ekxius ha scritto:allora, ti ringrazio per aver consultato la mia guida, così mi hai aiutato a trovare un errore. in effetti quel comando presentava un imperfezione che ho corretto. ora dovrebbe essere a posto.
ciao.