rdolmat wrote:Got it!!
Don't know how..but it worked after the third try....
now...how the heck do I upgrade and install the ATI Mobility X1400 driver for my Dell Inspiron 9400 laptop....
can't stand the 1024 size display....

Ati you can do 1 of 2 .
In the kde menu for the 3.4 loop2b dvd version there is a ATI control panel just go to the top of the menu and search for ATI and a few sec.s later it will show it.
You can use this to change resolution and several other settings like in windows and ati control panel.
(PS> screen sizes is 1440x900 and 1920x1200 and possibly for older laptops somewhere in between not sure.)
or
As root using terminal you can "nano -w /etc/X11/xorg.conf" and then :
Move the "1024x768" below by typing "???x???" and replacing the ??? with the actual screen resolution of yours.
[code]
# The favoured Depth and/or Bpp may be specified here
DefaultDepth 24
SubSection "Display"
Depth 8
ViewPort 0 0
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubsection
SubSection "Display"
Depth 16
ViewPort 0 0
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubsection
SubSection "Display"
Depth 24
ViewPort 0 0
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubsection
EndSection
[code]
The DRI part here below remove the # from infront of it like below then save.
[code]
Section "Module"
Load "dbe"
Load "i2c"
Load "glx"
Load "ddc"
Load "type1"
Load "freetype"
Load "extmod"
Load "synaptics"
Load "vbe"
Load "dri"
EndSection
[code]
Now it is permanent.
Once it looks like this with correct resolution then ctrl+x then Y and it is done.
Close all open programs like for a restart.
You can reboot or ctrl+alt+backspace buttons all 3 at the same time and screen will resize and login again.
I had to manually set mine like this as the nvidia does not make mine permanent ? weard. Might be becuase I was in a user instead of loged in as root and should have done it there. write protect if not root ?
As for updating the ATI drivers to the latest version = kuroo and ati and update or as root "emerge -s ati"
and then once you have the correct name "emerge ati-drivers" and it will do the job.
Might also be able to "binmerge ati-drivers" not sure and this can be faster.
Hope this helps.