Dell Studio Hybrid and Debian Lenny : GDM problem.

2008-08-16 Thread Florian / NothingHere
Hi debian list,

I've just buy and installed debian lenny on Dell Studio Hybrid
(http://www.dell.com/content/products/productdetails.aspx/desktop-studio-hybrid?c=uscs=19l=enref=dthps=dhs).

All seem good, except gnome/gdm.

Here is a screenshoot of my problem :
http://img397.imageshack.us/my.php?image=dsc00305xi8.jpg
http://img397.imageshack.us/img397/1553/dsc00305xi8.jpg

Who can help me ?

I've created my xorg.conf with Xorg -configure.

Here it is :

---
Section ServerLayout
   Identifier X.org Configured
   Screen  0  Screen0 0 0
   InputDeviceMouse0 CorePointer
   InputDeviceKeyboard0 CoreKeyboard
EndSection

Section Files
   RgbPath  /etc/X11/rgb
   ModulePath   /usr/lib/xorg/modules
   FontPath /usr/share/fonts/X11/misc
   FontPath /usr/share/fonts/X11/cyrillic
   FontPath /usr/share/fonts/X11/100dpi/:unscaled
   FontPath /usr/share/fonts/X11/75dpi/:unscaled
   FontPath /usr/share/fonts/X11/Type1
   FontPath /usr/share/fonts/X11/100dpi
   FontPath /usr/share/fonts/X11/75dpi
   FontPath /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
EndSection

Section Module
   Load  record
   Load  extmod
   Load  dri
   Load  dbe
   Load  glx
   Load  xtrap
   Load  GLcore
EndSection

Section InputDevice
   Identifier  Keyboard0
   Driver  kbd
EndSection

Section InputDevice
   Identifier  Mouse0
   Driver  mouse
   Option  Protocol auto
   Option  Device /dev/input/mice
   Option  ZAxisMapping 4 5 6 7
EndSection

Section Monitor
   #DisplaySize  430   270 # mm
   Identifier   Monitor0
   VendorName   SAM
   ModelNameSyncMaster
 ### Comment all HorizSync and VertRefresh values to use DDC:
   HorizSync30.0 - 81.0
   VertRefresh  56.0 - 75.0
   Option  DPMS
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 NoAccel   # [bool]
   #Option SWcursor  # [bool]
   #Option ColorKey  # i
   #Option CacheLines# i
   #Option Dac6Bit   # [bool]
   #Option DRI   # [bool]
   #Option NoDDC # [bool]
   #Option ShowCache # [bool]
   #Option XvMCSurfaces  # i
   #Option PageFlip  # [bool]
   Identifier  Card0
   Driver  intel
   VendorName  Intel Corporation
   BoardName   Mobile GM965/GL960 Integrated Graphics Controller
   BusID   PCI:0:2:0
EndSection

Section Screen
   Identifier Screen0
   Device Card0
   MonitorMonitor0
   SubSection Display
   Viewport   0 0
   Depth 1
   EndSubSection
   SubSection Display
   Viewport   0 0
   Depth 4
   EndSubSection
   SubSection Display
   Viewport   0 0
   Depth 8
   EndSubSection
   SubSection Display
   Viewport   0 0
   Depth 15
   EndSubSection
   SubSection Display
   Viewport   0 0
   Depth 16
   EndSubSection
   SubSection Display
   Viewport   0 0
   Depth 24
   EndSubSection
EndSection
---

Of course, I've tryed different resolutions, depthcolor and without
HorizSync dans VertRefresh... without success...

And here is my :
/var/log/gdm/:0.log
with an error (I don't understand why I have an error) :

---

X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.2-3)
Current Operating System: Linux Dell-Hybrid 2.6.24-1-amd64 #1 SMP Sat
May 10 09:28:10 UTC 2008 x86_64
Build Date: 02 August 2008  10:07:22PM

   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Fri Aug 15 21:55:12 2008
(==) Using config file: /etc/X11/xorg.conf
(WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found
(II) Module ddc already built-in
(II) Module i2c already built-in
(II) Module ramdac already built-in
(WW) intel(0): Failed to set up write-combining range (0xd000,0x1000)
Could not init font path element /usr/share/fonts/X11/cyrillic,
removing from list!
Could not init font path element
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, removing from list!
(EE) intel(0): First SDVO output 

Re: Dell Studio Hybrid and Debian Lenny : GDM problem.

2008-08-16 Thread Florian / NothingHere
Hi,

I've found how to solve my problem.

If you want to use GDM with Dell Stydio Hybrid, you should add these
lines on xorg.conf :


   Option NoAccelfalse # [bool]
   OptionAccelMethod XAA

Have a nice day,



2008/8/16 Florian / NothingHere [EMAIL PROTECTED]:
 Hi debian list,

 I've just buy and installed debian lenny on Dell Studio Hybrid
 (http://www.dell.com/content/products/productdetails.aspx/desktop-studio-hybrid?c=uscs=19l=enref=dthps=dhs).

 All seem good, except gnome/gdm.

 Here is a screenshoot of my problem :
 http://img397.imageshack.us/my.php?image=dsc00305xi8.jpg
 http://img397.imageshack.us/img397/1553/dsc00305xi8.jpg

 Who can help me ?

 I've created my xorg.conf with Xorg -configure.

 Here it is :

 ---
 Section ServerLayout
   Identifier X.org Configured
   Screen  0  Screen0 0 0
   InputDeviceMouse0 CorePointer
   InputDeviceKeyboard0 CoreKeyboard
 EndSection

 Section Files
   RgbPath  /etc/X11/rgb
   ModulePath   /usr/lib/xorg/modules
   FontPath /usr/share/fonts/X11/misc
   FontPath /usr/share/fonts/X11/cyrillic
   FontPath /usr/share/fonts/X11/100dpi/:unscaled
   FontPath /usr/share/fonts/X11/75dpi/:unscaled
   FontPath /usr/share/fonts/X11/Type1
   FontPath /usr/share/fonts/X11/100dpi
   FontPath /usr/share/fonts/X11/75dpi
   FontPath /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
 EndSection

 Section Module
   Load  record
   Load  extmod
   Load  dri
   Load  dbe
   Load  glx
   Load  xtrap
   Load  GLcore
 EndSection

 Section InputDevice
   Identifier  Keyboard0
   Driver  kbd
 EndSection

 Section InputDevice
   Identifier  Mouse0
   Driver  mouse
   Option  Protocol auto
   Option  Device /dev/input/mice
   Option  ZAxisMapping 4 5 6 7
 EndSection

 Section Monitor
   #DisplaySize  430   270 # mm
   Identifier   Monitor0
   VendorName   SAM
   ModelNameSyncMaster
  ### Comment all HorizSync and VertRefresh values to use DDC:
   HorizSync30.0 - 81.0
   VertRefresh  56.0 - 75.0
   Option  DPMS
 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 NoAccel   # [bool]
   #Option SWcursor  # [bool]
   #Option ColorKey  # i
   #Option CacheLines# i
   #Option Dac6Bit   # [bool]
   #Option DRI   # [bool]
   #Option NoDDC # [bool]
   #Option ShowCache # [bool]
   #Option XvMCSurfaces  # i
   #Option PageFlip  # [bool]
   Identifier  Card0
   Driver  intel
   VendorName  Intel Corporation
   BoardName   Mobile GM965/GL960 Integrated Graphics Controller
   BusID   PCI:0:2:0
 EndSection

 Section Screen
   Identifier Screen0
   Device Card0
   MonitorMonitor0
   SubSection Display
   Viewport   0 0
   Depth 1
   EndSubSection
   SubSection Display
   Viewport   0 0
   Depth 4
   EndSubSection
   SubSection Display
   Viewport   0 0
   Depth 8
   EndSubSection
   SubSection Display
   Viewport   0 0
   Depth 15
   EndSubSection
   SubSection Display
   Viewport   0 0
   Depth 16
   EndSubSection
   SubSection Display
   Viewport   0 0
   Depth 24
   EndSubSection
 EndSection
 ---

 Of course, I've tryed different resolutions, depthcolor and without
 HorizSync dans VertRefresh... without success...

 And here is my :
 /var/log/gdm/:0.log
 with an error (I don't understand why I have an error) :

 ---

 X.Org X Server 1.4.2
 Release Date: 11 June 2008
 X Protocol Version 11, Revision 0
 Build Operating System: Linux Debian (xorg-server 2:1.4.2-3)
 Current Operating System: Linux Dell-Hybrid 2.6.24-1-amd64 #1 SMP Sat
 May 10 09:28:10 UTC 2008 x86_64
 Build Date: 02 August 2008  10:07:22PM

   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
 Module Loader present
 Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
 (==) Log file: /var/log/Xorg.0.log, Time: Fri Aug 15 21:55:12 2008
 (==) Using config file: /etc/X11/xorg.conf
 (WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found
 (II) Module ddc already built-in
 (II) Module i2c