You are not logged in.

#1 2010-11-08 12:17:39

sputnick
Member
From: Near Paris
Registered: 2009-05-27
Posts: 40

[xorg] screen truncated after installing a fresh arch on a pendrive

Hi there,

i have had followed the good how-to from https://wiki.archlinux.org/index.php/Archiso. All is OK, except the subject of my post. I use a archlinux i686 in vmware to build it without X.

You can see what's happening, it's better than my English :d  (xfce4)

sputlinux.png

The part with the red lines on the right is the missed part of the screen. The green arrow is my pendrive.

My monitor is known to be able to display at least 1024*768 on the full screen.

If I try GUI tools to resize, that's not possible ( I'm already on maximum 1024*768)

If I run

xrandr -s 1024*768

I get :

$ xrandr -s 1024*768                                                                                                                                                 
Size index 1024 is too large, there are only 2 sizes

xrandr alone :

$ xrandr                                                                                                                                                             
xrandr: Failed to get size of gamma for output default                                                                                                                                                     
Screen 0: minimum 800 x 600, current 1024 x 768, maximum 1024 x 768                                                                                                                                        
default connected 1024x768+0+0 0mm x 0mm                                                                                                                                                                   
   1024x768        0.0*                                                                                                                                                                                    
   800x600        61.0  

My Xorg.0.log  is there : http://pastie.org/1281360

I have no xorg.conf

Moreover, if I do ctlr+alt+fN I get a white screen and no login appears, but I can type some commands (without seeing what I type)

If I test the pendrive on another pc : eeepc, all is ok.

Hope someone can understand what's going on smile

++sputnick;

Last edited by sputnick (2010-11-08 23:47:07)

Offline

#2 2010-11-08 14:15:39

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,523

Re: [xorg] screen truncated after installing a fresh arch on a pendrive

Try to load all drivers by "pacman -S xorg-video-drivers"
This might solve the lack of a proper video driver.
In case you expect to use the pendrive only with that computer then you may load Nvidia proprietary drivers.

F


do it good first, it will be faster than do it twice the saint wink

Offline

#3 2010-11-08 23:10:20

sputnick
Member
From: Near Paris
Registered: 2009-05-27
Posts: 40

Re: [xorg] screen truncated after installing a fresh arch on a pendrive

Thanks TheSaint,

I was looking for complicated things when the solution is straightforward smile

nvidia and xorg-video-drivers package is installed now...

w00t!

Last edited by sputnick (2010-11-08 23:59:23)

Offline

#4 2010-11-08 23:51:46

sputnick
Member
From: Near Paris
Registered: 2009-05-27
Posts: 40

Re: [xorg] screen truncated after installing a fresh arch on a pendrive

There's still a problem, now my EEEPC Asus 1005HA refuse to start X with the error :

Message: "No devices detected"

Xorg.0.log is there -> http://pastie.org/1283087

Xorg try to load nvidia now.

Maybe I need to script which module should be loaded by probing lspci output early in the boot process, and maybe try to figure out how knoppix and such handle that, or maybe someone have a simplest solution ?

Last edited by sputnick (2010-11-09 00:00:38)

Offline

#5 2010-11-09 00:39:15

skunktrader
Member
From: Brisbane, Australia
Registered: 2010-02-14
Posts: 1,543

Re: [xorg] screen truncated after installing a fresh arch on a pendrive

Try blacklisting nouveau

Offline

#6 2010-11-09 00:56:09

sputnick
Member
From: Near Paris
Registered: 2009-05-27
Posts: 40

Re: [xorg] screen truncated after installing a fresh arch on a pendrive

Something like this ?

var=$(lspci | grep VGA)
case "$var" in
    *nvidia*) <something>;;
    *intel*945) <something>;;
    *) echo >&2 "unsupported card"
esac

If yes,  when ? I think /etc/rc.local file is too late maybe. Should I plan to do it in ramfs ?

Last edited by sputnick (2010-11-09 09:50:49)

Offline

#7 2010-11-09 11:13:15

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,523

Re: [xorg] screen truncated after installing a fresh arch on a pendrive

sputnick wrote:

There's still a problem, now my EEEPC Asus 1005HA

Well for netbook you may like to try out the netbook kernel version. Many efforts have been spent to that netbook

F


do it good first, it will be faster than do it twice the saint wink

Offline

Board footer

Powered by FluxBB