PC Ekspert Forum

PC Ekspert Forum (https://forum.pcekspert.com/index.php)
-   Operativni sustavi (https://forum.pcekspert.com/forumdisplay.php?f=36)
-   -   Linux>slackware>friski install ali ne dize se X (https://forum.pcekspert.com/showthread.php?t=44028)

Anthrax a.k.a. Priest 04.08.2006. 19:48

Linux>slackware>friski install ali ne dize se X
 
Dakle frisko sam instalirao winse i slack 10.2, sve radi osim sto mi slack nakon logiranja ne zeli podignut GUI. Imam LCD Samsung SyncMaster 930 BF i sapphire X300 SEIzbaci mi ovaj error :

Citiraj:

......

Mouse 1: Cannot open input device
preinit failed for input device "Mouse1"

No core pointer

Fatal server error:

failed to initialaze core devices

XIO: fatal IO error 104 on x server ":0.0" after 0 requests (0 known processed) with 0 events remaining
Mouse je opticki usb sa 2 tipke i kotacicem. vjerojatno treba neke gluposti editirat u xorg.conf samo ne znam koje pa ako neko moze pejstat svoj xorg ili reci sta da editiram bio bi zahvalan

Tomo 04.08.2006. 20:11

Citiraj:

# /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" "pc104"
Option "XkbLayout" "cro"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
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 5200]"
Driver "nvidia"
Option "nologo""1"
BusID "PCI:1:0:0"
VideoRam 131072
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 76.16
VertRefresh 56
EndSection

Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV34 [GeForce FX 5200]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "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
Ovo je sa Ubuntu-a 6.06 LTS

Anthrax a.k.a. Priest 04.08.2006. 20:36

hvala na brzom odgovoru. Sada mi jos jedini problrm ostaje sto kaze no screens found

stef 04.08.2006. 21:00

Dakle, Slackware je po defoltu namješten na runlevel 3 i ne diže X-e osim ako mu ti ne kažeš. Postoji utility koji radi konfiguraciju X-a, zove se "Xorgconfig" koji ti postavlja razna pitanja u vezi konfiguracije i na kraju to sve sejava u /etc/X11/xorg.conf fajl. Nakon toga još ručno editiraš po potrebi.

Ovaj config što ti ga je Snake poslao sadrži "nvidia" driver pod "Section Device". Ako nisi instalirao nvidia drivere, trebao bi staviti "nv" umjesto toga da diže driver od X-a. Također, vjerojatno treba zakomentirati,staviti # ispred "option No Logo" koja je isto od Nvidia drivera. Imaš li uopće Nv grafičku?

Tomo 04.08.2006. 21:04

@ stef: E da, zaboravio sam to napomenut... THNX kaj si se sjetio...

@ Anthrax: Koju grafu imas....

Anthrax a.k.a. Priest 04.08.2006. 21:14

procitajte malo moj post :d imam ATI-ja

Problem je sto ne prepoznaje monitor mislim i tu nesto treba podesit oko njega

stef 04.08.2006. 21:29

Normalno da ga ne kuži kad su u konfiguraciji nvidia driveri. Ja sam zaboravio kako se zove Ati driver od X-a ... pa ako tko zna neka napiše.
Postupak za instalaciju ATI fglrx drivera:
Citiraj:

Download the proper drivers for your X-Free version off of ATI.com

Then login as root

su

Then cd into the directory containing the drivers and run the following:
rpm2tgz filename.rpm
installpkg filename.tgz
cd /lib/modules/fglrx/build_mod
sh make.sh
cd ..
sh make_install.sh

Make sure in your Kernel that you have the DO NOT have DRI compiled or Moduled in and that for agpgart you have it Moduled in with your correct AGP Chipset compiled in. From there type in the ATI X config command that is giving at the last command to go through there auto XF86Config maker. Then load the modules for your AGP Chipset and fglrx like so
modprobe agp-gart
modprobe intel-agp
modprobe fglrx

Then run ATI's xf-config utility

fglrxconfig

Anthrax a.k.a. Priest 04.08.2006. 21:40

nisu nvidia driveri nego vesa driveri i prije mi je super uvijek radilo sa CRT-om ali sad kad sam presao na LCD ga ne prepoznaje dakle samo trebam ustimat postavke monitora....morat cu to malo prokopat

Tomo 04.08.2006. 22:06

da ti nije mozda do HorizSync i VertRefresh... probaj ovo...

Citiraj:

sudo gtf 1280 1024 65
dobit ces nesto u ovom stilu

Citiraj:

# 1280x1024 @ 85.00 Hz (GTF) hsync: 91.38 kHz; pclk: 159.36 MHz
Modeline "1280x1024_85.00" 159.36 1280 1376 1512 1744 1024 1025 1028 1075 -HSync +Vsync
Upisi doticne vrijednosti (u xorg.conf) HorizSync i VertRefresh, restartaj X pa vidi oce se pokrenut.

stef 04.08.2006. 22:15

Da, koje frekvencije imaš u xorg.conf-u?

Anthrax a.k.a. Priest 05.08.2006. 15:03

instalirao sam ubuntu 6.06 nakon sto sam izgubio zivce...sve sam bio isprobao...

koje pakete moram skinut za slusat mp3 i gledat avi i mpeg?

Tomo 05.08.2006. 15:13

Citiraj:

Autor Anthrax
instalirao sam ubuntu 6.06 nakon sto sam izgubio zivce...sve sam bio isprobao...

koje pakete moram skinut za slusat mp3 i gledat avi i mpeg?

gstreamer (mp3,lame,mpeg,ffmeg,w32codecs) (plugins-bad/ugly/god) ....

stef 05.08.2006. 15:25

xmms (mp3), Xine/Ogle (DVD), Mplayer/w32codecs (Divx)

Tomo 05.08.2006. 16:22

samo u synapticu skini ove libove...

System -- Administration -- Synaptic
Search: libxine-extracodecs
Search: totem-xine

Anthrax a.k.a. Priest 05.08.2006. 16:51

Citiraj:

Autor $n@k€
samo u synapticu skini ove libove...

System -- Administration -- Synaptic
Search: libxine-extracodecs
Search: totem-xine

e stari ovo mi je puno pomoglo jer sam oci izgubio od trazenja...

Jedino ovaj prvi ne mogu naci a drugi kad ubacim u search nadje mi samo totem

Zond 05.08.2006. 17:38

Odi na Ubuntu Wiki, imas sve fino napisano, samo kopiras komande u terminal ;)

Tomo 05.08.2006. 17:44

@ "crni prist": ako ti je ovako onda skines to.... http://www.slibe.com/slibe/d807fe2e-Screenshot-png.png

@ Zond: http://ubuntuforums.org/ ima i tu dosta stvarcica .... svaka minuta 10 postova Topica :D (cisti primjer kako ljudi neznaju korisititi search dugmic)

Zond 05.08.2006. 17:56

https://help.ubuntu.com/community/RestrictedFormats

Anthrax a.k.a. Priest 05.08.2006. 18:09

isao po wikiu i howto i sve isprobano mi nije htjelo radit...ali uspio sam naci alternativu..skinuo sam VLC player preko apta i sad sve radio ko podmazano...hvala na trudu ljudi

Zond 05.08.2006. 18:12

Trebao si mplayer skompajlirati iz CVS :D

Anthrax a.k.a. Priest 06.08.2006. 12:24

nikako na zelenu granu. Imam T-comov adsl modem koji se spaja na ethernet i namjestio sam konekciju sa pppoeconf i sve radi krasno do prvog restarta nakon cega vise nece da se poveze.... znali neko u cemu je problem?

tutix 06.08.2006. 12:30

Taj problem i ja imam, nakon što mi restarta komp nakon prvog postavljanja, internet malo radi pa malo ne, uglavnom ne. Zato sam i prestal koristit Ubuntu. Možda je zbog modema, imam onaj crni od Elcona koji radi i na usb i na mrežnoj.

Tomo 06.08.2006. 12:43

hm... nemam problema s tim jer nemam DSL... jeste probali ovaj link?

Anthrax a.k.a. Priest 06.08.2006. 12:56

Citiraj:

Autor tutix
Taj problem i ja imam, nakon što mi restarta komp nakon prvog postavljanja, internet malo radi pa malo ne, uglavnom ne. Zato sam i prestal koristit Ubuntu. Možda je zbog modema, imam onaj crni od Elcona koji radi i na usb i na mrežnoj.

ne imam siemens onaj bijeli koji ide samo na ethernet

Anthrax a.k.a. Priest 06.08.2006. 12:56

Citiraj:

Autor $n@k€
hm... nemam problema s tim jer nemam DSL... jeste probali ovaj link?


to je za suse

Zond 06.08.2006. 12:57

Meni je na ubuntu pppoeconf delao bez beda. Svaki restart je prosao bez problema, link se digne, apsolutno 0 problema. Siemens modem inace. Bez problema do jucer, jucer je krepao disk pa se mogu khm.. :D

Anthrax a.k.a. Priest 06.08.2006. 13:00

Citiraj:

Autor Zond
Meni je na ubuntu pppoeconf delao bez beda. Svaki restart je prosao bez problema, link se digne, apsolutno 0 problema. Siemens modem inace. Bez problema do jucer, jucer je krepao disk pa se mogu khm.. :D

i meni je stariji ubuntu radio ali ovaj novi mi nece da se cocnnecta nakon prvog restarta


Sva vremena su GMT +2. Sada je 10:27.

Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© 1999-2024 PC Ekspert - Sva prava pridržana ISSN 1334-2940
Ad Management by RedTyger