[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Inspiron 8100 vs Debian



Hey

www.linux-laptops.net is a great resource, it was able to answer all my
questions. There was also a good story on www.debianplanet.com, but the
site is not responding today.

I've attached my XF86Config-4 file, hope that helps.

Scott

  -0)  Scott Adair
  /\\  gator@gatorville.org
 _\_v   

* Carlos M. L. (rubioz80@teleline.es) wrote:
> i need help whith my lapton,I have a trouble with the X configuration, 
> my features is:
> geforce 2 go 32 megas
> 15' UXGA 1600x1200 (dell 1600x)
> 
> 
> TuXeR
Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen         "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	FontPath      "unix/:7100"
	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"
EndSection

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

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option      "XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option      "Device" "/dev/psaux"
	Option      "Protocol" "PS/2"
	#Option      "Protocol" "PS/2"
	Option      "Emulate3Buttons" "on"
EndSection

Section "Monitor"
	Identifier "Monitor0"
	VendorName "Unknown"
	ModelName  "Unknown"
	HorizSync 31.5 - 90
	VertRefresh 60
	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"
        VideoRam    32768
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device "Card0"
	Monitor "Monitor0"
    	DefaultColorDepth 16
        Option "CursorShadow" "yes"
	Option "FlatPanelScalingMode" "Scaled"
	Subsection "Display"
		Depth 32 
	        Modes "1600x1200" "1400x1050" "1280x1024" "1024x768"
	EndSubSection
	Subsection "Display"
		Depth 24
	        Modes "1600x1200" "1400x1050" "1280x1024" "1024x768"
	EndSubSection
	Subsection "Display"
		Depth 16
	        Modes "1600x1200" "1400x1050" "1280x1024" "1024x768"
	EndSubSection
	Subsection "Display"
		Depth 8
	        Modes "1600x1200" "1400x1050" "1280x1024" "1024x768"
	EndSubSection
EndSection

#Section "DRI"
#EndSection


Reply to: