Hlavná stránka Späť do sekcie FAQ

Ako vypnúť nvidia splash screen pri štarte grafického rozhrania

  1. Z terminálu editujte súdor xorg.conf
    sudo kate /etc/X11/xorg.conf
  2. Do sekcie Devices pridajte nasledujúci riadok:
    Section "Device"
    
    	Identifier	"NVIDIA Corporation NV34 [GeForce FX 5500]"
    
    	Driver		"nvidia"
    
    	BusID		"PCI:1:0:0"
    
    	Option "NoLogo" "1"
    
    EndSection
  3. Buduci štart grafického rozhrania už bude bez splash screen

Po nainštalovaní Kubuntu-Edgy mi hapruje grafika. Vždy po štarte systému sa javí ako keby šiel len na 256 farieb

  1. Upravte si apt repozitáre, v konzole:
    sudo kate /etc/apt/sources.list
  2. Pridajte tam url na Feisty:
    deb http://archive.ubuntu.com/ubuntu/ feisty main restricted
  3. Uložte: CTRL + S
  4. V konzole:
    sudo apt-get update
  5. Spustite Adept Manager ( K-menu → System → Adept Manager )
  6. Nainštalujte novšie jadro 2.6.20-9 ( spolu s linux-restricted-modules-2.6.20-9, glx-nvidia, alsa-base a dependence )
  7. Vymažte pridané url v repozitároch, aby sa nesťahovali aktualicácie z Feisty
    sudo kate /etc/apt/sources.list
  8. Editujte svoj Xorg.conf:
    sudo kate /etc/X11/xorg.conf
  9. Vložte tam toto (podľa potreby upravte):
    sudo kate /etc/X11/xorg.conf
Section "Files"
        FontPath        "/usr/share/X11/fonts/misc"
        FontPath        "/usr/share/X11/fonts/cyrillic"
        FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/X11/fonts/Type1"
        FontPath        "/usr/share/X11/fonts/100dpi"
        FontPath        "/usr/share/X11/fonts/75dpi"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "type1"
        Load    "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "cz"
        Option          "XkbOptions"    "lv3:ralt_switch"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ExplorerPS/2"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ExplorerPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option          "Emulate3Buttons"       "false"
EndSection

Section "Device"
        Identifier      "NVIDIA GeForce 7600 Go TurboCache"
        Driver          "nvidia"
        BusID           "PCI:4:0:0"
        VideoRam        262144
        Option          "NvAGP"                 "1"
        Option          "RenderAccel"           "true"
        Option          "TripleBuffer"          "true"
        Option          "NoRenderExtension"     "Off"
        Option          "AllowGLXWithComposite" "On"
        Option          "VBERestore"            "true"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        modelname       "Flat Panel 1280x800"
        HorizSync       31.5-90
        VertRefresh     60
        modeline        "1280x800@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
        gamma 1.0
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "NVIDIA GeForce 7600 Go TurboCache"
        Monitor         "Generic Monitor"
        DefaultDepth    24
                SubSection      "Display"
                depth           24
                virtual         1920 1440
                modes           "1280x800@60"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

Poznámka: tento výpis Xorg.conf je od Virnika - autora návodu na fóre

Kde môžem nastaviť programy, ktoré sa majú spustiť po prihlásení?

KDE

Implicitne sa ukladá session, programy bežiace pri odhlásení automaticky štartujú pri prihlásení. Alternatívne sa dá uložiť spúštiaci skript do adresára ~/.kde/Autostart
Viac informácií nájdete na tejto stránke.

Gnome

Systém → Voľby → Session → Programy pri prihlásení → Pridať

XFCE

Aplikácie → Nastavenie → Automaticky spustené aplikácie → Pridať

 
kubuntu/navody/zaciname_s_kubuntu/problemy_graficke_prostredie_kubuntu/navody/zaciname_s_kubuntu/problemy_graficke_prostredie.txt · Posledná úprava: 2007/03/24 16:47 od wewek
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki