Welcome to the Linux Foundation Forum!

82815 Intel [SOLVED]

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

  • Posts: 158
    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
  • Posts: 43
    It working now. have not tried 1280x1024 mode
    ModeLine wasn't needed
    1. # 82815 Intel
    2.  
    3. Section "ServerLayout"
    4. Identifier "Default Layout"
    5. Screen 0 "Screen0" 0 0
    6. InputDevice "Generic Keyboard"
    7. InputDevice "Configured Mouse"
    8. EndSection
    9.  
    10. Section "Module"
    11. Load "GLcore"
    12. Load "dbe"
    13. Load "extmod"
    14. Load "glx"
    15. Load "dri"
    16. Load "freetype"
    17. Load "v4l"
    18. Load "vbe"
    19. EndSection
    20.  
    21. Section "InputDevice"
    22. Identifier "Generic Keyboard"
    23. Driver "kbd"
    24. Option "XkbRules" "xorg"
    25. Option "XkbModel" "pc104"
    26. Option "XkbLayout" "us"
    27. EndSection
    28.  
    29. Section "InputDevice"
    30. Identifier "Configured Mouse"
    31. Driver "mouse"
    32. EndSection
    33.  
    34. Section "Device"
    35. Identifier "82815 Intel"
    36. Driver "i810"
    37. VideoRam 64000
    38. Screen 0
    39. EndSection
    40.  
    41. Section "Monitor"
    42. Identifier "Monitor0"
    43. VendorName "Samsung"
    44. ModelName "Samsung SyncMaster 753df"
    45. HorizSync 30-70
    46. VertRefresh 50-160
    47. #ModeLine "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
    48. Gamma 1
    49. Option "DPMS" "true"
    50. EndSection
    51.  
    52. Section "Screen"
    53. Identifier "Screen0"
    54. Monitor "Monitor0"
    55. Device "82815 Intel"
    56. DefaultDepth 16
    57. SubSection "Display"
    58. Depth 1
    59. Modes "1024x768" "800x600" "640x480"
    60. EndSubSection
    61. SubSection "Display"
    62. Depth 4
    63. Modes "1024X768" "800x600" "640x480"
    64. EndSubSection
    65. SubSection "Display"
    66. Depth 8
    67. Modes "1024x768" "800x600" "640x480"
    68. EndSubSection
    69. SubSection "Display"
    70. Depth 15
    71. Modes "1024x768" "800x600" "640x480"
    72. EndSubSection
    73. SubSection "Display"
    74. Depth 16
    75. Modes "1024x768" "800x600" "640x480"
    76. EndSubSection
    77. SubSection "Display"
    78. Depth 24
    79. Modes "1024x768" "800x600" "640x480"
    80. EndSubSection
    81. EndSection
    82.  
    83. Section "DRI"
    84. Mode 0666
    85. EndSection

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training