Προς το περιεχόμενο

compiz πρόβλημα


antonis_wrx

Προτεινόμενες αναρτήσεις

έχω βάλει τον fglrx σωστά αλλά στο compiz έχει το εξής πρόβλημα:

 

>antonis@usefullpc:~$ compiz --replace
Checking for Xgl: not present. 
Detected PCI ID for VGA: 
Checking for texture_from_pixmap: not present. 
Trying again with indirect rendering:
Checking for texture_from_pixmap: present. 
Checking for non power of two support: present. 
Checking for Composite extension: present. 
Comparing resolution (1280x1024) to maximum 3D texture size (2048): Passed.
Checking for nVidia: not present. 
Checking for FBConfig: present. 
Checking for Xgl: not present. 
Starting gtk-window-decorator
/usr/bin/compiz.real (core) - Fatal: No GLXFBConfig for default depth, this isn't going to work.
/usr/bin/compiz.real (core) - Error: Failed to manage screen: 0
/usr/bin/compiz.real (core) - Fatal: No manageable screens found on display :0.0

 

το xorg.conf μου:

>
Section "ServerLayout"
Identifier     "Default Layout"
Screen      0  "aticonfig-Screen[0]" 0 0
InputDevice    "Generic Keyboard"
InputDevice    "Configured Mouse"
EndSection

Section "Files"

# path to defoma fonts
FontPath     "/usr/share/fonts/X11/misc"
FontPath     "/usr/X11R6/lib/X11/fonts/misc"
FontPath     "/usr/share/fonts/X11/cyrillic"
FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath     "/usr/share/fonts/X11/Type1"
FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
FontPath     "/usr/share/fonts/X11/100dpi"
FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath     "/usr/share/fonts/X11/75dpi"
FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load  "i2c"
Load  "bitmap"
Load  "ddc"
Load  "dri"
Load  "extmod"
Load  "freetype"
Load  "glx"
Load  "int10"
Load  "vbe"
Load  "xgl"
load  "v4l"
load  "dbe"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver      "kbd"
Option	    "CoreKeyboard"
Option	    "XkbRules" "xorg"
Option	    "XkbModel" "pc104"
Option	    "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver      "mouse"
Option	    "CorePointer"
Option	    "Device" "/dev/input/mice"
Option	    "Protocol" "ImPS/2"
Option	    "Emulate3Buttons" "true"
EndSection

Section "Monitor"
Identifier   "TEAC S1702C"
Option	    "DPMS"
EndSection

Section "Monitor"
Identifier   "aticonfig-Monitor[0]"
Option	    "VendorName" "ATI Proprietary Driver"
Option	    "ModelName" "Generic Autodetecting Monitor"
Option	    "DPMS" "true"
EndSection

Section "Device"
Identifier  "ATI Technologies Inc RV350 AR [Radeon 9600]"
Driver      "ati"
Option	    "XAANoOffscreenPixmaps" "true"
BusID       "PCI:1:0:0"
EndSection

Section "Device"

Identifier  "aticonfig-Device[0]"
Driver      "fglrx"
Option      "AIGLX" "true"
Option	    "XAANoOffscreenPixmaps" "true"
Option	    "VideoOverlay" "on"
Option	    "OpenGLOverlay" "off"
BusID       "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Default Screen"
Device     "ATI Technologies Inc RV350 AR [Radeon 9600]"
Monitor    "TEAC S1702C"
DefaultDepth     24
SubSection "Display"
	Depth     1
	Modes    "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
	Depth     4
	Modes    "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
	Depth     8
	Modes    "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
	Depth     15
	Modes    "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
	Depth     16
	Modes    "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
	Depth     24
	Modes    "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]"
Device     "aticonfig-Device[0]"
Monitor    "aticonfig-Monitor[0]"
DefaultDepth     24
SubSection "Display"
	Viewport   0 0
	Depth     24
EndSubSection
EndSection

Section "DRI"
Mode         0666
EndSection

Section "Extensions"
Option	    "Composite" "enable"
EndSection

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

H κάρτα σου δεν χρειάζετε τους οδηγούς κλειστού κώδικα και έκανες λάθος που τους εγκατέστησες. Η 9600 παίζει άψογα με τους open source driver που έρχονται προεγκατεστημένοι με την διανομή. Το μόνο που είχες να κάνεις δηλαδή μετά το install της διανομής ήταν να ενεργοποιήσεις το compiz και αυτό θα έπαιζε.

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

παράξενο γιατί δεν έχω διαβάσει ποτέ προβλήματα με τους open driver. Αν είναι να βάλεις του fglrx να δεις πρώτα αν υπορτιρήζουν την κάρτα σου και μετά καλύτερα να τους βάλεις μέσω του envyng

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

Αρχειοθετημένο

Αυτό το θέμα έχει αρχειοθετηθεί και είναι κλειστό για περαιτέρω απαντήσεις.

  • Δημιουργία νέου...