[ubuntu-it] Secondo monitor (dualhead) attivo: compiz non funziona piu

giuseppe User giuseppemigliorino a gmail.com
Dom 3 Ago 2008 09:49:07 BST


Ciao a tutti io ho questo problema:

Scheda video Ati x700, ho configurato correttamente il secondo monitor
(una tv lcd) attaccato al mio portatile, le risoluzioni sono: 1440x900
per il portatile e 1280x768 per il secondo monitor.

Da quanto ho attivato il dual head tramite il comando 
Codice:
sudo  aticonfig --initial=dual-head --screen-layout=left
compiz non funziona piu.

Ora, esiste un modo per risolvere il problema? E se no, come si puo
disattivare facilmente il secondo monitor quando non mi serve, giusto
per avere gli effetti di compiz?


Questo  il mio xorg:

Codice:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real"
xorg.conf
# For example:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Default Screen" 0 0
        Screen         "screen1" LeftOf "Default Screen"
        InputDevice    "Synaptics Touchpad"
EndSection

Section "Files"
EndSection

Section "Module"
        Load  "GLcore"
        Load  "glx"
        Load  "dbe"
        Load  "v4l"
EndSection

Section "InputDevice"
        Identifier  "Generic Keyboard"
        Driver      "kbd"
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "it"
        Option      "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
        Identifier  "Configured Mouse"
        Driver      "mouse"
EndSection

Section "InputDevice"
        Identifier  "Synaptics Touchpad"
        Driver      "synaptics"
        Option      "SendCoreEvents" "true"
        Option      "Device" "/dev/psaux"
        Option      "Protocol" "auto-dev"
        Option      "HorizEdgeScroll" "0"
EndSection

Section "Monitor"
        Identifier   "Configured Monitor"
        VendorName   "Generic LCD Display"
        ModelName    "LCD Panel 1440x900"
        HorizSync    31.5 - 56.0
        VertRefresh  56.0 - 65.0
        Gamma        1
        ModeLine     "800x600 a 56" 36.0 800 824 896 1024 600 601 603 625
+hsync
+vsync
        ModeLine     "800x600 a 60" 40.0 800 840 968 1056 600 601 605 628
+hsync
+vsync
        ModeLine     "1280x768 a 60" 80.1 1280 1344 1480 1680 768 769 772
795
-hsync +vsync
        ModeLine     "1280x720 a 60" 74.5 1280 1336 1472 1664 720 721 724
746
-hsync +vsync
        ModeLine     "1280x800 a 60" 83.5 1280 1344 1480 1680 800 801 804
828
-hsync +vsync
        ModeLine     "1440x900 a 60" 106.5 1440 1520 1672 1904 900 901 904
932
-hsync +vsync
EndSection

Section "Monitor"
        Identifier   "monitor1"
        VendorName   "Generic LCD Display"
        ModelName    "LCD Panel 1280x1024"
        HorizSync    31.5 - 64.0
        VertRefresh  56.0 - 65.0
        Gamma        1
        ModeLine     "640x480 a 60" 25.2 640 656 752 800 480 490 492 525
-hsync
-vsync
        ModeLine     "800x600 a 56" 36.0 800 824 896 1024 600 601 603 625
+hsync
+vsync
        ModeLine     "800x600 a 60" 40.0 800 840 968 1056 600 601 605 628
+hsync
+vsync
        ModeLine     "1024x768 a 60" 65.0 1024 1048 1184 1344 768 771 777
806
-hsync -vsync
        ModeLine     "1280x960 a 60" 102.1 1280 1360 1496 1712 960 961 964
994
-hsync +vsync
        ModeLine     "1280x1024 a 60" 108.0 1280 1328 1440 1688 1024 1025
1028
1066 +hsync +vsync
EndSection

Section "Device"
        Identifier  "Configured Video Device"
        Driver      "fglrx"
        BoardName   "vesa"
        Option      "" "DDX"
        Option      "HSync2" "31.5-64.0"
        Option      "VRefresh2" "56.0 - 65.0"
        BusID       "PCI:1:0:0"
EndSection

Section "Device"
        Identifier  "device1"
        Driver      "fglrx"
        BoardName   "vesa"
        Option      "DesktopSetup" "c"
        Option      "ForceMonitors" "crt1,crt2"
        Option      "HSync2" "31.5-64.0"
        Option      "VRefresh2" "56.0 - 65.0"
        BusID       "PCI:1:0:0"
        Screen      1
EndSection

Section "Screen"
        Identifier "Default Screen"
        Device     "Configured Video Device"
        Monitor    "Configured Monitor"
        DefaultDepth     24
        SubSection "Display"
                Virtual   1440 900
                Depth     24
                Modes    "1440x900 a 60"
        EndSubSection
EndSection

Section "Screen"

        #             
        Identifier "screen1"
        Device     "device1"
        Monitor    "monitor1"
        DefaultDepth     24
        SubSection "Display"
                Depth     24
                Modes    "1024x768 a 60" "1280x960 a 60" "800x600 a 60"
"1280x1024 a 60"
"800x600 a 56" "640x480 a 60"
ho provato a lanciare compiz da terminale, ecco il risultato:

Codice:
Checking for Xgl: not present. 
Detected PCI ID for VGA: 01:00.0 0300: 1002:5653 (prog-if 00 [VGA
controller])
Checking for texture_from_pixmap: present. 
Checking for non power of two support: present. 
Checking for Composite extension: present. 
Comparing resolution (1440x900
1280x768) to maximum 3D texture size (2048
2048): [: 388: 2048: unexpected operator
[: 388: 2048: unexpected operator
Passed.
Checking for nVidia: not present. 
Checking for FBConfig: present. 
Checking for Xgl: not present. 
/usr/bin/compiz.real (core) - Fatal: GLX_EXT_texture_from_pixmap is
missing
/usr/bin/compiz.real (core) - Error: Failed to manage screen: 0
/usr/bin/compiz.real (core) - Fatal: GLX_EXT_texture_from_pixmap is
missing
/usr/bin/compiz.real (core) - Error: Failed to manage screen: 1
/usr/bin/compiz.real (core) - Fatal: No manageable screens found on
display :0.0


Qualcuno sa come risolvere? magari anche disabilitando temporaneamente
dualhead?

grazie!!!





Maggiori informazioni sulla lista ubuntu-it