| Hlavná stránka | | Späť do sekcie FAQ |
|---|
xorg.conf sudo kate /etc/X11/xorg.conf
Section "Device" Identifier "NVIDIA Corporation NV34 [GeForce FX 5500]" Driver "nvidia" BusID "PCI:1:0:0" Option "NoLogo" "1" EndSection
sudo kate /etc/apt/sources.list
deb http://archive.ubuntu.com/ubuntu/ feisty main restricted
sudo apt-get update
sudo kate /etc/apt/sources.list
sudo kate /etc/X11/xorg.conf
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
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.
Systém → Voľby → Session → Programy pri prihlásení → Pridať
Aplikácie → Nastavenie → Automaticky spustené aplikácie → Pridať