You are not logged in.

#1 2011-03-25 06:32:54

lilydjwg
Member
Registered: 2010-06-20
Posts: 53

[SOLED] X starts normally, but the display is messed up

I installed the nouveau driver, and configured it as this page says. X starts normally, but anything except the mouse cursor displays on it is messed up:
http://paste.ubuntu.org.cn/i83496

I found no errors or warnings in the log. And on the same machine with the same video driver Ubuntu works just fine.

Update:

After upgrading the kernel to 2.6.38, all are back to normal!

Last edited by lilydjwg (2011-04-11 13:06:53)

Offline

#2 2011-03-25 07:43:23

Vermillion
Member
From: Switzerland
Registered: 2010-08-13
Posts: 43

Re: [SOLED] X starts normally, but the display is messed up

Can you post us your /boot/grub/menu.lst and your xorg.conf?

Wondering how it looks like...

Offline

#3 2011-03-25 08:06:20

lilydjwg
Member
Registered: 2010-06-20
Posts: 53

Re: [SOLED] X starts normally, but the display is messed up

I am using grub2:

menuentry 'Arch Linux, with Linux vmlinuz26' --class archlinux --class gnu-linux --class gnu --class os {
    load_video
    insmod part_msdos
    insmod ext2
    set root='(hd0,msdos1)'
    search --no-floppy --fs-uuid --set=root 171c2e25-470d-46c4-8f63-fb2488206990
    echo    'Loading Linux vmlinuz26 ...'
    linux    /vmlinuz26 root=/dev/disk/by-uuid/4d9ad7d7-2631-4b32-98c9-39006818cd77 ro  quiet
    echo    'Loading initial ramdisk ...'
    initrd    /kernel26.img
}

Strangely I don't have a 'xorg.conf' file, only the xorg.conf.d directory, and none of the tutorials I read tells me to create or generate one.

ls /etc/X11/xorg.conf.d
10-evdev.conf  10-quirks.conf  20-nouveau.conf

And the last one is created following the nouveau wiki page.

Offline

#4 2011-03-25 08:30:49

bohoomil
Member
Registered: 2010-09-04
Posts: 2,376
Website

Re: [SOLED] X starts normally, but the display is messed up

I experienced exactly the same issue some time ago, and the reason was a mess in one of the files. Go through your config files in /etc/X11/xorg.conf.d/ and follow the guidelines in the Wiki (xorg section). You don't need xorg.conf, but do need the necessary bits in your xorg.conf.d instead. I can't see monitor.conf, screen.conf or server.conf in your directory, which might be the case.

Edit: take a look at the /var/log/Xorg.0.log as well.

Last edited by bohoomil (2011-03-25 08:32:09)


:: Registered Linux User No. 223384

:: github
:: infinality-bundle+fonts: good looking fonts made easy

Offline

#5 2011-03-25 08:35:15

Vermillion
Member
From: Switzerland
Registered: 2010-08-13
Posts: 43

Re: [SOLED] X starts normally, but the display is messed up

Sorry of course you don't need a xorg.conf... I was at ATI drivers with my mind.

As far as i know the monitor.conf is only necessary if you have more than one monitor...

Offline

#6 2011-03-25 08:45:05

bohoomil
Member
Registered: 2010-09-04
Posts: 2,376
Website

Re: [SOLED] X starts normally, but the display is messed up

@Vermillion: Yes, you're right about the monitor.conf. ; )


:: Registered Linux User No. 223384

:: github
:: infinality-bundle+fonts: good looking fonts made easy

Offline

#7 2011-03-25 09:01:03

lilydjwg
Member
Registered: 2010-06-20
Posts: 53

Re: [SOLED] X starts normally, but the display is messed up

Here's my Xorg.0.log:
http://paste.ubuntu.org.cn/d83497

Offline

Board footer

Powered by FluxBB