Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - AlucardBC

Pages: [1]
1
I've been working on trying to get my ATI Radeon 9250 pci card to work with direct rendering. I've been looking all over the place and have had no luck. Anything from the script from ATI themselves, to the fglrx driver from Ubuntu. I'm about ready to cry. Anyway, some real facts.

When I run the ATI script for installing the driver, it stops with the error of:
Code: [Select]
./ati-installer.sh: 97: Syntax error: Bad substitutionAfter that I installed the fglrx driver from Ubuntu and got:
Code: [Select]
(WW) fglrx: No matching Device section for instance (BusID PCI:1:5:1) found
(EE) No devices detected
and proceeds not to run the X server. Another thing I've tried is to set the driver on ati. That didn't work either. I'm at a lost. Here is my xorg.conf file: (NOTE: Most of the file was made by LinuxMCE/Kubuntu.)
Code: [Select]
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
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"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
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 "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Device"
Identifier "ATI RADEON 9250"
Driver "ati"
BusID "PCI:1:5:0"
Option "UseFBDev" "true"
EndSection

Section "Extensions"
Option "Composite" "0"
EndSection

Section "Monitor"
Identifier "DELL"
Option "DPMS"
HorizSync 28-49
VertRefresh 43-72
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI RADEON 9250"
Monitor "DELL"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice     "stylus" "SendCoreEvents"
InputDevice     "cursor" "SendCoreEvents"
InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection

If anyone has any suggestions or has gotten it working, please help me out.

Thanks

2
Feature requests & roadmap / Services and Desktop
« on: November 09, 2007, 03:59:44 am »
2 thing I wish was in LinuxMCE. One is the ability to stop LMCE from starting the core services. I would like to be able to say wait, I don't want LMCE up right now, I want to change a config file. Or change something before the services start or if I change my mind on starting LMCE.

The second thing would to have the desktop already up before LMCE starts so I don't have to start LMCE to get anything graphical. Or even have the option on the Linux MCE Launch Manager to start the desktop. Whatever works best or is easier to do whether its a button on the manager, or the desktop comes up right before the manager.

3
Installation issues / Unwanted network activity
« on: November 08, 2007, 07:49:59 am »
I just installed LinuxMCE on my desktop. It will not be the center of the house, just my room. For some reason however, whenever the machine goes idle, my internet connection gets sacked and won't stop until I disconnect it of course. It won't tell me what its doing with my connection, nor will it give me an error when I unplug the connection. I'd like to know what its doing when I leave my computer idle, why its doing it, and how I can keep it from doing it again.

If this isn't where I should post this let me know, I couldn't find a better place to post.

Pages: [1]