PDA

View Full Version : Linux mint e aiglx


roar13
22-08-2007, 17:51
Salve a tutti,
ho da poco installato linux mint sul mio notebook e devo dire che la trovo una distro elegante e di qualità. Tuttavia, essendo lo sfortunato possessore di una scheda ati (mobility radeon 9600) non posso usare i driver proprietari per abilitare aiglx (quando si decideranno a supportarlo...!) e non volendo portarmi dietro quel mattone di xgl tento di abilitare il dri utilizzando i driver open (l'ho già fatto senza alcun problema su opensuse 10.2). Il fatto è che in tal modo al riavvio dell'interfaccia grafica, dopo il login, lo schermo diventa tutto nero, riesco a muovere il mouse, ma del desktop verde nessuna traccia. Che fare? Ecco il mio xorg.conf:


Section "Files"
# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
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 "i2c"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
Load "dri"
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 "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Device"
Identifier "Radeon 9600"
Driver "radeon"
BusID "PCI:1:0:0"
Option "XAANoOffscreenPixmaps"
Option "DRI" "true"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28-51
VertRefresh 43-60
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Radeon 9600"
Monitor "Generic Monitor"
DefaultDepth 16
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"
Option "AIGLX" "true"
EndSection

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

Section "DRI"
Group "0"
Mode 0666
EndSection

DeusEx
22-08-2007, 19:09
Io ci sono riuscito su fedora 7 aggiungendo nel file /etc/X11/xorg.conf nelle varie Sezioni (spero ti possa essere utile anche su mint :) ) :

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "GLCore"
Load "dri"
EndSection

Section "Screen"
Option "AllowGLXWithComposite" "True"
Option "RenderAccel" "True"
Option "AddARGBGLXVisuals" "True"
EndSection

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

ti posto anche per intero il mio xorg.conf :

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "GLCore"
Load "dri"
EndSection

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Philips 107S(17inch/CM1300)"
DisplaySize 310 230
HorizSync 30.0 - 69.0
VertRefresh 50.0 - 120.0
EndSection

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

Section "Device"
Identifier "Videocard0"
Driver "radeon"
EndSection

Section "Screen"
Option "AllowGLXWithComposite" "True"
Option "RenderAccel" "True"
Option "AddARGBGLXVisuals" "True"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Naturalmente hai installato i mesa-libGL (DRI) oltre ai driver ATI open ?

roar13
23-08-2007, 22:58
Grazie ma non funge! La cosa strana è che quando entro in failsafe gnome e digito glxinfo sembra che vada tutto bene (direct rendering: yes – aiglx enabled ...) solo che gnome non parte, schermo nero e buona notte a tutti. Se vado a commentare Load dri tutto torna a posto (ovviamente non ho più il direct rendering). Sto diventando matto.

Tuoangioletto
24-08-2007, 13:27
Ciao a tutti ragazzi, anch'io vorrei usare Linux Mint 3 anche perchè dalla recensione che hanno fatto su "GNU Linux" sembra molto più veloce e ti permette di fare molte cose senza stare li a digitare tanti comandi...
Ho provato a scaricare la versione KDE sul suo sito che è in inglese, sperando di avere un S.O in italiano, ma una volta messo su cd c'è soltanto la lingua portoghese, spagnolo e inglese....
Ora come ora sto cercando di trovare la versione in italiano anche perchè dalle immagini che hanno messo su quella rivista, si vede benissimo che il S.O è in italiano, inoltre ho provato con quella in inglese ad installarla creando una partizione manuale, ma ogni volta mi dice che il S.O è andato in Crash, sapete aiutarmi a trovare una versione in italiano che non Crasha? Ve ne sarei grato
Ciao a tutti e grazie

Barra
24-08-2007, 13:48
Ciao a tutti ragazzi, anch'io vorrei usare Linux Mint 3 anche perchè dalla recensione che hanno fatto su "GNU Linux" sembra molto più veloce e ti permette di fare molte cose senza stare li a digitare tanti comandi...
Ho provato a scaricare la versione KDE sul suo sito che è in inglese, sperando di avere un S.O in italiano, ma una volta messo su cd c'è soltanto la lingua portoghese, spagnolo e inglese....
Ora come ora sto cercando di trovare la versione in italiano anche perchè dalle immagini che hanno messo su quella rivista, si vede benissimo che il S.O è in italiano, inoltre ho provato con quella in inglese ad installarla creando una partizione manuale, ma ogni volta mi dice che il S.O è andato in Crash, sapete aiutarmi a trovare una versione in italiano che non Crasha? Ve ne sarei grato
Ciao a tutti e grazie

X la traduzione:

supporto lingue. Scegli italiano e confermi tutto! X il resto: ottima scelta del sistema operativo. linux MINT è ubuntu con qualche funzione in +!

Exeba
24-08-2007, 14:50
Grazie ma non funge! La cosa strana è che quando entro in failsafe gnome e digito glxinfo sembra che vada tutto bene (direct rendering: yes – aiglx enabled ...) solo che gnome non parte, schermo nero e buona notte a tutti. Se vado a commentare Load dri tutto torna a posto (ovviamente non ho più il direct rendering). Sto diventando matto.

Porebbe essere un problema di permessi, se effettui il login da root cosa succede?

roar13
27-08-2007, 18:22
Anche da root stesso problema!