Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
X.org configuration
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Scandinavian
View previous topic :: View next topic  
Author Message
linga
Tux's lil' helper
Tux's lil' helper


Joined: 11 Dec 2006
Posts: 131

PostPosted: Sat Dec 16, 2006 4:05 pm    Post subject: X.org configuration Reply with quote

Jag kan inte f� X.org att visa n�gra andra uppl�sningar �n 640x480@60Hz, vilket b�rjar bli lite jobbigt. :(

Min xorg.conf:
Code:

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

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

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

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
   Option       "xkblayout" "se"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "Protocol" "imps/2"
   Option       "Device" "/dev/input/mouse0"
   Option       "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Eizo"
   ModelName    "FlexScan F55"
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     "SWcursor"              # [<bool>]
        #Option     "RGBbits"               # <i>
        #Option     "NoAccel"               # [<bool>]
        #Option     "BlockWrite"            # [<bool>]
        #Option     "FireGL3000"            # [<bool>]
        #Option     "Overlay"               # [<str>]
        #Option     "ShadowFB"              # [<bool>]
        #Option     "UseFBDev"              # [<bool>]
        #Option     "UseFlatPanel"          # [<bool>]
        #Option     "VideoKey"              # [<bool>]
   Identifier  "Card0"
   Driver      "glint"
   VendorName  "Texas Instruments"
   BoardName   "TVP4020 [Permedia 2]"
   BusID       "PCI:1:0:0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   DefaultDepth   8
   SubSection "Display"
      Viewport   0 0
      Depth     8
      Modes     "1024x768"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
      Modes     "1024x768" "800x600"
   EndSubSection

EndSection


Min sk�rm �r en Eizo FlexScan F55, fH=27-70kHz fV=50-120Hz

Om n�gon ser vad det �r f�r fel s� vore jag v�ldigt tacksam! Annars beh�ver jag hj�lp med ddcxinfo, jag fattar inte riktigt alla siffror som det spottar ur sig.
Back to top
View user's profile Send private message
kallamej
Administrator
Administrator


Joined: 27 Jun 2003
Posts: 4975
Location: Gothenburg, Sweden

PostPosted: Sat Dec 16, 2006 10:10 pm    Post subject: Reply with quote

kallamej wrote:
Har du bara ställt in HorizSync och VertRefresh korrekt fixar xorg resten.

Således:
Code:
Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Eizo"
   ModelName    "FlexScan F55"
   HorizSync     27-70
   VertRefresh    50-120
EndSection

Om inte det fixar det så posta relevanta delar av /var/log/Xorg.0.log.
_________________
Please read our FAQ Forum, it answers many of your questions.
irc: #gentoo-forums on irc.libera.chat
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Scandinavian 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