Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
xorgconf configuration for Laptop & External Screen
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Riddick
Tux's lil' helper
Tux's lil' helper


Joined: 22 Apr 2005
Posts: 102
Location: Rome or Bristol

PostPosted: Mon Sep 26, 2005 10:38 am    Post subject: xorgconf configuration for Laptop & External Screen Reply with quote

( post #1)
Dear All, I have a Laptop with a 1024*768 screen, and Occasionally
I would like to connect it up to an external 1280*1024 screen.
I would like to be able to access these options in KDE's Resize & Rotate.
The only options I can see in there are 1024*768, 800*600 and 640*480.

I basically want to have a screen in 1024*768 most of the time, with possibility
of changing up to 1280*1024 when necessary.
I should be able to switch to an external screen using a BIOS command.

My xorg.conf is nice & simple and looks like:
Code:

code:
Section "Files"
        RgbPath "/usr/X11R6/lib/X11/rgb"
        FontPath   "/usr/X11R6/lib/X11/fonts/local/"
        FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath   "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
        FontPath   "/usr/X11R6/lib/X11/fonts/cyrillic/"
        ModulePath "/usr/X11R6/lib/modules"
EndSection

Section "ServerFlags"
        #Option      "standby time"  "5"
        #Option      "suspend time"  "10"
        Option      "off time"      "2"
EndSection

Section "Module"
        Load "GLcore"
        Load "dbe"
        Load "dri"
        Load "extmod"
        Load "glx"
        Load "pex5"
#       Load "record"
        Load "xie"
#       Load "v4l"
        Load "freetype"
EndSection

Section "InputDevice"
        Identifier      "Keyboard0"
        Driver  "kbd"
        Option     "XkbLayout"     "fr"
        Option     "XkbModel"      "dell"
EndSection

Section "InputDevice"
        Identifier      "Mouse0"
        Driver  "mouse"
        Option "Protocol"    "auto"
        Option "Device"      "/dev/mouse"
        Option "ZaxisMapping" "4 5"
EndSection

Section "Device"
        Identifier "ATI|Rage Mobility M3 AGP 2x"
        Driver "r128"
        VideoRam 8192
        Option "EnablePageFlip" "true"
        Option "AGPFastWrite" "true"
        Option "AGPMode" "2"
EndSection

Section "Monitor"
        Identifier "Generic LCD Panel 1024x768"
        VendorName "DELL"
        ModelName "C600 Screen"
        HorizSync 31.5-48.5
        VertRefresh 40-70
        Option          "DPMS"
EndSection
 
Section "Screen"
        Identifier "Screen0"
        Device "ATI|Rage Mobility M3 AGP 2x"
        Monitor "Generic LCD Panel 1024x768"
        DefaultDepth 16
                Subsection "Display"
                Depth 32
                Modes "1024x768" "1280x1024" "800x600" "640x480"
                EndSubSection
                Subsection "Display"
                Depth 24
                Modes "1024x768" "1280x1024" "800x600" "640x480"
                EndSubSection
                Subsection "Display"
                Depth 16
                Modes "1024x768" "1280x1024" "800x600" "640x480"
                EndSubSection
                Subsection "Display"
                Depth 8
                Modes "1024x768" "1280x1024" "800x600" "640x480"
                EndSubSection
EndSection

Section "ServerLayout"
        Screen "Screen0"
        Identifier "Simple Layout"
        InputDevice "Mouse0"  "CorePointer"
        InputDevice "Keyboard0"  "CoreKeyboard"
EndSection
 
Section "DRI"
         Mode 0666
EndSection
 


Thanks very much for any help!
Obviously I need the computer to start in 1024*768 mode all the time.

Thanks,

Riddick
Back to top
View user's profile Send private message
widremann
Veteran
Veteran


Joined: 14 Mar 2005
Posts: 1314

PostPosted: Mon Sep 26, 2005 11:44 am    Post subject: Reply with quote

I would also like to know how to do this as I have had occasion to have a similar setup. So far as I know, there is no way to do it, but maybe others out there have figured it out.
Back to top
View user's profile Send private message
Riddick
Tux's lil' helper
Tux's lil' helper


Joined: 22 Apr 2005
Posts: 102
Location: Rome or Bristol

PostPosted: Mon Sep 26, 2005 11:58 am    Post subject: Reply with quote

there must be a way to do it - it' just allowing it to go to 1280*1024 but making it start in
1024*768 - and having this picked up on by KRandRtray

Riddick
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum