Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Xorg will only start with one resolution
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
metalcoat
n00b
n00b


Joined: 27 Jan 2004
Posts: 59

PostPosted: Fri Feb 11, 2005 2:16 am    Post subject: [SOLVED] Xorg will only start with one resolution Reply with quote

Alright first off, I have search the forums day and night just for this one thing but cannot seem to find an answer anywhere. I have Xorg working fine, everything works except when starting gdm and gnome itself. It starts up alright but it is in 1200X1600. I don't want that resolution i want 1024X768 (its optimal for my monitor, I broke my other one) :cry: . Anyway, I setup my xorg.conf in /etc/X11/ the way everyone advised as only to let 1024X768 to run. FYI I used X -configure to get a feel for my monitor at first. Here is my code:

Code:

Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
   RgbPath      "/usr/lib/X11/rgb"
   ModulePath   "/usr/lib/modules"
   FontPath     "/usr/share/fonts/misc/"
   FontPath     "/usr/share/fonts/TTF/"
   FontPath     "/usr/share/fonts/Type1/"
   FontPath     "/usr/share/fonts/CID/"
   FontPath     "/usr/share/fonts/75dpi/"
   FontPath     "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
   Load  "extmod"
   Load  "dri"
   Load  "dbe"
   Load  "record"
   Load  "xtrap"
   Load  "glx"
   Load  "type1"
   Load  "freetype"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
EndSection

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

Section "Monitor"
   #DisplaySize   320 400   # mm
   Identifier   "Monitor0"
   VendorName   "DELL"
   ModelName    "DELL E773c"
   HorizSync    30.0 - 70.0
   VertRefresh  50.0 - 160.0
   Option       "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"               # [<bool>]
        #Option     "SWcursor"              # [<bool>]
        #Option     "ColorKey"              # <i>
        #Option     "CacheLines"            # <i>
        #Option     "Dac6Bit"               # [<bool>]
        #Option     "DRI"                   # [<bool>]
        #Option     "NoDDC"                 # [<bool>]
        #Option     "ShowCache"             # [<bool>]
        #Option     "XvMCSurfaces"          # <i>
        #Option     "PageFlip"              # [<bool>]
   Identifier  "Card0"
   Driver      "i810"
   VendorName  "Intel Corp."
   BoardName   "82865G Integrated Graphics Device"
   BusID       "PCI:0:2:0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   DefaultDepth  24
   SubSection "Display"
      Depth     1
      Modes     "1024X768"
   EndSubSection
   SubSection "Display"
      Depth     4
      Modes     "1024X768"
   EndSubSection
   SubSection "Display"
      Depth     8
      Modes     "1024X768"
   EndSubSection
   SubSection "Display"
      Depth     15
      Modes     "1024X768"
   EndSubSection
   SubSection "Display"
      Depth     16
      Modes     "1024X768"
   EndSubSection
   SubSection "Display"
      Depth     24
      Modes     "1024X768"
   EndSubSection
EndSection


Last edited by metalcoat on Thu Feb 17, 2005 8:49 pm; edited 1 time in total
Back to top
View user's profile Send private message
AdamG
n00b
n00b


Joined: 17 Apr 2002
Posts: 46
Location: USA, MA

PostPosted: Fri Feb 11, 2005 3:04 am    Post subject: Reply with quote

same problem here

any luck yet?
Back to top
View user's profile Send private message
metalcoat
n00b
n00b


Joined: 27 Jan 2004
Posts: 59

PostPosted: Fri Feb 11, 2005 3:06 am    Post subject: Reply with quote

nope, someone mentioned in a forum that it is related to gnome but I have no idea, could someone provide some factual information
Back to top
View user's profile Send private message
transient
l33t
l33t


Joined: 13 Jan 2005
Posts: 759

PostPosted: Fri Feb 11, 2005 3:33 am    Post subject: Reply with quote

First, try changing the 1024X768 to 1024x768. The xorg config files are case-sensitive, but I cant recall if the mode specs are or not.
If that doesnt work, post your xorg log file (/var/log/Xorg.0.log by default) here.
Back to top
View user's profile Send private message
metalcoat
n00b
n00b


Joined: 27 Jan 2004
Posts: 59

PostPosted: Fri Feb 11, 2005 3:49 am    Post subject: Reply with quote

you are a god...

Changed the case and worked perfectly!!!! :D
Back to top
View user's profile Send private message
transient
l33t
l33t


Joined: 13 Jan 2005
Posts: 759

PostPosted: Fri Feb 11, 2005 3:53 am    Post subject: Reply with quote

Cool :)
Chuck a [solved] in the topic so other people can check this thread if they have the same issue too.
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