ati x1300, wireless, bluetooth, card reader ricoh

Asked by hormosapiens

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
5thgendriver
Solved:
Last query:
Last reply:
Revision history for this message
Filip Skoblar (filipskoblar) said :
#1

Regarding the ati driver, u should check if radeon modul is up by console sudo lsmod | grep "radeon"

If it is, i suggest sudo rmmod radeon (no X while doing it), sudo depmod then sudo modprobe fglrx (if u have instaled the module) .
Check if it works then blacklist it in /etc/modprobe.d/blacklist with blacklist radeon at the end.

I've have expirienced alot of users who had the same problem, and the removal of radeon module fixed it (BUG ?) in edgy.
Maybe the same problem appears in feisty.

Revision history for this message
hormosapiens (hormosapiens) said :
#2

2007/4/2, Filip Skoblar <email address hidden>:
>
> Your question #4558 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+ticket/4558
>
> Status: Open => Answered
>
> Filip Skoblar proposed the following answer:
> Regarding the ati driver, u should check if radeon modul is up by
> console sudo lsmod | grep "radeon"
>
> If it is, i suggest sudo rmmod radeon (no X while doing it), sudo depmod
> then sudo modprobe fglrx (if u have instaled the module) .
> Check if it works then blacklist it in /etc/modprobe.d/blacklist with
> blacklist radeon at the end.
>
> I've have expirienced alot of users who had the same problem, and the
> removal of radeon module fixed it (BUG ?) in edgy.
> Maybe the same problem appears in feisty.
>
> _______________________________________________________________________
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/ubuntu/+ticket/4558/+confirm?answer_id=0
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/ubuntu/+ticket/4558

after the command you told me nothing happens

adi@adi-linux:~$ sudo lsmod | grep radeon
adi@adi-linux:~$

Revision history for this message
Best 5thgendriver (nicholasdpappas) said :
#3

Ok so i have dealt with my ati x1300 alot lately trying to get it just perfect - im running ubuntu edgy - and i have successfully installed the drivers and XGL/Beryl SVN on - ATI X1300 - Ati Xpress 200M - and the ATI X600 - so dont give up were gonna have beryl running for you - there are two full proof ways i have found for me that work everytime if one doesnt work the othe will - keep in mind that i havent touched fiesty so ya know - and also before i continue i must warn you that the ati provided drivers for the Xseries cards are somewhat problematic i have been experiencing some driver related problems when XGL is running --

both of these methods require internet i also included some info on making wireless work at the bottom of my post

Method 1 the easy way -- (although this does work on edgy all the time i doubt it will work on fiesty but its worth a try - i know for sure it doesnt work on dapper)

Download this python automatic installer script called envy its somewhere on this site -- http://albertomilone.com/nvidia_scripts1.html

it does everything for you when complete it will ask you if you would like it to automatically configure your xorg.conf file say yes restart -
 and if

$ glxinfo | grep direct

gives you

direct rendering = yes

your good

ok

Method 2 - the hard way

 first you will also want to make sure your dependencies are in order and up to date

 $ sudo apt-get update

 $ sudo apt-get install module-assistant build essential

 $ sudo apt-get install fakeroot dh-make debconf libstdc++5 linux-headers-s(uname -r)

 next

download the installer from the amd ati website its about 50 megs

 $ cd /home/yourinstallerslocation/

 $ sudo sh ati-driver-installer-8.34.8-x86.x86_64.run --builpkg Ubuntu/fiesty

 this will walk you through a couple of options and build a set of deb files specifically for your install and hardware it will produce 5 deb packages - install only 3

 $ sudo dpkg -i xorg-driver-fglrx*********.deb

 $ sudo dpkg -i fglrx-kernel-source********.deb

 $ sudo dpkg -i fglrx-control*********.deb

 in some cases you may have to delete your old fglrx kernel from usr/src - i made the mistake of removing what i thought was the old kernel then i had to go back and reinstall those 3 packages above

 compile the the fglrx kernel

 $ sudo module-assistant prepare

 $ sudo module-assistant update

 $ sudo module-assistant build fglrx

 $ sudo module-assistant install fglrx

 $ sudo depmod -a

 edit /etc/X11/xorg.conf and replace "ati" with "fglrx" in the "Device" section

 then

 $ sudo aticonfig --overlay-type=Xv

 now restart and check to see if

 glxinfo | grep direct

 gives you

 Direct rendering: yes

---------------- OK now for wireless

does your wifi card come up in device manager because to me it souns like your drivers are not installed -------------

there are 3 ways that i know to go about fixing this issue ---

1. go to the manufacturers website and see if they provide drivers that support your distro
2. use ndiswrapper to modify you windows device driver to work in linux
3. use madwifi which comes with common drivers for certain chipsets

I have only used ndis wrapper once and it worked well
i have also used madwifi and was pleased with the results

i installed ndiswrapper on a compaq laptop with a broadcom wireless device and this is how i approached it - just substitue my drivers name for yours

1.)Remove all forms and versions of ndiswrapper

 2.)Blacklist the already installed Broadcom driver:

 Code: echo 'blacklist bcm43xx' | sudo tee -a /etc/modprobe.d/blacklist

 Also:

 Code: sudo rmmod bcm43xx

 3.)DO NOT DO:

 Code: sudo apt-get install ndiswrapper-utils

 the packages in the repositories are messed up

 4.)DOWNLOAD NDISWRAPPER SOURCE CODE FROM HERE:

 http://sourceforge.net/project/showf...group_id=93482

 Personally, I used 1.27 stable if this won't compile for you with the following instructions download a different version.

 NOTE: YOU MUST HAVE THE BUILD ESSENTIAL PACKAGES INSTALLED TO PERFORM SOME OF THE FOLOWING STEPS

 I REALIZE YOU MAY NOT BE ONLINE LIKE I WAS SO I HAD TO INSTALL THEM FROM THE CD LIKE THIS:

 sudo apt-cdrom add
 sudo aptitude update
 sudo aptitude install build-essential
 gcc -v

 5.)Compile ndiswrapper. (The first step is where you'll run into an error with Edgy Eft.)

 Code: cd /home/avrclient/whereyoudownloadedandextractedndiswrapper

 Code: sudo make uninstall (must have root access or it won't delete files or folders properly)

 THIS STEP IS REQUIRED!!!!!!!!!!!
 This is where you'll get an error and it tells you to repeat the step as many times as necessary to get NO errors.

 dont worry about the error just remove that directory yourself with

 Code: sudo rmdir /lib/modules/2.6.17-10-generic/kernel/drivers/net/ndiswrapper

 6.)Now run:

 Code: sudo make

 sudo make install

 If all goes well ndiswrapper will compile and install ndiswrapper.ko into /lib/modules/2.6.17-10-generic/misc/ with no errors.

 7.)NOW run:

 Code: sudo ndiswrapper -i /home/avrclient/driver/bcmwl5.inf

 thats where i put my driver

 8.)Verify installation:

 Code: ndiswrapper -l

 This will return:

 Code: bcmwl5 driver installed, hardware (14E4:4324(this numbering may vary) present (alternate driver: bcm43xx)

 This is OK.

 9.)Now do the following step by step:

 A.) sudo depmod -a

 B.) sudo modprobe ndiswrapper

 C.) sudo ndiswrapper -m

 D.) sudo gedit /etc/modules

 E.) add "ndiswrapper" at the end of file

 NOW THE DRIVER IS INSTALLED BUT YOU WILL NEED A NETWORK MANAGER - I GOT ON MY WINDOWS BOX AND DOWNLOADED WIFIRADAR FOR LINUX AND BURNED IT

 unpack wifi radar

 change to that directory in your terminal

 code: cd /home/avrclient/wifi

 then

 code: sudo make install

 wifi radar will appear under applications - internet - wifiradar

if you need to connect to a wpa network then you will want to use network manager --
Reply With Quote

Revision history for this message
hormosapiens (hormosapiens) said :
#4

hi
there has been some movements going on...after I saw the last post and tried to follow it without success I thought maybe I'll try opensuse 10.2. I installed and saw that the same problems persisting at opensuse + some others that u don't find them in feisty. opensuse was not a good choice for my laptop config. so I decided to turn back to feisty.I installed it and after boot he started to make the updates. after that I started instaling some apps and the installing guide of wiki ati driver x1300. I reboot and what i found was really unbelievable.

adi@adi-laptop:~$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Mobility Radeon X1300
OpenGL version string: 2.0.6400 (8.35.5)

adi@adi-laptop:~$ glxinfo
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
    GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method,
    GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe,
    GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig, GLX_MESA_copy_sub_buffer
client glx vendor string: ATI
client glx version string: 1.3
client glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
    GLX_ARB_get_proc_address, GLX_SGI_video_sync, GLX_ARB_multisample,
    GLX_ATI_pixel_format_float, GLX_ATI_render_texture
GLX version: 1.2
GLX extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
    GLX_ARB_multisample
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Mobility Radeon X1300
OpenGL version string: 2.0.6400 (8.35.5)
OpenGL extensions:
    GL_ARB_multitexture, GL_EXT_texture_env_add, GL_EXT_compiled_vertex_array,
    GL_S3_s3tc, GL_ARB_depth_texture, GL_ARB_fragment_program,
    GL_ARB_fragment_program_shadow, GL_ARB_fragment_shader,
    GL_ARB_multisample, GL_ARB_occlusion_query, GL_ARB_point_parameters,
    GL_ARB_point_sprite, GL_ARB_shader_objects, GL_ARB_shading_language_100,
    GL_ARB_shadow, GL_ARB_shadow_ambient, GL_ARB_texture_border_clamp,
    GL_ARB_texture_compression, GL_ARB_texture_cube_map,
    GL_ARB_texture_env_add, GL_ARB_texture_env_combine,
    GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3,
    GL_ARB_texture_float, GL_ARB_texture_mirrored_repeat,
    GL_ARB_texture_rectangle, GL_ARB_transpose_matrix, GL_ARB_vertex_blend,
    GL_ARB_vertex_buffer_object, GL_ARB_pixel_buffer_object,
    GL_ARB_vertex_program, GL_ARB_vertex_shader, GL_ARB_window_pos,
    GL_ARB_draw_buffers, GL_ATI_draw_buffers, GL_ATI_element_array,
    GL_ATI_envmap_bumpmap, GL_ATI_fragment_shader, GL_ATI_map_object_buffer,
    GL_ATI_separate_stencil, GL_ATI_shader_texture_lod,
    GL_ATI_texture_compression_3dc, GL_ATI_texture_env_combine3,
    GL_ATI_texture_float, GL_ATI_texture_mirror_once,
    GL_ATI_vertex_array_object, GL_ATI_vertex_attrib_array_object,
    GL_ATI_vertex_streams, GL_ATIX_texture_env_combine3,
    GL_ATIX_texture_env_route, GL_ATIX_vertex_shader_output_point_size,
    GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_func_separate,
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_clip_volume_hint,
    GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_framebuffer_object,
    GL_EXT_multi_draw_arrays, GL_EXT_packed_pixels, GL_EXT_point_parameters,
    GL_EXT_rescale_normal, GL_EXT_secondary_color,
    GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, GL_EXT_stencil_wrap,
    GL_EXT_texgen_reflection, GL_EXT_texture3D,
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map,
    GL_EXT_texture_edge_clamp, GL_EXT_texture_env_combine,
    GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic,
    GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp,
    GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_vertex_array,
    GL_EXT_vertex_shader, GL_HP_occlusion_test, GL_NV_blend_square,
    GL_NV_occlusion_query, GL_NV_texgen_reflection, GL_SGI_color_matrix,
    GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp,
    GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays

   visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
 id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
0x23 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
0x24 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
0x25 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
0x26 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
0x27 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x28 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x29 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x2a 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x2b 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
0x2c 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
0x2d 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
0x2e 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
0x2f 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x30 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x31 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x32 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x33 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
0x34 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
0x35 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
0x36 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
0x37 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x38 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x39 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x3a 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x3b 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
0x3c 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
0x3d 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
0x3e 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
0x3f 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x40 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x41 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x42 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x43 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
0x44 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
0x45 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
0x46 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
0x47 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x48 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x49 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x4a 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x4b 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
0x4c 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
0x4d 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
0x4e 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
0x4f 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x50 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x51 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x52 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x53 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
0x54 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
0x55 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
0x56 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
0x57 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x58 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x59 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x5a 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x5b 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
0x5c 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 0 0 None
0x5d 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
0x5e 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 0 0 None
0x5f 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x60 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 0 0 None
0x61 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 0 0 None
0x62 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 0 0 None

I have now direct rendering, and I don't know what I did.maybe is feisty who had done some upgrades or updates..?anyway if someone is able to tell me if I can install beryl with the above configuration?????

the other surprise is that: invoke the command lspci....it seems that some devices are recognized (ricoh card reader and bluetooth)....even that ...I tested them and they don't work. but it seems to me that they are recognized by feisty.

adi@adi-laptop:~$ lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and 945GT Expr
ess Memory Controller Hub (rev 03)
00:01.0 PCI bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and 945GT Expre
ss PCI Express Root Port (rev 03)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Aud
io Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (r
ev 01)
00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (r
ev 01)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 (rev
01)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #2 (rev
01)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Control ler (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (re v 01)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) Serial ATA S torage Controller IDE (rev 01)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)
01:00.0 VGA compatible controller: ATI Technologies Inc M52 [ATI Mobility Radeon X1300]
03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)
03:01.0 FireWire (IEEE 1394): Ricoh Co Ltd Unknown device 0832
03:01.1 Generic system peripheral [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSP ro Host Adapter (rev 19)
03:01.2 System peripheral: Ricoh Co Ltd Unknown device 0843 (rev 01)
03:01.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (re v 0a)
03:01.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 05)
0b:00.0 Network controller: Broadcom Corporation Unknown device 4328 (rev 01)
adi@adi-laptop:~$

problems persist with wireless, (dell wireless 1500 draft 802.11n).

thanks a lot 5thgendriver for the guide...:)
I hope to here from you soon.
adi

Revision history for this message
devil3000 (alexisright1000) said :
#5

Okay hello every one, i am new to this complicated system, i am a windows user i have been reading over 50 threads of problems and yet i am still stuck with like 20 of them
1. When installing ubuntu 7.04 on my dell xps 210 2.66 dual core ati x1300 graphic card 1gb ram ,very fast computer.

i run the installation goes thru very well like a drink of water, but when i try to install my graphic card so i can change the resolution i get no where . i have tried the following steps (http://lhansen.blogspot.com/2006/10/3d-desktop-beryl-and-xgl-on-ubuntu-edgy.html)
and completed them 6 times meaning 6 additional steps of formatting my drive to remove ubuntu so i can re-install and try these steps again, why because every time i complete these steps ubuntu will lose my lcd display when entering the login screen and i am left with a blank screen , from what i understand it has to do with my ati x1300 which i have tried to configure several times

ok about now your probably wondering how stupid i am i agree because this ubuntu is so dam hard to understand comparing to xp , and the name its self is hard to read ( u.b.u.n.t.u ) who made that name any ways its sounds like a error in my head .

The only reason i would ever consider using ubuntu is because it looks hot. But dam how many of us had to go thru problems and problems

i would like to know if any one has information of lerarning the entire operating system
so i and we can all help understand more about it and furthur expend its features and issues

Now i am still looking to make the best of it if any one can help me or forward me to information easy to understand i would greatly appreciated my email address is <email address hidden>
Now I am a new Yorker so time is every thing

Revision history for this message
devil3000 (alexisright1000) said :
#6

but oway my pc specs are xps 210 2.66 dual core ati x1300 1gb ram very fast computer.

Revision history for this message
hormosapiens (hormosapiens) said :
#7

name ubuntu it means a lot. but I suppose that you lack of time to surf for
the meaning of ubuntu....:) I don't have time for this aether.
im on dell too. with a ati x1300. wrong choice. any way some tweaking and it
works well but always on xgl as ati don't support axgl.
whatever u do to get graphics work, consider this command from
terminal(black window like msdos times) command: "sudo dpkg-reconfigure
xserver-xorg" write the exact command without (").
u can do this from a terminal while os in work or from tty (ctrl alt f1).
invoked sudo dpkg command u will be able to reconfigure xorg.conf file which
is the file that ubuntu read to make ati x1300 work. chose the option that u
think are optimal to your dell resolution, mouse, linguage, and which is
more important choose fglrx instead of vesa driver of course if u had done
fglrx installation guide, from this page:
http://wiki.cchtml.com/index.php/Ubuntu_Feisty_Installation_Guide

surf some ubuntu kubuntu web forums , learn some more and if u still have
probs with ati write me.
see you.

On 6/5/07, devil3000 <email address hidden> wrote:
>
> Your question #4558 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/4558
>
> Description changed to:
>
>

Revision history for this message
devil3000 (alexisright1000) said :
#8

okay i installed a different version of ubuntu which allowed me to change resolution but i cant seem to enable beryl what are the steps besides the ones i have showed you on the link you have seen in my question , and thank you very much

adi <email address hidden> wrote: Question #4558 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/4558

adi posted a new comment:
name ubuntu it means a lot. but I suppose that you lack of time to surf for
the meaning of ubuntu....:) I don't have time for this aether.
im on dell too. with a ati x1300. wrong choice. any way some tweaking and it
works well but always on xgl as ati don't support axgl.
whatever u do to get graphics work, consider this command from
terminal(black window like msdos times) command: "sudo dpkg-reconfigure
xserver-xorg" write the exact command without (").
u can do this from a terminal while os in work or from tty (ctrl alt f1).
invoked sudo dpkg command u will be able to reconfigure xorg.conf file which
is the file that ubuntu read to make ati x1300 work. chose the option that u
think are optimal to your dell resolution, mouse, linguage, and which is
more important choose fglrx instead of vesa driver of course if u had done
fglrx installation guide, from this page:
http://wiki.cchtml.com/index.php/Ubuntu_Feisty_Installation_Guide

surf some ubuntu kubuntu web forums , learn some more and if u still have
probs with ati write me.
see you.

On 6/5/07, devil3000 wrote:
>
> Your question #4558 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/4558
>
> Description changed to:
>
>

---------------------------------
No need to miss a message. Get email on-the-go
with Yahoo! Mail for Mobile. Get started.

Revision history for this message
hormosapiens (hormosapiens) said :
#9

ok devil
catch me at msn and I see what I can do:<email address hidden>

On 6/5/07, devil3000 <email address hidden> wrote:
>
> Your question #4558 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/4558
>
> devil3000 posted a new comment:
> okay i installed a different version of ubuntu which allowed me to
> change resolution but i cant seem to enable beryl what are the steps
> besides the ones i have showed you on the link you have seen in my
> question , and thank you very much
>
> adi <email address hidden> wrote: Question #4558 on Ubuntu
> changed:
> https://answers.launchpad.net/ubuntu/+question/4558
>
> adi posted a new comment:
> name ubuntu it means a lot. but I suppose that you lack of time to surf
> for
> the meaning of ubuntu....:) I don't have time for this aether.
> im on dell too. with a ati x1300. wrong choice. any way some tweaking and
> it
> works well but always on xgl as ati don't support axgl.
> whatever u do to get graphics work, consider this command from
> terminal(black window like msdos times) command: "sudo dpkg-reconfigure
> xserver-xorg" write the exact command without (").
> u can do this from a terminal while os in work or from tty (ctrl alt f1).
> invoked sudo dpkg command u will be able to reconfigure xorg.conf file
> which
> is the file that ubuntu read to make ati x1300 work. chose the option that
> u
> think are optimal to your dell resolution, mouse, linguage, and which is
> more important choose fglrx instead of vesa driver of course if u had done
> fglrx installation guide, from this page:
> http://wiki.cchtml.com/index.php/Ubuntu_Feisty_Installation_Guide
>
> surf some ubuntu kubuntu web forums , learn some more and if u still have
> probs with ati write me.
> see you.
>
> On 6/5/07, devil3000 wrote:
> >
> > Your question #4558 on Ubuntu changed:
> > https://answers.launchpad.net/ubuntu/+question/4558
> >
> > Description changed to:
> >
> >
>
>
>
> ---------------------------------
> No need to miss a message. Get email on-the-go
> with Yahoo! Mail for Mobile. Get started.
>

Revision history for this message
hormosapiens (hormosapiens) said :
#10

or if you have an gmail account: <email address hidden>

On 6/5/07, adi <email address hidden> wrote:
>
> Your question #4558 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/4558
>
> adi posted a new comment:
> ok devil
> catch me at msn and I see what I can do:<email address hidden>
>
>
> On 6/5/07, devil3000 <email address hidden> wrote:
> >
> > Your question #4558 on Ubuntu changed:
> > https://answers.launchpad.net/ubuntu/+question/4558
> >
> > devil3000 posted a new comment:
> > okay i installed a different version of ubuntu which allowed me to
> > change resolution but i cant seem to enable beryl what are the steps
> > besides the ones i have showed you on the link you have seen in my
> > question , and thank you very much
> >
> > adi <email address hidden> wrote: Question #4558 on Ubuntu
> > changed:
> > https://answers.launchpad.net/ubuntu/+question/4558
> >
> > adi posted a new comment:
> > name ubuntu it means a lot. but I suppose that you lack of time to surf
> > for
> > the meaning of ubuntu....:) I don't have time for this aether.
> > im on dell too. with a ati x1300. wrong choice. any way some tweaking
> and
> > it
> > works well but always on xgl as ati don't support axgl.
> > whatever u do to get graphics work, consider this command from
> > terminal(black window like msdos times) command: "sudo dpkg-reconfigure
> > xserver-xorg" write the exact command without (").
> > u can do this from a terminal while os in work or from tty (ctrl alt
> f1).
> > invoked sudo dpkg command u will be able to reconfigure xorg.conf file
> > which
> > is the file that ubuntu read to make ati x1300 work. chose the option
> that
> > u
> > think are optimal to your dell resolution, mouse, linguage, and which is
> > more important choose fglrx instead of vesa driver of course if u had
> done
> > fglrx installation guide, from this page:
> > http://wiki.cchtml.com/index.php/Ubuntu_Feisty_Installation_Guide
> >
> > surf some ubuntu kubuntu web forums , learn some more and if u still
> have
> > probs with ati write me.
> > see you.
> >
> > On 6/5/07, devil3000 wrote:
> > >
> > > Your question #4558 on Ubuntu changed:
> > > https://answers.launchpad.net/ubuntu/+question/4558
> > >
> > > Description changed to:
> > >
> > >
> >
> >
> >
> > ---------------------------------
> > No need to miss a message. Get email on-the-go
> > with Yahoo! Mail for Mobile. Get started.
> >
>

Revision history for this message
devil3000 (alexisright1000) said :
#11

okay my hotmailwmail is <email address hidden>

adi <email address hidden> wrote: Question #4558 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/4558

adi posted a new comment:
or if you have an gmail account: <email address hidden>

On 6/5/07, adi wrote:
>
> Your question #4558 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/4558
>
> adi posted a new comment:
> ok devil
> catch me at msn and I see what I can do:<email address hidden>
>
>
> On 6/5/07, devil3000 wrote:
> >
> > Your question #4558 on Ubuntu changed:
> > https://answers.launchpad.net/ubuntu/+question/4558
> >
> > devil3000 posted a new comment:
> > okay i installed a different version of ubuntu which allowed me to
> > change resolution but i cant seem to enable beryl what are the steps
> > besides the ones i have showed you on the link you have seen in my
> > question , and thank you very much
> >
> > adi wrote: Question #4558 on Ubuntu
> > changed:
> > https://answers.launchpad.net/ubuntu/+question/4558
> >
> > adi posted a new comment:
> > name ubuntu it means a lot. but I suppose that you lack of time to surf
> > for
> > the meaning of ubuntu....:) I don't have time for this aether.
> > im on dell too. with a ati x1300. wrong choice. any way some tweaking
> and
> > it
> > works well but always on xgl as ati don't support axgl.
> > whatever u do to get graphics work, consider this command from
> > terminal(black window like msdos times) command: "sudo dpkg-reconfigure
> > xserver-xorg" write the exact command without (").
> > u can do this from a terminal while os in work or from tty (ctrl alt
> f1).
> > invoked sudo dpkg command u will be able to reconfigure xorg.conf file
> > which
> > is the file that ubuntu read to make ati x1300 work. chose the option
> that
> > u
> > think are optimal to your dell resolution, mouse, linguage, and which is
> > more important choose fglrx instead of vesa driver of course if u had
> done
> > fglrx installation guide, from this page:
> > http://wiki.cchtml.com/index.php/Ubuntu_Feisty_Installation_Guide
> >
> > surf some ubuntu kubuntu web forums , learn some more and if u still
> have
> > probs with ati write me.
> > see you.
> >
> > On 6/5/07, devil3000 wrote:
> > >
> > > Your question #4558 on Ubuntu changed:
> > > https://answers.launchpad.net/ubuntu/+question/4558
> > >
> > > Description changed to:
> > >
> > >
> >
> >
> >
> > ---------------------------------
> > No need to miss a message. Get email on-the-go
> > with Yahoo! Mail for Mobile. Get started.
> >
>

---------------------------------
Ready for the edge of your seat? Check out tonight's top picks on Yahoo! TV.

Revision history for this message
devil3000 (alexisright1000) said :
#12

me emali is <email address hidden> i am on real time

adi <email address hidden> wrote: Question #4558 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/4558

adi posted a new comment:
or if you have an gmail account: <email address hidden>

On 6/5/07, adi wrote:
>
> Your question #4558 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/4558
>
> adi posted a new comment:
> ok devil
> catch me at msn and I see what I can do:<email address hidden>
>
>
> On 6/5/07, devil3000 wrote:
> >
> > Your question #4558 on Ubuntu changed:
> > https://answers.launchpad.net/ubuntu/+question/4558
> >
> > devil3000 posted a new comment:
> > okay i installed a different version of ubuntu which allowed me to
> > change resolution but i cant seem to enable beryl what are the steps
> > besides the ones i have showed you on the link you have seen in my
> > question , and thank you very much
> >
> > adi wrote: Question #4558 on Ubuntu
> > changed:
> > https://answers.launchpad.net/ubuntu/+question/4558
> >
> > adi posted a new comment:
> > name ubuntu it means a lot. but I suppose that you lack of time to surf
> > for
> > the meaning of ubuntu....:) I don't have time for this aether.
> > im on dell too. with a ati x1300. wrong choice. any way some tweaking
> and
> > it
> > works well but always on xgl as ati don't support axgl.
> > whatever u do to get graphics work, consider this command from
> > terminal(black window like msdos times) command: "sudo dpkg-reconfigure
> > xserver-xorg" write the exact command without (").
> > u can do this from a terminal while os in work or from tty (ctrl alt
> f1).
> > invoked sudo dpkg command u will be able to reconfigure xorg.conf file
> > which
> > is the file that ubuntu read to make ati x1300 work. chose the option
> that
> > u
> > think are optimal to your dell resolution, mouse, linguage, and which is
> > more important choose fglrx instead of vesa driver of course if u had
> done
> > fglrx installation guide, from this page:
> > http://wiki.cchtml.com/index.php/Ubuntu_Feisty_Installation_Guide
> >
> > surf some ubuntu kubuntu web forums , learn some more and if u still
> have
> > probs with ati write me.
> > see you.
> >
> > On 6/5/07, devil3000 wrote:
> > >
> > > Your question #4558 on Ubuntu changed:
> > > https://answers.launchpad.net/ubuntu/+question/4558
> > >
> > > Description changed to:
> > >
> > >
> >
> >
> >
> > ---------------------------------
> > No need to miss a message. Get email on-the-go
> > with Yahoo! Mail for Mobile. Get started.
> >
>

---------------------------------
Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more.

Revision history for this message
hormosapiens (hormosapiens) said :
#13

ok I got you on msn. go on line now. see u later.

On 6/5/07, devil3000 <email address hidden> wrote:
>
> Your question #4558 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/4558
>
> devil3000 posted a new comment:
> me emali is <email address hidden> i am on real time
>
> adi <email address hidden> wrote: Question #4558 on Ubuntu
> changed:
> https://answers.launchpad.net/ubuntu/+question/4558
>
> adi posted a new comment:
> or if you have an gmail account: <email address hidden>
>
> On 6/5/07, adi wrote:
> >
> > Your question #4558 on Ubuntu changed:
> > https://answers.launchpad.net/ubuntu/+question/4558
> >
> > adi posted a new comment:
> > ok devil
> > catch me at msn and I see what I can do:<email address hidden>
> >
> >
> > On 6/5/07, devil3000 wrote:
> > >
> > > Your question #4558 on Ubuntu changed:
> > > https://answers.launchpad.net/ubuntu/+question/4558
> > >
> > > devil3000 posted a new comment:
> > > okay i installed a different version of ubuntu which allowed me to
> > > change resolution but i cant seem to enable beryl what are the steps
> > > besides the ones i have showed you on the link you have seen in my
> > > question , and thank you very much
> > >
> > > adi wrote: Question #4558 on Ubuntu
> > > changed:
> > > https://answers.launchpad.net/ubuntu/+question/4558
> > >
> > > adi posted a new comment:
> > > name ubuntu it means a lot. but I suppose that you lack of time to
> surf
> > > for
> > > the meaning of ubuntu....:) I don't have time for this aether.
> > > im on dell too. with a ati x1300. wrong choice. any way some tweaking
> > and
> > > it
> > > works well but always on xgl as ati don't support axgl.
> > > whatever u do to get graphics work, consider this command from
> > > terminal(black window like msdos times) command: "sudo
> dpkg-reconfigure
> > > xserver-xorg" write the exact command without (").
> > > u can do this from a terminal while os in work or from tty (ctrl alt
> > f1).
> > > invoked sudo dpkg command u will be able to reconfigure xorg.conf file
> > > which
> > > is the file that ubuntu read to make ati x1300 work. chose the option
> > that
> > > u
> > > think are optimal to your dell resolution, mouse, linguage, and which
> is
> > > more important choose fglrx instead of vesa driver of course if u had
> > done
> > > fglrx installation guide, from this page:
> > > http://wiki.cchtml.com/index.php/Ubuntu_Feisty_Installation_Guide
> > >
> > > surf some ubuntu kubuntu web forums , learn some more and if u still
> > have
> > > probs with ati write me.
> > > see you.
> > >
> > > On 6/5/07, devil3000 wrote:
> > > >
> > > > Your question #4558 on Ubuntu changed:
> > > > https://answers.launchpad.net/ubuntu/+question/4558
> > > >
> > > > Description changed to:
> > > >
> > > >
> > >
> > >
> > >
> > > ---------------------------------
> > > No need to miss a message. Get email on-the-go
> > > with Yahoo! Mail for Mobile. Get started.
> > >
> >
>
>
>
> ---------------------------------
> Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail,
> news, photos & more.
>