|
pusty plik xorg.conf
irtomek - 13-08-2009 15:34
Po instalacji okazało się, że mój /etc/X11/xorg.conf jest całkowicie pusty.
Polecenie:
dpkg-reconfigure xserver-xorg
nie pomaga.
michnik - 13-08-2009 15:37
http://debian.linux.pl/viewtopic.php?t=8847
kodzik - 13-08-2009 15:51
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: # 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
:)
irtomek - 13-08-2009 16:46
A co wtedy ze sterownikami do karty grafiki?
Dodam wpis i będzie hulać?
ArnVaker - 13-08-2009 17:22
A co wtedy ze sterownikami do karty grafiki?
Dodam wpis i będzie hulać?
Tak.
dhrpol - 01-09-2009 10:52
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?
ArnVaker - 01-09-2009 11:09
Tak, ja mam tyle dla Nvdii: 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
zanotowane.pldoc.pisz.plpdf.pisz.plminister.pev.pl
|