Strona 1 z 1

: 14 kwietnia 2010, 18:03
autor: Sz4k4l
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?

: 14 kwietnia 2010, 19:35
autor: fnmirk
Sz4k4l, zajrzyj do jakiejś literatury dostępnej na forum. Najlepiej do ,,Debian Reference''.

: 16 kwietnia 2010, 08:56
autor: Sz4k4l
Nie ma nic ciekawego tam. Na moje oko może to być wina X'ów lub GRUBA ?

: 16 kwietnia 2010, 09:07
autor: shagrin
To może pokaż /etc/X11/xorg.conf i /etc/default/grub

Poza tym próbowałeś zmienić sterownik w xorg.conf?

: 16 kwietnia 2010, 09:12
autor: Sz4k4l
/etc/X11/xorg.conf

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
/etc/default/grub

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"

: 16 kwietnia 2010, 09:15
autor: shagrin
Zmień sterownik na "nv" w tym miejscu:
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
i daj znać, czy coś się zmieniło.
Poza tym linijki Ci się powtarzają:

Kod: Zaznacz cały

GRUB_CMDLINE_LINUX_DEFAULT=""
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
Skasuj tą jedną pustą.
I pokaż jeszcze /var/log/Xorg.0.log

: 16 kwietnia 2010, 09:18
autor: Sz4k4l
Zminiłem

Kod: Zaznacz cały

Section "Device"
    Identifier     "Device0"
    Driver         "nv"
    VendorName     "NVIDIA Corporation"
EndSection
Usunąłem tą linijkę. I dalej to samo.

: 16 kwietnia 2010, 10:26
autor: fnmirk
Nic Ci te zmiany nie pomogą, dopóki nie przeczytasz do czego system wykorzystuje poszczególne konsole.
Literatura: ,,Debian Reference''.