On Tue, 18 Nov 2008 11:29:33 +0100
KE Kofod / 7100 Vejle <knald@ilaaget.dk> wrote:
> Jacob Gaarde skrev:
> > On Tue, 18 Nov 2008 10:41:30 +0100
> > KE Kofod / 7100 Vejle <knald@ilaaget.dk> wrote:
> >
> >> Under opstart altså inden jeg logger ind er mit skærmbillede
> >> 640x480, hvordan ændre jeg dette til feks. 1024x768 som den køre
> >> når jeg er logget ind? .
> > retter i /etc/X11/xorg.conf vil jeg gætte på (bruger selv
> > debian/rhel/centos, men ubuntu burde være similær på dette punkt)
> >
> SÃ¥dan ser min ud:
> Section "Device"
> Identifier "Configured Video Device"
> EndSection
>
> Section "Monitor"
> Identifier "Configured Monitor"
> EndSection
>
> Section "Screen"
> Identifier "Default Screen"
> Monitor "Configured Monitor"
> Device "Configured Video Device"
> EndSection
>
> /KE.
jag@jag
$ grep -B8 -A2 1024 /etc/X11/xorg.conf
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV44 [GeForce 6200
TurboCache(TM)]" Monitor "DELL 1905FP"
DefaultDepth 24
Option "AllowGLXWithComposite" "true"
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768"
"800x600" "720x400" "640x480" EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768"
"800x600" "720x400" "640x480" EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768"
"800x600" "720x400" "640x480" EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768"
"800x600" "720x400" "640x480" EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768"
"800x600" "720x400" "640x480" EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768"
"800x600" "720x400" "640x480" EndSubSection
EndSection
jag@jag
$