Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Ati x1600 + xgl + beryl
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
wantey
n00b
n00b


Joined: 18 Aug 2007
Posts: 4
Location: Russia

PostPosted: Sat Aug 18, 2007 6:39 pm    Post subject: Ati x1600 + xgl + beryl Reply with quote

I can't use Xgl. Becouse Xgl work only 1600x1200@60Hz. It's very Difficalty for me.
xorg.conf
Code:
Section "ServerLayout"
   Identifier     "Default Layout"
   Screen      0  "aticonfig-Screen[0]" 0 0
   InputDevice    "Generic Keyboard"
   InputDevice    "Configured Mouse"
   Option       "IgnoreEDID" "on"
   Option       "Clone" "off"
   Option       "Xinerama" "off"
EndSection
Section "Files"
   FontPath     "/usr/share/fonts/misc"
   FontPath     "/usr/share/fonts/cyrillic"
   FontPath     "/usr/share/fonts/100dpi/:unscaled"
   FontPath     "/usr/share/fonts/75dpi/:unscaled"
   FontPath     "/usr/share/fonts/Type1"
   FontPath     "/usr/share/fonts/100dpi"
   FontPath     "/usr/share/fonts/75dpi"
EndSection
Section "Module"
   Load  "i2c"
   Load  "bitmap"
   Load  "ddc"
   Load  "dri"
   Load  "extmod"
   Load  "freetype"
   Load  "glx"
   Load  "int10"
   Load  "vbe"
   Load  "GLcore"
EndSection
Section "ServerFlags"
   Option       "AIGLX" "off"
EndSection
Section "InputDevice"
   Identifier  "Generic Keyboard"
   Driver      "kbd"
   Option       "CoreKeyboard"
   Option       "XkbRules" "xorg"
   Option       "XkbModel" "pc105"
   Option       "XkbLayout" "us,ru"
   Option       "XkbVariant" ",winkeys"
   Option       "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
EndSection
Section "InputDevice"
   Identifier  "Configured Mouse"
   Driver      "mouse"
   Option       "CorePointer"
   Option       "Device" "/dev/input/mice"
   Option       "Protocol" "ImPS/2"
   Option       "ZAxisMapping" "4 5"
   Option       "Emulate3Buttons" "true"
EndSection
Section "Monitor"
   Identifier   "ROLSEN C707N"
   Option       "DPMS"
EndSection
Section "Device"
   Identifier  "aticonfig-Device[0]"
   Driver      "fglrx"
   Option       "VideoOverlay" "on"
   Option       "OpenGLOverlay" "on"
   Option       "OverlayOnCRTC2" "1"
   Option       "DesktopSetup" "single"
   Option       "UseFastTLS" "2"
   Option       "backingstore" "true"
   BusID       "PCI:5:0:0"
EndSection
Section "Screen"
   Identifier "aticonfig-Screen[0]"
   Device     "aticonfig-Device[0]"
   Monitor    "ROLSEN C707N"
   DefaultDepth     24
   SubSection "Display"
      Viewport   0 0
      Depth     1
      Modes    "1600x1200" "1280x1024" "1280x960" "1024x768" "800x600" "720x350" "640x480"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     4
      Modes    "1600x1200" "1280x1024" "1280x960" "1024x768" "800x600" "720x350" "640x480"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     8
      Modes    "1600x1200" "1280x1024" "1280x960" "1024x768" "800x600" "720x350" "640x480"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
      Modes    "1600x1200" "1280x1024" "1280x960" "1024x768" "800x600" "720x350" "640x480"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
      Modes    "1600x1200" "1280x1024" "1280x960" "1024x768" "800x600" "720x350" "640x480"
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes    "1600x1200" "1280x1024" "1280x960" "1024x768" "800x600" "720x350" "640x480"
   EndSubSection
EndSection
Section "DRI"
   Group        "video"
   Mode         0666
EndSection
Section "Extensions"
   Option       "Composite" "Enable"
   Option       "RENDER" "Enable"
   Option       "XVideo" "Enable"
EndSection

less /var/log/Xorg.94.log | grep WW
Code:

        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(WW) LoadModule: given non-canonical module name "glesx.so"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)


no errors in Xorg.94.log.

Have any thinks?
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Sun Aug 19, 2007 12:28 am    Post subject: Reply with quote

I got the same problem that I can't select screen resolution:

try to change your horizsync and vertrefresh to:

Code:
 HorizSync    31.5 - 107.10
        VertRefresh  60.0 - 234.76


or a modeline:

Code:
# 1600x1200 @ 85.00 Hz (GTF) hsync: 107.10 kHz; pclk: 234.76 MHz
  Modeline "1600x1200_85.00"  234.76  1600 1720 1896 2192  1200 1201 1204 1260  -HSync +Vsync

_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
wantey
n00b
n00b


Joined: 18 Aug 2007
Posts: 4
Location: Russia

PostPosted: Sun Aug 19, 2007 7:12 pm    Post subject: Reply with quote

I can't select screen resolution too (only 1600x1200). And then I try change Hz I see only little corner of screen.

Edit xorg.conf. Delete all resolution, use only 1024x768. And after alt+ctrl+<- I have good resolution.
But problem ATI CCC can't run. Error: No ati drivers installed or Ati drivers is not functioning property.
In X all work.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software 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