Fórum Ubuntu CZ/SK

Ubuntu pro osobní počítače => Pracovní prostředí => Téma založeno: bryan.cod 04 Května 2008, 14:54:06

Název: Po instalaci 3D akcelerace nefunguje tvout
Přispěvatel: bryan.cod 04 Května 2008, 14:54:06
Po zprovozneni tv vystupu sem nainstaloval uzavrené ovladace pres Systém->Ovladace hardwaru. Po instalaci se mi prepsal muj xorg.conf.
A s fglrx driverem se mi nedari rozchodit TVvystup.
Nejspis to bude spatne napsanym configem.
Mam ubuntu 8.04. Grafika ati x1950 pro.
Myslite ,ze je to tim configem?

               Díky

Muj xorg.conf
Citace
# 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  "aticonfig-Screen[0]" 0 0
   Screen 0        "Screen0"
        Screen 1        "Screen1" rightof "Screen0"

EndSection

Section "Files"
EndSection

Section "Module"
   Load  "glx"
   Load  "GLcore"
   Load  "v4l"
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 "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 "ConnectedMonitor" "LCD"

EndSection
Section "Device"
   Identifier  "aticonfig-Device[1]"
   Driver      "fglrx"
   Option "ConnectedMonitor" "TV"

EndSection


Section "Screen"
   Identifier "aticonfig-Screen[0]"
   Device     "aticonfig-Device[0]"
   Monitor    "aticonfig-Monitor[0]"
   DefaultDepth     24

    Option "ConnectedMonitor" "LCD"
    Option "MetaModes" "1280x1024; 1024x768; 800x600; 640x480"
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes      "1280x1024" "1024x768" "800x600" "720x450" "640x480"
   EndSubSection
EndSection

Section "Screen"
        Identifier      "aticonfig-Screen[1]"
        Device          "aticonfig-Device[1]"
        Monitor         "aticonfig-Monitor[1]"
        DefaultDepth    24
        Option  "TVOutFormat" "SVIDEO"
        Option  "TVStandard" "PAL-G"
        Option  "ConnectedMonitor" "TV"
        SubSection "Display"
                Depth 24
                Modes "800x600"
        EndSubSection
EndSection