You are not logged in.
Pages: 1
Hello,
Arch Linux runnig on my PC in a virtual maschine on vmware 6.5.1. With the old xserver 1.4 the guide works perfectly, but with the new xserver the vmwaretools install script is unable to create a xorg.conf.
I tryed to use my old xorg.conf (after vmware-tools was installed) for the new xserver, but that doesnt work. So does anybody knows what to do?
The wiki entrie is definitely wrong!
Greetings
Patrick
Last edited by P@trick (2008-12-13 12:36:32)
Offline
Maybe someone can move this to: "Desktop Environments" Forums?
Offline
try removing your xorg.conf..
KISS = "It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience." - Albert Einstein
Offline
I do and than it works, but i cant change the monitor solution. it is always wide-screen than but i want 1280x1024.
So how can I change the monitor size than?
Last edited by P@trick (2008-12-13 17:25:35)
Offline
maybe this works:
Try adding as spartan as possible xorg.conf with just the Screen section for example(don't know if the screen section needs a Monitor and Device section but if it does then just add those aswell and make them as spartan as possible)
Section "Screen"
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
see if that works... you also might be able to change the resolution with the nvidia graphical config tool, don't know if ati has such a utility too.. and i saw on the forum here a couple days back that some dude got it working with Option Preferredmode 1280x1024 for example
oh and you can see available modes(and set them) by running the xrandr cmd-line utility
Last edited by test1000 (2008-12-15 14:54:47)
KISS = "It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience." - Albert Einstein
Offline
Pages: 1