przy wy
Witam.
Całkiem niedawno zmieniałem tapetę w GRUB2 i myślę, że to może być przyczyną tych problemów.
Jak chcę wyłączyć komputer to uruchamia się ekran, a na nim tapeta z GRUBA i cała w paskach I tak stoi.
Ten sam problem jest jak chcę się dostać do konsoli poprzez CTRL + ALT + F1.
Wie może ktoś co z tym zrobić?
Czy to wina X-ów?
Całkiem niedawno zmieniałem tapetę w GRUB2 i myślę, że to może być przyczyną tych problemów.
Jak chcę wyłączyć komputer to uruchamia się ekran, a na nim tapeta z GRUBA i cała w paskach I tak stoi.
Ten sam problem jest jak chcę się dostać do konsoli poprzez CTRL + ALT + F1.
Wie może ktoś co z tym zrobić?
Czy to wina X-ów?
/etc/X11/xorg.conf
/etc/default/grub
Kod: Zaznacz cały
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder58) Thu Feb 25 05:30:38 PST 2010
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Kod: Zaznacz cały
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT=""
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX=""
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
GRUB_GFXMODE=1280x1024
GRUB_GFXPAYLOAD=1280x1024
GRUB_GFXPAYLOAD=keep
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_LINUX_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
Zmień sterownik na "nv" w tym miejscu:
Poza tym linijki Ci się powtarzają:
Skasuj tą jedną pustą.
I pokaż jeszcze /var/log/Xorg.0.log
i daj znać, czy coś się zmieniło.Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Poza tym linijki Ci się powtarzają:
Kod: Zaznacz cały
GRUB_CMDLINE_LINUX_DEFAULT=""
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
I pokaż jeszcze /var/log/Xorg.0.log
Zminiłem
Usunąłem tą linijkę. I dalej to samo.
Kod: Zaznacz cały
Section "Device"
Identifier "Device0"
Driver "nv"
VendorName "NVIDIA Corporation"
EndSection