Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!

Ogłoszenie

Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.

#1  2007-03-04 17:10:26

  stepien86 - Członek DUG

stepien86
Członek DUG
Skąd: Łódź
Zarejestrowany: 2006-03-26

instalacja srod graf(xfce) HELP

Witam opisze w skrocie co zrobilem bo ja juz nie wiem o co zupelnie teraz chodzi i dlaczego nie smiga:

1.zainsalowalem Debiana z net-install (reczny wybor pakietow-system bazowy)(stable)
2. Skompilowalem jadro 2.6.20 system wystartowal wszystko smiga ( internet jest, klawiatura USB dziala itd..
3. dodalem do sources.list
   

Kod:

deb http://ftp.pl.debian.org/debian/ etch main contrib non-free
deb-src http://ftp.pl.debian.org/debian/ etch main contrib non-free
deb http://security.debian.org/ etch/updates main
deb-src http://security.debian.org/ etch/updates main

4. apt-get update
5. apt-get install xserver-xorg xbase-clients xfonts-base xfonts-100dpi xfonts-75dpi
6. apt-get install xfce4
Wszysyko nadal ok
7. skopiowalem sobie pliczek xorg.conf z mojego dzialajacego xubuntu
8. startx moim oczom ukazuje sie xfce uruchamiam ponownie komputer i jest teraz tak:
NIE DZIALA KLAW USB
nie startuja Xy
No core pointer

Fatal server error:
failed to initialize core devices
No ja juz nie wiem dlaczego tak jest :/
Prosze o Pomoc!! Dzieki wielkie


manual ponad wszysytko....konsola ponad manual

Debian GNU Linux

Offline

 

#2  2007-03-04 17:17:56

  Ryszard - Piwo DUG

Ryszard
Piwo DUG
Skąd: Zadupia
Zarejestrowany: 2006-06-30

Re: instalacja srod graf(xfce) HELP

Section "InputDevice"
Identifier "USB Keyboard"
Driver "kbd"
Option "CoreKeyboard"


[url=http://img196.imageshack.us/i/freebsde.jpg/][img]http://img196.imageshack.us/img196/3770/freebsde.jpg[/img][/url]

Offline

 

#3  2007-03-04 19:52:30

  stepien86 - Członek DUG

stepien86
Członek DUG
Skąd: Łódź
Zarejestrowany: 2006-03-26

Re: instalacja srod graf(xfce) HELP

pokazuje mojego xorg.conf dla jasnosci:

Kod:

# /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 "Files"
        FontPath        "/usr/share/X11/fonts/misc"
        FontPath        "/usr/share/X11/fonts/cyrillic"
        FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/X11/fonts/Type1"
        FontPath        "/usr/share/X11/fonts/100dpi"
        FontPath        "/usr/share/X11/fonts/75dpi"
        # path to defoma fonts
        #FontPath       "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "type1"
        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/psaux"

                    Option         "Protocol" "ExplorerPS/2"

                        Option         "Emulate3Buttons" "true"

                        EndSection
Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
        Identifier      "NVIDIA Corporation NV34 [GeForce FX 5500]"
        Driver          "nv"
        BusID           "PCI:1:0:0"
EndSection

Section "Monitor"
        Identifier      "Philips 170C"
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "NVIDIA Corporation NV34 [GeForce FX 5500]"
        Monitor         "Philips 170C"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "stylus" "SendCoreEvents"
        InputDevice     "cursor" "SendCoreEvents"
        InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
        Mode    0666
EndSection


manual ponad wszysytko....konsola ponad manual

Debian GNU Linux

Offline

 

#4  2007-03-04 20:15:56

  Ryszard - Piwo DUG

Ryszard
Piwo DUG
Skąd: Zadupia
Zarejestrowany: 2006-06-30

Re: instalacja srod graf(xfce) HELP

NIE DZIALA KLAW USB
jak ći ma działać skoro nie ma jej w xorg CO? i stery nvidi
Nie umiem skonfigurowć debiana


[url=http://img196.imageshack.us/i/freebsde.jpg/][img]http://img196.imageshack.us/img196/3770/freebsde.jpg[/img][/url]

Offline

 

#5  2007-03-05 09:43:34

  stepien86 - Członek DUG

stepien86
Członek DUG
Skąd: Łódź
Zarejestrowany: 2006-03-26

Re: instalacja srod graf(xfce) HELP

Kurcze to ja juz nie iwem xorg.con wzialem z dzialajacego ubuntu i RAZ Xy wystartowały i działała kalwiatura USB a po restarcie nie dziala, zeby cokolwiek wpisac musz epodlaczcyc klawiature Ps2 :/


manual ponad wszysytko....konsola ponad manual

Debian GNU Linux

Offline

 

#6  2007-03-05 10:20:30

  Ryszard - Piwo DUG

Ryszard
Piwo DUG
Skąd: Zadupia
Zarejestrowany: 2006-06-30

Re: instalacja srod graf(xfce) HELP

Ech tam gdybyś szukał to byś znalazł leniuszku
klawiatura usb http://forum.dug.net.pl/viewtopic.php?p=52911&sid=eb2b42a29a328adb4e2440717e084303


[url=http://img196.imageshack.us/i/freebsde.jpg/][img]http://img196.imageshack.us/img196/3770/freebsde.jpg[/img][/url]

Offline

 

#7  2007-03-05 10:28:06

  stepien86 - Członek DUG

stepien86
Członek DUG
Skąd: Łódź
Zarejestrowany: 2006-03-26

Re: instalacja srod graf(xfce) HELP

No to jest moj post i skompilowalem jadro tak ze wszystko dzialalo. Napisane jest w 1 poscie ze dopiero po restarcie przestalo dzialac. po restarcie od kiedy jest zainstalowane xorg. Zanim zainstalowalem to z 3 razy restartowalem kompa i dzialala klaw USB :/ i juz nie wiem dlaczego nie startuje X :/


manual ponad wszysytko....konsola ponad manual

Debian GNU Linux

Offline

 

#8  2007-03-05 10:36:10

  Ryszard - Piwo DUG

Ryszard
Piwo DUG
Skąd: Zadupia
Zarejestrowany: 2006-06-30

Re: instalacja srod graf(xfce) HELP

startx lub kdm gdm masz czy nie jak to zrób dpkg-reconfigure xorga i kdm


[url=http://img196.imageshack.us/i/freebsde.jpg/][img]http://img196.imageshack.us/img196/3770/freebsde.jpg[/img][/url]

Offline

 

#9  2007-03-06 09:28:23

  stepien86 - Członek DUG

stepien86
Członek DUG
Skąd: Łódź
Zarejestrowany: 2006-03-26

Re: instalacja srod graf(xfce) HELP

nie dziala :/ probowalem juz all, zainstalowałem teraz jeszcze raz czystego Debiana. Wroce z pracy zainstaluje jeszcze raz...nie wiem dlaczego nie działa. Robie tak jak napisałem w 1 poscie :/


manual ponad wszysytko....konsola ponad manual

Debian GNU Linux

Offline

 

Stopka forum

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson
To nie jest tylko forum, to nasza mała ojczyzna ;-)

[ Generated in 0.008 seconds, 11 queries executed ]

Informacje debugowania

Time (s) Query
0.00013 SET CHARSET latin2
0.00009 SET NAMES latin2
0.00108 SELECT u.*, g.*, o.logged FROM punbb_users AS u INNER JOIN punbb_groups AS g ON u.group_id=g.g_id LEFT JOIN punbb_online AS o ON o.ident='18.222.163.231' WHERE u.id=1
0.00077 REPLACE INTO punbb_online (user_id, ident, logged) VALUES(1, '18.222.163.231', 1732769471)
0.00045 SELECT * FROM punbb_online WHERE logged<1732769171
0.00040 SELECT topic_id FROM punbb_posts WHERE id=54098
0.00007 SELECT id FROM punbb_posts WHERE topic_id=7088 ORDER BY posted
0.00058 SELECT t.subject, t.closed, t.num_replies, t.sticky, f.id AS forum_id, f.forum_name, f.moderators, fp.post_replies, 0 FROM punbb_topics AS t INNER JOIN punbb_forums AS f ON f.id=t.forum_id LEFT JOIN punbb_forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id=3) WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND t.id=7088 AND t.moved_to IS NULL
0.00005 SELECT search_for, replace_with FROM punbb_censoring
0.00133 SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online FROM punbb_posts AS p INNER JOIN punbb_users AS u ON u.id=p.poster_id INNER JOIN punbb_groups AS g ON g.g_id=u.group_id LEFT JOIN punbb_online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.topic_id=7088 ORDER BY p.id LIMIT 0,25
0.00070 UPDATE punbb_topics SET num_views=num_views+1 WHERE id=7088
Total query time: 0.00565 s