Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
X-y czego mogą chciec?
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
pwsk
n00b
n00b


Joined: 03 Jul 2006
Posts: 17

PostPosted: Mon Jul 03, 2006 7:39 pm    Post subject: X-y czego mogą chciec? Reply with quote

Mam problem z X-ami niedawno zainstalowalem gentoo no i stwierdzilem ze dobrze mic X-y. Pomyslalem o Window Makerze. Zinstalowalem xorg a potem wmakera. X- sie odpalaja polecenie. Xdm sie odpala ale nie moge odpalic wmakera, startx uruchamia twm. jak wpicze wmaker to:
wmaker fatal errors: nie mozna otworzyc panelu graficznego
Zainstalowalem enlightenment-a, a ten z nowu pisze ze:
Enlightenment nie moze sie polaczyc z ekranem wskazywanym przez twoja zmienna srodowiskowa DISPLAY
Mozesz ustawic ta zmienna wskazujac Enligt... ,z ktorym ekranem powinien sie polaczyc. POMOCY
Back to top
View user's profile Send private message
milu
Bodhisattva
Bodhisattva


Joined: 03 May 2004
Posts: 1122
Location: Poland, Konstancin-Jeziorna

PostPosted: Mon Jul 03, 2006 8:34 pm    Post subject: Reply with quote

A ten wątek czytałeś?? Nie jest to to samo lecz można to dopasować do Twojej sytuacji.
_________________
Pozdrawiam,
Milu
------------------------------------
Registered Linux User: #246079

Zanim zadasz pytanie przeczytaj to dokładnie!!
Back to top
View user's profile Send private message
pwsk
n00b
n00b


Joined: 03 Jul 2006
Posts: 17

PostPosted: Tue Jul 04, 2006 1:48 am    Post subject: Reply with quote

niestety ale nic nie pomoglo. po uruchomieniu xdm mam szary ekran i do zabawy kursor myszki:)
Back to top
View user's profile Send private message
mbar
Veteran
Veteran


Joined: 19 Jan 2005
Posts: 1991
Location: Poland

PostPosted: Tue Jul 04, 2006 5:12 am    Post subject: Reply with quote

Zacznij może od czegoś bardziej przyjaznego, polecam "emerge xfce4", potem "startxfce4" do .xinitrc i na koniec "startx".
Back to top
View user's profile Send private message
pwsk
n00b
n00b


Joined: 03 Jul 2006
Posts: 17

PostPosted: Tue Jul 04, 2006 10:36 pm    Post subject: Reply with quote

Zadzialały X-y ukochane:). umieściłem w rc.conf > XSESSION="wmaker" i po wpisaniu startx ukazał sie piękny wmaker a przy okazji udusilem wczesniej metapakiet xorg i zaemergowalem nowe x-y modulaene z symbolem 7 na przedzie:). Dzięki wszystim za podpowiedzi i za to forum! Mam tylko jedno jeszcze pytanko jak uruchomic wmakera spod xdm-a, bo cos nie chce startować- po zalogowaniu w xdm-ie mam jakieś szarości na monitorze ?
Back to top
View user's profile Send private message
mbar
Veteran
Veteran


Joined: 19 Jan 2005
Posts: 1991
Location: Poland

PostPosted: Wed Jul 05, 2006 5:13 am    Post subject: Reply with quote

utwórz plik .xsession w swoim katalogu domowym, a do środka wpisz "wmaker" (a może ten plik nazywa się .Xsession?)
Back to top
View user's profile Send private message
pwsk
n00b
n00b


Joined: 03 Jul 2006
Posts: 17

PostPosted: Wed Jul 05, 2006 8:58 pm    Post subject: Reply with quote

Nie pomogło stworzylem plik .xsession z wpisem wmaker i nic:(. po zalogowaniu w xdm-ie widze szarość:). Oprucz tego mam jeszcze jeden problem bo przeglądając forum napotkałem sie na kilka rozwiązan -w wyniku czego stworzyłem oto plik xorg.conf -v7.xx
Code:


Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen         "Default Screen"
        InputDevice    "Mouse" "CorePointer"
        InputDevice    "Keyboard" "CoreKeyboard"
EndSection

Section "Files"
        #RgbPath     "/usr/X11R6/lib/X11/rgb"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/CID/"
        FontPath     "/usr/share/fonts/75dpi/"
        FontPath     "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
        Load  "glx"
        Load  "nvidia"
        Load  "extmod"
        Load  "dri"
        Load  "dbe"
        Load  "record"
        Load  "xtrap"
        Load  "freetype"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard"
        Driver      "kbd"
        Option      "Name" "Logitech UltraX Media Keyboard"
        Option      "CoreKeyboard"
        Option      "XkbModel" "pc"
        Option      "XkbLayout" "pl"
        Option      "XkbVariant ""
EndSection

Section "InputDevice"
        Identifier  "Mouse"
        Driver      "mouse"
        Option      "Name" "Logitech UltraX Optical Mouse"
        Option      "CorePointer"
        Option      "Protocol" "PS/2"
        Option      "ZAxisMapping"      "4 5"
        Option      "Device" "/dev/input/mouse0"
EndSection

Section "Monitor"
        #DisplaySize      370   300
        Identifier   "Belinea"
        VendorName   "MAX"
        ModelName    "101920"
        HorizSync    31.0 - 80.0
        VertRefresh  56.0 - 75.0
        Option      "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        #Option     "NoAccel"                   # [<bool>]
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "UseFBDev"                  # [<bool>]
        #Option     "Rotate"                    # [<str>]
        #Option     "VideoKey"                  # <i>
        #Option     "FlatPanel"                 # [<bool>]
        #Option     "FPDither"                  # [<bool>]
        #Option     "CrtcNumber"                # <i>
        #Option     "FPScale"                   # [<bool>]
        #Option     "FPTweak"                   # <i>
        Identifier  "GeForce"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "GeForce 7800 GT"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Default Screen"
        Device     "GeForce"
        Monitor    "Belinea"
        DefaultDepth 24

        SubSection "Display"
                Depth     24
                Modes   "1280x1024" "1024x768" "800x600"
        EndSubSection
EndSection



Prosze o pomoc- niech ktos zerknie na ten pliczek czy wszystko ok-w szczegulnosci w sekcji "Module" i "Input device"-klawiaturka". Po uruchomieniu startx pokazuje mmi sie cos takiego
Code:

X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.16-gentoo-r9 x86_64
Current Operating System: Linux pwsk 2.6.16-gentoo-r9 #1 Tue Jun 27 16:34:51 CEST 2006 x86_64
Build Date: 03 July 2006
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Jul  5 11:31:01 2006
(==) Using config file: "/etc/X11/xorg.conf"
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
/usr/lib64/X11/xdm/Xsetup_0: line 3: xconsole: command not found
xdm error (pid 8562): fatal IO error 32 (Broken pipe)
xdm error (pid 8513): Server crash rate too high: removing display :0
FreeFontPath: FPE "/usr/share/fonts/misc/" refcount is 2, should be 1; fixing.

cos mi tu nie gra z tymi errorami i nie wiem o co chodzi:([/b]
Back to top
View user's profile Send private message
milu
Bodhisattva
Bodhisattva


Joined: 03 May 2004
Posts: 1122
Location: Poland, Konstancin-Jeziorna

PostPosted: Wed Jul 05, 2006 9:43 pm    Post subject: Reply with quote

czy xconsole masz zainstalowane? Bo to 1sze o czym krzyczy error
Code:
~ $ equery b `which xconsole`
[ Searching for file(s) /usr/bin/xconsole in *... ]
x11-apps/xconsole-1.0.2 (/usr/bin/xconsole)

_________________
Pozdrawiam,
Milu
------------------------------------
Registered Linux User: #246079

Zanim zadasz pytanie przeczytaj to dokładnie!!
Back to top
View user's profile Send private message
pwsk
n00b
n00b


Joined: 03 Jul 2006
Posts: 17

PostPosted: Wed Jul 05, 2006 10:18 pm    Post subject: Reply with quote

aaaa! No to mnie zastrzeliłeś! Nie mam :D. A tak w ogule to co to robi? Bo juz zainstalowalem, nie widać roznicy a jedynie pluje mi sie o host.
Code:

hostname: Nieznany host
xauth: creating new authority file /root/.serverauth.10019
....
....-mniej wiecej to co w logu


Code:


X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.16-gentoo-r9 x86_64
Current Operating System: Linux pwsk 2.6.16-gentoo-r9 #1 Tue Jun 27 16:34:51 CEST 2006 x86_64
Build Date: 03 July 2006
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Jul  6 00:22:50 2006
(==) Using config file: "/etc/X11/xorg.conf"
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
xdm error (pid 9979): fatal IO error 32 (Broken pipe)
xdm error (pid 9904): Server crash rate too high: removing display :0
FreeFontPath: FPE "/usr/share/fonts/misc/" refcount is 2, should be 1; fixing.



O co chodzi z tym XKEYBOARD i xdm error?
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