From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <42EA175A.3050501@ricom.ru> Date: Fri, 29 Jul 2005 15:47:38 +0400 From: Alexey Morsov User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050512) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eugene Ostapets , ALT Linux Sisyphus discussion list Subject: Re: [sisyphus] sisyphus boot References: <42E9FF4B.5080700@ricom.ru> <20050729140722.0f39ffb8.aphlux@mail.ru> <42EA0893.7010209@ricom.ru> <42EA1070.80007@ricom.ru> In-Reply-To: Content-Type: multipart/mixed; boundary="------------010906080905080505030904" X-Virus-Scanned: by amavisd-new at ricom.ru Cc: X-BeenThere: sisyphus@altlinux.ru X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ALT Linux Sisyphus discussion list List-Id: ALT Linux Sisyphus discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jul 2005 11:47:41 -0000 Archived-At: List-Archive: This is a multi-part message in MIME format. --------------010906080905080505030904 Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 8bit Eugene Ostapets wrote: > Так он никогда толком сам и не грузился... ok. прописал :) > А что именно пишет? Да и /etc/X11/xorg.conf былобы неплохо приложить... [samurai@alexey samurai]$ glxinfo glxinfo: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory файл xorg.conf приложен (главное не забыть приложить) --------------010906080905080505030904 Content-Type: text/plain; name="xorg.conf.auto" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="xorg.conf.auto" Section "Files" FontPath "unix/:-1" EndSection Section "Module" Load "dbe" Load "glx" Load "dri" Load "extmod" Load "type1" Load "freetype" SubSection "extmod" Option "omit xfree86-dga" EndSubSection EndSection Section "DRI" Mode 0660 Group "xgrp" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "250 30" EndSection Section "InputDevice" Identifier "mouse0" Option "Device" "/dev/input/mice" #"ImExPS/2 Generic Explorer Mouse" Driver "mouse" Option "Protocol" "IMPS/2" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "Device0" Driver "nv" EndSection Section "Monitor" Identifier "Monitor at Device0" EndSection Section "Screen" Identifier "Screen at Device0" Device "Device0" Monitor "Monitor at Device0" DefaultColorDepth 24 Subsection "Display" Depth 8 Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x350" EndSubSection Subsection "Display" Depth 15 Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x350" EndSubSection Subsection "Display" Depth 16 Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x350" EndSubSection Subsection "Display" Depth 24 Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x350" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Screen at Device0" InputDevice "mouse0" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection --------------010906080905080505030904--