Strona 1 z 1
pusty plik xorg.conf
: 13 sierpnia 2009, 15:34
autor: irtomek
Po instalacji okazało się, że mój /etc/X11/xorg.conf jest całkowicie pusty.
Polecenie:
nie pomaga.
: 13 sierpnia 2009, 15:37
autor: michnik
: 13 sierpnia 2009, 15:51
autor: kodzik
Bardzo dobrze, że pusty
Developerzy xorga dążą do całkowitego zaniku xorg.conf na rzecz automatyczności. Evdev i hal mają załatwić sprawę (automatycznie wykrywać sprzęt). Jeśli wszystko Ci działa, to nie przejmuj się.
Dla porównania, mój xorg.conf wygląda tak:
Kod: Zaznacz cały
# 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.
#
# 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

: 13 sierpnia 2009, 16:46
autor: irtomek
A co wtedy ze sterownikami do karty grafiki?
Dodam wpis i będzie hulać?
: 13 sierpnia 2009, 17:22
autor: ArnVaker
irtomek pisze:A co wtedy ze sterownikami do karty grafiki?
Dodam wpis i będzie hulać?
Tak.
: 01 września 2009, 10:52
autor: dhrpol
ArnVaker pisze:irtomek pisze:A co wtedy ze sterownikami do karty grafiki?
Dodam wpis i będzie hulać?
Tak.
Czyli instalujemy sterowniki starym sprawdzonym sposobem i dodajemy wpis do xorg.conf odnośnie karty grafiki i sterowników?
: 01 września 2009, 11:09
autor: ArnVaker
Tak, ja mam tyle dla Nvdii:
Kod: Zaznacz cały
Section "Module"
Load "dbe"
Load "extmod"
Load "glx"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
Option "metamodes" "1280x1024_75"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "NoLogo" "true"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection