Welcome to the Linux Foundation Forum!

82815 Intel [SOLVED]

Options
DrakeMagi
DrakeMagi Posts: 43

I install debian lenny base , aptitude install fluxbox , xserver-xorg-core xorg , xterm , synaptic , scite , hardinfo , pcman-fm , iceweasel .

haven't got to the backport yet

Trying get 3d working ,

Monitor is Samsung , SynxMaster 753df

keep geeting error: no screens

my xorg.conf

# 82815 Intel

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "glx"
#Load "dri"
Load "v4l"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection

Section "Device"
Identifier "82815 Intel"
Driver "i810"
VideoRam 64000
Screen 0
EndSection

Section "Monitor"
Identifier "Monitor0"
HorizSync 30-75
VertRefresh 55-70
EndSection

Section "Screen"
Identifier "Screen0"
Monitor "Monitor0"
Device "82815 Intel"
DefaultDepth 24

SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024X768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection

Comments

  • gomer
    gomer Posts: 158
    Options
    I would, for now, try chaning the default depth to 16 to see if works any better. If that still fails, modify depth 16 and remove the "1280x1024" mode.

    I also found this on-line, but be careful when playing around with mode-lines and sync and refresh rates. You may want to double check the manual for your monitor or the manufacturer's specs:

    Section "Monitor"
    Identifier "753DF"
    VendorName "Samsung"
    ModelName "Samsung SyncMaster 753DF(X)/703DF(X)/783DF(X)/CD173A(T)"
    HorizSync 30.0 - 71.0
    VertRefresh 50.0 - 160.0
    Gamma 1
    ModeLine "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
    Option "DPMS" "true"
    EndSection
  • DrakeMagi
    DrakeMagi Posts: 43
    Options
    It working now. have not tried 1280x1024 mode
    ModeLine wasn't needed
    # 82815 Intel
    
    Section "ServerLayout"
    	Identifier "Default Layout"
    	Screen 0 "Screen0" 0 0
    	InputDevice "Generic Keyboard"
    	InputDevice "Configured Mouse"
    EndSection
    
    Section "Module"
    	Load "GLcore"
    	Load "dbe"
    	Load "extmod"
    	Load "glx"
    	Load "dri"
    	Load "freetype"
    	Load "v4l"
    	Load "vbe"
    EndSection
    
    Section "InputDevice"
    	Identifier	"Generic Keyboard"
    	Driver		"kbd"
    	Option		"XkbRules"	"xorg"
    	Option		"XkbModel"	"pc104"
    	Option		"XkbLayout"	"us"
    EndSection
    
    Section "InputDevice"
    	Identifier	"Configured Mouse"
    	Driver		"mouse"
    EndSection
    
    Section "Device"
    	Identifier	"82815 Intel"
    	Driver 	"i810"
    	VideoRam 64000
    	Screen 0
    EndSection
    
    Section "Monitor"
    	Identifier	"Monitor0"
    	VendorName "Samsung"
    	ModelName "Samsung SyncMaster 753df"
    	HorizSync	30-70
    	VertRefresh  50-160
    	#ModeLine "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
    	Gamma 1
    	Option "DPMS" "true"
    EndSection
    
    Section "Screen"
    	Identifier	"Screen0"
    	Monitor	"Monitor0"
    	Device 	"82815 Intel"
    	DefaultDepth 16
    	
    	SubSection "Display"
    		Depth 1
    		Modes "1024x768" "800x600" "640x480"
    	EndSubSection
    	SubSection "Display"
    		Depth 4
    		Modes "1024X768" "800x600" "640x480"
    	EndSubSection
    	SubSection "Display"
    		Depth 8
    		Modes "1024x768" "800x600" "640x480"
    	EndSubSection
    	SubSection "Display"
    		Depth 15
    		Modes "1024x768" "800x600" "640x480"
    	EndSubSection
    	SubSection "Display"
    		Depth 16
    		Modes "1024x768" "800x600" "640x480"
    	EndSubSection
    	SubSection "Display"
    		Depth 24
    		Modes "1024x768" "800x600" "640x480"
    	EndSubSection
    EndSection
    
    Section "DRI"
    	Mode 0666
    EndSection
    

Categories

Upcoming Training