$haka
11-01-2007, 15:31
Salve gente.
Cercherò di essere il piu chiaro possibile!
Ho un notebook Asus Z9100 con sch.video ATI MOBILITY 9700
Sist.Op: Debian SID
Kernel: 2.6.18-1-686
DM:Gnome
versioni installate di alcuni pacchetti:
ii xserver-xorg 7.1.0-10 the X.Org X server
ii xserver-xorg-video-ati 6.6.3-2 X.Org X server -- ATI display driver
ii compiz 0.2.2-1 OpenGL window and compositing manager
PROBLEMA:
Sono riuscito ad installare con successo i driver open ati (radeon) e ad attivare il direct rendering!
Cosi ho attivato AIGLX e installato Compiz.
Quando faccio partire Compiz (la stessa cosa succede con Beryl) tutto sembra funzionare bene tranne:
-i menu a tendina che escono cliccando con il tasto destro sulle ICONE del Desktop (appare il bordo del menu ma non il contenuto)
-il maximize delle finestre quando sono ridotte a icona nella barra di gnome (anche qui appare il contorno delle finestre ma non il contenuto)
Mi capita sia con Beryl che con Compiz; con quest'ultimo ho provato anche a disabilitare tutte le proprietà e gli effetti.
Penso che possa essere colpa
o dei driver radeon
o di qualche particolare configurazione del file xorg.conf
Questo è il mio xorg.conf
# xorg.conf (Xorg X Window System server configuration file)
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
# Load "GLcore"
# Load "i2c"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "evdev"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
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 "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "ATI 9700"
Driver "radeon"
BusID "PCI:1:0:0"
VideoRam 65536
Option "ColorTiling" "on"
Option "EnablePageFlip" "true"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "backingstore" "true"
Option "VBERestore" "true"
# Option "AGPFastWrite" "on"
Option "AGPMode" "4"
# Option "XAANoOffscreenPixmaps" "true"
EndSection
Section "Monitor"
Identifier "Monitor Generico"
Option "DPMS"
HorizSync 28-49
VertRefresh 43-72
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI 9700"
Monitor "Monitor Generico"
DefaultDepth 24
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"
Option "AIGLX" "true"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Qualcuno ha mai avuto un problema simile?
Qualche consiglio?
Grazie mille :)
Cercherò di essere il piu chiaro possibile!
Ho un notebook Asus Z9100 con sch.video ATI MOBILITY 9700
Sist.Op: Debian SID
Kernel: 2.6.18-1-686
DM:Gnome
versioni installate di alcuni pacchetti:
ii xserver-xorg 7.1.0-10 the X.Org X server
ii xserver-xorg-video-ati 6.6.3-2 X.Org X server -- ATI display driver
ii compiz 0.2.2-1 OpenGL window and compositing manager
PROBLEMA:
Sono riuscito ad installare con successo i driver open ati (radeon) e ad attivare il direct rendering!
Cosi ho attivato AIGLX e installato Compiz.
Quando faccio partire Compiz (la stessa cosa succede con Beryl) tutto sembra funzionare bene tranne:
-i menu a tendina che escono cliccando con il tasto destro sulle ICONE del Desktop (appare il bordo del menu ma non il contenuto)
-il maximize delle finestre quando sono ridotte a icona nella barra di gnome (anche qui appare il contorno delle finestre ma non il contenuto)
Mi capita sia con Beryl che con Compiz; con quest'ultimo ho provato anche a disabilitare tutte le proprietà e gli effetti.
Penso che possa essere colpa
o dei driver radeon
o di qualche particolare configurazione del file xorg.conf
Questo è il mio xorg.conf
# xorg.conf (Xorg X Window System server configuration file)
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
# Load "GLcore"
# Load "i2c"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "evdev"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
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 "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "ATI 9700"
Driver "radeon"
BusID "PCI:1:0:0"
VideoRam 65536
Option "ColorTiling" "on"
Option "EnablePageFlip" "true"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "backingstore" "true"
Option "VBERestore" "true"
# Option "AGPFastWrite" "on"
Option "AGPMode" "4"
# Option "XAANoOffscreenPixmaps" "true"
EndSection
Section "Monitor"
Identifier "Monitor Generico"
Option "DPMS"
HorizSync 28-49
VertRefresh 43-72
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI 9700"
Monitor "Monitor Generico"
DefaultDepth 24
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"
Option "AIGLX" "true"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Qualcuno ha mai avuto un problema simile?
Qualche consiglio?
Grazie mille :)