LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 03-27-2006, 08:00 AM   #31
smiley_lauf
Member
 
Registered: Jan 2006
Location: NY
Distribution: Fedora 15 x64
Posts: 344

Original Poster
Rep: Reputation: 30

Another suggestion: once in the text mode, at the prompt as root, is there a command I could type like

# sudo apt-get install xorg-driver-fglrx ###<-----Ubuntu equivalent????

that will work in SUSE (I believe SUSE uses YaST2 or apt4rpm), but I have no clue what the syntaxt will be and what the fglrx driver name would be? This should install the driver (obviously I have to get kernel-sources, gcc, make before that, like

#yast install kernel-sources gcc make

<aside>This is now driving me up the wall. To make matters worse I can no longer use my Dapper discs on this laptop so can not install Dapper (with GNOME 2.14+). I am relucntant to corrupt my existing Breezy by upgrading). For some reason when I boot with Dapper installation disc, it hangs at the initial splash screen. Only happens with Dapper not any other distro). I am not sure what happened?. I had dapper installed on this machine using Dapper F3 version before now even that disc is reading corrupt sectors on disc integrity checks...man what gives?)
 
Old 03-27-2006, 10:23 AM   #32
victorh
Member
 
Registered: Jul 2005
Location: La Paz, Bolivia
Distribution: Debian Sarge - Sid, Slackware, Gentoo, openSuse, Fedora, Ubuntu, Mandriva
Posts: 241

Rep: Reputation: 30
Hi smiley, it seems that you are having a rough time.

About your problem in SuSE, the xorg.conf files that you have tested should have worked, at this point I don't think that this is the problem. A final thing to check, did you read if the error in the file /var/log/Xorg.0.log is the same when you changed xorg.conf files?.

It's possible that something else went wrong when installing SuSE, therefore I can suggest you to try a reinstallation if that is possible. When you are installing you can check if the monitor and graphic card are recognized, you can even modify this, make sure that all the specs are correct, the resolution and finally you can choose manually the "vesa" driver. After that, sax2 will write an xorg.conf file that I hope you can use until you install the ATI driver.
 
Old 03-27-2006, 10:55 AM   #33
smiley_lauf
Member
 
Registered: Jan 2006
Location: NY
Distribution: Fedora 15 x64
Posts: 344

Original Poster
Rep: Reputation: 30
victorh,

thanks. the log output did not have any (EE) errors in it (surprisingly). The file is huge for me to paste here, I would otherwise.

I will try and reinstall once again. and psot back my experience...wish me luck once more...
 
Old 03-27-2006, 11:57 AM   #34
smiley_lauf
Member
 
Registered: Jan 2006
Location: NY
Distribution: Fedora 15 x64
Posts: 344

Original Poster
Rep: Reputation: 30
Success!! With Part 1.

I reinstalled, and at the end "hardware configuration", I decided to change the Monitor to VESA and the resolution to 1024x768 and test!

the screen froze in intense white and then flickeing black and white, and could not do anything. So I manually rebooted and guess what I have a GUI login: I have 800x600 resolution (better than being in the dark)

Here is my xorg.conf file now:
Code:
# generic XFree86 4.x configuration file

Section "Files"
  FontPath		"/usr/X11R6/lib/X11/fonts/truetype/"
  FontPath		"/usr/X11R6/lib/X11/fonts/URW/"
  FontPath		"/usr/X11R6/lib/X11/fonts/uni/"
  FontPath		"/usr/X11R6/lib/X11/fonts/misc/"
  ModulePath	"/usr/X11R6/lib/modules"
  RgbPath		"/usr/X11R6/lib/X11/rgb"
  InputDevices	"/dev/ttyS0"
  InputDevices	"/dev/ttyS1"
  InputDevices	"/dev/ttyS2"
  InputDevices	"/dev/ttyS3"
  InputDevices	"/dev/ttyS4"
  InputDevices	"/dev/ttyS5"
  InputDevices	"/dev/ttyS6"
  InputDevices	"/dev/ttyS7"
  InputDevices	"/dev/ttyS8"
  InputDevices	"/dev/psaux"
  InputDevices	"/dev/logibm"
  InputDevices	"/dev/sunmouse"
  InputDevices	"/dev/atibm"
  InputDevices	"/dev/amigamouse"
  InputDevices	"/dev/atarimouse"
  InputDevices	"/dev/inportbm"
  InputDevices	"/dev/gpmdata"
  InputDevices	"/dev/usbmouse"
  InputDevices	"/dev/adbmouse"
  InputDevices	"/dev/input/mice"
  InputDevices	"/dev/input/event0"
EndSection

Section "ServerFlags"
  Option	"AllowMouseOpenFail"
  Option	"BlankTime"	"0"
EndSection

Section "Module"
  Load	"dbe"
  Load	"extmod"
  Load	"glx"
EndSection

Section "InputDevice"
  Driver		"kbd"
  Identifier	"Keyboard[0]"
  Option		"Protocol"		"Standard"
  Option		"XkbRules"		"xfree86"
  Option		"XkbKeycodes"	"xfree86"
  Option		"XkbModel"		"pc104"
  Option		"XkbLayout"		"us"
EndSection

Section "InputDevice"
  Driver     "mouse"
  Identifier "Mouse[1]"
  Option     "Protocol" "explorerps/2"
  Option     "Device"   "/dev/input/mice"
EndSection

Section "InputDevice"
  Driver     "mouse"
  Identifier "Mouse[3]"
  Option     "Protocol" "explorerps/2"
  Option     "Device"   "/dev/input/mice"
EndSection

Section "InputDevice"
  Driver     "mouse"
  Identifier "Mouse[5]"
  Option     "Protocol" "explorerps/2"
  Option     "Device"   "/dev/input/mice"
EndSection

Section "Monitor"
  HorizSync		25-40
  Identifier	"Monitor[0]"
  ModelName		"Initial"
  VendorName	"Initial"
  VertRefresh	47-75
  UseModes		"Modes[0]"
EndSection


Section "Modes"
  Identifier	"Modes[0]"
  Modeline      "800x600" 29.38  800 816 896 992 600 601 604 617 # 1. Try
  Modeline		"640x480" 31.5   640 656 720 840 480 481 484 500 # 6. Try
  Modeline		"640x480" 31.5   640 680 720 864 480 488 491 521 # 5. Try
  Modeline		"640x480" 28     640 664 760 800 480 491 493 525 # 4. Try
  Modeline		"640x480" 28.32  640 664 760 800 480 491 493 525 # 3. Try
  Modeline		"640x480" 25.18  640 664 760 800 480 491 493 525 # 2. Try
  Modeline		"640x480" 25.175 640 664 760 800 480 491 493 525 # 1. Try
EndSection

Section "Monitor"
  HorizSync		28-33
  Identifier	"Monitor[vmware]"
  ModelName		"Initial"
  VendorName	"Initial"
  VertRefresh	43-72
  UseModes		"Modes[vmware]"
EndSection
    
Section "Modes"
  Identifier	"Modes[vmware]"
  Modeline		"800x600" 29.38 800 816 896 992 600 601 604 617
EndSection

Section "Monitor"
  HorizSync		31-48
  Identifier	"Monitor[vesa]"
  ModelName		"VESA"
  VendorName	"VESA"
  VertRefresh	50-60
EndSection

# Screen Section for module X support
# -------------------------------------
Section "Screen"
  SubSection "Display"
    Depth		16
    Modes		"800x600" 
  EndSubSection
  SubSection "Display"
    Depth		24
    Modes		"800x600" 
  EndSubSection
  SubSection "Display"
    Depth		32
    Modes		"800x600" 
  EndSubSection
  SubSection "Display"
    Depth		8
    Modes		"800x600" 
  EndSubSection
  Device		"Device[0]"
  Identifier	"Screen[0]"
  Monitor		"Monitor[0]"
EndSection

# Screen Section for fbdev support
# ----------------------------------
Section "Screen"
  SubSection "Display"
    Depth		16
    Modes		"default"            
  EndSubSection
  SubSection "Display"
    Depth		15
    Modes		"default"            
  EndSubSection
  SubSection "Display"
    Depth		15
    Modes		"default"            
  EndSubSection
  SubSection "Display"
    Depth		24
    Modes		"default"  
  EndSubSection
  SubSection "Display"
    Depth		32
    Modes		"default"  
  EndSubSection
  SubSection "Display"
    Depth		8
    Modes		"default"  
  EndSubSection
  Device		"Device[fbdev]"
  Identifier	"Screen[fbdev]"
  Monitor		"Monitor[0]"
EndSection

# Screen Section for vesa support
# ----------------------------------
Section "Screen"
  SubSection "Display"
    Depth		16
    Modes		"default"            
  EndSubSection
  SubSection "Display"
    Depth		8
    Modes		"default"  
  EndSubSection
  Device		"Device[vesa]"
  Identifier	"Screen[vesa]"
  Monitor       "Monitor[vesa]"
EndSection

# Screen Section for vmware support
# ----------------------------------
Section "Screen"
  SubSection "Display"
    Depth		8
    Modes		"800x600"
  EndSubSection
  SubSection "Display"
    Depth		16
    Modes		"800x600"
  EndSubSection
  SubSection "Display"
    Depth		24
    Modes		"800x600"
  EndSubSection
  Device		"Device[vmware]"
  Identifier	"Screen[vmware]"
  Monitor		"Monitor[vmware]"
EndSection

# Device Sections...
# -------------------
Section "Device"
  #BusID        "1:0:0"
  Driver		"ChangeMe"
  Identifier	"Device[0]"
  # device_options
  Option		"sw_cursor"	"on"
EndSection

Section "Device"
  Driver		"fbdev"
  Identifier	"Device[fbdev]"
  # fbdev_options
  Option		"ShadowFB"	"off"
EndSection

Section "Device"
  Driver		"vesa"
  #Option        "DefaultRefresh"
  Option        "ModeSetClearScreen" "no"
  Identifier	"Device[vesa]"
EndSection

Section "Device"
  Driver		"vmware"
  Identifier	"Device[vmware]"
EndSection

Section "ServerLayout"
  Identifier	"Layout[all]"
  InputDevice	"Keyboard[0]"	"CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
  Option		"Xinerama"		"off"
  Screen   "Screen[fbdev]"
EndSection

Now victorh, can we work on getting the ATI driver installed, thanks, you have started to get me all excited.

In the next post I will put the log output just in case:
 
Old 03-27-2006, 12:00 PM   #35
smiley_lauf
Member
 
Registered: Jan 2006
Location: NY
Distribution: Fedora 15 x64
Posts: 344

Original Poster
Rep: Reputation: 30
No screen errors on log file, but just this:

Code:
Could not init font path element /usr/X11R6/lib/X11/fonts/truetype/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/URW/, removing from list!
(EE) FBDEV(0): FBIOBLANK: Invalid argument
 
Old 03-27-2006, 12:01 PM   #36
ceros
Member
 
Registered: Oct 2005
Distribution: Kubuntu Edgy
Posts: 98

Rep: Reputation: 15
Hello smiley.

Sorry it took so long to respond. You said this in your earlier post.

Quote:
#find /usr/X11R6/ -name *fglrx*
- no such directory

#find /usr *X11* (then *fglrx*)
- X11 list of many diretcories found
- fglrx none found
For finding *X11* and *fglrx*, I meant for you to type the command like this.

find /usr -name *X11*
find /usr -name *fglrx*

Leaving out -name will give you a lot of results which I'm sure you saw. Can you please post the output of the two commands I just showed you?

Also, to revert everything back to the default GUI, type in <sax2 -r -a>.
 
Old 03-27-2006, 12:13 PM   #37
smiley_lauf
Member
 
Registered: Jan 2006
Location: NY
Distribution: Fedora 15 x64
Posts: 344

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by ceros
Hello smiley.

Sorry it took so long to respond. You said this in your earlier post.



For finding *X11* and *fglrx*, I meant for you to type the command like this.

find /usr -name *X11*
find /usr -name *fglrx*

Leaving out -name will give you a lot of results which I'm sure you saw. Can you please post the output of the two commands I just showed you?

Also, to revert everything back to the default GUI, type in <sax2 -r -a>.
Sorry ceros, thanks again. I am now in the GUI environment with very bad resolution 800x600 using the vesa driver (see my posts above). Now I think I have to install the ati-driver-installer-8.23.7-i386.run from the ati site and make it executable. But before that I think I have to install kernel-sources, gcc and make.

I am checking with YaST gui if I can update my software and i am getting errors. I have a live internet connection. I think I will need to point Yast to the SUSE repo rathe rthan CD, so that it can update and allow software installation.

I am saying this because of my Ubuntu exprience. I am new to SUSE and would like som ehelp from here.

Let's get cracking..thanks again!
 
Old 03-27-2006, 12:29 PM   #38
victorh
Member
 
Registered: Jul 2005
Location: La Paz, Bolivia
Distribution: Debian Sarge - Sid, Slackware, Gentoo, openSuse, Fedora, Ubuntu, Mandriva
Posts: 241

Rep: Reputation: 30
Hi smiley, finally some light in the dark.

Now to install the ATI driver:

1. Go to YaST and install/verify that you have the following packages:
kernel-source (the one that matches your kernel, type "uname -r" to know your exact kernel name)
gcc
make

2. Download the latest ATI driver from www.ati.com.

3. *** Most important step ***
Build the kernel module. For this step you can follow two paths:
First and easy one: Just go to the directory where you downloaded the installer and as root simply type:
Quote:
sh ./ati-driver-installer-***
This is the installer provided by ATI, follow the instructions, it should recognize your system OS, kernel and start building the module. At the end, you should have the option to see and html page with the summary of the installation.
Please note that sometimes you finished the installer without any warning if something went wrong. To make sure you have the kernel module type:
Quote:
# modprobe fglrx
If it complains that it can't be found, then you have to find out what happened, post the content of the file:
Quote:
cat /usr/share/fglrx/fglrx-install.log
Second path is more laborious and we can follow that one only if you have not luck with this one.

4. Configure the file xorg.conf, now "Don't continue with this step if you didn't finish correctly the third step". Always make a backup of your xorg.conf file before attempting to change it manually or automatically. Then type in a console as root:
Quote:
# fglrxconfig
You can also use aticonfig, anyway, follow the instructions, choose the adequate configuration, monitor specs, screen resolutions, choose now the "flgrx" driver. When you finished this, you'll have a new xorg,conf file. You can test it as you did in previous posts.

Hope this helps, keep in mind that I don't think that the ATI installer will work with X org 6.9 yet. If you success in this endeavor then I'll follow you.

Last edited by victorh; 03-27-2006 at 12:30 PM.
 
Old 03-27-2006, 12:51 PM   #39
ceros
Member
 
Registered: Oct 2005
Distribution: Kubuntu Edgy
Posts: 98

Rep: Reputation: 15
Quote:
ATI Minimum Requirements

# POSIX Shared Memory (/dev/shm) support is required for 3D apps
# glibc version 2.2 or 2.3
# Linux kernel 2.4 or higher
# XOrg 6.7 or 6.8; XFree86 version 4.1, 4.2, or 4.3
Here are the minimum requirements. For POSIX shared memory, check to see if it's been mounted correcty <mount |grep "shm">. You should get something like this "tmpfs on /dev/shm type tmpfs (rw)." Then <ls /dev> and check for a directory named "shm."

For glibc, type in <yast2 -i>. Look for glibc. It might also help to install the glibc-devel package as well.

Suse 10.0 supports kernel release 2.6.13 as of now so I'm sure Suse 10.1 is higher.

Xorg 6.9 is used in Suse 10.1.

Once you get the latest driver installer from ATI, cd into the directory containing the installer, <sh ./ati-driver-installer-8.23.7-i386.run. A GUI wizard should come up. Select you want to generate your own disribution specific package. Select the package for Suse 10.1. The package is placed in your current directory.

Click finish then <yast2 -i "type the package's name here">. Go through the wizard and the drivers should be installed.

Finally, type in <aticonfig --initial --input=/etc/X11/xorg.conf>. It should say something has been loaded or found, I forget which. Suse has it's own xorg.conf tool so it's best to use Suse's tool. Type in <sax2 -r -m 0=fglrx>. Another wizard comes up. Check your settings and click OK. Then click "test" in the pop up window. If the test window comes up, then everything will work. Save your settings, click on restart to get out of sax2. Logoff, then log back on. At this point if your logged on, everything is working. You can chack glxgears to see what your getting now.

As I'm typing this, I think victor beat me to posting just about the same thing. I hope this post helps you anyways.
 
Old 03-27-2006, 01:05 PM   #40
ceros
Member
 
Registered: Oct 2005
Distribution: Kubuntu Edgy
Posts: 98

Rep: Reputation: 15
Don't know where you can find install directories for Suse 10.1 online. For some 10.0 install directories, check this link.

http://en.opensuse.org/Mirrors_Released_Version

Go to Yast's installation source wizard <yast2 inst_source>. Pick a mirror and then add an installation source in the wizard. The directories are

pub/opensuse/distribution/SL-10.0-OSS/inst-source -- For the OSS installation source.
pub/suse/i386/10.0/SUSE-Linux10.0-GM-Extra -- For the extra non-GPL packages that are in the store bought CDs.

pub/suse/i386/10.1/SUSE-Linux10.1-Beta8-Extra -- This is an install directory for 10.1 beta 8 non-GPL packages.

Hope this is useful.
 
Old 03-27-2006, 01:28 PM   #41
smiley_lauf
Member
 
Registered: Jan 2006
Location: NY
Distribution: Fedora 15 x64
Posts: 344

Original Poster
Rep: Reputation: 30
Smile

Great! victorh's instructions worked upto a point. fglrxconfig or aticonfig were not recognized so I used ceros instruictions from here on. and used sax2 to configure and test. So when I click test, it gave me the right resolution, but when I saved the settings, wen tinto black screen. So I waited for 5 mins, then rebooted manually (could not wait any longer). But I was pleasantly surprised to be in a GUI with 1920x1200 resolution crisp screen!!

here is my fglrxinfo
Code:
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: MOBILITY FireGL V5000 Pentium 4 (SSE2) (FireGL) (GNU_ICD)
OpenGL version string: 2.0.5695 (8.23.7)
and here are the glxgears outputs, just the first or so lines
Code:
suse@linux-ruub:~> glxgears
13787 frames in 5.0 seconds = 2757.252 FPS
14501 frames in 5.0 seconds = 2900.177 FPS
14556 frames in 5.0 seconds = 2911.052 FPS
14546 frames in 5.0 seconds = 2909.097 FPS
14400 frames in 5.0 seconds = 2879.820 FPS
14344 frames in 5.0 seconds = 2868.763 FPS
14533 frames in 5.0 seconds = 2906.315 FPS
14495 frames in 5.0 seconds = 2898.848 FPS
9903 frames in 5.0 seconds = 1980.598 FPS
One other big question: where is the source list for the beta testing? I see ceros has suggested using the 10.0 sources and one non-GPL 10.1 source, how about the normal beta sources (OSS ones). As I have OSS Open SUSE installed right now?

Many thanks,
Smiley (is smiling again!)
 
Old 03-27-2006, 01:39 PM   #42
ceros
Member
 
Registered: Oct 2005
Distribution: Kubuntu Edgy
Posts: 98

Rep: Reputation: 15
Yeah, I haven't been able to find the 10.1 beta 8 OSS sources either. Maybe you'll have better luck finding it through Google. So does typing in <sax2> still work? Also, I'm kind of curious as to why <aticonfig> doesn't work. Can you look for it, <find / -name aticonfig>?
 
Old 03-27-2006, 01:49 PM   #43
victorh
Member
 
Registered: Jul 2005
Location: La Paz, Bolivia
Distribution: Debian Sarge - Sid, Slackware, Gentoo, openSuse, Fedora, Ubuntu, Mandriva
Posts: 241

Rep: Reputation: 30
Great work smiley!, after some time struggling you can enjoy now of SuSE.

As for the repositories, I think the only one available now is:

http://download.opensuse.org/distrib...y/inst-source/
 
Old 03-27-2006, 01:56 PM   #44
smiley_lauf
Member
 
Registered: Jan 2006
Location: NY
Distribution: Fedora 15 x64
Posts: 344

Original Poster
Rep: Reputation: 30
This will sound really stupid, how do I enter the ceros' source list to yast, it keeps complaining are they http or ftp and are they directories or other.

Also victorh, is your link above also a source to add to yast, then how to do it?

here is the find -name aticonfig output:
Code:
 # find / -name aticonfig
/usr/X11R6/bin/aticonfig
find: /proc/4013/task: No such file or directory
find: /proc/4013/fd: No such file or directory
and here is my new xorg.conf file:
Code:
# /.../
# SaX generated X11 config file
# Created on: 2006-03-27T14:13:11-0500.
#
# Version: 7.1
# Contact: Marcus Schaefer <sax@suse.de>, 2005
# Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>
#
# Automatically generated by [ISaX] (7.1)
# PLEASE DO NOT EDIT THIS FILE!
#

Section "Files"
  FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/local"
  FontPath     "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
  FontPath     "/usr/X11R6/lib/X11/fonts/URW"
  FontPath     "/usr/X11R6/lib/X11/fonts/Speedo"
  FontPath     "/usr/X11R6/lib/X11/fonts/PEX"
  FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/Type1"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/baekmuk:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/japanese:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/kwintv"
  FontPath     "/usr/X11R6/lib/X11/fonts/truetype"
  FontPath     "/usr/X11R6/lib/X11/fonts/uni:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/CID"
  FontPath     "/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/Type1"
  FontPath     "/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/xtest"
  FontPath     "/opt/kde3/share/fonts"
  InputDevices "/dev/gpmdata"
  InputDevices "/dev/input/mice"
EndSection

Section "ServerFlags"
  Option       "AllowMouseOpenFail" "on"
EndSection

Section "Module"
  Load         "dbe"
  Load         "type1"
  Load         "freetype"
  Load         "extmod"
  Load         "glx"
  Load         "v4l"
  Load         "dri"
EndSection

Section "InputDevice"
  Driver       "kbd"
  Identifier   "Keyboard[0]"
  Option       "Protocol" "Standard"
  Option       "XkbLayout" "us"
  Option       "XkbModel" "pc104"
  Option       "XkbRules" "xfree86"
EndSection


Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[1]"
  Option       "Buttons" "11"
  Option       "Device" "/dev/input/mice"
  Option       "Name" "Microsoft USB Wireless Mouse"
  Option       "Protocol" "explorerps/2"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
  Driver       "synaptics"
  Identifier   "Mouse[3]"
  Option       "Buttons" "7"
  Option       "Device" "/dev/input/mice"
  Option       "Emulate3Buttons" "on"
  Option       "InputFashion" "Mouse"
  Option       "Name" "Synaptics;Touchpad"
  Option       "Protocol" "explorerps/2"
  Option       "SHMConfig" "on"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection


Section "Monitor"
  Option       "CalcAlgorithm" "XServerPool"
  DisplaySize  332 207
  HorizSync    30-94
  Identifier   "Monitor[0]"
  ModelName    "TMDISPLAY LCD MONITOR"
  Option       "DPMS"
  VendorName   "LCD"
  VertRefresh  50-60
  UseModes     "Modes[0]"
EndSection


Section "Modes"
  Identifier   "Modes[0]"
EndSection


Section "Screen"
  DefaultDepth 24
  SubSection "Display"
    Depth      15
    Modes      "1920x1200" "1900x1200" "1600x1200" "1680x1050" "1600x1024" "1600x1000" "1400x1050" "1280x1024" "1440x900" "1280x960" "1366x768" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "1920x1200" "1900x1200" "1600x1200" "1680x1050" "1600x1024" "1600x1000" "1400x1050" "1280x1024" "1440x900" "1280x960" "1366x768" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "1920x1200" "1900x1200" "1600x1200" "1680x1050" "1600x1024" "1600x1000" "1400x1050" "1280x1024" "1440x900" "1280x960" "1366x768" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      8
    Modes      "1920x1200" "1900x1200" "1600x1200" "1680x1050" "1600x1024" "1600x1000" "1400x1050" "1280x1024" "1440x900" "1280x960" "1366x768" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480" 
  EndSubSection
  Device       "Device[0]"
  Identifier   "Screen[0]"
  Monitor      "Monitor[0]"
EndSection


Section "Device"
  BoardName    "Mobility Radeon X700 5653 (M26) (PCIE)"
  BusID        "PCI:1@0:0:0"
  Driver       "fglrx"
  Identifier   "Device[0]"
  Option       "FSAADisableGamma" "no"
  Option       "CapabilitiesEx" "0x00000000"
  Option       "CenterMode" "off"
  Option       "ScreenOverlap" "0"
  Option       "FSAAMSPosY0" "0.000000"
  Option       "FSAAMSPosY1" "0.000000"
  Option       "mtrr" "off"
  Option       "FSAAMSPosX4" "0.000000"
  Option       "ForceGenericCPU" "no"
  Option       "FSAAMSPosX5" "0.000000"
  Option       "FSAAMSPosY2" "0.000000"
  Option       "FSAAScale" "1"
  Option       "Capabilities" "0x00000000"
  Option       "FSAAMSPosY3" "0.000000"
  Option       "GammaCorrectionI" "0x00000000"
  Option       "no_accel" "no"
  Option       "FSAAMSPosY4" "0.000000"
  Option       "UseFastTLS" "0"
  Option       "FSAAMSPosY5" "0.000000"
  Option       "FSAACustomizeMSPos" "no"
  Option       "FSAAEnable" "no"
  Option       "BlockSignalsOnLock" "on"
  Option       "GammaCorrectionII" "0x00000000"
  Option       "EnablePrivateBackZ" "yes"
  Option       "no_dri" "no"
  Option       "VideoOverlay" "on"
  Option       "UseInternalAGPGART" "no"
  Option       "PseudoColorVisuals" "off"
  Option       "StereoSyncEnable" "1"
  Option       "FSAAMSPosX0" "0.000000"
  Option       "FSAAMSPosX1" "0.000000"
  Option       "OpenGLOverlay" "off"
  Option       "FSAAMSPosX2" "0.000000"
  Option       "Stereo" "off"
  Option       "FSAAMSPosX3" "0.000000"
  VendorName   "ATI"
EndSection


Section "ServerLayout"
  Identifier   "Layout[all]"
  InputDevice  "Keyboard[0]" "CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
  InputDevice  "Mouse[3]" "SendCoreEvents"
  Option       "Clone" "off"
  Option       "Xinerama" "off"
  Screen       "Screen[0]"
EndSection


Section "DRI"
    Group      "video"
    Mode       0660
EndSection

Section "Extensions"
EndSection

Last edited by smiley_lauf; 03-27-2006 at 02:11 PM.
 
Old 03-27-2006, 02:14 PM   #45
ceros
Member
 
Registered: Oct 2005
Distribution: Kubuntu Edgy
Posts: 98

Rep: Reputation: 15
There it is.
Quote:
/usr/X11R6/bin/aticonfig
You can type in the whole path to use aticonfig. Yet in Suse, it's best to use sax2 anyways.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
The new ATi v.8.21.7 drivers' installation sc0undrel Mandriva 20 03-15-2006 03:57 PM
Installation of ATI Drivers on Mandrake WatsonD Linux - Newbie 3 03-29-2005 12:46 PM
ATI drivers and Mandrake 10..(installation) n00blar Mandriva 3 10-20-2004 08:14 AM
SuSE 9.1 - ATI Mobility 9600 (M10) - ATi Drivers 3.9.0 Beaviis Linux - Hardware 3 06-04-2004 12:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 10:11 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration