[SOLVED] Sarge i Xorg
[SOLVED] Sarge i Xorg
Witam,
mam taki mały problem instalowałem Sarge 3.1r2 goły system, postanowiłem wszystko doinstalować ręcznie.
Wiec doinstalowałem xfree86, ale w internecie widziałem artykuł, o instalacji xorg w Sarge, a ze xfree86 nie radzi sobie
z akceleracja mojej karty, postanowiłem sie przerzucić na xorga.
Skorzystałem z repo :
deb http://debian.desktop.org/pub/linux/deb ... -6.8.99.15 sarge main
Wszystko pięknie sie ściągnęło.
Następnym krokiem było skonfigurowanie xorga, chyba bez większych problemów, zresztą
bardzo podobnie skonfigurowałem jak starty xfree86.
Rebootuje komputer, pojawia sie KDM wpisuje nazwę użytkownika, hasło.
KDM niby cos ładuje, po chwili znika pojawia sie taki dziwny kursor w kształcie X, na takim szarym tle, i ponownie włącza sie KDM.
Hmm... chyba cos nie gra, skoro włącza sie KDM i wszystko jest w rozdzielczości 1024x748 ładne kolory, i nawet myszka działa. A i tak nie chce sie włączyć środowisko graficzne.
Na mojej stacji mam zainstalowanego blackboxa oraz fluxboxa, ani jedno ani drugie nie rusza.
Co mogę zrobić w tej sytuacji.
Z góry dziękuje za pomoc.
Pozdrawiam.
//edit
Staraj się pisać po Polsku. Sprawdzaj pisownię przed wysłaniem postu - przycisk "Pisownia" (obok "Wyślij").
Kaka'
mam taki mały problem instalowałem Sarge 3.1r2 goły system, postanowiłem wszystko doinstalować ręcznie.
Wiec doinstalowałem xfree86, ale w internecie widziałem artykuł, o instalacji xorg w Sarge, a ze xfree86 nie radzi sobie
z akceleracja mojej karty, postanowiłem sie przerzucić na xorga.
Skorzystałem z repo :
deb http://debian.desktop.org/pub/linux/deb ... -6.8.99.15 sarge main
Wszystko pięknie sie ściągnęło.
Następnym krokiem było skonfigurowanie xorga, chyba bez większych problemów, zresztą
bardzo podobnie skonfigurowałem jak starty xfree86.
Rebootuje komputer, pojawia sie KDM wpisuje nazwę użytkownika, hasło.
KDM niby cos ładuje, po chwili znika pojawia sie taki dziwny kursor w kształcie X, na takim szarym tle, i ponownie włącza sie KDM.
Hmm... chyba cos nie gra, skoro włącza sie KDM i wszystko jest w rozdzielczości 1024x748 ładne kolory, i nawet myszka działa. A i tak nie chce sie włączyć środowisko graficzne.
Na mojej stacji mam zainstalowanego blackboxa oraz fluxboxa, ani jedno ani drugie nie rusza.
Co mogę zrobić w tej sytuacji.
Z góry dziękuje za pomoc.
Pozdrawiam.
//edit
Staraj się pisać po Polsku. Sprawdzaj pisownię przed wysłaniem postu - przycisk "Pisownia" (obok "Wyślij").
Kaka'
Poprosilem kolege, aby aby mi omogl z problemem, i pomogl.... i teraz niemam nic na dysku
Zainstalowalem sarge net-install i przy wpisywaniu wpisow w sources.list wpisalem te z ETCHa... potem dist-upgradem, i zaktualizowalo mi sie do ETCH... potem dosinstalowlaem xorga... i problem podobny w temacie... tylko teraz nie startuje nawet KDM
Tak wyglada moj xorg.conf
LOGI Xorg.0.log
Gdy wbijam
X -configure /etc/X11/xorg.conf
Zainstalowalem sarge net-install i przy wpisywaniu wpisow w sources.list wpisalem te z ETCHa... potem dist-upgradem, i zaktualizowalo mi sie do ETCH... potem dosinstalowlaem xorga... i problem podobny w temacie... tylko teraz nie startuje nawet KDM
Tak wyglada moj xorg.conf
Kod: Zaznacz cały
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/etc/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/ X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "extmod"
Load "dbe"
Load "dri"
Load "glx"
Load "record"
Load "xtrap"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "pl"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
#DisplaySize 330 250 # mm
Identifier "Monitor0"
VendorName "CTX"
ModelName "7695"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.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 "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "Dac6Bit" # [<bool>]
#Option "Dac8Bit" # [<bool>]
#Option "BusType" # [<str>]
#Option "CPPIOMode" # [<bool>]
#Option "CPusecTimeout" # [i]
#Option "AGPMode" # [i]
#Option "AGPFastWrite" # [<bool>]
#Option "AGPSize" # [i]
#Option "GARTSize" # [i]
#Option "RingSize" # [i]
#Option "BufferSize" # [i]
#Option "EnableDepthMoves" # [<bool>]
#Option "EnablePageFlip" # [<bool>]
#Option "NoBackBuffer" # [<bool>]
#Option "DMAForXv" # [<bool>]
#Option "FBTexPercent" # [i]
#Option "DepthBits" # [i]
#Option "AccelDFS" # [<bool>]
#Option "PanelOff" # [<bool>]
#Option "DDCMode" # [<bool>]
#Option "MonitorLayout" # [<str>]
#Option "IgnoreEDID" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "MergedFB" # [<bool>]
#Option "CRT2HSync" # [<str>]
#Option "CRT2VRefresh" # [<str>]
#Option "CRT2Position" # [<str>]
#Option "MetaModes" # [<str>]
#Option "MergedDPI" # [<str>]
#Option "MergedXinerama" # [<bool>]
#Option "MergedXineramaCRT2IsScreen0" # [<bool>]
#Option "MergedNonRectangular" # [<bool>]
#Option "MergedMouseRestriction" # [<bool>]
#Option "DisplayPriority" # [<str>]
#Option "PanelSize" # [<str>]
#Option "ForceMinDotClock" # <freq>
#Option "ColorTiling" # [<bool>]
#Option "VideoKey" # [i]
#Option "RageTheatreCrystal" # [i]
#Option "RageTheatreTunerPort" # [i]
#Option "RageTheatreCompositePort" # [i]
#Option "RageTheatreSVideoPort" # [i]
#Option "TunerType" # [i]
#Option "RageTheatreMicrocPath" # <str>
#Option "RageTheatreMicrocType" # <str>
#Option "RenderAccel" # [<bool>]
#Option "SubPixelOrder" # [<str>]
#Option "ShowCache" # [<bool>]
#Option "DynamicClocks" # [<bool>]
#Option "BIOSHotkeys" # [<bool>]
#Option "VGAAccess" # [<bool>]
#Option "ReverseDDC" # [<bool>]
#Option "LVDSProbePLL" # [<bool>]
#Option "AccelMethod" # <str>
#Option "ConstantDPI" # [<bool>]
Identifier "Card0"
Driver "vesa"
VendorName "ATI Technologies Inc"
BoardName "RV280 [Radeon 9200 PRO]"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
DefaultDepth 24
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24 "800x600"
EndSubSection
EndSection
Kod: Zaznacz cały
X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux debian2.4 2.6.18-3-486 #1 Mon Dec 4 15:59:52 UTC 2006 i686
Build Date: 07 July 2006
Before reporting problems, check [url]http://wiki.x.org[/url]
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: Sat Dec 30 10:38:07 2006
(==) Using config file: "/etc/X11/xorg.conf"
Parse error on line 134 of section Screen in file /etc/X11/xorg.conf
"DefaultDepth" is not a valid keyword in this section.
(EE) Problem parsing the config file
(EE) Error parsing the config file
Fatal server error:
no screens found
(WW) xf86CloseConsole: KDSETMODE failed: Bad file descriptor
(WW) xf86CloseConsole: VT_GETMODE failed: Bad file descriptor
Gdy wbijam
X -configure /etc/X11/xorg.conf
Kod: Zaznacz cały
...
Fatal server error:
Unrecognized option: xorg.conf.new
Gdy wbijam
X -configure /etc/X11/xorg.conf
Kod: Zaznacz cały
dpkg-reconfigure xserver-xorg
zygi151 pisze:tylko teraz nie startuje nawet KDM
A masz go jeszcze? Może został usunięty? Może już nie masz środowiska graficznego? Przy aktualizacji różne rzeczy się zdarzają...
Driver "vesa"
Czy to nie powinien byc "ati" ?
Pokaz co pokazuje si polecenie:
Kod: Zaznacz cały
lspci