Bia

Zagadnienia dotyczące menadżerów okien, środowisk graficznych - X, KDE, GNOME, Fluxbox, XFCE., Compiz itp.
Deathman
Beginner
Posty: 298
Rejestracja: 20 kwietnia 2007, 15:04
Lokalizacja: £ód¼

Biały ekran w berylu

Post autor: Deathman »

Zainstalowałem sobie wczoraj Debiana, jestem jak najbardziej zadowolony, ale jest jedno ALE. Zainstalowałem beryla, pięknie działał, dzisiaj musiałem wykonać troche "cieższą" robote na kompie, dlatego wyłączyłem beryla, zrobiłem co trzeba, po czym gdy włączyłem beryla ukazał mi się tylko biały ekren...Tzn kostka jest, ale biała + logo beryla na gorze i dole..a komenda glxinfo wogole nie działa..pokazuje mi w terminalu, ze nie ma czegos takiego..co z tym zrobic?
czaja
Posty: 40
Rejestracja: 25 lutego 2007, 17:41
Lokalizacja: Szczecin

Re: Biały ekran w berylu

Post autor: czaja »

Deathman pisze:a komenda glxinfo wogole nie działa..pokazuje mi w terminalu, ze nie ma czegos takiego..co z tym zrobic?

Kod: Zaznacz cały

aptitude install mesa-utils
Deathman
Beginner
Posty: 298
Rejestracja: 20 kwietnia 2007, 15:04
Lokalizacja: £ód¼

Post autor: Deathman »

No dobrze...wykazało mi, że nie mam akceleracji, dlatego zainstalowałem ponownie sterowniki do mojej karty z instalatora Nvidii..próbuje odpalić X'a i wyskakuje, ze

Kod: Zaznacz cały

No screens found 
Wróciłem do nv w Xorgu, a zresztą oto i sam Xorg.conf

Kod: Zaznacz cały

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Thu Nov  9 17:55:20 PST 2006

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

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

Section "Files"

	# path to defoma fonts
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/usr/X11R6/lib/X11/fonts/misc"
    FontPath        "/usr/share/fonts/X11/cyrillic"
    FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
    FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/Type1"
    FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath        "/usr/share/fonts/X11/100dpi"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
    FontPath        "/usr/share/fonts/X11/75dpi"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
    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           "vbe"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "pl"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ImPS/2"
    Option         "Emulate3Buttons" "true"
EndSection

Section "Monitor"
    Identifier     "S1770NSL"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "nVidia Corporation NV17 [GeForce4 MX 440]"
    Driver         "nv"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "nVidia Corporation NV17 [GeForce4 MX 440]"
    Monitor        "S1770NSL"
    DefaultDepth    24
    Option         "AddARGBGLXVisuals" "true"
    Option         "AllowGLXWithComposite" "true"
    Option         "TripleBuffer" "true"
#Option             "CursosShadow"          "true"
    Option         "UseEdidFreqs" "true"
    Option         "RenderAccel" "true"
    Option         "backingstore" "true"
    SubSection     "Display"
        Depth       1
        Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection

czaja
Posty: 40
Rejestracja: 25 lutego 2007, 17:41
Lokalizacja: Szczecin

Post autor: czaja »

Deathman pisze:No screens (chyba. bo się dokładniej nie przyjrzałem)finds
No to masz źle skonfigurowaną karte graficzną lub monitor.
Poczytaj może o xorg`u klik
Może ponownie skonfiguruj xorg`a.
Deathman
Beginner
Posty: 298
Rejestracja: 20 kwietnia 2007, 15:04
Lokalizacja: £ód¼

Post autor: Deathman »

zrobiłem

Kod: Zaznacz cały

sudo dpkg-reconfigure -phigh xserver-xorg 
i też nic....nie rozumeim dlaczego te sterowniki padły...

EDIT: Zainstalowałem przed chwila sterowniki z repozytorium i też nie działa...

EDIT2: Dobra doinstalowałem pakiet xserver-xorg-dev i działa... 8-)
Kaka'
Senior Member
Posty: 3018
Rejestracja: 30 lipca 2006, 13:17
Lokalizacja: Kartuzy

Post autor: Kaka' »

Mam ten sam problem. Upgrade systemu i już beryl się sypnął. Zainstalowałem paczkę xserver-xorg-dev ale dalej beryl wyjeżdża mi z białym ekranem.

Ma ktoś jakiś pomysł?
ODPOWIEDZ