Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
dell i5150 && Xfree
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
agge
n00b
n00b


Joined: 24 Mar 2003
Posts: 15
Location: linköping

PostPosted: Wed Nov 19, 2003 8:18 am    Post subject: dell i5150 && Xfree Reply with quote

Hi

Im trying to configure Xfree on my dell inspirion 5150 with ughx monitor 1600x1200 but the highest resolution i can get is 1280x1024 or else startx fails. I tried lots of v&h syncs but i cant make it :/

/agge
_________________
http://android.ma.cx
Back to top
View user's profile Send private message
faz
n00b
n00b


Joined: 02 Nov 2002
Posts: 73
Location: the Netherlands

PostPosted: Wed Nov 19, 2003 3:15 pm    Post subject: Reply with quote

I have a i8000 with a nvidia Geforce2go. I'm running on 1600x1200. Below is my XF86Config-4.

Code:

Section "ServerLayout"
   Identifier     "Default Layout"
   Screen         "Screen0"
   InputDevice    "Touchpad"    "CorePointer"
   InputDevice    "UsbMouse"    "SendCoreEvents"
   InputDevice    "Keyboard0"    "CoreKeyboard"
EndSection

Section "Files"
   Fontpath   "unix/:-1"
#   FontPath   "/usr/lib/X11/fonts/misc"
#   FontPath   "/usr/lib/X11/fonts/cyrillic"
#   FontPath   "/usr/lib/X11/fonts/100dpi/:unscaled"
#   FontPath   "/usr/lib/X11/fonts/75dpi/:unscaled"
#   FontPath   "/usr/lib/X11/fonts/100dpi"
#   FontPath   "/usr/lib/X11/fonts/75dpi"
#   FontPath   "/usr/lib/X11/fonts/truetype"
#   FontPath   "/usr/lib/X11/fonts/Type1"
#   FontPath   "/usr/share/fonts/freefont"
EndSection

Section "Module"
# Do not enable GLcore and dri. nVidia Driver takes care of these.
#        Load  "GLcore"
#        Load  "dri"
   Load  "bitmap"
   Load  "freetype"
   Load  "Type1"
   Load  "TTF"
        Load  "dbe"
        Load  "extmod"
        Load  "glx"
        Load  "pex5"
        Load  "record"
        Load  "xie"
#        Load  "v4l"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "keyboard"
   Option      "XkbLayout"   "us"
   Option       "CoreKeyboard"
   Option       "XkbRules"   "xfree86"
   Option       "XkbModel"   "pc104"
EndSection

Section "InputDevice"
   Driver            "synaptics"
   Identifier         "Touchpad"
   Option   "Device"      "/dev/input/event0"
   Option   "Protocol"      "event"
   Option   "LeftEdge"      "1900"
   Option   "RightEdge"       "5400"
   Option   "BottomEdge"      "1800"
   Option   "TopEdge"       "3900"
   Option   "FingerLow"       "25"
   Option   "FingerHigh"      "30"
   Option   "MaxTapTime"      "180"
   Option   "MaxTapMove"      "220"
   Option   "VertScrollDelta"    "100"
   Option   "MinSpeed"      "0.02"
    Option   "MaxSpeed"      "0.18"
    Option   "AccelFactor"      "0.0010"
#   Option   "Repeater"      "/dev/ps2mouse"
#    Option   "SHMConfig"      "on"
EndSection


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

Section "Monitor"
   Identifier "Monitor0"
   VendorName "Dell"
   ModelName  "TFT"
   Option "DPMS"   "1"
   HorizSync 31.5 - 110
   VertRefresh 28-90
   Modeline "1400x1050" 108.000  1400 1448 1462 1688  1050 1050 1053 1066
   Modeline "1280x1024" 108.000  1400 1448 1462 1688  1050 1050 1053 1066
   Modeline "1024x768"   65.000  1024 1048 1065 1344   768  770  776  806
EndSection

Section "Device"
   Identifier     "Card0"
        VendorName    "nvidia"
        Driver       "nvidia"
#   Driver      "nv"
        VideoRam       32768
   BusID          "PCI:1:0:0"
   Option      "CursorShadow"   "1"
#   Option      "UseEdidFreqs"   "1"
   Option      "IgnoreEDID"   "1"
   Option      "NvAGP"    "0"
   Option      "NoLogo"   "1"
   Option      "RenderAccel"   "1"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device "Card0"
   Monitor "Monitor0"
       DefaultColorDepth 24
   Subsection "Display"
      Depth 24
           Modes "1600x1200" "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

#Section "DRI"
#EndSection


Hope it helps...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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