pusty plik xorg.conf

Zagadnienia dotyczące menadżerów okien, środowisk graficznych - X, KDE, GNOME, Fluxbox, XFCE., Compiz itp.
irtomek
Posty: 89
Rejestracja: 12 lipca 2007, 09:37

pusty plik xorg.conf

Post autor: irtomek »

Po instalacji okazało się, że mój /etc/X11/xorg.conf jest całkowicie pusty.

Polecenie:

Kod: Zaznacz cały

dpkg-reconfigure xserver-xorg 
nie pomaga.
Awatar użytkownika
michnik
Beginner
Posty: 162
Rejestracja: 20 lipca 2009, 12:54
Lokalizacja: Kraków

Post autor: michnik »

Awatar użytkownika
kodzik
Beginner
Posty: 175
Rejestracja: 16 listopada 2007, 16:11
Lokalizacja: Sieradz

Post 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
:)
irtomek
Posty: 89
Rejestracja: 12 lipca 2007, 09:37

Post autor: irtomek »

A co wtedy ze sterownikami do karty grafiki?

Dodam wpis i będzie hulać?
ArnVaker

Post autor: ArnVaker »

irtomek pisze:A co wtedy ze sterownikami do karty grafiki?

Dodam wpis i będzie hulać?
Tak.
dhrpol
Posty: 8
Rejestracja: 30 stycznia 2008, 17:26

Post 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?
ArnVaker

Post 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
ODPOWIEDZ