[+] Debian po instalacji uruchamia si

Pomoc dotycząca instalacji systemu
Awatar użytkownika
DaVidoSS
Junior Member
Posty: 875
Rejestracja: 06 marca 2010, 11:26
Lokalizacja: ~/

Post autor: DaVidoSS »

Ale po co te wszystkie kombinacje?
Usuń "wszystkie" xorg.conf, doinstaluj co trzeba i zrestartuj system.

Kod: Zaznacz cały

sudo rm /etc/X11/xorg.conf*
sudo aptitude -f install
sudo aptitude full-upgrade
sudo reboot
fnmirk
Senior Member
Posty: 8321
Rejestracja: 03 grudnia 2007, 06:37

Post autor: fnmirk »

Kombinacje potrzebne bo to jest jeszcze Lenny i tam większość ustawień najlepiej wymusić w pliku xorg.conf. Za chwilę złożę całą układankę.

Dodane:
Tak wstępnie powinien wyglądać plik /etc/X11/xorg,conf.

Kod: Zaznacz cały

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    RgbPath      "/etc/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/X11/misc"
    FontPath     "/usr/share/fonts/X11/cyrillic"
    FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath     "/usr/share/fonts/X11/Type1"
    FontPath     "/usr/share/fonts/X11/100dpi"
    FontPath     "/usr/share/fonts/X11/75dpi"
    FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load  "dri"
    Load  "dbe"
    Load  "record"
    Load  "extmod"
    Load  "GLcore"
    Load  "xtrap"
    Load  "glx"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option      "XkbRules"      "xorg"
    Option      "XkbModel"      "pc105"
    Option      "XkbLayout"     "pl"
    Option      "XkbOptions"    "lv3ralt_switch"   
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"               # [<bool>]
        #Option     "HWcursor"               # [<bool>]
        #Option     "NoAccel"                # [<bool>]
        #Option     "ShadowFB"               # [<bool>]
        #Option     "UseFBDev"               # [<bool>]
        #Option     "Rotate"                 # [<str>]
        #Option     "VideoKey"               # <i>
        #Option     "FlatPanel"              # [<bool>]
        #Option     "FPDither"               # [<bool>]
        #Option     "CrtcNumber"             # <i>
        #Option     "FPScale"                # [<bool>]
        #Option     "FPTweak"                # <i>
        #Option     "DualHead"               # [<bool>]
    Identifier  "Card0"
#    Driver      "nv"
    Driver      "vesa"
    VendorName  "nVidia Corporation"
    BoardName   "G70 [GeForce 7600 GT]"
#    BusID       "PCI:2:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
                Modes   "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
                Modes   "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
                Modes   "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
                Modes   "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes   "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes   "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection
Dodatkowe pytanie, z jakiego środowiska graficznego zamierzasz korzystać? Jeżeli nie masz nic zainstalowane to musisz jeszcze je doinstalować.
Przedstaw wynik polecenia:

Kod: Zaznacz cały

dpkg -l | grep nazwa
Za ,,nazwa'' wstaw nazwę środowiska graficznego jakiego zamierzasz używać (gnome, kde, lxde itp.).
linure d
Posty: 28
Rejestracja: 14 października 2010, 21:55

Post autor: linure d »

Podczas instalacji zaznaczyłem kde, ale potem gdzieś przeczytałem, że na CD1, nie ma kde tylko gnome, nie wiem, czy to prawda.
Z tego, co widzę, jednak "Modes" w sekcji "Display" jest potrzebny, bo wczoraj miałem taki pomysł, aby go ("Modes"), dopisać do xorg-a.
Zaczynam od:

Kod: Zaznacz cały

dpkg -l | grep nazwa
wynik:

Kod: Zaznacz cały

ii  atlantikdesigner                     4:3.5.9-2                            game board designer for Atlantik
ii  kde                                  5:48                                 the K Desktop Environment official modules
ii  kde-core                             5:48                                 the K Desktop Environment core modules
ii  kde-i18n-pl                          4:3.5.10-2                           Polish (pl) internationalized (i18n) files for KDE
ii  kde-icons-mono                       4:3.5.9-2                            a monochromatic icons theme for KDE
ii  kdeaccessibility                     4:3.5.9-2                            accessibility packages from the official KDE release
ii  kdeaddons                            4:3.5.9-2                            add-on plugins and applets provided with KDE
ii  kdeaddons-kfile-plugins              4:3.5.9-2                            KDE file dialog plugins for text files and folders
ii  kdeadmin                             4:3.5.9-2                            system administration tools from the official KDE release
ii  kdeadmin-kfile-plugins               4:3.5.9-2                            KDE file metainfo plugins for deb and rpm files
ii  kdeartwork                           4:3.5.9-3                            themes, styles and more from the official KDE release
ii  kdeartwork-emoticons                 4:3.5.9-3                            emoticon collections for KDE chat clients
ii  kdeartwork-misc                      4:3.5.9-3                            various multimedia goodies released with KDE
ii  kdeartwork-style                     4:3.5.9-3                            widget styles released with KDE
ii  kdeartwork-theme-icon                4:3.5.9-3                            icon themes released with KDE
ii  kdeartwork-theme-window              4:3.5.9-3                            window decoration themes released with KDE
ii  kdebase                              4:3.5.9.dfsg.1-6+lenny1              base components from the official KDE release
ii  kdebase-bin                          4:3.5.9.dfsg.1-6+lenny1              core binaries for the KDE base module
ii  kdebase-bin-kde3                     4:3.5.9.dfsg.1-6+lenny1              core binaries for the KDE base module
ii  kdebase-data                         4:3.5.9.dfsg.1-6+lenny1              shared data files for the KDE base module
ii  kdebase-kio-plugins                  4:3.5.9.dfsg.1-6+lenny1              core I/O slaves for KDE
ii  kdeedu                               4:3.5.9-2                            educational apps from the official KDE release
ii  kdeedu-data                          4:3.5.9-2                            shared data for KDE educational applications
ii  kdeeject                             4:3.5.9.dfsg.1-6+lenny1              script used by KDE to eject removable media
ii  kdegames                             4:3.5.10-1                           games from the official KDE release
ii  kdegames-card-data                   4:3.5.10-1                           Card decks for KDE games
ii  kdegraphics                          4:3.5.9-3+lenny3                     graphics apps from the official KDE release
ii  kdegraphics-kfile-plugins            4:3.5.9-3+lenny3                     KDE metainfo plugins for graphic files
ii  kdelibs                              4:3.5.10.dfsg.1-0lenny4              core libraries from the official KDE release
ii  kdelibs-data                         4:3.5.10.dfsg.1-0lenny4              core shared data for all KDE applications
ii  kdelibs4c2a                          4:3.5.10.dfsg.1-0lenny4              core libraries and binaries for all KDE applications
ii  kdelirc                              4:3.5.9-2                            infrared control for KDE
ii  kdemultimedia                        4:3.5.9-2                            multimedia apps from the official KDE release
ii  kdemultimedia-kappfinder-data        4:3.5.9-2                            multimedia data for kappfinder
ii  kdemultimedia-kfile-plugins          4:3.5.9-2                            au/avi/m3u/mp3/ogg/wav plugins for kfile
ii  kdemultimedia-kio-plugins            4:3.5.9-2                            enables the browsing of audio CDs under Konqueror
ii  kdenetwork                           4:3.5.10-2                           network-related apps from the official KDE release
ii  kdenetwork-filesharing               4:3.5.10-2                           network filesharing configuration module for KDE
ii  kdenetwork-kfile-plugins             4:3.5.10-2                           torrent metainfo plugin for KDE
ii  kdepasswd                            4:3.5.9.dfsg.1-6+lenny1              password changer for KDE
ii  kdepim                               4:3.5.9-5                            Personal Information Management apps from the official KDE rel
ii  kdepim-kfile-plugins                 4:3.5.9-5                            KDE File dialog plugins for palm and vcf files
ii  kdepim-kio-plugins                   4:3.5.9-5                            KDE pim I/O Slaves
ii  kdepim-kresources                    4:3.5.9-5                            KDE pim resource plugins
ii  kdepim-wizards                       4:3.5.9-5                            KDE server configuration wizards
ii  kdeprint                             4:3.5.9.dfsg.1-6+lenny1              print system for KDE
ii  kdesktop                             4:3.5.9.dfsg.1-6+lenny1              miscellaneous binaries and files for the KDE desktop
ii  kdessh                               4:3.5.9-2                            ssh frontend for KDE
ii  kdetoys                              4:3.5.9-2                            toys from the official KDE release
ii  kdeutils                             4:3.5.9-2                            general purpose utilities from the official KDE release
ii  kdewallpapers                        4:3.5.9-3                            wallpapers released with KDE
ii  kdewebdev                            4:3.5.9-3                            web development apps from the official KDE release
ii  libkdeedu3                           4:3.5.9-2                            library for use with KDE educational apps
ii  libkdegames1                         4:3.5.10-1                           KDE games library and common files
ii  libkdepim1a                          4:3.5.9-5                            KDE PIM library
ii  liblockdev1                          1.0.3-1.2+b1                         Run-time shared library for locking devices
fnmirk
Senior Member
Posty: 8321
Rejestracja: 03 grudnia 2007, 06:37

Post autor: fnmirk »

linure d, przeczytaj uważnie jeszcze raz ten temat i zacznij odpowiadać konkretnie na pytania. Ciągniesz tą opowieść w nieskończoność. A efektów nie widać. Z prostych rzeczy robisz problemy.
linure d
Posty: 28
Rejestracja: 14 października 2010, 21:55

Post autor: linure d »

Kod: Zaznacz cały

dpkg -l|grep kde
wynik:

Kod: Zaznacz cały

ii  atlantikdesigner                     4:3.5.9-2                            game board designer for Atlantik
ii  kde                                  5:48                                 the K Desktop Environment official modules
ii  kde-core                             5:48                                 the K Desktop Environment core modules
ii  kde-i18n-pl                          4:3.5.10-2                           Polish (pl) internationalized (i18n) files for KDE
ii  kde-icons-mono                       4:3.5.9-2                            a monochromatic icons theme for KDE
ii  kdeaccessibility                     4:3.5.9-2                            accessibility packages from the official KDE release
ii  kdeaddons                            4:3.5.9-2                            add-on plugins and applets provided with KDE
ii  kdeaddons-kfile-plugins              4:3.5.9-2                            KDE file dialog plugins for text files and folders
ii  kdeadmin                             4:3.5.9-2                            system administration tools from the official KDE release
ii  kdeadmin-kfile-plugins               4:3.5.9-2                            KDE file metainfo plugins for deb and rpm files
ii  kdeartwork                           4:3.5.9-3                            themes, styles and more from the official KDE release
ii  kdeartwork-emoticons                 4:3.5.9-3                            emoticon collections for KDE chat clients
ii  kdeartwork-misc                      4:3.5.9-3                            various multimedia goodies released with KDE
ii  kdeartwork-style                     4:3.5.9-3                            widget styles released with KDE
ii  kdeartwork-theme-icon                4:3.5.9-3                            icon themes released with KDE
ii  kdeartwork-theme-window              4:3.5.9-3                            window decoration themes released with KDE
ii  kdebase                              4:3.5.9.dfsg.1-6+lenny1              base components from the official KDE release
ii  kdebase-bin                          4:3.5.9.dfsg.1-6+lenny1              core binaries for the KDE base module
ii  kdebase-bin-kde3                     4:3.5.9.dfsg.1-6+lenny1              core binaries for the KDE base module
ii  kdebase-data                         4:3.5.9.dfsg.1-6+lenny1              shared data files for the KDE base module
ii  kdebase-kio-plugins                  4:3.5.9.dfsg.1-6+lenny1              core I/O slaves for KDE
ii  kdeedu                               4:3.5.9-2                            educational apps from the official KDE release
ii  kdeedu-data                          4:3.5.9-2                            shared data for KDE educational applications
ii  kdeeject                             4:3.5.9.dfsg.1-6+lenny1              script used by KDE to eject removable media
ii  kdegames                             4:3.5.10-1                           games from the official KDE release
ii  kdegames-card-data                   4:3.5.10-1                           Card decks for KDE games
ii  kdegraphics                          4:3.5.9-3+lenny3                     graphics apps from the official KDE release
ii  kdegraphics-kfile-plugins            4:3.5.9-3+lenny3                     KDE metainfo plugins for graphic files
ii  kdelibs                              4:3.5.10.dfsg.1-0lenny4              core libraries from the official KDE release
ii  kdelibs-data                         4:3.5.10.dfsg.1-0lenny4              core shared data for all KDE applications
ii  kdelibs4c2a                          4:3.5.10.dfsg.1-0lenny4              core libraries and binaries for all KDE applications
ii  kdelirc                              4:3.5.9-2                            infrared control for KDE
ii  kdemultimedia                        4:3.5.9-2                            multimedia apps from the official KDE release
ii  kdemultimedia-kappfinder-data        4:3.5.9-2                            multimedia data for kappfinder
ii  kdemultimedia-kfile-plugins          4:3.5.9-2                            au/avi/m3u/mp3/ogg/wav plugins for kfile
ii  kdemultimedia-kio-plugins            4:3.5.9-2                            enables the browsing of audio CDs under Konqueror
ii  kdenetwork                           4:3.5.10-2                           network-related apps from the official KDE release
ii  kdenetwork-filesharing               4:3.5.10-2                           network filesharing configuration module for KDE
ii  kdenetwork-kfile-plugins             4:3.5.10-2                           torrent metainfo plugin for KDE
ii  kdepasswd                            4:3.5.9.dfsg.1-6+lenny1              password changer for KDE
ii  kdepim                               4:3.5.9-5                            Personal Information Management apps from the official KDE rel
ii  kdepim-kfile-plugins                 4:3.5.9-5                            KDE File dialog plugins for palm and vcf files
ii  kdepim-kio-plugins                   4:3.5.9-5                            KDE pim I/O Slaves
ii  kdepim-kresources                    4:3.5.9-5                            KDE pim resource plugins
ii  kdepim-wizards                       4:3.5.9-5                            KDE server configuration wizards
ii  kdeprint                             4:3.5.9.dfsg.1-6+lenny1              print system for KDE
ii  kdesktop                             4:3.5.9.dfsg.1-6+lenny1              miscellaneous binaries and files for the KDE desktop
ii  kdessh                               4:3.5.9-2                            ssh frontend for KDE
ii  kdetoys                              4:3.5.9-2                            toys from the official KDE release
ii  kdeutils                             4:3.5.9-2                            general purpose utilities from the official KDE release
ii  kdewallpapers                        4:3.5.9-3                            wallpapers released with KDE
ii  kdewebdev                            4:3.5.9-3                            web development apps from the official KDE release
ii  libkdeedu3                           4:3.5.9-2                            library for use with KDE educational apps
ii  libkdegames1                         4:3.5.10-1                           KDE games library and common files
ii  libkdepim1a                          4:3.5.9-5                            KDE PIM library
ii  liblockdev1                          1.0.3-1.2+b1                         Run-time shared library for locking devices
linure d
Posty: 28
Rejestracja: 14 października 2010, 21:55

Post autor: linure d »

fnmirk rozwiązał problem, za co jestem bardzo wdzięczny, dziękuję również wszystkim uczestnikom tego wątku

Kod: Zaznacz cały

Tak wstępnie powinien wyglądać plik /etc/X11/xorg,conf. odp.#42
Dopisuję linię:

Kod: Zaznacz cały

Modes   "1280x1024" "1024x768" "800x600" "640x480"
Do:

Kod: Zaznacz cały

 SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes   "1280x1024" "1024x768" "800x600" "640x480
w moim xorg.conf
Po restarcie komputera kde 3.5.10, uruchamia się bez problemów, trochę żałuję, że nie wybrałem lxde.
Dziękuję bardzo.
Pozdrawiam.
ODPOWIEDZ