# lsb_release –a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 12.10 Release: 12.10 Codename: quantal # uname -ri 3.5.0-17-generic x86_64 |
Here’s grachic card info
# lshw -class display *-display description: VGA compatible controller product: ES1000 vendor: Advanced Micro Devices [AMD] nee ATI physical id: 3 bus info: pci@0000:01:03.0 version: 02 width: 32 bits clock: 33MHz capabilities: pm vga_controller bus_master cap_list rom configuration: driver=radeon latency=64 mingnt=8 resources: irq:23 memory:f0000000-f7ffffff ioport:3000(size=256) memory:fb5f0000-fb5fffff memory:fb400000-fb41ffff |
# egrep -R '(\(WW\)|\(EE\))' /var/log/Xorg.0.log (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 40.504] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. [ 40.533] (WW) Warning, couldn't open module fglrx [ 40.533] (EE) Failed to load module "fglrx" (module does not exist, 0) [ 40.534] (WW) Warning, couldn't open module fglrx [ 40.534] (EE) Failed to load module "fglrx" (module does not exist, 0) [ 40.538] (WW) Falling back to old probe method for vesa [ 40.538] (WW) Falling back to old probe method for modesetting [ 40.538] (WW) Falling back to old probe method for fbdev [ 40.688] (EE) AIGLX error: Calling driver entry point failed [ 40.688] (EE) AIGLX: reverting to software rendering |
- (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
There’s no cyrillic
# ls /usr/share/fonts/X11/ 100dpi 75dpi Type1 encodings misc util |
Install that via apt-get
# apt-get install xfonts-cyrillic -y |
- (WW) Warning, couldn't open module fglrx
# apt-cache search fglrx fglrx - Video driver for the AMD graphics accelerators # apt-get install fglrx -y |
Reboot the OS
# reboot |
After boogint ghe OS
nnn , many errors..
# egrep -R '(\(WW\)|\(EE\))' /var/log/Xorg.0.log (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 40.411] (WW) Falling back to old probe method for fglrx [ 41.925] (EE) No supported AMD display adapters were found [ 41.973] (WW) Falling back to old probe method for modesetting [ 41.973] (EE) open /dev/dri/card0: No such file or directory [ 41.973] (WW) Falling back to old probe method for fbdev [ 42.080] (EE) Screen 0 deleted because of no matching config section. [ 42.283] (EE) [ 42.283] (EE) Backtrace: [ 42.284] (EE) 0: /usr/bin/X (xorg_backtrace+0x36) [0x7f3c2f547ac6] [ 42.284] (EE) 1: /usr/bin/X (0x7f3c2f39f000+0x1ac8f9) [0x7f3c2f54b8f9] [ 42.284] (EE) 2: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7f3c2e6c5000+0xfcb0) [0x7f3c2e6d4cb0] [ 42.284] (EE) 3: /usr/bin/X (xf86findOption+0x20) [0x7f3c2f45db10] [ 42.284] (EE) 4: /usr/bin/X (xf86findOptionValue+0x9) [0x7f3c2f45dc99] [ 42.284] (EE) 5: /usr/bin/X (0x7f3c2f39f000+0x94efd) [0x7f3c2f433efd] [ 42.284] (EE) 6: /usr/bin/X (xf86ProcessOptions+0x2f) [0x7f3c2f43447f] [ 42.284] (EE) 7: /usr/lib/xorg/modules/libvbe.so (vbeDoEDID+0xe7) [0x7f3c2a4b6b17] [ 42.284] (EE) 8: /usr/lib/xorg/modules/drivers/vesa_drv.so (0x7f3c2acd2000+0x30a5) [0x7f3c2acd50a5] [ 42.284] (EE) 9: /usr/bin/X (InitOutput+0xb02) [0x7f3c2f436af2] [ 42.284] (EE) 10: /usr/bin/X (0x7f3c2f39f000+0x44386) [0x7f3c2f3e3386] [ 42.284] (EE) 11: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xed) [0x7f3c2d34a76d] [ 42.284] (EE) 12: /usr/bin/X (0x7f3c2f39f000+0x448ad) [0x7f3c2f3e38ad] [ 42.284] (EE) [ 42.284] (EE) Segmentation fault at address 0x0 [ 42.284] (EE) [ 42.284] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information. [ 42.284] (EE) # egrep -R '(\(WW\)|\(EE\))' /var/log/Xorg.failsafe.log (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 47.716] (WW) VESA(0): Unable to estimate virtual size [ 47.716] (WW) VESA(0): No valid modes left. Trying less strict filter... [ 47.716] (WW) VESA(0): Unable to estimate virtual size [ 48.539] (EE) GLX error: Can not get required symbols. |
uninstall fglrx
# apt-get remove fglrx -y |
Reboot the OS
After rebooting the OS
root@ubuntu-1:~# egrep -R '(\(WW\)|\(EE\))' /var/log/Xorg.0.log (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 39.177] (WW) Warning, couldn't open module fglrx [ 39.177] (EE) Failed to load module "fglrx" (module does not exist, 0) [ 39.463] (WW) Warning, couldn't open module fglrx [ 39.463] (EE) Failed to load module "fglrx" (module does not exist, 0) [ 39.537] (WW) Falling back to old probe method for vesa [ 39.537] (WW) Falling back to old probe method for modesetting [ 39.537] (WW) Falling back to old probe method for fbdev [ 40.234] (EE) AIGLX error: Calling driver entry point failed [ 40.234] (EE) AIGLX: reverting to software rendering # egrep -R '(\(WW\)|\(EE\))' /var/log/Xorg. Xorg.0.log Xorg.failsafe.log Xorg.0.log.old Xorg.failsafe.log.old root@ubuntu-1:~# egrep -R '(\(WW\)|\(EE\))' /var/log/Xorg.failsafe.log (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 47.716] (WW) VESA(0): Unable to estimate virtual size [ 47.716] (WW) VESA(0): No valid modes left. Trying less strict filter... [ 47.716] (WW) VESA(0): Unable to estimate virtual size [ 48.539] (EE) GLX error: Can not get required symbols. |
Still have the problem..
How about reinstalling Xorg ??
# apt-get remove --purge xserver-xorg |
Install
# apt-get install xserver-xorg -y |
reconfigure
# dpkg-reconfigure xserver-xorg |
Reboot the OS
# reboot |
Can’t solve..
xrog has not been installed..
# apt-cache policy xorg xorg: Installed: (none) Candidate: 1:7.7+1ubuntu4 Version table: 1:7.7+1ubuntu4 0 500 http://archive.ubuntu.com/ubuntu/ quantal/main amd64 Packages |
install
# apt-get install xorg -y |
# apt-cache policy xserver-xorg xserver-xorg: Installed: 1:7.7+1ubuntu4 Candidate: 1:7.7+1ubuntu4 Version table: *** 1:7.7+1ubuntu4 0 500 http://archive.ubuntu.com/ubuntu/ quantal/main amd64 Packages 100 /var/lib/dpkg/status # apt-cache policy xorg xorg: Installed: 1:7.7+1ubuntu4 Candidate: 1:7.7+1ubuntu4 Version table: *** 1:7.7+1ubuntu4 0 500 http://archive.ubuntu.com/ubuntu/ quantal/main amd64 Packages 100 /var/lib/dpkg/status |
Reboot the OS
still can’t solve the problem..
I’ll do the fresh installation when I have time.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.