Черный правый монитор Kubuntu 8.10 (результат общения с aticonfig)

Kubuntu, Xubuntu и другие

Модератор: Модераторы разделов

b00tanik
Сообщения: 6
ОС: Kubuntu8.10&(K)Xubuntu 8.04

Черный правый монитор Kubuntu 8.10

Сообщение b00tanik »

Конфигурировал 2 монитора следуя руководству:
http://hamzakc.wordpress.com/2006/10/16/du...tup-ubuntu-ati/

второй монитор запустился, и даже курсор по нему ездит, но вид у него такой, что иксы на нем запустились а KDE - нет.

Кто-нибудь сталкивался с чем-нибудь подобным?

Хотя я думаю что xorg.conf здесь не причем, все равно выложу его здесь:

Код:

# xorg.conf (X.Org X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the xorg.conf manual page. # (Type "man xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # Note that some configuration settings that could be done previously # in this file, now are automatically configured by the server and settings # here are ignored. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg Section "ServerLayout" Identifier "aticonfig Layout" Screen 0 "aticonfig-Screen[0]-0" 0 0 Screen "aticonfig-Screen[0]-1" RightOf "aticonfig-Screen[0]-0" EndSection Section "Files" EndSection Section "Module" EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]-0" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]-1" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Device" Identifier "aticonfig-Device[0]-0" Driver "fglrx" Option "DesktopSetup" "horizontal" Option "OverlayOnCRTC2" "1" BusID "PCI:1:0:0" EndSection Section "Device" Identifier "aticonfig-Device[0]-1" Driver "fglrx" BusID "PCI:1:0:0" Screen 1 EndSection Section "Screen" Identifier "aticonfig-Screen[0]-0" Device "aticonfig-Device[0]-0" Monitor "aticonfig-Monitor[0]-0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Screen" Identifier "aticonfig-Screen[0]-1" Device "aticonfig-Device[0]-1" Monitor "aticonfig-Monitor[0]-1" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection


Разобрался, включил Xinerama

Код:

Section "ServerLayout" Identifier "aticonfig Layout" Screen "aticonfig-Screen[0]-0" Screen "aticonfig-Screen[0]-1" RightOf "aticonfig-Screen[0]-0" Option "xinerama" "on" Option "clone" "off" EndSection


Слетел Composite, есть идеи как восстановить его работоспособность?

вот новый пропатченный xorg.conf:

Код:

# xorg.conf (X.Org X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the xorg.conf manual page. # (Type "man xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # Note that some configuration settings that could be done previously # in this file, now are automatically configured by the server and settings # here are ignored. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg Section "DRI" Mode 0666 EndSection Section "ServerLayout" Identifier "aticonfig Layout" Screen "aticonfig-Screen[0]-0" Screen "aticonfig-Screen[0]-1" RightOf "aticonfig-Screen[0]-0" Option "AIGLX" "true" Option "xinerama" "on" Option "clone" "off" EndSection Section "Files" EndSection Section "Module" Load "dri" Load "dbe" Load "glx" EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]-0" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]-1" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Device" Identifier "aticonfig-Device[0]-0" Driver "fglrx" Option "DesktopSetup" "horizontal" Option "OverlayOnCRTC2" "1" # Option "XAANoOffscreenPixmaps" "true" # Option "DisableGLXRootClipping" "true" # Option "AddARGBGLXVisuals" "true" # Option "AllowGLXWithComposite" "true" Option "EnablePageFlip" "true" BusID "PCI:1:0:0" Screen 0 EndSection Section "Device" Identifier "aticonfig-Device[0]-1" Driver "fglrx" BusID "PCI:1:0:0" # Option "XAANoOffscreenPixmaps" "true" # Option "DisableGLXRootClipping" "true" # Option "AddARGBGLXVisuals" "true" # Option "AllowGLXWithComposite" "true" Option "EnablePageFlip" "true" Screen 1 EndSection Section "Screen" Identifier "aticonfig-Screen[0]-0" Device "aticonfig-Device[0]-0" Monitor "aticonfig-Monitor[0]-0" DefaultDepth 24 SubSection "Display" #Viewport 0 0 Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "aticonfig-Screen[0]-1" Device "aticonfig-Device[0]-1" Monitor "aticonfig-Monitor[0]-1" DefaultDepth 24 SubSection "Display" #Viewport 0 0 Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Extensions" Option "Composite" "Enable" EndSection


если убрать Option "xinerama" "on" то все приходит к начальному результату :(
Поэтому поставил xinerama на место как была. живу теперь без красивостей :(
Все еще надеюсь на вашу помощь по реанимированию компиза
Спасибо сказали:
b00tanik
Сообщения: 6
ОС: Kubuntu8.10&(K)Xubuntu 8.04

Re: Черный правый монитор Kubuntu 8.10

Сообщение b00tanik »

Перешел обратно на винду. тема не актуальна
Спасибо сказали:
Аватара пользователя
destr
Сообщения: 128
ОС: Debian

Re: Черный правый монитор Kubuntu 8.10

Сообщение destr »

Жаль, что так быстро сдались...
Спасибо сказали:
b00tanik
Сообщения: 6
ОС: Kubuntu8.10&(K)Xubuntu 8.04

Re: Черный правый монитор Kubuntu 8.10

Сообщение b00tanik »

Сдался, но не полностью, у меня еще есть Acer Apire one с K(X)buntu 8.04 а у него свои, характерные замарочки :)
Спасибо сказали: