On Feb 7, 7:23 am, Sylvain Robitaille <
s...@alcor.concordia.ca> wrote:
>
> More likely it's a driver issue concerning your graphics controller.
> Stay in CLI mode to debug this, since your system isn't really usable in
> X. First see if there's any insightful content in /var/log/Xorg.0.log.
>
In /var/log/Xorg.0.log there's a lot. I found something, I hope it is
insightful... Mainly errors, warnings and little more. I thought it
was too long posting the whole content of this file, but if you hold
it necessary I will post it entirely. What I found is the following:
[ 26.332] X Protocol Version 11, Revision 0
...
[ 26.332] Markers: (--) probed, (**) from config file, (==) default
setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
...
[ 26.378] (==) No Layout section. Using the first Screen section.
[ 26.378] (==) No screen section available. Using defaults.
[ 26.378] (**) |-->Screen "Default Screen Section" (0)
[ 26.378] (**) | |-->Monitor "<default monitor>"
[ 26.378] (==) No monitor specified for screen "Default Screen
Section".
Using a default monitor configuration.
...
[ 26.378] (WW) The directory "/usr/share/fonts/local" does not
exist.
[ 26.378] Entry deleted from font path.
[ 26.378] (WW) The directory "/usr/share/fonts/CID" does not exist.
[ 26.378] Entry deleted from font path.
...
[ 26.471] (II) LoadModule: "fbdev"
[ 26.472] (WW) Warning, couldn't open module fbdev
[ 26.472] (II) UnloadModule: "fbdev"
[ 26.472] (EE) Failed to load module "fbdev" (module does not
exist, 0)
...
[ 26.473] (II) VESA: driver for VESA chipsets: vesa
[ 26.473] (++) using VT number 7
...
[ 26.476] (WW) Falling back to old probe method for vesa
...
[ 26.692] (II) NOUVEAU(0): Monitor name: Acer 77e
[ 26.692] (II) NOUVEAU(0): Serial No: 00001
[ 26.692] (II) NOUVEAU(0): Ranges: V min: 50 V max: 120 Hz, H min:
30 H max: 72 kHz, PixClock max 115 MHz
> Next, to help with your troubleshooting efforts, it would be useful for
> folks to know a little bit about your graphics hardware (besides your
> monitor). At a command prompt, type the following:
>
> lspci | grep -w VGA
>
lspci | grep -w VGA
00:0d.0 VGA compatible controller: nVidia Corporation C61 [GeForce
6150SE nForce 430] (rev a2)
> You'll get output similar to this:
>
> 01:05.0 VGA compatible controller: ATI Technologies Inc RS480 [Radeon Xpress 200G Series]
>
> Make a note of the number on the left ("01:05.0" in this example), and
> re-run lspci, asking it for verbose information about that device:
>
> lspci -v -s 01:05.0
>
> (be sure to replace "01:05.0" with the appropriate slot number for your
> graphics controller)
>
root@Imladris:/storage# lspci -v -s 00:0d.0
00:0d.0 VGA compatible controller: nVidia Corporation C61 [GeForce
6150SE nForce 430] (rev a2) (prog-if 00 [VGA controller])
Subsystem: ASUSTeK Computer Inc. Device 8234
Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 22
Memory at de000000 (32-bit, non-prefetchable) [size=16M]
Memory at c0000000 (64-bit, prefetchable) [size=256M]
Memory at dd000000 (64-bit, non-prefetchable) [size=16M]
Expansion ROM at dffc0000 [disabled] [size=128K]
Capabilities: [48] Power Management version 2
Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
Kernel driver in use: nouveau
Kernel modules: nouveau, nvidiafb
> I expect that with that information, and the contents of Xorg.0.log, it
> should be possible for some to help you with this.
>
As I said, if you need all the contents of Xorg.0.log I will send
them.
Thanks