Linux за българи: Форуми

Linux секция за начинаещи => Настройка на програми => Темата е започната от: ilian_BIOS в Apr 09, 2009, 22:28



Титла: xorg.conf в ubuntu
Публикувано от: ilian_BIOS в Apr 09, 2009, 22:28
Обърнах внимание на новия 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 "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection

интересно както са го направили, ама оня ден при ръчен ъпдейт на драйвъра от 177>180 и са скапа при което не можах както си знам да заменя "nvidia" със "nv", та няма ли някакъв начин да го направя да ползва стария xorg.conf който си го знам докато. Колкото повече го опростяват тоя линукс толкова по тъп става..


Титла: Re: xorg.conf в ubuntu
Публикувано от: arda_kj в Apr 10, 2009, 00:39
Ами редактирай си въпросния файл и си добави нужния ред за драйвера, който да се зарежда. Ей ти един примерен файл от мойто Убунту:

Цитат
Section "Monitor"
   Identifier   "Configured Monitor"
EndSection

Section "Monitor"
   Identifier   "aticonfig-Monitor[0]"
   Option       "VendorName" "ATI Proprietary Driver"
   Option       "ModelName" "Generic Autodetecting Monitor"
   Option       "DPMS" "true"
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 "Device"
   Identifier  "Configured Video Device"
EndSection

Section "Device"
   Identifier  "aticonfig-Device[0]"
   Driver      "fglrx"
   BusID       "PCI:1:0:0"
EndSection


Съответно вместо fglrx слагаш nvidia/nv. BusID проверяваш с lspci какво ти е и слагаш него или го триеш и оставяш Xorg да се оправя.

Междудругото nvidia нямат ли някакъв tool за конфигуриране да си конфигурираш Xorg-a/xorg.conf директно с него.


Титла: Re: xorg.conf в ubuntu
Публикувано от: Goust в Apr 12, 2009, 17:06
Цитат
оня ден при ръчен ъпдейт на драйвъра от 177>180 и са скапа
Защо не ползваш System-->Administration-->Hardware Drivers при него неправи проблеми .
Ако не за настройки на xorg.conf:
sudo dpkg-reconfigure xserver-xorg