|
|
|
|
|
|
|
|
|
|
|
|
atolboo
Pardus Guru
   
Posts: 2317

|
 |
« Reply #6 on: January 04, 2012, 16:45:26 PM » |
|
I found this /etc/X11/xorg.conf file Section "ServerFlags" EndSection
Section "Device" Identifier "VideoCard" Option "Monitor-LVDS" "Monitor[LVDS]" Option "Monitor-VGA" "Monitor[VGA]" EndSection
Section "Screen" Identifier "Screen" Device "VideoCard" EndSection
Section "ServerLayout" Identifier "Layout" Screen "Screen" EndSection
Section "Monitor" Identifier "Monitor[LVDS]" Option "Enable" "true" EndSection
Section "Monitor" Identifier "Monitor[VGA]" Option "PreferredMode" "1680x1050" Option "Enable" "true" EndSection
on my Asus 1001PXD after connecting a Philips 220CW9FB monitor to the VGA port. And maybe a /etc/X11/xorg.conf file (can only be inserted with root privileges) with Section "ServerFlags" EndSection
Section "Device" Identifier "VideoCard" Option "Monitor-VGA" "Monitor[VGA]" EndSection
Section "Screen" Identifier "Screen" Device "VideoCard" EndSection
Section "ServerLayout" Identifier "Layout" Screen "Screen" EndSection
Section "Monitor" Identifier "Monitor[VGA]" Option "PreferredMode" "1280x1024" Option "Enable" "true" EndSection
will do the trick after a Restart of the computer
|
|
|
|
|
Logged
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|