: 09 stycznia 2011, 20:13
Dziękuję.
Polski portal użytkowników dystrybucji Debian GNU/Linux, dyskusje, artykuły, nowości, blog, porady, pomoc.
https://www.debian.pl/
Kod: Zaznacz cały
X -configure
Kod: Zaznacz cały
file is /root/xorg.conf.new
Kod: Zaznacz cały
cat /root/xorg.conf.new
Kod: Zaznacz cały
/var/log/Xorg.0.log
Kod: Zaznacz cały
ABI class : X.Org Video Driver , version 2.0
(WW) open /dev/ fb0 : No such file or directory
(WW) open /dev/fb1 : No such file or directory
...........................fb2.................................. tak samo do fb7 : No such file directory
(EE) Unable to find a valid framebuffer device
(EE) NV (0) : Failed to open framebuffer device, consult warnings and / or errors ab ove for possible reasons
(you may have to look at the server log to see warnings)
(II) UnloadModule : "nv"
(II) UnloadModule : "fbdevhw"
(II) Unloading /usr/lib/xorg/modules/llinux/libfbdevhw.so
(II) UnloadModule : "vgahw"
(II) Unloading /usr/lib/xorg/modules/librgahw.so
(EE) Screen (s) found, but none have a usable configuration
Fatal server error : no screens found
Kod: Zaznacz cały
/etc/X11/xorg.conf
Kod: Zaznacz cały
dpkg -l | grep xserver-xorg-video >> log.txt
Kod: Zaznacz cały
Section "Device"
...
Driver "vesa"
...
EndSection
Jakie pliki chcesz instalować z poziomu Windows?" pisze:w jaki sposób z partycji Windows, zainstaluję potrzebne pliki?
Kod: Zaznacz cały
/etc/X11/xorg.conf
Kod: Zaznacz cały
# xorg.conf (X.Org 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 "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
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