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/.
Witam, po długiej nieobecności :(. Od kilku m-c zostałem "szczęśliwym" posiadaczem karty ATI Radeon 9550/X1050 Series. Mój problem polega na tym że nie mogę uruchomić X-ów, znalazłem jakąś binarkę na stronie ATI ale okazuje się to nietrafionym pomysłem. Generalnie chodzi mi o to aby ta karta mogła obsłużyć winko i CS-a albo ET-a, dodam dla jasności że zainstalowałem sobie obok winshit i tylko tam mam dostęp do netu. Pozwólcie mi wrócić do Linuxa.
Offline
Chodzi o to że po zainstalowaniu binarki ze strony ATI X'y się nie uruchamiają?? Pokaż /etc/X11/xorg.conf
Offline
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "pl"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection
Przy instalacji wypluwa coś że nie może zainstalować, sorki że to tyle trwa ale mam net tylko pod windowsem.
Offline
Jeżeli to są binarki ze strony ATI to masz zainstalowane linux-headers dla Twojego kernela i build-essential?
Offline
to>>marg1, powinienem to zainstalować, no to robi się :) mam tylko płytę z Debianem ale chyba jest to na tej płycie. Zainstaluję, odpalę binarkę jeszcze raz i napiszę co się dzieje.
Offline
Jeżeli nie masz netu to na płycie jest jedynie build-essential.
linux-headers musiałbyś pobrać stąd na przykład: http://packages.debian.org/search?suite=default§ion=all&arch=any&searchon=names&keywords=linux-headers
Ale nie wiemy jakie masz jądro.
pokaż
uname -a
Jaki masz w ogóle internet bo jeśli bezprzewodowy to pewnie będziesz musiał aktualizować jądro tak czy siak.
Zabierz się może wpierw za uruchomienie na tym kompie netu.
Ostatnio edytowany przez marg1 (2010-02-10 21:58:48)
Offline
Więc tak, po koleji. Zrobiłem, aptitude install linux-headers, i -||- build-essential, potem odpaliłem znów binarkę i znów lipa. A jądro mam 26-26-26-2 jakoś tak, pewnie pomyliłem przecinki ale odpiszę poprawnie następnym razem.
Offline
To zrób zdjęcie albo napisz jaki błąd binarka pokazuje. Nie jesteśmy jasnowidzami ;D
Offline
uname -a >> Linux debian 2.6.26-2-686 #1 SPM Sun Jun 21 04:57:38 UTC 2009 i686 GNU/Linux
X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.2-10.lenny2)
Current Operating System: Linux debian 2.6.26-2-686 #1 SMP Sun Jun 21 04:57:38 UTC 2009 i686
Build Date: 08 June 2009 09:12:57AM
Before reporting problems, check http://wiki.x.org
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: Thu Feb 11 09:41:48 2010
(==) Using config file: "/etc/X11/xorg.conf"
Parse error on line 16 of section Device in file /etc/X11/xorg.conf
"Identiefer" 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
Offline
A pod vesą nie pójdzie? Nie jestem w stanie w chwili obecnej, ale może ktoś podrzuci koledze spreparowany xorg.conf z vesą?
marg1 dobrze radzi: najpierw neta uruchom
Offline
ippo76 >> neta mam pod windowsem, tak że mogę pościągać paczki i doinstalować to co jest potrzebne.
Offline
Parse error on line 16 of section Device in file /etc/X11/xorg.conf
"Identiefer" is not a valid keyword in this section.[/quote]
Tu masz błąd. Powinno być [b]Identifier[/b]
Po drugie jeśli usuniesz/zmienisz nazwę xorg.conf xserwer powinien wystartować. Niestety jeśli używasz sterowników ati, to musisz mieć poprawny xorg.conf.
Poniżej mój xorg.confKod:
# /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/fonts/X11/misc" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/share/fonts/X11/75dpi" # path to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection Section "Module" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "v4l" 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/input/mice" Option "Protocol" "ImPS/2" EndSection Section "Device" Identifier "ATI Technologies Inc RV380 0x3e50 [Radeon X600]" Driver "ati" BusID "PCI:1:0:0" EndSection Section "Monitor" Identifier "Generic Monitor" Option "DPMS" HorizSync 30-96 VertRefresh 50-120 EndSection Section "Screen" Identifier "Default Screen" Device "ATI Technologies Inc RV380 0x3e50 [Radeon X600]" Monitor "Generic Monitor" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "DRI" Mode 0666 EndSection Section "Extensions" Option "Composite" "Enable" EndSection
Offline
Mam po wklejeniu ostatniego xorg.conf komunikat:
Fatal server error:
no screens found
giving up
xinit: Connection reset by peer (errno 104): unable to connect to X server
xinit: No such (errno 3) Server error.
Offline
Mój konfig to tylko przykład (mam trochę inna kartę, na pewno inny monitor), spróbuj wygenerować xorg.conf przez
X -config
PS. Wklejaj logi bo z komunikatów na konsoli trudno coś wnioskować.
Offline
Jeśli korzystasz ze sterowników ATI (binarka zdarta ze strony ATI) to sprawdź na ich stronie czy wersja jaką pobierasz jest kompatybilna z wersją jądra jakie posiadasz. ATI od jakiegoś czasu już nie wspiera tych kart (wiem bo jestem szczęśliwym posiadaczem jednej z nich), a szczerze mówiąc zapomniałem na jakiej wersji jądra się zatrzymali. Ja korzystam z otwartego sterownika, więc w xorg.conf mam wpisane "ati" (jak w przykładowym xorg.conf) jeśli chcesz skorzystać ze sterowników ze strony ATI musisz tam wpisać "fglrx". Przyjrzyj się błędom jakie dostajesz po wydaniu komendy startx (oczywiście jako root). Miałem podobny problem i z tego co pamiętam google pomogło.
Ostatnio edytowany przez mesiu84 (2010-02-12 08:44:10)
Offline
Chętnie też bym skorzystał z otwartych sterowników. Może napiszcie jakie chcecie logi,pliki zobaczyć a ja te przeniosę i wkleję tutaj.
Offline
Time (s) | Query |
---|---|
0.00008 | SET CHARSET latin2 |
0.00005 | SET NAMES latin2 |
0.00100 | 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='3.148.108.192' WHERE u.id=1 |
0.00065 | REPLACE INTO punbb_online (user_id, ident, logged) VALUES(1, '3.148.108.192', 1732271245) |
0.00041 | SELECT * FROM punbb_online WHERE logged<1732270945 |
0.00060 | DELETE FROM punbb_online WHERE ident='18.119.125.240' |
0.00053 | SELECT topic_id FROM punbb_posts WHERE id=140181 |
0.00007 | SELECT id FROM punbb_posts WHERE topic_id=16087 ORDER BY posted |
0.00048 | 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=16087 AND t.moved_to IS NULL |
0.00004 | SELECT search_for, replace_with FROM punbb_censoring |
0.00095 | 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=16087 ORDER BY p.id LIMIT 0,25 |
0.00079 | UPDATE punbb_topics SET num_views=num_views+1 WHERE id=16087 |
Total query time: 0.00565 s |