Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ati radeon 9100 + ati-drivers-8.28.8 + 2.6.18-r6 = freez
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
pszemas
Apprentice
Apprentice


Joined: 02 Aug 2005
Posts: 181

PostPosted: Sat Dec 30, 2006 10:20 am    Post subject: ati radeon 9100 + ati-drivers-8.28.8 + 2.6.18-r6 = freez Reply with quote

this is my xorg.conf

Code:
Section "ServerLayout"
   Identifier     "aticonfig-Layout[all]"
   Screen      0  "aticonfig-Screen[0]" 0 0
    InputDevice    "Mouse1" "CorePointer"
   Option "AIGLX" "false"
   InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"
   FontPath     "/usr/share/fonts/misc/"
   FontPath     "/usr/share/fonts/100dpi"
   FontPath     "/usr/share/fonts/corefonts"
   FontPath     "/usr/share/fonts/freefont"
   FontPath     "/usr/share/fonts/75dpi/"
   FontPath     "/usr/share/fonts/75dpi:unscaled"
   FontPath     "/usr/share/fonts/100dpi:unscaled"
EndSection

Section "Module"
   Load  "dbe"
   SubSection  "extmod"
         Option    "omit xfree86-dga"   # don't initialise the DGA extension
   EndSubSection
   Load  "freetype"
   Load  "dri"
   Load  "glx"
EndSection

Section "InputDevice"
   Identifier  "Keyboard1"
   Driver      "kbd"
   Option       "AutoRepeat" "500 30"
   Option       "XkbRules" "xorg"
   Option       "XkbModel" "pc104"
   Option       "XkbLayout" "pl"
EndSection

Section "InputDevice"
   Identifier  "Mouse1"
   Driver      "mouse"
   Option       "InputFashion" "Mouse"
   Option       "Name" "Logitech Mouseman Dual Optical"
   Option       "Device" "/dev/input/mice"
   Option       "Protocol" "ExplorerPS/2"
   Option       "Buttons" "5"
   Option       "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
   Identifier   "aticonfig-Monitor[0]"
   Option       "DPMS" "true"
   HorizSync    30.0 - 60.0
   VertRefresh  56.0 - 75.0
   ModeLine     "1024x768" 81.8 1024 1080 1192 1360 768 769 772 802 -hsync +vsync
   ModeLine     "800x600" 48.2 800 840 920 1040 600 601 604 626 -hsync +vsync
EndSection

Section "Device"
   Identifier  "aticonfig-Device[0]"
   Driver      "fglrx"
   Option      "VideoOverlay" "on"
    Option       "FSAAEnable" "on"
   Option       "UseFastTLS" "off"
   Option "ForceMonitors" "tmds1"
EndSection

Section "Screen"
   Identifier "aticonfig-Screen[0]"
   Device     "aticonfig-Device[0]"
   Monitor    "aticonfig-Monitor[0]"
   DefaultDepth     24
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes "1024x768"
   EndSubSection
EndSection

Section "dri"
   Group        0
   Mode         0666
EndSection

Section "Extensions"
  Option      "Composite" "false"
  Option "XVideo" "Enable"
EndSection


System freezes a minute after X.org started, any ideas ? please don't write "change drivers to" becouse only alternative for me is ati-drivers-8.27.10 and it alsa freezes, becouse only those two drivers supports my card. Pleas help =]
Back to top
View user's profile Send private message
wkugh
n00b
n00b


Joined: 28 Oct 2005
Posts: 25
Location: Czech republic

PostPosted: Mon Jan 08, 2007 5:30 pm    Post subject: Reply with quote

What xorg-x11 version you have?

I have same card (and same problem), which appers after upgrade to xorg-x11-7.0 (emerge -uDN world), so I think this can be fixed by downgrade xorg-x11 to version <7.0, but I don't how to do that, because when I add ">=x11-base/xorg-x11-7.0" and run "emerge -vp xorg-x11", everything is blocked.
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