Fórum Ubuntu CZ/SK
Ostatní => Archiv => Téma založeno: Pudas 24 Listopadu 2007, 16:50:48
-
Zdravím všechny, mám notebook DELL inspiron 6400 a v něm grafiku ATI X1300, potřebuji si k němu připojit 2. monitor, nastavit ho jako samostatnou plochu + vlastní nastavení rozlišení pro tuto plochu. Kdysi se mi to podařilo nastavit ručně v xorg.conf ale když jsem to teď zkoušel tak mi po zásahu vůbec nenastartuje grafické rozhraní (svůj upravený xorg.conf jsem si tenkrát zálohoval takže žádná chyba při přepisu to asi nebude). Mám nainstalované nové ATI 8.42.3 , zkoušel jsem to s nimi i se samotnými fglrx ale nic nepomáhá. V aplikaci ATI CCC se sice dá nastavit spojení monitorů v 1 plochu ale nedá se tam nic nastavit, takže to hodí automaticky rozlišení 2400*800 (což se mi zdá nešťastné, nastavení jako v jaké poloze se 2. monitor nachází vůči 1. se vůbec neřeší) spojí to obě obrazovky v 1 a nic nejde nastavit ale že jedna obrazovka má ůplně jiný rozlišení to nezajímá :-(
přikládám svůj xorg.conf
# /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 "Files"
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"
# path to defoma fonts
Fontpath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
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" "cz"
Option "XkbOptions" "lv3:ralt_switch"
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 "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
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 "Obecná grafická karta"
Driver "fglrx"
Busid "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Obecný monitor"
Option "DPMS"
Horizsync 28-60
Vertrefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Obecná grafická karta"
Monitor "Obecný monitor"
Defaultdepth 24
SubSection "Display"
Depth 1
Modes "1200x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1200x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1200x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1200x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1200x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1200x800"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
Inputdevice "stylus" "SendCoreEvents"
Inputdevice "cursor" "SendCoreEvents"
Inputdevice "eraser" "SendCoreEvents"
Inputdevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "0"
EndSection
-
Cez system-sprava-screen and graphics to nejde?
-
Tak jsem to teď zkusil, pokrok je že jsem nastavil správné rozlišení na oba displeje, ale ten druhý má tozlišení menší (1024x768) než displej 1. na notesu (1280x800) a tím pádem zobrazovaná plocha na obrazovce s menším rozlišením má velikost hlavní obrazovky (tj. 1.), nevím jestli jsem to dobře popsal ale proste okraje na obrazoku nesedí a když dojedu na okraj tak se celá plocha posouvá.
-
To sa vytvorila virtualna plocha. Osobne s tymto nemam skusenosti vobec(mam len jeden monitor), ale namas nahodou oznacene mirror default screen?
-
ja tyhle vypisy mam rad:
cat /etc/X11/xorg.conf | grep -Ev '^#|^$' // vyhodi z vypisu vsechny komentare a prazdne radky
cat /etc/X11/xorg.conf | sed -n '/Section\ \"DRI\"/,/EndSection/p' // vypise sekci "DRI"
-
Nemam zaply zrcadleni, zobrazuje se to jako dalsi cast plochy.
Momentalne nemam po ruce dalsi monitor tak predpokladam ze tento vypis neni uzitecny.
svatopluk@puda-laptop:~$ cat /etc/X11/xorg.conf | grep -Ev '^#|^$'
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
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 "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "int10"
Load "vbe"
Load "glx"
Load "dbe"
Load "v4l"
EndSection
Section "ServerFlags"
Option "Xinerama" "true"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "cz"
Option "XkbOptions" "lv3:ralt_switch"
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 "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
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 "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
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" "1"
EndSection
svatopluk@puda-laptop:~$ cat /etc/X11/xorg.conf | sed -n '/Section\ \"DRI\"/,/EndSection/p'
Section "DRI"
Mode 0666
EndSection
-
Zkus si zkontrolovat ci mas spravne nastavenu hor. a vert. frekvenciu pre kazdy monitor.
Inak mne toto robilo ak som vytvoril druheho uzivatela a pritom to bolo na jednom monitore. Ten druhy uzivatel mal vzdy plochu vacsiu a musel som znovu nastavovat rozlisenie.