Prosíme přihlašte se nebo zaregistrujte.

Přihlašte se svým uživatelským jménem a heslem.
Vaše pomoc je stále potřeba!

Autor Téma: Gutsy Gibbon - dvě obrazovky  (Přečteno 2645 krát)

Komp

  • Návštěvník
  • Příspěvků: 5
Gutsy Gibbon - dvě obrazovky
« kdy: 21 Října 2007, 19:38:01 »
Zdravím,
upgradoval jsem si ubuntu na 7.10 a zjistil jsem že přibylo jakési nastavení dvou obrazovek, nazvané 'Obrazovky a grafické karty'.. Vlastním EIZO FlexScan L557 (1280x1024) a NEC MultiSync 20WGX pro (1650x1050), na předchozí verzi ubuntu jsem se nepokoušel editovat soubor xorg.conf, takže jsem neměl plochu rozprostřenou na dvě obrazovky, teď bych však chtěl když vidím že by to mělo jednoduše jít. :]
Bohužel se mi to pořád nedaří nastavit.. EIZO by nastavit šel, ale NEC (který chci používat jako hlavní monitor) nejde.

Prosím o pomoc,
má graf. karta je ATI Radeon X850.

PS. linux mám nainstalován asi dva dny :]

kotz

  • Návštěvník
  • Příspěvků: 68
Re: Gutsy Gibbon - dvě obrazovky
« Odpověď #1 kdy: 22 Října 2007, 00:09:24 »
Zkus tohle:
http://wiki.ubuntu.cz/Výstup_na_dva_monitory
ale napred si urcite zalohuj xorg.conf .
Kód: [Vybrat]
cat /etc/X11/xorg.conf > /etc/X11/xorg2.conf && chmod a=r /etc/X11/xorg2.confuprav si rozliseni v novem xorg.conf a restartuj.

Na FF jsem s tim mel trochu problem s intel kartou, ale na ATI to snad bude fungovat, pokud ne tak nabootuj do safe-mode a napis
Kód: [Vybrat]
cat etc/X11/xorg2.conf > /etc/X11/xorg.confa melo by se obnovit puvodni nastaveni.
« Poslední změna: 22 Října 2007, 00:34:44 od kotz »

Komp

  • Návštěvník
  • Příspěvků: 5
Re: Gutsy Gibbon - dvě obrazovky
« Odpověď #2 kdy: 15 Listopadu 2007, 14:54:53 »
tak jsem se zase pohl o kus dal.
obrazovky jedou, mohu mezi nimi dokonce prejizdet mysi. muj Xorg.cong vypada takto:
Kód: [Vybrat]
# /etc/X11/xorg.conf (xorg 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(5) 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.
#
# 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 "Default Layout"
  screen 0 "aticonfig-Screen[0]" 0 0
  screen "aticonfig-Screen[1]" leftof "aticonfig-Screen[0]"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
Inputdevice "stylus" "SendCoreEvents"
Inputdevice "cursor" "SendCoreEvents"
Inputdevice "eraser" "SendCoreEvents"
EndSection

Section "ServerFlags"
Option "AIGLX" "off"
EndSection

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 "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
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 "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

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

Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Busid "PCI:1:0:0"
Option "TexturedVideo" "on"
Option "DynamicClocks" "on"
EndSection

Section "Device"
Identifier "aticonfig-Device[1]"
Driver "fglrx"
Busid "PCI:1:0:0"
Screen 1
Option "TexturedVideo" "on"
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 "Screen"
Identifier "aticonfig-Screen[1]"
Device "aticonfig-Device[1]"
Monitor "aticonfig-Monitor[1]"
Defaultdepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "Extensions"
Option "Composite" "Disable"
Option "Composite" "0"
EndSection

Section "Extensions"
Option "VideoOverlay" "on"
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection
(postupoval jsem podle navodu zde http://forum.ubuntu.cz/index.php?topic=12954.0 )

nefunguje mi ale pretahovani oken mezi obrazovkami.. kdyz pripisu tohle
Kód: [Vybrat]
Section "ServerLayout"
...
  Option "Xinerama" "true"
...
jak radil DuckD, spusti se linux v "zachranem rezimu", nebo jak se to presne jmenuje...

navic z navodu plyne ze se nema pouzivat jiny ovladac nez stahnuty z ATI stranky. kdyz vsak vypnu "nesvobodny" ovladac, spusti se linux opet v "zachranem rezimu", coz mi pripada taky divne.
taky me docela stve, ze graficka karta vydava priserny rachot a to v cca 30s vlnach. predtim nedelalo.

glxinfo | grep direct hlasi toto:
Kód: [Vybrat]
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
OpenGL renderer string: Mesa GLX Indirect
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
OpenGL renderer string: Mesa GLX Indirect

kdo pomuze je boss

Komp

  • Návštěvník
  • Příspěvků: 5
Re: Gutsy Gibbon - dvě obrazovky
« Odpověď #3 kdy: 15 Listopadu 2007, 15:45:05 »
supr, jede to, akorat ten druhy monitor (vlevo) ma nastavene sirokouhle rozliseni (jako hlavni obrazovka), takze kdyz jedu mysi na jeho levou stranu tak se obraz pohne...
snad vis co myslim.
zatim diky mockrat.

glxinfo | grep direct (myslim si ze je to tim ze pouzivam nesvobodne ovladace, bez nich to ale nejde)
Kód: [Vybrat]
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
OpenGL renderer string: Mesa GLX Indirect
« Poslední změna: 15 Listopadu 2007, 15:51:35 od Komp »

DyL

  • Návštěvník
  • Příspěvků: 29
Re: Gutsy Gibbon - dvě obrazovky
« Odpověď #4 kdy: 15 Listopadu 2007, 16:20:28 »
Ja sice mam Nvidiu ale, ked zapnem funkciu xinerama tak direct reendering sa automaticky vypne.
A nefunguje mi potom compiz. S tym sa ale neda asi nic robit.

Komp

  • Návštěvník
  • Příspěvků: 5
Re: Gutsy Gibbon - dvě obrazovky
« Odpověď #5 kdy: 15 Listopadu 2007, 16:37:37 »
kdyz vypnu xinerama tak to pise tohle
Kód: [Vybrat]
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
OpenGL renderer string: Mesa GLX Indirect
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
OpenGL renderer string: Mesa GLX Indirect

nastaveni rozliseni na tvrdo nepomohlo. porad se to tvari jako sirokouhla obrazovka. navic grafika porad zbesile huci. :/

Komp

  • Návštěvník
  • Příspěvků: 5
Re: Gutsy Gibbon - dvě obrazovky
« Odpověď #6 kdy: 16 Listopadu 2007, 10:39:44 »
reinstaloval jsem ubuntu, protoze jsem si to dodrbal tak moc ze to ani nechtelo najet.
zkousel jsem strasne moc nastaveni pro dva monitory co jsou na internetu. ani jeden mi vsak nesel spravne.. bud sly dva monitory spravne, ale nesly efekty, nebo naopak.
momentalne muj xorg vypada nasledovne
Kód: [Vybrat]
# xorg.conf (xorg 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.
#
# 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 "Files"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "cz"
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"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

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

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

Section "Device"
Identifier "ATI Technologies Inc R480 [Radeon X850XT]"
Driver "fglrx"
Busid "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "20WGX2"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc R480 [Radeon X850XT]"
Monitor "20WGX2"
Defaultdepth 24
SubSection "Display"
Modes "1680x1680" "1680x1050" "1440x1440" "1400x1050" "1280x1024" "1280x960" "1280x800" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
  screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"

# Uncomment if you have a wacom tablet
# InputDevice     "stylus" "SendCoreEvents"
# InputDevice     "cursor" "SendCoreEvents"
# InputDevice     "eraser" "SendCoreEvents"
EndSection
Section "Module"
Load "glx"
EndSection
Section "Extensions"
Option "Composite" "0"
EndSection

grep direct hlasi toto
Kód: [Vybrat]
Xlib:  extension "XFree86-DRI" missing on display ":1.0".
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)

ALE EFEKTY BEZI

uz si opravdu nevim rady a nemam odvahu do toho zasahovat



 

Provoz zaštiťuje spolek OpenAlt.