Fórum Ubuntu CZ/SK

Ostatní => Archiv => Téma založeno: Vasa 21 Října 2007, 11:52:19

Název: nefunkční Xserver
Přispěvatel: Vasa 21 Října 2007, 11:52:19
zdravim
od pátku mám problém s Xserverem na ubuntu.Přešel jsem z verze 7.4 na 7.10 v klidu,potom jsem v nastavení ovladačů ke graf kartě (nebo něčem takovym) nastavil ATI ovladeče,systém vyžadoval restart provedl jsem ho a potom už mi nenaběhla přihlašovací obrazovka,na místo ní jsem se ocitl v textovym prostředí,logl jsem se do konzole napsal startx a zobrazilo se mi hlášení:

X Window System Version 1.3.0
Release Date: 19 Aprol 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Linux Ubuntu (xorg-server 2:1.3.0.0.dfsg-12ubuntu0)
Current Operatin System: Linux vasa-laptop 2.6.22-14-306 #1 Sun Oct 14 22:36:54
 GMT 2007 1606
Build Date: 29 September 2007
           Before reporting problems, check http://wiki.x.org
           to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (##) fromconfig file, (##) default setting,
           (++) from command line, (  ) notice, (II) informational,
           (WW) warning, (EE) error, (NI) not implemented, (77) unknow,
(==) Log file: "/war/log/Xorg.0.log", Time Sat Oct 20 19:02:53 2007
(==) Using config file: "/ect/X11/xorg.conf"
(EE) No devices detected.

Fatal server error:
no screens found
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
       after 0 requests (O known processed) with 0 events remaining.
xauth: error in locking authority file /home/vasa/.Xauthority


má s tím někdo zkušenosti??Jsem zoufalý:o(((
Název: Re: nefunkční Xserver
Přispěvatel: slashsbluesball 21 Října 2007, 12:23:45
jake pouzivas ovladace? me to psalo kdyz jsem pouzival proprietarni ati ovladac fglrx pro nepodporovanou kartu ATI Radeon 9200 :) proprietarni ovladac nepodporuje karty starsi nez radeon 9500 :( zkus ovladac radeon, s tim mi ale zase nejede direct rendering :(
Název: Re: nefunkční Xserver
Přispěvatel: Vasa 21 Října 2007, 12:35:37
tak to nevim,ovladače mě tam instaloval bratranec,jsme chtěli vyzkoušet compiz,kterej stejně nešel,já mám ATI Mobility Radeon X1300
myslim že tam byly dany nějaky univerzální,s těma to šlo,ale až po mym zásahu to selhalo  :'(
Název: Re: nefunkční Xserver
Přispěvatel: slashsbluesball 24 Října 2007, 22:07:27
zkus sem pisnout xorg.conf, treba neco pozname :)
Název: Re: nefunkční Xserver
Přispěvatel: Vasa 19 Listopadu 2007, 16:56:06
tady je ten xorg.conf:

# 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 xorg.conf manual page.
# (Type "man 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"
EndSection

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc104"
   Option      "XkbLayout"   "cz"
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"
   Identifier   "Synaptics Touchpad"
   Driver      "synaptics"
   Option      "SendCoreEvents"   "true"
   Option      "Device"      "/dev/psaux"
   Option      "Protocol"      "auto-dev"
   Option      "HorizEdgeScroll"   "0"
EndSection

Section "InputDevice"
   Driver      "wacom"
   Identifier   "stylus"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"      "stylus"
   Option      "ForceDevice"   "ISDV4"      # Tablet PC ONLY
EndSection

Section "InputDevice"
   Driver      "wacom"
   Identifier   "eraser"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"      "eraser"
   Option      "ForceDevice"   "ISDV4"      # Tablet PC ONLY
EndSection

Section "InputDevice"
   Driver      "wacom"
   Identifier   "cursor"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"      "cursor"
   Option      "ForceDevice"   "ISDV4"      # Tablet PC ONLY
EndSection

Section "Device"
   Identifier   "ATI Mobility Radeon X1300"
   Driver      "ati"
   BusID      "PCI:1:0:0"
   Option      "UseFBDev"      "true"
EndSection

Section "Monitor"
   Identifier   "Acer Aspire 5100"
   Option      "DPMS"
   HorizSync   30-60
   VertRefresh   50-160
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "ATI Mobility Radeon X1300"
   Monitor      "Acer Aspire 5100"
   DefaultDepth   24
EndSection

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

# Uncomment if you have a wacom tablet
#   InputDevice     "stylus"   "SendCoreEvents"
#   InputDevice     "cursor"   "SendCoreEvents"
#   InputDevice     "eraser"   "SendCoreEvents"
   InputDevice   "Synaptics Touchpad"
EndSection
Název: Re: nefunkční Xserver
Přispěvatel: slashsbluesball 19 Listopadu 2007, 23:47:34
zkus pouzit ovladac radeon:

Kód: [Vybrat]
Section "Device"
   Identifier   "ATI Mobility Radeon X1300"
   Driver      "radeon"
   BusID      "PCI:1:0:0"
   Option      "UseFBDev"      "true"
EndSection