Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
problem z kde
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)
View previous topic :: View next topic  
Author Message
leshek
n00b
n00b


Joined: 01 Oct 2005
Posts: 35

PostPosted: Mon Oct 03, 2005 2:27 pm    Post subject: problem z kde Reply with quote

Zainstalowalem sobie xorga, kde, stery ati. Zrobilem fglrxconfig i skopiowalem zawartosc nowej konfiguracji do pliku /etc/X11/xorg.conf. Odpala mi sie menedzer logowania xdm. Po zalogowaniu sie mam wybrac tym sesji (jest dostepny tylko default). Klikne w niego i znika male okienko z opcja wyboru sesji i nic poza tym. Mam tylko obszar na ktory nie mozna klikac i mala konsole w prawym dolnym rogu z kotrej nie da sie korzystac. Any ideas?? :(
Back to top
View user's profile Send private message
blazeu
Apprentice
Apprentice


Joined: 02 Feb 2005
Posts: 159
Location: Cracow, Poland

PostPosted: Mon Oct 03, 2005 2:43 pm    Post subject: Reply with quote

Sprobuj zmienic w pliku bodajze /etc/rc.conf menadzera logowania z XDM na KDM.. Moze to cos pomoze. I sprawdz czy w katalogu /etc/X11/Sessions masz plik kde-3.x. Jezeli dalej nic to pytaj dalej, bo skonczyly mi sie pomysly :]
_________________
Przeczytanie manuala: 5-10minut
Zadanie kolejnego bzdurnego pytania na forum: 0.5 minuty
Status idioty wsrod forumowiczow: bezcenny
Tako rzecze ja: kapral rezerwy :)
Back to top
View user's profile Send private message
leshek
n00b
n00b


Joined: 01 Oct 2005
Posts: 35

PostPosted: Mon Oct 03, 2005 3:52 pm    Post subject: Reply with quote

kdm mialem juz ustawione. w /etc/X11/Sessions mam kde-3.4. Moze dam mojego xorga
Code:
# File: xorg.conf

Section "dri"

    Mode 0666

EndSection


Section "Module"


    Load        "dbe"     # Double buffer extension


    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

    Load        "type1"
    Load        "freetype"

    Load        "glx"   # libglx.a
    Load        "dri"   # libdri.a

EndSection



Section "Files"



    RgbPath   "/usr/X11R6/lib/X11/rgb"


    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
#    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"



EndSection

Section "ServerFlags"



EndSection


Section "InputDevice"

    Identifier   "Keyboard1"
    Driver   "kbd"


    Option "AutoRepeat" "500 30"



    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "pc104"
    Option "XkbLayout"   "pl"

EndSection




Section "InputDevice"

# Identifier and driver

    Identifier   "Mouse1"
    Driver "mouse"
    Option "Protocol"   "ImPS/2"
    Option "ZAxisMapping"   "4 5"
    Option "Device"     "/dev/input/mice"



#    Option "Protocol"   "Xqueue"



    Option "Emulate3Buttons"


EndSection



Section "Monitor"
    Identifier  "Monitor0"
    HorizSync   31.5 - 80.5
    VertRefresh 60 - 75
    Option "DPMS"


EndSection


# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

# Standard VGA Device:

Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"

# The chipset line is optional in most cases.  It can be used to override
# the driver's chipset detection, and should not normally be specified.

#    Chipset     "generic"

# The Driver line must be present.  When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module.  Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.

    Driver      "vga"
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for.  When this line isn't present, a device
# section can only match up with the primary video device.  For PCI
# devices a line like the following could be used.  This line should not
# normally be included unless there is more than one video device
# installed.

#    BusID       "PCI:0:10:0"

#    VideoRam    256

#    Clocks      25.2 28.3

EndSection

# === ATI device section ===

Section "Device"
    Identifier                          "ATI Graphics Adapter"
    Driver                              "fglrx"
# ### generic DRI settings ###
# === disable PnP Monitor  ===
    #Option                              "NoDDC"
# === disable/enable XAA/DRI ===
    Option "no_accel"                   "no"
    Option "no_dri"                     "no"
# === misc DRI settings ===
    Option "mtrr"                       "off" # disable DRI mtrr mapper, driver has its own code for mtrr
# ### FireGL DDX driver module specific settings ###
# === Screen Management ===
    Option "DesktopSetup"               "0x00000000"
    Option "MonitorLayout"              "AUTO, AUTO"
    Option "IgnoreEDID"                 "off"
    Option "HSync2"                     "unspecified"
    Option "VRefresh2"                  "unspecified"
    Option "ScreenOverlap"              "0"
# === TV-out Management ===
    Option "NoTV"                       "yes"     
    Option "TVStandard"                 "NTSC-M"     
    Option "TVHSizeAdj"                 "0"     
    Option "TVVSizeAdj"                 "0"     
    Option "TVHPosAdj"                  "0"     
    Option "TVVPosAdj"                  "0"     
    Option "TVHStartAdj"                "0"     
    Option "TVColorAdj"                 "0"     
    Option "GammaCorrectionI"           "0x00000000"
    Option "GammaCorrectionII"          "0x00000000"
# === OpenGL specific profiles/settings ===
    Option "Capabilities"               "0x00000000"
# === Video Overlay for the Xv extension ===
    Option "VideoOverlay"               "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
    Option "OpenGLOverlay"              "off"
# === Center Mode (Laptops only) ===
    Option "CenterMode"                 "off"
# === Pseudo Color Visuals (8-bit visuals) ===
    Option "PseudoColorVisuals"         "off"
# === QBS Management ===
    Option "Stereo"                     "off"
    Option "StereoSyncEnable"           "1"
# === FSAA Management ===
    Option "FSAAEnable"                 "no"
    Option "FSAAScale"                  "1"
    Option "FSAADisableGamma"           "no"
    Option "FSAACustomizeMSPos"         "no"
    Option "FSAAMSPosX0"                "0.000000"
    Option "FSAAMSPosY0"                "0.000000"
    Option "FSAAMSPosX1"                "0.000000"
    Option "FSAAMSPosY1"                "0.000000"
    Option "FSAAMSPosX2"                "0.000000"
    Option "FSAAMSPosY2"                "0.000000"
    Option "FSAAMSPosX3"                "0.000000"
    Option "FSAAMSPosY3"                "0.000000"
    Option "FSAAMSPosX4"                "0.000000"
    Option "FSAAMSPosY4"                "0.000000"
    Option "FSAAMSPosX5"                "0.000000"
    Option "FSAAMSPosY5"                "0.000000"
# === Misc Options ===
    Option "UseFastTLS"                 "0"
    Option "BlockSignalsOnLock"         "on"
    Option "UseInternalAGPGART"         "yes"
    Option "ForceGenericCPU"            "no"
    BusID "PCI:1:0:0"    # vendor=1002, device=4150
    Screen 0
EndSection

Section "Screen"
    Identifier  "Screen0"
    Device      "ATI Graphics Adapter"
    Monitor     "Monitor0"
    DefaultDepth 24
    #Option "backingstore"

    Subsection "Display"
        Depth       24
        Modes       "1280x1024"
        ViewPort    0 0  # initial origin if mode is smaller than desktop
#        Virtual     1280 1024
    EndSubsection
EndSection


Section "ServerLayout"


    Identifier  "Server Layout"


    Screen "Screen0"


    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

### EOF ###


Last edited by leshek on Mon Oct 03, 2005 7:10 pm; edited 1 time in total
Back to top
View user's profile Send private message
akdmks
n00b
n00b


Joined: 26 Dec 2004
Posts: 50
Location: Bydgoszcz, Poland

PostPosted: Mon Oct 03, 2005 6:18 pm    Post subject: Reply with quote

jestem ciekawy jak na twojego configa od xorga zrobia moderatorzy ;) 8 pkt apelu sie klania ...
Back to top
View user's profile Send private message
Kurt Steiner
Bodhisattva
Bodhisattva


Joined: 01 Apr 2005
Posts: 1050
Location: Ostroleka, Polska

PostPosted: Mon Oct 03, 2005 6:20 pm    Post subject: Reply with quote

Człowieku! Czy Ty naprawdę nie możesz przeczytać apelu? Już n-ty Twój post. w którym odpindalasz manianę. :evil:
Daj coś mówiący temat i wycinaj komentarze z listingów. :evil:

A tak w ogóle to co się ostatnio dzieje z modami? :?

--Edit--
Prawdopodobnie wystarczy, że na końcu pliku rc.conf znajdzie się:
Code:
XSESSION="kde-3.4"


Last edited by Kurt Steiner on Mon Oct 03, 2005 6:29 pm; edited 1 time in total
Back to top
View user's profile Send private message
psycepa
Veteran
Veteran


Joined: 27 Dec 2004
Posts: 1637
Location: Poland

PostPosted: Mon Oct 03, 2005 6:22 pm    Post subject: Reply with quote

stary, co sil w nogach edytuj tego posta (przycisk u gory z prawej (na poscie) bodajze "zmien") i wywal wszystkie linijki zaczynajace sie na # - to sa komentarze i zgodnie ze wsp. pkt APELU, ktorego zapewne nie przeczytales, choc cie o to prosilismy, nie powinienes ich wrzucac bo utrudniaja czytanie, jak modzi to zobacza masz bana jak nic, wiec raz dwa zmieniaj
i popraw sie chlopie, przeczytaj w koncu ten APEL, to naprawde nie boli...

edit
no i spoznilem sie chwilke :P
a modzi, chyba spia, ale jak sie obudza to na pewno nie beda w dobrym humorze :twisted: :twisted: :twisted:
_________________
RLUNo. 376073
bo czytac, to trzeba ze zrozumieniem (c) by psycepa
"nigdy nie kloc sie z glupcem, najpierw sprowadzi cie do swojego poziomu a potem pokona doswiadczeniem"
"Life is complex. It has its real and imaginary part."
Back to top
View user's profile Send private message
akdmks
n00b
n00b


Joined: 26 Dec 2004
Posts: 50
Location: Bydgoszcz, Poland

PostPosted: Mon Oct 03, 2005 6:23 pm    Post subject: Reply with quote

ja bym tutaj zasugerowal startkde lub startx lub ewentualnie edycja pliku ~/.xsession
Back to top
View user's profile Send private message
leshek
n00b
n00b


Joined: 01 Oct 2005
Posts: 35

PostPosted: Mon Oct 03, 2005 7:01 pm    Post subject: Reply with quote

w rc.conf ustawilem sobie XSESSION na kde-3.4 i nic sie nie poprawilo. Sorry za ten xorg.conf. zaraz go poprawie
Back to top
View user's profile Send private message
morgir
Tux's lil' helper
Tux's lil' helper


Joined: 25 Sep 2005
Posts: 118
Location: Kraków

PostPosted: Tue Oct 04, 2005 8:49 pm    Post subject: Reply with quote

a próbujesz poprostu wpisać kdm ? i odpalać przez to , spróbuj najpierw bez fglrx odpal sobie normalnie xorgconfig i sprawdź jak tam odpali się kdm spróbuj z fglrx... Jeżeli się nie myle, pozatym racja -> zedytuj tego posta

a tak na marginesie to z kde są same problemy :P
_________________
emerge brain
Back to top
View user's profile Send private message
wuja
Guru
Guru


Joined: 16 Jan 2005
Posts: 323
Location: Szczecin

PostPosted: Tue Oct 04, 2005 9:02 pm    Post subject: Reply with quote

morgir wrote:
....a tak na marginesie to z kde są same problemy :P

Eeeee......ciekawe, dziwne..... Aż sprawdzę...Zawsze mi sie wydawało, że mam kde i tylko kde.....
Hmmmm.... no mam,kde...... tylko dlaczego nie mam z nim problemów???
_________________
Pozdrowienia
Wojtek
www.wojciechgracz.pl
Back to top
View user's profile Send private message
morgir
Tux's lil' helper
Tux's lil' helper


Joined: 25 Sep 2005
Posts: 118
Location: Kraków

PostPosted: Tue Oct 04, 2005 9:34 pm    Post subject: Reply with quote

wuja wrote:
morgir wrote:
....a tak na marginesie to z kde są same problemy :P

Eeeee......ciekawe, dziwne..... Aż sprawdzę...Zawsze mi sie wydawało, że mam kde i tylko kde.....
Hmmmm.... no mam,kde...... tylko dlaczego nie mam z nim problemów???


ta minka na końcu oznaczała taki wiesz ... żarcik :/
_________________
emerge brain
Back to top
View user's profile Send private message
Maqlik
Tux's lil' helper
Tux's lil' helper


Joined: 13 Sep 2005
Posts: 145
Location: Tychy

PostPosted: Wed Oct 05, 2005 9:16 am    Post subject: Reply with quote

zobacz czy XSESSION="kde-3.x" i DISPALYMENAGER="kdm" jest odhaszowane. Sprawdz czy kde wystartuje poleceniem startkde w konsoli.
_________________
Gigabyte GA-P31-DS3L; QuadCore Intel Core 2 Quad Q6600
2x2GB Patriot 800MHZ; GeForce 9600GT; Maxtor 500GB 7200RPM 16MB CACHE;
Fever Wizard Black 4xFAN (12CM); TRACER 500WAT SILENT;
Back to top
View user's profile Send private message
pwe
Guru
Guru


Joined: 12 Mar 2005
Posts: 445
Location: Polska aka Poland

PostPosted: Wed Oct 05, 2005 11:06 am    Post subject: Reply with quote

Maqlik wrote:
Sprawdz czy kde wystartuje poleceniem startkde w konsoli.

jesli ma zemergowane i odpowiedni wpis w ~/.xinitrc 9exec startkde) to powinno z palca pojsc (startx)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) 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