Ahoj, mohl by mi prosím někdo říct, jestli mám správně udělaný xorg.conf? Mám ATI HD3650 a monitor HP LP2465 s nativním rozliěením 1920x1200. K tomuto rozlišení jsem monitor donutil pouze pokud mám přidaný parametr Virtual 1920x1200, jinak se mi automaticky stále nahazuje v 1600x1200. Myslím, že nastavení s "virtual" není úplně tak jak by mělo být. Drivery pro grafiku mám 8.6 z EnvyNG.
Jo ještě mi občas při přepínámí mezi compitzem a třeba metacity (kvůli videu) spadne FF, neví někdo proč?
Díky za rady Petr
Tady je můj xorg.conf
# 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 "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
SubSection "Display"
Virtual 1920 1200
Depth 24
Modes "1920x1440@60" "1920x1200@60" "1856x1392@60" "1792x1344@60" "1600x1200@70" "1600x1200@60" "1600x1200@65" "1400x1050@75" "1400x1050@60" "1280x960@75" "1280x1024@60" "1280x1024@85" "1280x960@85" "1280x960@60" "1280x1024@75" "1152x864@75" "1024x768@60" "1024x768@70" "1024x768@75" "1024x768@85" "832x624@75" "800x600@60" "800x600@85" "800x600@75" "800x600@72" "800x600@56" "640x480@85" "640x480@75" "640x480@72" "640x480@60"
EndSubSection
Defaultdepth 24
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "fglrx"
Boardname "vesa"
Busid "PCI:1:0:0"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "cz"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
EndSection
Section "Module"
Load "glx"
Load "GLcore"
Load "v4l"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection