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  2005-08-20 00:21:41

  Guest - Gość

Guest
Gość

Jak przejść z XFree86 na X.org?

Jak szybko i bezboleśnie przejść z XFree86 na X.org?

 

#2  2005-08-20 00:23:48

  x-dos - Członek DUG

x-dos
Członek DUG
Skąd: United World
Zarejestrowany: 2005-04-10
Serwis

Re: Jak przejść z XFree86 na X.org?

[joke mode]usunąc XF86 i zainstalować X.org[/joke mode]

edit<

jakoś tak mi sie odrazu narzuciła ta odpowiedz :]

Offline

 

#3  2005-08-20 10:28:31

  czadman - Bicycle repairman

czadman
Bicycle repairman
Skąd: Wrocław
Zarejestrowany: 2005-07-08

Re: Jak przejść z XFree86 na X.org?

Jak szybko i bezboleśnie przejść z XFree86 na X.org?[/quote]

[url]http://www.debian-administration.org/articles/185[/url]

W sarge można się pokusić o zaptowanie pakietów źródłowcych z unstable i zrobienie własnych paczek przez dpkg-buildpackage.


[url=http://www.debian.org/][img]http://www.debian.org/logos/openlogo-nd-50.png[/img][/url]

Offline

 

#4  2005-08-20 10:32:25

  Mick - Członek DUG

Mick
Członek DUG
Skąd: Oleśnica/Wrocław
Zarejestrowany: 2004-04-26
Serwis

Re: Jak przejść z XFree86 na X.org?

Kod:

deb http://people.debian.org/~nobse/xorg-x11/ sarge main

Tu są paczki dla sarge (nieoficjalne).

Offline

 

#5  2005-08-20 10:43:15

  Guest - Gość

Guest
Gość

Re: Jak przejść z XFree86 na X.org?

Ja szukam  bardziej czegoś pod Etch (paczki będą z unstable, jakby w testing się nie pojawiły za szybko, ale z oficjalnegi serwera debiana). I potrzebuje opis krok po kroku jak to zrobić, żeby nic nie rozwalić.

 

#6  2005-08-20 12:01:41

  Bodzio - Ojciec Założyciel

Bodzio
Ojciec Założyciel
Skąd: Gorlice
Zarejestrowany: 2004-04-17
Serwis

Re: Jak przejść z XFree86 na X.org?

Po prostu zapodajesz
apt-get install xserver-xorg
poza tym nie musisz wywalać xfree, wystarczy dać polecenie:
dpkg-reconfigure xserver-xorg
program się zapyta który xserver ma być domyślny, wybierasz sobie to co Ci pasuje i gotowe


Debian jest lepszy niż wszystkie klony
Linux register users: #359018
[img]http://www.freebsd.org/gifs/powerlogo.gif[/img]
[url=https://goo.gl/photos/5XGKFkvaMimLwM2s9]Beskid Niski[/url]

Offline

 

#7  2005-08-20 14:57:25

  Nenros - Członek DUG

Nenros
Członek DUG
Skąd: Morąg
Zarejestrowany: 2005-07-20

Re: Jak przejść z XFree86 na X.org?

Możesz też ściągnąć źródełka z strony www.x.org, ale efekt może być czasem dziwny, tak jak u mnie(czyli brak czcionek),a poza tym est artykuł na stronie dug'a


Linux Forever
http://my.opera.com/Nenros/affiliate/ wspomóżcie biednego bartusia- dajcie mu licencje

Offline

 

#8  2005-08-20 16:43:14

  Guest - Gość

Guest
Gość

Re: Jak przejść z XFree86 na X.org?

Jak ustawic polska klawiature pod x.org? Bo jak widac nie dziala. Bralem dpkg-reconfigure xserver-xorg ale to nic nie daje.

PS. Jedno jest dobre, ze dziala troche szybciej :][/code]

 

#9  2005-08-20 17:39:42

  Bodzio - Ojciec Założyciel

Bodzio
Ojciec Założyciel
Skąd: Gorlice
Zarejestrowany: 2004-04-17
Serwis

Re: Jak przejść z XFree86 na X.org?

masz poniżej cały xorg.conf z mojego freebsd - działający:

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"
    Load "freetype"
    # Load "xtt"
    Load  "extmod"
    Load  "glx"
    Load  "dri"
    Load  "dbe"
    Load  "record"
    Load  "xtrap"
    Load  "type1"
    Load  "speedo"
EndSection

# Section "InputDevice"
#    Identifier  "Mouse0"
#    Driver      "mouse"
#    Option        "Protocol" "Auto"
#    Option        "Device" "/dev/sysmouse"
# EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option       "Protocol" "Auto"
Option       "Emulate3Buttons"
Option       "ZAxisMapping" "4 5"
Option       "Device" "/dev/psm0"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "keyboard"
    Option        "XkbModel" "pc104"
    Option        "XkbLayout" "pl"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
### Uncomment if you don't want to default to DDC:
    HorizSync    31.5 - 48.5
    VertRefresh  50.0 - 70.0
EndSection

Section "Device"
    Identifier  "Card0"
    Driver      "radeon"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes    "1024x768"
    EndSubSection
EndSection

[/quote]


Debian jest lepszy niż wszystkie klony
Linux register users: #359018
[img]http://www.freebsd.org/gifs/powerlogo.gif[/img]
[url=https://goo.gl/photos/5XGKFkvaMimLwM2s9]Beskid Niski[/url]

Offline

 

#10  2005-08-20 17:47:04

  Guest - Gość

Guest
Gość

Re: Jak przejść z XFree86 na X.org?

klawiature polską załatwiliśmy wpisując zamiast xorg xfree86

Ale kolejny problem: Jak przełączyć się między X'ami a konsolą?

 

#11  2005-08-20 17:54:56

  Bodzio - Ojciec Założyciel

Bodzio
Ojciec Założyciel
Skąd: Gorlice
Zarejestrowany: 2004-04-17
Serwis

Re: Jak przejść z XFree86 na X.org?

X-y -> konsola -> X-y
Ctrl + Alt + F8 -> powrót -> Ctrl + Alt + F9


Debian jest lepszy niż wszystkie klony
Linux register users: #359018
[img]http://www.freebsd.org/gifs/powerlogo.gif[/img]
[url=https://goo.gl/photos/5XGKFkvaMimLwM2s9]Beskid Niski[/url]

Offline

 

#12  2005-08-20 18:14:32

  x-dos - Członek DUG

x-dos
Członek DUG
Skąd: United World
Zarejestrowany: 2005-04-10
Serwis

Re: Jak przejść z XFree86 na X.org?

Matthew teraz już działa switch consoli po tym jak zmieniłem ten na xfree86 :]

Offline

 

#13  2005-09-18 00:27:31

  terefere - Członek DUG

terefere
Członek DUG
Zarejestrowany: 2005-09-16
Serwis

Re: Jak przejść z XFree86 na X.org?

takie pytanko bym miał... dlaczego niby przechodzić na Xorg czym on sie rużnie od xfree86


Nigdy się niektórych rzeczy nie dowiesz, jeśli na niektóre pytania samemu sobie nie odpowiesz - STFW

Offline

 

#14  2005-09-18 09:04:16

  czadman - Bicycle repairman

czadman
Bicycle repairman
Skąd: Wrocław
Zarejestrowany: 2005-07-08

Re: Jak przejść z XFree86 na X.org?

takie pytanko bym miał... dlaczego niby przechodzić na Xorg czym on sie rużnie od xfree86[/quote]

Np. z powodu lepszej i szerszej obsługi różnego sprzętu oraz dla dodatkowych rozszerzeń np. composite, oraz innych funkcji. Trochę więcej szczegółów poniżej.

http://www.x.org/X11R6.8.2/doc/RELNOTES.html


[url=http://www.debian.org/][img]http://www.debian.org/logos/openlogo-nd-50.png[/img][/url]

Offline

 

#15  2005-09-18 10:56:22

  shreku - Użytkownik

shreku
Użytkownik
Skąd: Warszawa
Zarejestrowany: 2005-06-03
Serwis

Re: Jak przejść z XFree86 na X.org?

Możesz też ściągnąć źródełka z strony www.x.org, ale efekt może być czasem dziwny, tak jak u mnie(czyli brak czcionek),a poza tym est artykuł na stronie dug'a[/quote]

chyba mam ten problem... apt-get dist-upgrade... wrzucilo mi xorga... :) lae ixy nie startuja... tu jest moj confib...


xorg.conf

# xorg.conf.dpkg-new (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 xorg.conf.dpkg-new manual page.
# (Type "man xorg.conf.dpkg-new" 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 commands as root:
#
#   cp /etc/X11/xorg.conf.dpkg-new /etc/X11/xorg.conf.dpkg-new.custom
#   md5sum /etc/X11/xorg.conf.dpkg-new >/var/lib/xfree86/xorg.conf.dpkg-new.md5sum
#   dpkg-reconfigure xserver-xorg

Section "Files"
    FontPath    "unix/:7100"            # local font server
    # if the local font server has problems, we can fall back on these
    FontPath    "/usr/lib/X11/fonts/misc"
    FontPath    "/usr/lib/X11/fonts/cyrillic"
    FontPath    "/usr/lib/X11/fonts/100dpi/:unscaled"
    FontPath    "/usr/lib/X11/fonts/75dpi/:unscaled"
    FontPath    "/usr/lib/X11/fonts/Type1"
    FontPath    "/usr/lib/X11/fonts/CID"
    FontPath    "/usr/lib/X11/fonts/100dpi"
    FontPath    "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
    Load    "bitmap"
    Load    "dbe"
    Load    "ddc"
    Load    "extmod"
    Load    "freetype"
    Load    "glx"
    Load    "int10"
    Load    "record"
    Load    "type1"
    Load    "v4l"
    Load    "vbe"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "keyboard"
    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"
    Option        "ZAxisMapping"        "4 5"
EndSection

Section "Device"
    Identifier    "NVIDIA Corporation NV28 [GeForce4 Ti 4800 SE]"
    Driver        "nvidia"
    BusID        "PCI:2:0:0"
    Option        "UseFBDev"        "true"
EndSection

Section "Monitor"
    Identifier    "LG F700B"
    Option        "DPMS"
    HorizSync    30-70
    VertRefresh    50-160
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "NVIDIA Corporation NV28 [GeForce4 Ti 4800 SE]"
    Monitor        "LG F700B"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1280x1024" "1152x864" "1024x768"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1280x1024" "1152x864" "1024x768"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1280x1024" "1152x864" "1024x768"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1280x1024" "1152x864" "1024x768"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1280x1024" "1152x864" "1024x768"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1280x1024" "1152x864" "1024x768"
    EndSubSection
EndSection

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

Section "DRI"
    Mode    0666
EndSection

[/quote]

a tutaj koncowka loga uruchamiania ixow



(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 5
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
(II) Configured Mouse: ps2EnableDataReporting: succeeded
Warning: font renderer for ".pcf" already registered at priority 0
Warning: font renderer for ".pcf.Z" already registered at priority 0
Warning: font renderer for ".pcf.gz" already registered at priority 0
Warning: font renderer for ".snf" already registered at priority 0
Warning: font renderer for ".snf.Z" already registered at priority 0
Warning: font renderer for ".snf.gz" already registered at priority 0
Warning: font renderer for ".bdf" already registered at priority 0
Warning: font renderer for ".bdf.Z" already registered at priority 0
Warning: font renderer for ".bdf.gz" already registered at priority 0
Warning: font renderer for ".pmf" already registered at priority 0

   *** If unresolved symbols were reported above, they might not
   *** be the reason for the server aborting.

Fatal server error:
Caught signal 11.  Server aborting


Please consult the The X.Org Foundation support
     at http://wiki.X.Org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.

[/quote]
z tego rozumiem ze gdzies jest jakis wpis za duzo... albo zle rozumiem :)
dodam ze logo nvidi w 1280x1024 startuje ale nic wiecej.. menager ixow to kdm...

Offline

 

#16  2005-09-18 11:28:56

  czadman - Bicycle repairman

czadman
Bicycle repairman
Skąd: Wrocław
Zarejestrowany: 2005-07-08

Re: Jak przejść z XFree86 na X.org?

Możesz też ściągnąć źródełka z strony www.x.org, ale efekt może być czasem dziwny, tak jak u mnie(czyli brak czcionek),a poza tym est artykuł na stronie dug'a[/quote]

chyba mam ten problem... apt-get dist-upgrade... wrzucilo mi xorga... :) lae ixy nie startuja... tu jest moj confib...

z tego rozumiem ze gdzies jest jakis wpis za duzo... albo zle rozumiem :)
dodam ze logo nvidi w 1280x1024 startuje ale nic wiecej.. menager ixow to kdm...[/quote]

Proponuję przeinstalować sterownik nvidii.


[url=http://www.debian.org/][img]http://www.debian.org/logos/openlogo-nd-50.png[/img][/url]

Offline

 

#17  2005-09-18 14:40:44

  shreku - Użytkownik

shreku
Użytkownik
Skąd: Warszawa
Zarejestrowany: 2005-06-03
Serwis

Re: Jak przejść z XFree86 na X.org?

poszlo=D dzienks

Offline

 

Stopka forum

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

[ Generated in 0.011 seconds, 11 queries executed ]

Informacje debugowania

Time (s) Query
0.00010 SET CHARSET latin2
0.00004 SET NAMES latin2
0.00147 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.117.183.252' WHERE u.id=1
0.00134 UPDATE punbb_online SET logged=1716097187 WHERE ident='18.117.183.252'
0.00023 SELECT * FROM punbb_online WHERE logged<1716096887
0.00075 SELECT topic_id FROM punbb_posts WHERE id=13542
0.00115 SELECT id FROM punbb_posts WHERE topic_id=1374 ORDER BY posted
0.00079 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=1374 AND t.moved_to IS NULL
0.00006 SELECT search_for, replace_with FROM punbb_censoring
0.00115 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=1374 ORDER BY p.id LIMIT 0,25
0.00117 UPDATE punbb_topics SET num_views=num_views+1 WHERE id=1374
Total query time: 0.00825 s