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!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Jak szybko i bezboleśnie przejść z XFree86 na X.org?
Jak szybko i bezboleśnie przejść z XFree86 na X.org?
http://www.debian-administration.org/articles/185
W sarge można się pokusić o zaptowanie pakietów źródłowcych z unstable i zrobienie własnych paczek przez dpkg-buildpackage.
Offline
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ć.
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
Offline
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
Offline
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]
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
Offline
klawiature polską załatwiliśmy wpisując zamiast xorg xfree86
Ale kolejny problem: Jak przełączyć się między X'ami a konsolą?
X-y -> konsola -> X-y
Ctrl + Alt + F8 -> powrót -> Ctrl + Alt + F9
Offline
takie pytanko bym miał... dlaczego niby przechodzić na Xorg czym on sie rużnie od xfree86
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
Offline
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
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
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.
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
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
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...
Proponuję przeinstalować sterownik nvidii.
Offline