Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problem z czcionka po wyjsciu z X
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) Instalacja i sprzęt
View previous topic :: View next topic  
Author Message
otw
n00b
n00b


Joined: 15 Sep 2007
Posts: 3

PostPosted: Sat Sep 15, 2007 5:16 pm    Post subject: Problem z czcionka po wyjsciu z X Reply with quote

Witam
Niedawno zainstalowalem sobie Gentoo. Wszystko dziala cacy ladnie pieknie poza jednym: czcionka w konsoli po opuszczeniu xorg (7.2) lub przejsciu do konsoli za pomoca Ctrl+Alt+Fx jest rozwalona (jakies przypadkowe dane sa zamiast konkretnych znakow). Wpisanie setfont przywraca wszystko do normy, ale przejscie do Xow i powrot do konsoli znowu rozwala czcionke.

Logow do Xorga nie podaje bo nie ma tam zadnego errora, wszystko gra.

Mam GeForce 7600 GT na sterowniku NVIDIA-Linux-x86-100.14.11

Kernel 2.6.22-gentoo-r5

dmesg wywala mi czasami cos takiego:
MCE: The hardware reports a non fatal, correctable incident occurred on CPU 0.
Bank 4: a60000010005001b

Ale sadze ze to inny problem i niezwiazany z tym. Poza tym nie ma w dmesg innych bledow

Walcze z tym od kilku dni i juz nie mam pojecia, na necie nic co by mi pomoglo nie znalazlem.
Back to top
View user's profile Send private message
matiit
Guru
Guru


Joined: 05 Aug 2007
Posts: 506

PostPosted: Sat Sep 15, 2007 5:35 pm    Post subject: Reply with quote

a jaką czcionkę masz ustawioną w consolefont?
Back to top
View user's profile Send private message
otw
n00b
n00b


Joined: 15 Sep 2007
Posts: 3

PostPosted: Sat Sep 15, 2007 10:05 pm    Post subject: Reply with quote

W pliku /etc/conf.d/consolefont mam

CONSOLEFONT="default8x16"

probowalem przestawiac np. na iso02.08 i sie rzeczywiscie cos zmienialo ale na jeszcze bardziej kosmiczne znaczki :-/
Back to top
View user's profile Send private message
matiit
Guru
Guru


Joined: 05 Aug 2007
Posts: 506

PostPosted: Sat Sep 15, 2007 10:09 pm    Post subject: Reply with quote

ja mam
Code:

CONSOLEFONT="lat2a-16"
i działa
Back to top
View user's profile Send private message
otw
n00b
n00b


Joined: 15 Sep 2007
Posts: 3

PostPosted: Sun Sep 16, 2007 8:43 am    Post subject: Reply with quote

Sprawdzilem i u mnie nie dziala :( Problem musi tkwic gdzie indziej :-/

Moze dorzuce xorg.conf, moze jakies glupoty tu mam i dlatego :-/

Code:

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    RgbPath         "/usr/share/X11/rgb"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath        "/usr/share/fonts/misc/"
    FontPath        "/usr/share/fonts/Type1/"
    FontPath        "/usr/share/fonts/100dpi/"
    FontPath        "/usr/share/fonts/75dpi/"
    FontPath        "/usr/share/fonts/corefonts/"
    FontPath        "/usr/share/fonts/util/"
    FontPath        "/usr/share/fonts/encodings/"
EndSection

Section "Module"
    Load           "record"
    Load           "extmod"
    Load           "i2c"
    Load           "glx"
    Load           "dbe"
    Load           "type1"
    Load           "freetype"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "IMPS/2"
    Option         "Device" "/dev/misc/psaux"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "SAM"
   # 1024x768, 85.0Hz; hfreq=68.68, vfreq=85.00
   ModeLine "1024x768"      94.50 1024 1072 1168 1376  768  769  772  808 +h
    Option         "dpms"
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "G70 [GeForce 7600 GT]"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "HWCursor" "False"
    Option         "SWCursor" "True"
    SubSection     "Display"
        Depth       24
        Modes      "1024x768"
    EndSubSection
EndSection

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

Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) Instalacja i sprzęt All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum